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

259 lines
8.3 KiB
JSON

{
"parent": "object/draft_schematic/weapon/base_weapon_schematic.iff",
"itemsPerContainer": 25,
"craftedObjectTemplate": "object/weapon/ranged/.iff",
"slots": [
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"cannon_assembly"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"cannon_assembly"
],
"ingredient": "metal",
"count": 850
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"barrel_assembly"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"barrel_assembly"
],
"ingredient": "metal_nonferrous",
"count": 350
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"pulse_shielding_and_insulation"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"pulse_shielding_and_insulation"
],
"ingredient": "chemical",
"count": 180
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"coolant_medium"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"coolant_medium"
],
"ingredient": "gas_inert",
"count": 20
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"coolant_jacket_and_load_bearing_structure"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"coolant_jacket_and_load_bearing_structure"
],
"ingredient": "steel",
"count": 110
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"thermal_shielding"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"thermal_shielding"
],
"ingredient": "ore",
"count": 35
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"barrel_circuitry_substrate"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"barrel_circuitry_substrate"
],
"ingredient": "ore_carbonate",
"count": 50
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"pulse_generator"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"pulse_generator"
],
"ingredient": "object/tangible/component/weapon/blaster_power_handler.iff",
"count": 7
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"ion_accu_accelerator"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"ion_accu_accelerator"
],
"ingredient": "object/tangible/component/weapon/galven_tube_circuits.iff",
"count": 6
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
}
],
"skillCommands": [
"unskilled"
],
"manufactureScripts": [
"systems.crafting.weapon.crafting_blaster_weapon"
],
"complexity": 40,
"sharedTemplate": "object/draft_schematic/weapon/shared_ion_cannon.iff",
"volume": 5
}