From afc9e1f9a5a33c480ecaded6e18eaa020a8818d7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 11 Jul 2022 16:03:19 -0700 Subject: Rebalance explosives using more realistic values. --- json/uncraft/weapon/explosive.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'json/uncraft/weapon/explosive.json') 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 ] ] ] } ] -- cgit v1.2.1