Files
Holocore/serverdata/draft_schematic/weapon/lance_obsidian.json
T
Undercova b0eee5040f Removed nge subfolder in serverdata
Updated CU experience table
2022-03-27 15:16:04 +02:00

159 lines
5.0 KiB
JSON

{
"parent": "object/draft_schematic/weapon/base_weapon_schematic.iff",
"category": "CT_weapon",
"itemsPerContainer": 0,
"craftedObjectTemplate": "object/weapon/melee/polearm/som_lance_obsidian.iff",
"slots": [
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"lance_shaft"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"lance_shaft"
],
"ingredient": "steel_carbonite",
"count": 50
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"vibro_unit_and_power_cell_brackets"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"vibro_unit_and_power_cell_brackets"
],
"ingredient": "copper_polysteel",
"count": 25
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"grip"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"grip"
],
"ingredient": "iron",
"count": 12
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"vibration_generator_advanced"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"vibration_generator_advanced"
],
"ingredient": "object/tangible/component/weapon/vibro_unit_advanced.iff",
"count": 2
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"advanced_core"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"advanced_core"
],
"ingredient": "object/tangible/component/weapon/mustafar/obsid_lance_core.iff",
"count": 1
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
}
],
"skillCommands": [
"unskilled"
],
"manufactureScripts": [
"systems.crafting.weapon.crafting_melee_standard_weapon"
],
"complexity": 36,
"volume": 1,
"sharedTemplate": "object/draft_schematic/weapon/shared_lance_obsidian.iff",
"xpPoints": [
{
"type": "XP_craftingWeapons",
"level": 0,
"value": 0
}
]
}