summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-01 21:57:55 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-01 21:57:55 -0700
commitf1e20ff03ea3cd00698af5ce22dc678fa140b730 (patch)
tree5d921aeccfdfa428fa486f751cde0bd41ffb448a
parentFix numerous inconsistent grenade names (diff)
downloadcataclysm-dda-mod_grenade-crafting-f1e20ff03ea3cd00698af5ce22dc678fa140b730.tar.xz
Tweak flashbang recipe in line with other military grenades
-rw-r--r--json/recipes/weapons/explosive.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/json/recipes/weapons/explosive.json b/json/recipes/weapons/explosive.json
index 88b2617..8fa27b9 100644
--- a/json/recipes/weapons/explosive.json
+++ b/json/recipes/weapons/explosive.json
@@ -1,5 +1,24 @@
[
{
+ "result": "flashbang",
+ "type": "recipe",
+ "category": "CC_WEAPON",
+ "subcategory": "CSC_WEAPON_EXPLOSIVE",
+ "skill_used": "fabrication",
+ "skills_required": [ "cooking", 6 ],
+ "difficulty": 6,
+ "time": "40 m",
+ "book_learn": [ [ "recipe_labchem", 7 ], [ "textbook_anarch", 7 ] ],
+ "using": [ [ "soldering_standard", 6 ] ],
+ "qualities": [ { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [ [ "pilot_light", 1 ] ],
+ [ [ "oxy_powder", 75 ] ],
+ [ [ "incendiary", 50 ] ],
+ [ [ "canister_empty", 1 ] ]
+ ]
+ },
+ {
"result": "gasbomb",
"type": "recipe",
"category": "CC_WEAPON",
@@ -131,6 +150,25 @@
]
},
{
+ "result": "smokebomb",
+ "type": "recipe",
+ "category": "CC_WEAPON",
+ "subcategory": "CSC_WEAPON_EXPLOSIVE",
+ "skill_used": "cooking",
+ "skills_required": [ "mechanics", 1 ],
+ "difficulty": 3,
+ "time": "7 m 30 s",
+ "autolearn": true,
+ "qualities": [ { "id": "SCREW", "level": 1 } ],
+ "components": [
+ [ [ "water", 1 ], [ "water_clean", 1 ], [ "salt_water", 1 ], [ "saline", 5 ] ],
+ [ [ "candy", 1 ], [ "cola", 1 ] ],
+ [ [ "vitamins", 10 ], [ "aspirin", 8 ] ],
+ [ [ "canister_empty", 1 ], [ "can_food_unsealed", 1 ], [ "clay_canister", 1 ], [ "can_drink_unsealed", 1 ] ],
+ [ [ "superglue", 1 ] ]
+ ]
+ },
+ {
"result": "c4",
"type": "recipe",
"category": "CC_WEAPON",