summaryrefslogtreecommitdiff
path: root/json/items/magazine/223.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-14 22:54:38 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-14 22:54:38 -0700
commit08753e2e1a88813f133e1cb411a27d1d7e4e85c6 (patch)
tree87f72623d59ecd549efc1c6ac4b5c607d0701f60 /json/items/magazine/223.json
parentMigrate 000 shotgun hulls to 00 shotgun hulls. (diff)
downloadcataclysm-dda-mod_hk-loadout-08753e2e1a88813f133e1cb411a27d1d7e4e85c6.tar.xz
Port to DDA.
Diffstat (limited to 'json/items/magazine/223.json')
-rw-r--r--json/items/magazine/223.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/json/items/magazine/223.json b/json/items/magazine/223.json
index 1129624..1fa20c4 100644
--- a/json/items/magazine/223.json
+++ b/json/items/magazine/223.json
@@ -5,11 +5,11 @@
"looks_like": "stanag30",
"type": "MAGAZINE",
"name": { "str": "H&K G36 30-round magazine" },
+ "description": "A standard capacity box magazine for use with the H&K G36 assault rifle.",
"weight": "127 g",
"material": [ "plastic" ],
- "description": "A standard capacity box magazine for use with the H&K G36 assault rifle.",
"ammo_type": [ "223" ],
- "reliability": 9
+ "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "223": 30 } } ]
},
{
"id": "g36mag_100rd",
@@ -18,6 +18,7 @@
"type": "MAGAZINE",
"name": { "str": "H&K G36 100-round double drum magazine" },
"description": "A bulky 100-round double drum magazine for use with the H&K G36 assault rifle.",
- "ammo_type": [ "223" ]
+ "ammo_type": [ "223" ],
+ "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "223": 100 } } ]
}
]