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

78 lines
2.3 KiB
JSON

{
"parent": "object/draft_schematic/weapon/base_weapon_schematic.iff",
"category": "CT_weapon",
"itemsPerContainer": 25,
"craftedObjectTemplate": "object/tangible/component/weapon/stock.iff",
"slots": [
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"lining"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"lining"
],
"ingredient": "wood",
"count": 17
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_weapon_ingredients_n",
"butt_cap_and_receiver_attachment_point"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_weapon_ingredients_n",
"butt_cap_and_receiver_attachment_point"
],
"ingredient": "metal",
"count": 4
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
}
],
"skillCommands": [
"unskilled"
],
"manufactureScripts": [
"systems.crafting.weapon.component.crafting_stock_component"
],
"complexity": 3,
"volume": 1,
"sharedTemplate": "object/draft_schematic/weapon/component/shared_stock.iff",
"xpPoints": [
{
"type": "XP_craftingWeapons",
"level": 0,
"value": 0
}
]
}