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

151 lines
4.7 KiB
JSON

{
"parent": "object/draft_schematic/food/base_food_schematic.iff",
"itemsPerContainer": 25,
"craftedObjectTemplate": "object/tangible/food/crafted/dessert_chandad.iff",
"slots": [
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"wheat"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"wheat"
],
"ingredient": "wheat",
"count": 15
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"water"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"water"
],
"ingredient": "water",
"count": 10
}
],
"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": 5
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"rice_filling"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"rice_filling"
],
"ingredient": "rice",
"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_water_chef"
],
"complexity": 6,
"sharedTemplate": "object/draft_schematic/food/shared_dessert_chandad.iff",
"volume": 1
}