summaryrefslogtreecommitdiff
path: root/weapon-02_Fix-usp45-load-order.patch
diff options
context:
space:
mode:
Diffstat (limited to 'weapon-02_Fix-usp45-load-order.patch')
-rw-r--r--weapon-02_Fix-usp45-load-order.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/weapon-02_Fix-usp45-load-order.patch b/weapon-02_Fix-usp45-load-order.patch
new file mode 100644
index 0000000..0469e75
--- /dev/null
+++ b/weapon-02_Fix-usp45-load-order.patch
@@ -0,0 +1,30 @@
+--- a/data/json/items/gun/45.json
++++ b/data/json/items/gun/45.json
+@@ -206,14 +206,24 @@
+ },
+ {
+ "id": "usp_45",
+- "copy-from": "usp_9mm",
++ "copy-from": "pistol_base",
+ "type": "GUN",
+ "name": { "str": "USP .45" },
++ "description": "A popular pistol, widely used among law enforcement. Extensively tested for durability, it has been found to stay accurate even after being subjected to extreme abuse.",
+ "weight": "930 g",
+- "ammo": "45",
++ "volume": "500 ml",
++ "price": "680 USD",
+ "price_postapoc": "25 USD",
+- "ranged_damage": { "damage_type": "bullet", "amount": 0 },
++ "to_hit": -2,
++ "material": [ "steel", "plastic" ],
++ "color": "dark_gray",
++ "ammo": "45",
++ "dispersion": 400,
++ "durability": 9,
++ "blackpowder_tolerance": 48,
++ "min_cycle_recoil": 450,
+ "built_in_mods": [ "match_trigger" ],
++ "magazine_well": "250 ml",
+ "magazines": [ [ "45", [ "usp45mag" ] ] ]
+ },
+ {