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

151 lines
5.0 KiB
JSON

{
"parent": "object/draft_schematic/chemistry/base_chemistry_schematic.iff",
"itemsPerContainer": 50,
"craftedObjectTemplate": "object/tangible/medicine/medpack_damage.iff",
"slots": [
{
"optional": false,
"name": [
"craft_chemical_ingredients_n",
"organic_element"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_chemical_ingredients_n",
"organic_element"
],
"ingredient": "organic",
"count": 10
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_chemical_ingredients_n",
"inorganic_element"
],
"options": [
{
"ingredientType": "IT_resourceClass",
"ingredients": [
{
"name": [
"craft_clothing_ingredients_n",
"inorganic_element"
],
"ingredient": "inorganic",
"count": 10
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_chemical_ingredients_n",
"delivery_medium"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_chemical_ingredients_n",
"delivery_medium"
],
"ingredient": "object/tangible/component/chemistry/liquid_delivery_suspension.iff",
"count": 1
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_chemical_ingredients_n",
"drug_duration_compound"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_chemical_ingredients_n",
"drug_duration_compound"
],
"ingredient": "object/tangible/component/chemistry/release_mechanism_duration.iff",
"count": 1
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
},
{
"optional": false,
"name": [
"craft_chemical_ingredients_n",
"drug_strength_compound"
],
"options": [
{
"ingredientType": "IT_template",
"ingredients": [
{
"name": [
"craft_chemical_ingredients_n",
"drug_strength_compound"
],
"ingredient": "object/tangible/component/chemistry/biologic_effect_controller.iff",
"count": 1
}
],
"complexity": 0,
"skillCommand": "unskilled"
}
],
"optionalSkillCommand": "",
"complexity": 0,
"appearance": ""
}
],
"skillCommands": [
"unskilled"
],
"manufactureScripts": [
"systems.crafting.chemistry.crafted_items.crafting_medpack_damage_chemistry"
],
"complexity": 40,
"sharedTemplate": "object/draft_schematic/chemistry/shared_medpack_damage.iff",
"volume": 5
}