Files
Holocore/serverdata/draft_schematic/spices/spice_pyrepenol.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_pyrepenol.iff",
"slots": [
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"thinner"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"thinner"
],
"ingredient": "water",
"count": 10
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"pyrepenol"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"pyrepenol"
],
"ingredient": "chemical",
"count": 5
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_food_ingredients_n",
"pyrepenol_filter"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_food_ingredients_n",
"pyrepenol_filter"
],
"ingredient": "metal",
"count": 10
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
}
],
"skillCommands": [
"unskilled"
],
"manufactureScripts": [
"systems.crafting.spice.crafting_spice"
],
"complexity": 11,
"sharedTemplate": "object/draft_schematic/spices/shared_spice_pyrepenol.iff",
"volume": 1,
"xpPoints": [
{
"type": "XP_craftingSpice",
"level": 0,
"value": 0
}
]
}