summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-11 21:14:02 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-11 21:14:02 -0800
commitbccb80f2e497119196ef97b32be23b625bee52a2 (patch)
tree6cd7a13e1d6d9ae3354100911333e09139d89501 /json
parentClean up UCP description (diff)
downloadcataclysm-dda-mod_hk-loadout-bccb80f2e497119196ef97b32be23b625bee52a2.tar.xz
Add 10 round magazine for PSG1A1
Diffstat (limited to 'json')
-rw-r--r--json/items/gun/308.json2
-rw-r--r--json/items/magazine/308.json17
2 files changed, 18 insertions, 1 deletions
diff --git a/json/items/gun/308.json b/json/items/gun/308.json
index 4b6fbb3..3054b6b 100644
--- a/json/items/gun/308.json
+++ b/json/items/gun/308.json
@@ -27,7 +27,7 @@
"durability": 8,
"barrel_length": "650 ml",
"default_mods": [ "rifle_scope", "adjustable_stock" ],
- "magazines": [ [ "308", [ "g3mag", "g3bigmag", "g3_makeshiftmag" ] ] ]
+ "magazines": [ [ "308", [ "g3smallmag", "g3mag", "g3bigmag", "g3_makeshiftmag" ] ] ]
},
{
"id": "hk_msg90a2",
diff --git a/json/items/magazine/308.json b/json/items/magazine/308.json
index d34d64a..ee82dc3 100644
--- a/json/items/magazine/308.json
+++ b/json/items/magazine/308.json
@@ -19,5 +19,22 @@
"type": "MAGAZINE",
"name": { "str": "H&K HK417 makeshift magazine" },
"description": "An improvised 5-round straight single-stack box magazine consisting of little more than a bent sheet of steel held together by duct tape and hope, for use with Heckler & Koch HK417 rifle."
+ },
+ {
+ "id": "g3smallmag",
+ "looks_like": "stanag30",
+ "type": "MAGAZINE",
+ "name": { "str": "H&K PSG1 magazine" },
+ "description": "A 10-round aluminum box magazine for the H&K PSG1A1 rifle.",
+ "weight": "75 g",
+ "volume": "250 ml",
+ "price": 900,
+ "material": "aluminum",
+ "symbol": "#",
+ "color": "light_gray",
+ "ammo_type": "308",
+ "capacity": 10,
+ "reliability": 9,
+ "flags": [ "MAG_COMPACT" ]
}
]