diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-06-18 22:20:30 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-06-18 22:20:30 -0700 | 
| commit | 7cef4a1de2408b9394d21b3db4b7d093d3a4bfe4 (patch) | |
| tree | 1d1fe5788f01f4edbf1d71fb149856f892f19634 /json | |
| parent | Fix 000 beanbag rounds doing no damage. (diff) | |
| download | cataclysm-bn-mod_hk-loadout-7cef4a1de2408b9394d21b3db4b7d093d3a4bfe4.tar.xz | |
Convert 417 magazines to plastic. Reduce weight accordingly.
Diffstat (limited to 'json')
| -rw-r--r-- | json/items/magazine/308.json | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/json/items/magazine/308.json b/json/items/magazine/308.json index 8f39489..50a4d02 100644 --- a/json/items/magazine/308.json +++ b/json/items/magazine/308.json @@ -4,14 +4,18 @@      "copy-from": "hk417mag_20rd",      "type": "MAGAZINE",      "name": { "str": "H&K HK417 magazine" }, -    "description": "A 20 round double stack box magazine for the Heckler & Koch HK417 rifle." +    "description": "A 20 round double stack box magazine for the Heckler & Koch HK417 rifle.", +    "material": [ "plastic" ], +    "weight": "90 g"    },    {      "id": "hk417mag_10rd",      "copy-from": "hk417mag_10rd",      "type": "MAGAZINE",      "name": { "str": "H&K HK417 compact magazine" }, -    "description": "A 10 round double stack box magazine for the Heckler & Koch HK417 rifle." +    "description": "A 10 round double stack box magazine for the Heckler & Koch HK417 rifle.", +    "material": [ "plastic" ], +    "weight": "55 g"    },    {      "id": "hk417_makeshiftmag",  | 
