diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-13 09:52:35 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-13 09:52:35 -0700 |
commit | b4bb6b5ad689cc0dd2f81d64536568968fe26888 (patch) | |
tree | 57fce50f1e10dbf77e46823fc6af595a8f205746 /json/uncraft | |
parent | Updated to use BN depends. (diff) | |
download | cataclysm-bn-mod_grenade-crafting-b4bb6b5ad689cc0dd2f81d64536568968fe26888.tar.xz |
Use more real grenade names and weights.
Diffstat (limited to 'json/uncraft')
-rw-r--r-- | json/uncraft/weapon/explosive.json | 4 |
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 ] ] ] }, |