summaryrefslogtreecommitdiff
path: root/json/items/tool/explosive.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-07-11 16:03:19 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-07-11 16:03:19 -0700
commitafc9e1f9a5a33c480ecaded6e18eaa020a8818d7 (patch)
tree401e90ef3d6a939156aadafc5682381cee61e7a9 /json/items/tool/explosive.json
parentSwitch to military_explosive group and require explosives_casting_standard fo... (diff)
downloadcataclysm-bn-mod_grenade-crafting-afc9e1f9a5a33c480ecaded6e18eaa020a8818d7.tar.xz
Rebalance explosives using more realistic values.
Diffstat (limited to 'json/items/tool/explosive.json')
-rw-r--r--json/items/tool/explosive.json27
1 files changed, 25 insertions, 2 deletions
diff --git a/json/items/tool/explosive.json b/json/items/tool/explosive.json
index 13cf58a..e74b7dc 100644
--- a/json/items/tool/explosive.json
+++ b/json/items/tool/explosive.json
@@ -7,6 +7,29 @@
"name": { "str": "can bomb (active)", "str_pl": "can bombs (active)" }
},
{
+ "id": "c4",
+ "type": "TOOL",
+ "category": "weapons",
+ "name": { "str": "M112 explosive" },
+ "description": "This is block of US military M112 composition-4 explosive. A label reads: \"Highly explosive, use with extreme caution!\" It comes with a small timer.",
+ "weight": "570 g",
+ "volume": "543 ml",
+ "price": 9000,
+ "price_postapoc": 2000,
+ "to_hit": -4,
+ "material": [ "plastic" ],
+ "symbol": ";",
+ "color": "light_gray",
+ "use_action": "C4"
+ },
+ {
+ "id": "c4armed",
+ "type": "TOOL",
+ "category": "weapons",
+ "copy-from": "c4armed",
+ "name": { "str": "M112 explosive (armed)", "str_pl": "M112 explosives (armed)" }
+ },
+ {
"id": "EMPbomb_act",
"type": "TOOL",
"category": "weapons",
@@ -53,14 +76,14 @@
"type": "TOOL",
"category": "weapons",
"copy-from": "grenade",
- "name": { "str": "fragmentation grenade" }
+ "name": { "str": "M67 fragmentation grenade" }
},
{
"id": "grenade_act",
"type": "TOOL",
"category": "weapons",
"copy-from": "grenade_act",
- "name": { "str": "fragmentation grenade (active)", "str_pl": "fragmentation grenades (active)" }
+ "name": { "str": "M67 fragmentation grenade (active)", "str_pl": "M67 fragmentation grenades (active)" }
},
{
"id": "makeshift_grenade",