summaryrefslogtreecommitdiff
path: root/weapon-02_Fix-usp45-load-order.patch
blob: 0469e755842f751a0a7a8543977ce4ca5a1ac2df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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" ] ] ]
   },
   {