summaryrefslogtreecommitdiff
path: root/json/items/magazine/223.json
diff options
context:
space:
mode:
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 } } ]
}
]