summaryrefslogtreecommitdiff
path: root/json/recipes
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-13 09:52:35 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-13 09:52:35 -0700
commitb4bb6b5ad689cc0dd2f81d64536568968fe26888 (patch)
tree57fce50f1e10dbf77e46823fc6af595a8f205746 /json/recipes
parentUpdated to use BN depends. (diff)
downloadcataclysm-bn-mod_grenade-crafting-b4bb6b5ad689cc0dd2f81d64536568968fe26888.tar.xz
Use more real grenade names and weights.
Diffstat (limited to 'json/recipes')
-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 4fec666..43fddf6 100644
--- a/json/recipes/weapons/explosive.json
+++ b/json/recipes/weapons/explosive.json
@@ -49,8 +49,8 @@
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "delay_fuze", 1 ] ],
- [ [ "oxy_powder", 75 ] ],
- [ [ "incendiary", 50 ] ],
+ [ [ "chem_ammonium_nitrate", 5 ] ],
+ [ [ "incendiary", 5 ] ],
[ [ "canister_empty", 1 ] ]
]
},