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

124 lines
3.9 KiB
JSON

{
"parent": "object/draft_schematic/food/base_food_schematic.iff",
"itemsPerContainer": 25,
"craftedObjectTemplate": "object/tangible/food/crafted/dish_havla.iff",
"slots": [
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"dough"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"dough"
],
"ingredient": "object/tangible/component/food/ingredient_ball_of_dough.iff",
"count": 1
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"starchy_flavoring"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"starchy_flavoring"
],
"ingredient": "vegetable_tubers",
"count": 30
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"oat_crust"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"oat_crust"
],
"ingredient": "oats",
"count": 30
}
],
"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_medium.iff",
"count": 1
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
}
],
"skillCommands": [
"unskilled"
],
"manufactureScripts": [
"systems.crafting.food.crafted_items.crafting_food_organic_chef"
],
"complexity": 10,
"sharedTemplate": "object/draft_schematic/food/shared_dish_havla.iff",
"volume": 1
}