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

104 lines
3.1 KiB
JSON

{
"parent": "object/draft_schematic/food/base_food_schematic.iff",
"itemsPerContainer": 25,
"craftedObjectTemplate": "object/tangible/food/spice/spice_gunjack.iff",
"slots": [
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"pemoloxyline"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"pemoloxyline"
],
"ingredient": "cereal",
"count": 15
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"methylphenatox"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"methylphenatox"
],
"ingredient": "meat",
"count": 15
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"glucose_concentrate"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"glucose_concentrate"
],
"ingredient": "object/tangible/component/food/ingredient_carbosyrup.iff",
"count": 1
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
}
],
"skillCommands": [
"unskilled"
],
"manufactureScripts": [
"systems.crafting.spice.crafting_spice"
],
"complexity": 12,
"sharedTemplate": "object/draft_schematic/spices/shared_spice_gunjack.iff",
"volume": 1,
"xpPoints": [
{
"type": "XP_craftingSpice",
"level": 0,
"value": 0
}
]
}