mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-08-02 03:16:42 -04:00
97 lines
3.0 KiB
JSON
97 lines
3.0 KiB
JSON
{
|
|
"parent": "object/draft_schematic/food/base_food_schematic.iff",
|
|
"itemsPerContainer": 25,
|
|
"craftedObjectTemplate": "object/tangible/food/crafted/dish_puk.iff",
|
|
"slots": [
|
|
{
|
|
"optional": false,
|
|
"name": [
|
|
"craft_food_ingredients_n",
|
|
"starch_base"
|
|
],
|
|
"options": [
|
|
{
|
|
"ingredientType": "IT_resourceClass",
|
|
"ingredients": [
|
|
{
|
|
"name": [
|
|
"craft_food_ingredients_n",
|
|
"starch_base"
|
|
],
|
|
"ingredient": "vegetable_tubers",
|
|
"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": 5
|
|
}
|
|
],
|
|
"complexity": 0,
|
|
"skillCommand": "unskilled"
|
|
}
|
|
],
|
|
"optionalSkillCommand": "",
|
|
"complexity": 0,
|
|
"appearance": ""
|
|
},
|
|
{
|
|
"optional": false,
|
|
"name": [
|
|
"craft_food_ingredients_n",
|
|
"fungal_spices"
|
|
],
|
|
"options": [
|
|
{
|
|
"ingredientType": "IT_resourceClass",
|
|
"ingredients": [
|
|
{
|
|
"name": [
|
|
"craft_food_ingredients_n",
|
|
"fungal_spices"
|
|
],
|
|
"ingredient": "vegetable_fungi",
|
|
"count": 5
|
|
}
|
|
],
|
|
"complexity": 0,
|
|
"skillCommand": "unskilled"
|
|
}
|
|
],
|
|
"optionalSkillCommand": "",
|
|
"complexity": 0,
|
|
"appearance": ""
|
|
}
|
|
],
|
|
"skillCommands": [
|
|
"unskilled"
|
|
],
|
|
"manufactureScripts": [
|
|
"systems.crafting.food.crafted_items.crafting_chef_meal_ingredient"
|
|
],
|
|
"complexity": 17,
|
|
"sharedTemplate": "object/draft_schematic/food/shared_dish_puk.iff",
|
|
"volume": 1
|
|
} |