From 90689a3cbae853ea46f33bc88b92ca95b7af01e7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 11 May 2021 01:16:20 -0700 Subject: Fix G36 drum mag name Update Readme --- Readme.txt | 13 +++++++------ json/items/magazine/223.json | 9 +++++++++ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/Readme.txt b/Readme.txt index d9ca439..8ad6f4d 100644 --- a/Readme.txt +++ b/Readme.txt @@ -7,26 +7,27 @@ USP .40 and magazine PSG1 A1 MSG90 A2 G11 K2 and magazine and ammo and ammo recipes -CAWS and magazines and ammo and ammo recipes -G36 magazine +CAWS and magazine and ammo and ammo recipes Item Names tweaked: USP 9mm and magazine USP .45 and magazine -MP5 magazines +MP5 and magazines UMP magazines HK416 HK417 and magazines +G36 Magazines Item Weights tweaked: USP 9mm USP .45 +G36 30-round Magazine Item Volumes tweaked: -(None of the volumes make much sense. At least this way they are more uniform.) -MP5 A2 +(None of the smg volumes make much sense. At least this way they are more uniform.) +MP5 A4 MP5 K-PDW -MP7 A5 +MP7 A2 Item Migrations negated: UCP diff --git a/json/items/magazine/223.json b/json/items/magazine/223.json index 5e30602..39cb92c 100644 --- a/json/items/magazine/223.json +++ b/json/items/magazine/223.json @@ -10,5 +10,14 @@ "description": "A standard capacity box magazine for use with the H&K G36 assault rifle.", "ammo_type": "223", "reliability": 9 + }, + { + "id": "g36mag_100rd", + "copy-from": "stanag100drum", + "looks_like": "stanag30", + "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" } ] -- cgit v1.2.1