From 6555500671970af45cca6603633b7e379169128b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 27 Jul 2021 14:25:09 -0700 Subject: Rebalance frag grenade crafting: Reduce comp_b to 12, since only 40 explosive damage Increase small scrap metal to 3, as 80 shrapnel damage --- json/uncraft/weapon/explosive.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/uncraft/weapon/explosive.json') diff --git a/json/uncraft/weapon/explosive.json b/json/uncraft/weapon/explosive.json index b9f719b..9e8638c 100644 --- a/json/uncraft/weapon/explosive.json +++ b/json/uncraft/weapon/explosive.json @@ -8,8 +8,8 @@ "qualities": [ { "id": "SCREW", "level": 1 } ], "components": [ [ [ "delay_fuze", 1 ] ], - [ [ "sheet_metal_small", 1 ] ], - [ [ "chem_compositionb", 32 ] ], + [ [ "sheet_metal_small", 3 ] ], + [ [ "chem_compositionb", 12 ] ], [ [ "canister_empty", 1 ] ] ] }, -- cgit v1.2.1