summaryrefslogtreecommitdiff
path: root/json/items/magazine
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/magazine')
-rw-r--r--json/items/magazine/45.json6
-rw-r--r--json/items/magazine/9mm.json14
2 files changed, 7 insertions, 13 deletions
diff --git a/json/items/magazine/45.json b/json/items/magazine/45.json
index 3988982..a753757 100644
--- a/json/items/magazine/45.json
+++ b/json/items/magazine/45.json
@@ -1,12 +1,10 @@
[
{
"id": "ump45mag",
- "looks_like": "ump45mag",
+ "copy-from": "ump45mag",
"type": "MAGAZINE",
"name": { "str": "H&K UMP45 magazine" },
- "description": "A standard 25-round box magazine for use with the H&K UMP45 SMG.",
- "symbol": "#",
- "ammo_type": "45"
+ "description": "A standard 25-round box magazine for use with the H&K UMP45 SMG."
},
{
"id": "ump45_makeshiftmag",
diff --git a/json/items/magazine/9mm.json b/json/items/magazine/9mm.json
index 89a401c..b338aeb 100644
--- a/json/items/magazine/9mm.json
+++ b/json/items/magazine/9mm.json
@@ -3,22 +3,18 @@
"id": "usp9mag",
"copy-from": "usp9mag",
"type": "MAGAZINE",
- "name": { "str": "H&K USP 9mm magazine" },
- "ammo_type": "9mm"
+ "name": { "str": "H&K USP 9mm magazine" }
},
{
"id": "mp5mag",
- "copy-from": "usp9mag",
- "//": "Tileset whitelist for SMG magazines",
+ "copy-from": "mp5mag",
"type": "MAGAZINE",
- "name": { "str": "H&K MP5 magazine" },
- "ammo_type": "9mm"
+ "name": { "str": "H&K MP5 magazine" }
},
{
"id": "mp5bigmag",
- "copy-from": "usp9mag",
+ "copy-from": "mp5bigmag",
"type": "MAGAZINE",
- "name": { "str": "H&K MP5 extended magazine" },
- "ammo_type": "9mm"
+ "name": { "str": "H&K MP5 extended magazine" }
}
]