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

44 lines
1.3 KiB
JSON

{
"parent": "object/draft_schematic/clothing/base_clothing_schematic.iff",
"itemsPerContainer": 25,
"craftedObjectTemplate": "object/tangible/wearables/vest/vest_s15.iff",
"slots": [
{
"optional": false,
"name": [
"craft_clothing_ingredients_n",
"clothing_base"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_clothing_ingredients_n",
"clothing_base"
],
"ingredient": "hide",
"count": 10
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
}
],
"skillCommands": [
"unskilled"
],
"destroyIngredients": true,
"manufactureScripts": [
"systems.crafting.clothing.crafting_garment_clothing"
],
"complexity": 10,
"sharedTemplate": "object/draft_schematic/clothing/shared_clothing_base.iff",
"volume": 2
}