Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of a recipe for the Anesthesia kit #24567

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 13 additions & 2 deletions data/json/items/chemicals_and_resources.json
Expand Up @@ -14,8 +14,19 @@
"symbol": "!",
"color": "cyan",
"flags": [ "ANESTHESIA" ]
},
{
},
{
"id": "anesthesia_single",
"type": "AMMO",
"copy-from": "anesthesia",
"name": "single anesthesia dose",
"description": "A makeshift singular dose of anesthesia that could be utilized for specialized surgeries.",
"weight": 150,
"volume": 1,
"price": 16700,
"count": 1
},
{
"type" : "AMMO",
"id" : "chem_sulphur",
"category" : "chems",
Expand Down
26 changes: 25 additions & 1 deletion data/json/recipes/recipe_medsandchemicals.json
Expand Up @@ -2395,5 +2395,29 @@
[ [ "water", 1 ], [ "water_clean", 1 ] ],
[ [ "ash", 500 ] ]
]
}
},{
"result": "anesthesia_single",
"type": "recipe",
"category": "CC_OTHER",
"subcategory": "CC_OTHER_MEDICAL",
"skill_used": "cooking",
"difficulty": 6,
"skills_required": [ "firstaid", 6 ],
"time": 40000,
"book_learn":[ [ "textbook_firstaid", 6 ], [ "emergency_book", 5 ] ],
"qualities": [
{ "id": "CHEM", "level": 3 },
{ "id": "BOIL", "level": 2 }
],
"tools": [
[ [ "electrolysis_kit", 50 ] ],
[ [ "surface_heat", 50, "LIST" ] ]
],
"components":[
[ [ "ammonia", 4 ] ],
[ [ "metal_tank_little", 1 ] ],
[ [ "bismuth", 10 ] ],
[ [ "chem_nitric_acid", 5 ] ]
]
}
]