Files
Holocore/serverdata/draft_schematic/vehicle/component/launcher.json
T
2017-01-15 12:25:19 -06:00

124 lines
3.9 KiB
JSON

{
"parent": "object/draft_schematic/vehicle/base/base_vehicle_schematic.iff",
"itemsPerContainer": 50,
"craftedObjectTemplate": "object/tangible/component/vehicle/launcher.iff",
"slots": [
{
"optional": false,
"name": [
"craft_vehicle_ingredients_n",
"component_frame"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_vehicle_ingredients_n",
"component_frame"
],
"ingredient": "iron_axidite",
"count": 1000
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_vehicle_ingredients_n",
"component_body"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_vehicle_ingredients_n",
"component_body"
],
"ingredient": "steel_rhodium",
"count": 400
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_vehicle_ingredients_n",
"liquid_fuel"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_vehicle_ingredients_n",
"liquid_fuel"
],
"ingredient": "fuel_petrochem_liquid",
"count": 200
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_vehicle_ingredients_n",
"launcher"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_vehicle_ingredients_n",
"launcher"
],
"ingredient": "object/tangible/component/vehicle/warhead_launcher.iff",
"count": 2
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
}
],
"skillCommands": [
"unskilled"
],
"manufactureScripts": [
"systems.crafting.armor.component.crafting_armor_layer_component"
],
"complexity": 33,
"sharedTemplate": "object/draft_schematic/vehicle/component/shared_launcher.iff",
"volume": 1
}