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-03_fix-reloaded-50bmg.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ammo-03_fix-reloaded-50bmg.patch') diff --git a/ammo-03_fix-reloaded-50bmg.patch b/ammo-03_fix-reloaded-50bmg.patch index b8241aa..88b561a 100644 --- a/ammo-03_fix-reloaded-50bmg.patch +++ b/ammo-03_fix-reloaded-50bmg.patch @@ -11,6 +11,6 @@ + "name": { "str": ".50 BMG M33 Ball, reloaded" }, - "description": ".50 BMG ammunition with lead-cored FMJ bullets. The .50 BMG is a very powerful rifle round designed for anti-aircraft use, later adapted to anti-vehicular and anti-personnel roles. Its stupendous energy and armor piercing capabilities make it one of the most deadly rounds available, offset only by its drastic recoil and noise.", + "description": ".50 BMG ammunition with lead-cored FMJ bullets. The .50 BMG is a very powerful rifle round designed for anti-aircraft use, later adapted to anti-vehicular and anti-personnel roles. Its stupendous energy and armor piercing capabilities make it one of the most deadly rounds available, offset only by its drastic recoil and noise. This one has been hand-reloaded.", - "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 }, + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } -- cgit v1.2.1