Files
Holocore/serverdata/draft_schematic/weapon/laser_cannon.json
T
Undercova b0eee5040f Removed nge subfolder in serverdata
Updated CU experience table
2022-03-27 15:16:04 +02:00

205 lines
6.6 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",
"breech_enclosure"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"breech_enclosure"
],
"ingredient": "metal",
"count": 530
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"cannon_breech"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"cannon_breech"
],
"ingredient": "steel",
"count": 180
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"charge_and_contaminent_shielding"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"charge_and_contaminent_shielding"
],
"ingredient": "gas_inert",
"count": 20
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"thermal_and_electrical_insulation"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"thermal_and_electrical_insulation"
],
"ingredient": "ore",
"count": 10
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"cannon_cooling_jacket"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"cannon_cooling_jacket"
],
"ingredient": "object/tangible/component/weapon/laser_cannon_cooling_sleeve.iff",
"count": 1
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"pulse_generation_module"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"pulse_generation_module"
],
"ingredient": "object/tangible/component/weapon/laser_generator.iff",
"count": 4
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"power_feed_module"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"power_feed_module"
],
"ingredient": "object/tangible/component/weapon/blaster_power_handler.iff",
"count": 10
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
}
],
"skillCommands": [
"unskilled"
],
"manufactureScripts": [
"systems.crafting.weapon.crafting_blaster_weapon"
],
"complexity": 35,
"sharedTemplate": "object/draft_schematic/weapon/shared_laser_cannon.iff",
"volume": 4
}