summaryrefslogtreecommitdiff
path: root/json/items/magazine
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-03 17:22:59 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-03 17:22:59 -0800
commit556a034f178982b10ac0bd3aac2bc709d2cfd52b (patch)
tree740401fa64c36153ca4230155fa3b18b0b537d8a /json/items/magazine
parentAdd the CAWS (diff)
downloadcataclysm-dda-mod_hk-loadout-556a034f178982b10ac0bd3aac2bc709d2cfd52b.tar.xz
Convert CAWS to 000 shot
Diffstat (limited to 'json/items/magazine')
-rw-r--r--json/items/magazine/000shot.json37
-rw-r--r--json/items/magazine/shot.json19
2 files changed, 37 insertions, 19 deletions
diff --git a/json/items/magazine/000shot.json b/json/items/magazine/000shot.json
new file mode 100644
index 0000000..baf5b77
--- /dev/null
+++ b/json/items/magazine/000shot.json
@@ -0,0 +1,37 @@
+[
+ {
+ "id": "hk_caws_mag",
+ "looks_like": "shotbelt_20",
+ "type": "MAGAZINE",
+ "name": { "str": "H&K CAWS box magazine" },
+ "description": "A removable plastic box magazine for the H&K CAWS shotgun. Holds 10 shells.",
+ "weight": "210 g",
+ "volume": "500 ml",
+ "price": 4500,
+ "material": "plastic",
+ "symbol": "#",
+ "color": "dark_gray",
+ "ammo_type": "000shot",
+ "capacity": 10,
+ "reliability": 9,
+ "flags": [ "MAG_COMPACT" ]
+ },
+ {
+ "id": "hk_caws_belt",
+ "looks_like": "shotbelt_20",
+ "type": "MAGAZINE",
+ "name": { "str": "H&K CAWS belt magazine" },
+ "description": "A brass ammo belt for the H&K CAWS shotgun. Holds 20 shells.",
+ "weight": "500 g",
+ "volume": "500 ml",
+ "price": 1000,
+ "material": "copper",
+ "symbol": "#",
+ "color": "light_gray",
+ "ammo_type": "000shot",
+ "capacity": 20,
+ "reliability": 5,
+ "armor_data": { "covers": [ "TORSO" ], "coverage": 5, "material_thickness": 1, "encumbrance": 2 },
+ "flags": [ "MAG_EJECT", "BELTED", "OVERSIZE", "WATER_FRIENDLY" ]
+ }
+]
diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json
deleted file mode 100644
index 292d21a..0000000
--- a/json/items/magazine/shot.json
+++ /dev/null
@@ -1,19 +0,0 @@
-[
- {
- "id": "hk_caws_mag",
- "looks_like": "shotbelt_20",
- "type": "MAGAZINE",
- "name": { "str": "H&K CAWS box magazine" },
- "description": "A removable plastic box magazine for the H&K CAWS shotgun. Holds 10 rounds.",
- "weight": "210 g",
- "volume": "500 ml",
- "price": 4500,
- "material": "plastic",
- "symbol": "#",
- "color": "dark_gray",
- "ammo_type": "shot",
- "capacity": 10,
- "reliability": 9,
- "flags": [ "MAG_COMPACT" ]
- }
-]