Files
Holocore/serverdata/draft_schematic/food/dish_xermaauc.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_xermaauc.iff",
"slots": [
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"wild_meat"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"wild_meat"
],
"ingredient": "meat_carnivore",
"count": 30
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"tender_meat"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"tender_meat"
],
"ingredient": "meat_herbivore",
"count": 30
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"pleasant_spices"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"pleasant_spices"
],
"ingredient": "fruit_flowers",
"count": 10
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"soypro"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"soypro"
],
"ingredient": "object/tangible/food/crafted/dish_soypro.iff",
"count": 1
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
}
],
"skillCommands": [
"unskilled"
],
"manufactureScripts": [
"systems.crafting.food.crafted_items.crafting_chef_meal_food"
],
"complexity": 24,
"sharedTemplate": "object/draft_schematic/food/shared_dish_xermaauc.iff",
"volume": 1
}