summaryrefslogtreecommitdiff
path: root/0034-fix-reloaded-50bmg.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-18 15:29:49 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-18 15:29:49 -0700
commitf73b4306f84130eb5bf81f4e64b3bc5871215de9 (patch)
tree02d39360a9e520b636d8795bd4d5a477ff5f3f9f /0034-fix-reloaded-50bmg.patch
parentUpdated to 2021-10-16-1440 (diff)
downloadcataclysm-bn-f73b4306f84130eb5bf81f4e64b3bc5871215de9.tar.xz
Fix .50bmg ammo ordering
Fix reloaded_50bmg being incorrectly based on .50 match Add missing military base overmap patch
Diffstat (limited to '0034-fix-reloaded-50bmg.patch')
-rw-r--r--0034-fix-reloaded-50bmg.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/0034-fix-reloaded-50bmg.patch b/0034-fix-reloaded-50bmg.patch
new file mode 100644
index 0000000..cbab4e1
--- /dev/null
+++ b/0034-fix-reloaded-50bmg.patch
@@ -0,0 +1,15 @@
+--- a/data/json/items/ammo/50.json
++++ b/data/json/items/ammo/50.json
+@@ -78,10 +78,10 @@
+ },
+ {
+ "id": "reloaded_50bmg",
+- "copy-from": "50match",
++ "copy-from": "50bmg",
+ "type": "AMMO",
+ "name": { "str": ".50 BMG Match, 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 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }