diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-27 14:13:42 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-27 14:13:42 -0700 | 
| commit | 4467d6669c6e7d2d1032a8504454d0fca38e2bd7 (patch) | |
| tree | 4e27152fafbac1848c47708677b1d183f3b22f2e /json/items | |
| parent | Typos (diff) | |
| download | cataclysm-bn-mod_hk-loadout-4467d6669c6e7d2d1032a8504454d0fca38e2bd7.tar.xz | |
Add USP .40
Tweak masses
Diffstat (limited to 'json/items')
| -rw-r--r-- | json/items/gun/40.json | 11 | ||||
| -rw-r--r-- | json/items/gun/45.json | 3 | ||||
| -rw-r--r-- | json/items/gun/9mm.json | 3 | ||||
| -rw-r--r-- | json/items/magazine/40.json | 19 | ||||
| -rw-r--r-- | json/items/magazine/45.json | 2 | 
5 files changed, 33 insertions, 5 deletions
diff --git a/json/items/gun/40.json b/json/items/gun/40.json new file mode 100644 index 0000000..3ff0b63 --- /dev/null +++ b/json/items/gun/40.json @@ -0,0 +1,11 @@ +[ +  { +    "id": "usp_40", +    "copy-from": "usp_9mm", +    "type": "GUN", +    "name": { "str": "H&K USP .40" }, +    "weight": "748 g", +    "ammo": "45", +    "magazines": [ [ "40", [ "usp40mag" ] ] ] +} +] diff --git a/json/items/gun/45.json b/json/items/gun/45.json index 1170609..10e8ad9 100644 --- a/json/items/gun/45.json +++ b/json/items/gun/45.json @@ -4,9 +4,8 @@      "copy-from": "usp_9mm",      "type": "GUN",      "name": { "str": "H&K USP .45" }, -    "weight": "930 g", +    "weight": "789 g",      "ammo": "45", -    "ranged_damage": 0,      "built_in_mods": [ "match_trigger" ],      "magazines": [ [ "45", [ "usp45mag" ] ] ]  } diff --git a/json/items/gun/9mm.json b/json/items/gun/9mm.json index 6dd6786..e3171f0 100644 --- a/json/items/gun/9mm.json +++ b/json/items/gun/9mm.json @@ -6,7 +6,7 @@      "type": "GUN",      "name": { "str": "H&K USP 9mm", "str_pl": "H&K USP 9mm" },      "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": "770 g", +    "weight": "748 g",      "volume": "500 ml",      "price": 68000,      "to_hit": -2, @@ -15,7 +15,6 @@      "symbol": "(",      "color": "dark_gray",      "ammo": "9mm", -    "ranged_damage": -1,      "dispersion": 400,      "durability": 9,      "blackpowder_tolerance": 48, diff --git a/json/items/magazine/40.json b/json/items/magazine/40.json new file mode 100644 index 0000000..6eaba74 --- /dev/null +++ b/json/items/magazine/40.json @@ -0,0 +1,19 @@ +[ +  { +    "id": "usp40mag", +    "looks_like": "glock17_17", +    "type": "MAGAZINE", +    "name": { "str": "H&K USP .40 magazine" }, +    "description": "A standard capacity magazine for use with the H&K USP .40 handgun.", +    "weight": "60 g", +    "volume": "250 ml", +    "price": 5900, +    "material": "plastic", +    "symbol": "#", +    "color": "light_gray", +    "ammo_type": "45", +    "capacity": 13, +    "reliability": 10, +    "flags": [ "MAG_COMPACT" ] +} +] diff --git a/json/items/magazine/45.json b/json/items/magazine/45.json index 297f6a4..63695b3 100644 --- a/json/items/magazine/45.json +++ b/json/items/magazine/45.json @@ -4,7 +4,7 @@      "looks_like": "glock17_17",      "type": "MAGAZINE",      "name": { "str": "H&K USP .45 magazine" }, -    "description": "A standard capacity magazine for use with the H&K USP handgun.", +    "description": "A standard capacity magazine for use with the H&K USP .45 handgun.",      "weight": "60 g",      "volume": "250 ml",      "price": 5900,  | 
