summaryrefslogtreecommitdiff
path: root/json/recipes/weapons/explosive.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-03 12:55:35 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-06-03 12:55:35 -0700
commit58a3390c905f3b4015f1dbb9225252139b34705d (patch)
treea3479f10564dabe9b08c51566caedc4c0d738303 /json/recipes/weapons/explosive.json
parentTweak flashbang recipe in line with other military grenades (diff)
downloadcataclysm-bn-mod_grenade-crafting-58a3390c905f3b4015f1dbb9225252139b34705d.tar.xz
Convert recipes from rdx to composition_b
Add recipe for making composition_b
Diffstat (limited to 'json/recipes/weapons/explosive.json')
-rw-r--r--json/recipes/weapons/explosive.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/recipes/weapons/explosive.json b/json/recipes/weapons/explosive.json
index 8fa27b9..6c86e8c 100644
--- a/json/recipes/weapons/explosive.json
+++ b/json/recipes/weapons/explosive.json
@@ -126,7 +126,7 @@
"components": [
[ [ "pilot_light", 1 ] ],
[ [ "sheet_metal_small", 6 ] ],
- [ [ "chem_rdx", 200 ] ],
+ [ [ "chem_compositionb", 200 ] ],
[ [ "canister_empty", 1 ] ]
]
},
@@ -182,7 +182,7 @@
"tools": [ [ [ "mold_plastic", -1 ] ], [ [ "hotplate", 50 ], [ "toolset", 50 ] ] ],
"components": [
[ [ "pilot_light", 1 ] ],
- [ [ "chem_rdx", 1500 ] ],
+ [ [ "chem_compositionb", 1500 ] ],
[ [ "plastic_chunk", 1 ] ],
[ [ "lamp_oil", 100 ], [ "motor_oil", 100 ] ]
]