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

131 lines
4.0 KiB
JSON

{
"parent": "object/draft_schematic/food/base_food_schematic.iff",
"itemsPerContainer": 25,
"craftedObjectTemplate": "object/tangible/food/crafted/dish_rations.iff",
"slots": [
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"protein_source"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"protein_source"
],
"ingredient": "meat",
"count": 15
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"fruit_additive"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"fruit_additive"
],
"ingredient": "fruit",
"count": 5
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"preservative_wrap"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"preservative_wrap"
],
"ingredient": "hide",
"count": 5
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": true,
"name": [
"craft_food_ingredients_n",
"additive"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"additive"
],
"ingredient": "object/tangible/food/crafted/additive/additive_light.iff",
"count": 1
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
}
],
"skillCommands": [
"unskilled"
],
"manufactureScripts": [
"systems.crafting.food.crafted_items.crafting_food_organic_hide_artisan"
],
"xpPoints": [
{
"type": "XP_crafting",
"level": 0,
"value": 0
}
],
"complexity": 3,
"sharedTemplate": "object/draft_schematic/food/shared_dish_rations.iff",
"volume": 1
}