Files
Holocore/serverdata/draft_schematic/weapon/knife_vibroblade.json
T
2017-01-15 12:25:19 -06:00

159 lines
4.9 KiB
JSON

{
"parent": "object/draft_schematic/weapon/base_weapon_schematic.iff",
"category": "CT_weapon",
"itemsPerContainer": 25,
"craftedObjectTemplate": "object/weapon/melee/knife/knife_vibroblade.iff",
"slots": [
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"knife_shaft"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"knife_shaft"
],
"ingredient": "steel",
"count": 18
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"cutting_edge"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"cutting_edge"
],
"ingredient": "metal_ferrous",
"count": 8
}
],
"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",
"count": 9
}
],
"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": 5
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"vibration_generator"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"vibration_generator"
],
"ingredient": "object/tangible/component/weapon/vibro_unit.iff",
"count": 1
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
}
],
"skillCommands": [
"unskilled"
],
"manufactureScripts": [
"systems.crafting.weapon.crafting_melee_standard_weapon"
],
"complexity": 21,
"volume": 1,
"sharedTemplate": "object/draft_schematic/weapon/shared_knife_vibroblade.iff",
"xpPoints": [
{
"type": "XP_craftingWeapons",
"level": 0,
"value": 0
}
]
}