summaryrefslogtreecommitdiff
path: root/json/items/gun
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-21 11:08:40 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-21 11:08:40 -0700
commit45cb674821073a55c764fc41b68c708c7be0e977 (patch)
treeb949120ab0d7141321f50491b5df9cdbcbb4d5b7 /json/items/gun
parentUpgrade 000 explosive slug from EXPLOSIVE_TINY to EXPLOSIVE as per comparable... (diff)
downloadcataclysm-bn-mod_hk-loadout-45cb674821073a55c764fc41b68c708c7be0e977.tar.xz
Convert from stab to now-supported bullet damage.
-Except for the 000 beanbag, which is now bashing.
Diffstat (limited to 'json/items/gun')
-rw-r--r--json/items/gun/45.json4
-rw-r--r--json/items/gun/46.json4
-rw-r--r--json/items/gun/9mm.json7
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",