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

131 lines
4.0 KiB
JSON

{
"parent": "object/draft_schematic/food/base_food_schematic.iff",
"itemsPerContainer": 25,
"craftedObjectTemplate": "object/tangible/food/crafted/drink_aitha.iff",
"slots": [
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"water"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"water"
],
"ingredient": "water",
"count": 20
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"protein_fortifier"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"protein_fortifier"
],
"ingredient": "meat",
"count": 14
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"glass"
],
"options": [
{
"ingredientType": "IT_templateGeneric",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"glass"
],
"ingredient": "object/tangible/component/food/base/drink_container_base.iff",
"count": 1
}
],
"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_artisan"
],
"xpPoints": [
{
"type": "XP_crafting",
"level": 0,
"value": 0
}
],
"complexity": 3,
"sharedTemplate": "object/draft_schematic/food/shared_drink_aitha.iff",
"volume": 1
}