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/recipes/weapons/explosive.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/recipes/weapons/explosive.json') diff --git a/json/recipes/weapons/explosive.json b/json/recipes/weapons/explosive.json index ae17274..d60427d 100644 --- a/json/recipes/weapons/explosive.json +++ b/json/recipes/weapons/explosive.json @@ -129,8 +129,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