Files
Holocore/serverdata/draft_schematic/weapon/poleaxe_vibro.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": 25,
"craftedObjectTemplate": "object/weapon/melee/polearm/polearm_vibro_axe.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_ditanium",
"count": 55
}
],
"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",
"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": "metal_nonferrous",
"count": 15
}
],
"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": 3
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"axe_head"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"axe_head"
],
"ingredient": "steel_duralloy",
"count": 15
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
}
],
"skillCommands": [
"unskilled"
],
"manufactureScripts": [
"systems.crafting.weapon.crafting_melee_standard_weapon"
],
"complexity": 32,
"volume": 1,
"sharedTemplate": "object/draft_schematic/weapon/shared_poleaxe_vibro.iff",
"xpPoints": [
{
"type": "XP_craftingWeapons",
"level": 0,
"value": 0
}
]
}