mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-31 01:15:50 -04:00
70 lines
2.2 KiB
JSON
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
|
|
} |