From 3470ed60a29775a6a98e897b16edd3ffe19ae1ce Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 26 Apr 2022 11:39:35 -0700 Subject: Updated to 2022-04-21-1455 Various patches updated for the addition of ballistic damage. Add patch to allow helicopters to land on the mi-go landing pad. Add patch to fix canned beans being listed as merely beans when plural. --- ammo-02_fix-20x66mm-loudness.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ammo-02_fix-20x66mm-loudness.patch') diff --git a/ammo-02_fix-20x66mm-loudness.patch b/ammo-02_fix-20x66mm-loudness.patch index 1dc324c..fe95749 100644 --- a/ammo-02_fix-20x66mm-loudness.patch +++ b/ammo-02_fix-20x66mm-loudness.patch @@ -2,7 +2,7 @@ +++ b/data/json/items/ammo/20x66mm.json @@ -124,6 +124,7 @@ "range": 12, - "damage": { "damage_type": "stab", "amount": 60 }, + "damage": { "damage_type": "bullet", "amount": 60 }, "recoil": 2500, + "loudness": 160, "effects": [ "COOKOFF", "SHOT", "NEVER_MISFIRES" ] -- cgit v1.2.1