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

70 lines
2.2 KiB
JSON

{
"parent": "object/draft_schematic/food/base_food_schematic.iff",
"itemsPerContainer": 25,
"craftedObjectTemplate": "object/tangible/food/crafted/dish_protato.iff",
"slots": [
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"protein_fortifier"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"protein_fortifier"
],
"ingredient": "organic",
"count": 5
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"vegetable_mash"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"vegetable_mash"
],
"ingredient": "vegetable",
"count": 20
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 1,
"appearance": ""
}
],
"skillCommands": [
"unskilled"
],
"manufactureScripts": [
"systems.crafting.food.crafted_items.crafting_food_organic_chef"
],
"complexity": 6,
"sharedTemplate": "object/draft_schematic/food/shared_dish_protato.iff",
"volume": 1
}