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

105 lines
3.3 KiB
JSON

{
"parent": "object/draft_schematic/weapon/base_weapon_schematic.iff",
"category": "CT_weapon",
"itemsPerContainer": 25,
"craftedObjectTemplate": "object/weapon/melee/axe/axe_vibroaxe.iff",
"slots": [
{
"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": 24
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"axe_base"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"axe_base"
],
"ingredient": "steel_ditanium",
"count": 38
}
],
"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": ""
}
],
"skillCommands": [
"unskilled"
],
"manufactureScripts": [
"systems.crafting.weapon.crafting_melee_standard_weapon"
],
"complexity": 30,
"volume": 4,
"sharedTemplate": "object/draft_schematic/weapon/shared_axe_vibro.iff",
"xpPoints": [
{
"type": "XP_craftingWeapons",
"level": 0,
"value": 0
}
]
}