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

97 lines
3.0 KiB
JSON

{
"parent": "object/draft_schematic/food/base_food_schematic.iff",
"itemsPerContainer": 25,
"craftedObjectTemplate": "object/tangible/food/crafted/dessert_puffcake.iff",
"slots": [
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"cake"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"cake"
],
"ingredient": "object/tangible/food/crafted/dessert_pastebread.iff",
"count": 1
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"fruit_filling"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"fruit_filling"
],
"ingredient": "fruit_fruits",
"count": 20
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"berry_topping"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"berry_topping"
],
"ingredient": "fruit_berries",
"count": 10
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
}
],
"skillCommands": [
"unskilled"
],
"manufactureScripts": [
"systems.crafting.food.crafted_items.crafting_chef_meal_food"
],
"complexity": 18,
"sharedTemplate": "object/draft_schematic/food/shared_dessert_puffcake.iff",
"volume": 1
}