diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-07-11 16:03:19 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-07-11 16:03:19 -0700 | 
| commit | afc9e1f9a5a33c480ecaded6e18eaa020a8818d7 (patch) | |
| tree | 401e90ef3d6a939156aadafc5682381cee61e7a9 /json/uncraft | |
| parent | Switch to military_explosive group and require explosives_casting_standard fo... (diff) | |
| download | cataclysm-dda-mod_grenade-crafting-afc9e1f9a5a33c480ecaded6e18eaa020a8818d7.tar.xz | |
Rebalance explosives using more realistic values.
Diffstat (limited to 'json/uncraft')
| -rw-r--r-- | json/uncraft/weapon/explosive.json | 7 | 
1 files changed, 3 insertions, 4 deletions
diff --git a/json/uncraft/weapon/explosive.json b/json/uncraft/weapon/explosive.json index ea84155..426106f 100644 --- a/json/uncraft/weapon/explosive.json +++ b/json/uncraft/weapon/explosive.json @@ -9,7 +9,7 @@      "components": [        [ [ "delay_fuze", 1 ] ],        [ [ "sheet_metal_small", 3 ] ], -      [ [ "chem_compositionb", 16 ] ], +      [ [ "chem_compositionb", 184 ] ],        [ [ "canister_empty", 1 ] ]      ]    }, @@ -141,9 +141,8 @@      "qualities": [ { "id": "SCREW", "level": 1 } ],      "components": [        [ [ "impact_fuze", 1 ] ], -      [ [ "sheet_metal_small", 2 ] ], -      [ [ "chem_compositionb", 80 ] ], -      [ [ "canister_empty", 1 ] ] +      [ [ "plastic_chunk", 2 ] ], +      [ [ "chem_compositionb", 3 ] ]      ]    }  ]  | 
