diff options
Diffstat (limited to 'json/items/gun')
-rw-r--r-- | json/items/gun/45.json | 4 | ||||
-rw-r--r-- | json/items/gun/46.json | 4 | ||||
-rw-r--r-- | json/items/gun/9mm.json | 7 |
3 files changed, 11 insertions, 4 deletions
diff --git a/json/items/gun/45.json b/json/items/gun/45.json index 4084f04..99aa47e 100644 --- a/json/items/gun/45.json +++ b/json/items/gun/45.json @@ -16,7 +16,7 @@ "symbol": "(", "color": "dark_gray", "ammo": "45", - "ranged_damage": { "damage_type": "stab", "amount": -1 }, + "ranged_damage": { "damage_type": "bullet", "amount": -1 }, "dispersion": 400, "durability": 9, "blackpowder_tolerance": 48, @@ -58,7 +58,7 @@ "color": "dark_gray", "ammo": "45", "skill": "smg", - "ranged_damage": { "damage_type": "stab", "amount": 1 }, + "ranged_damage": { "damage_type": "bullet", "amount": 1 }, "dispersion": 240, "durability": 8, "min_cycle_recoil": 540, diff --git a/json/items/gun/46.json b/json/items/gun/46.json index ecd48ad..72d4f2e 100644 --- a/json/items/gun/46.json +++ b/json/items/gun/46.json @@ -16,7 +16,7 @@ "color": "light_gray", "ammo": [ "46" ], "skill": "pistol", - "ranged_damage": { "damage_type": "stab", "amount": -1 }, + "ranged_damage": { "damage_type": "bullet", "amount": -1 }, "dispersion": 410, "durability": 9, "min_cycle_recoil": 81 , @@ -44,7 +44,7 @@ "weight": "1960 g", "volume": "1000 ml", "bashing": 10, - "ranged_damage": { "damage_type": "stab", "amount": 1 }, + "ranged_damage": { "damage_type": "bullet", "amount": 1 }, "built_in_mods": [ "folding_stock" ], "magazines": [ [ "46", [ "hk46bigmag", "hk46midmag", "hk46mag" ] ] ] } diff --git a/json/items/gun/9mm.json b/json/items/gun/9mm.json index 1983dc3..1961e2b 100644 --- a/json/items/gun/9mm.json +++ b/json/items/gun/9mm.json @@ -36,6 +36,13 @@ "volume": "1250 ml" }, { + "id": "hk_mp5sd", + "copy-from": "hk_mp5sd", + "type": "GUN", + "name": { "str_sp": "H&K MP5SD" }, + "volume": "2000 ml" + }, + { "id": "hk_ump9", "copy-from": "hk_ump45", "type": "GUN", |