From 0023b78e624bc9771449ef59a1255c99c0c6ecc6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 16 Apr 2021 17:39:43 -0700 Subject: Add Map Note colours patch Upgrade custom patch for vampires Fix 300BLK subsonic ammo name Update PKGBUILD --- 0003-inconsistent-ammo-names.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '0003-inconsistent-ammo-names.patch') diff --git a/0003-inconsistent-ammo-names.patch b/0003-inconsistent-ammo-names.patch index ed5528b..b9bf3e8 100644 --- a/0003-inconsistent-ammo-names.patch +++ b/0003-inconsistent-ammo-names.patch @@ -29,6 +29,17 @@ "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ] } +--- a/data/json/items/ammo/300blk.json ++++ b/data/json/items/ammo/300blk.json +@@ -26,7 +26,7 @@ + "id": "300blk_ss", + "copy-from": "300blk", + "type": "AMMO", +- "name": { "str": ".300 AAC Blackout" }, ++ "name": { "str": ".300 AAC Blackout SS" }, + "description": "A subsonic .300 AAC Blackout round with a 220gr open tip match bullet. 300 BLK is an intermediate cartridge necked up from 5.56x45mm, designed to achieve similar ballistics to 7.62x39mm. It is compatible with standard AR-15 lower receivers and will feed from STANAG magazines.", + "weight": "21 g", + "range": 40, --- a/data/json/items/ammo/308.json +++ b/data/json/items/ammo/308.json @@ -26,7 +26,7 @@ -- cgit v1.2.1