summaryrefslogtreecommitdiff
path: root/json/uncraft/weapon
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/uncraft/weapon
parentUpdated to use BN depends. (diff)
downloadcataclysm-dda-mod_grenade-crafting-b4bb6b5ad689cc0dd2f81d64536568968fe26888.tar.xz
Use more real grenade names and weights.
Diffstat (limited to 'json/uncraft/weapon')
-rw-r--r--json/uncraft/weapon/explosive.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/uncraft/weapon/explosive.json b/json/uncraft/weapon/explosive.json
index 93a42b4..d13fb05 100644
--- a/json/uncraft/weapon/explosive.json
+++ b/json/uncraft/weapon/explosive.json
@@ -22,8 +22,8 @@
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "delay_fuze", 1 ] ],
- [ [ "oxy_powder", 75 ] ],
- [ [ "incendiary", 50 ] ],
+ [ [ "chem_ammonium_nitrate", 5 ] ],
+ [ [ "incendiary", 5 ] ],
[ [ "canister_empty", 1 ] ]
]
},