diff options
Diffstat (limited to 'weapon-02_Fix-usp45-load-order.patch')
-rw-r--r-- | weapon-02_Fix-usp45-load-order.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/weapon-02_Fix-usp45-load-order.patch b/weapon-02_Fix-usp45-load-order.patch deleted file mode 100644 index 0469e75..0000000 --- a/weapon-02_Fix-usp45-load-order.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- 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" ] ] ] - }, - { |