Skip to content

Commit

Permalink
Merge pull request #37730 from snipercup/Gunmod-modern-json
Browse files Browse the repository at this point in the history
Gunmod Name to object, volume to string
  • Loading branch information
ZhilkinSerg authored Feb 5, 2020
2 parents 9298b81 + 6e11d27 commit 6ede090
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
3 changes: 1 addition & 2 deletions data/json/items/gunmod/rail.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"id": "offset_sights",
"copy-from": "improve_sights",
"type": "GUNMOD",
"name": "offset iron sights",
"name_plural": "offset iron sights",
"name": { "str": "offset iron sights", "str_pl": "offset iron sights" },
"description": "An alternative set of iron sights mounted at 45° for use when a scope or other modification prevents use of the primary sights.",
"location": "rail",
"mod_targets": [ "smg", "rifle", "shotgun" ],
Expand Down
3 changes: 1 addition & 2 deletions data/json/items/gunmod/sights.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
{
"id": "improve_sights",
"type": "GUNMOD",
"name": "iron sights",
"name_plural": "iron sights",
"name": { "str": "iron sights", "str_pl": "iron sights" },
"description": "A basic set of iron sights",
"weight": "60 g",
"volume": "250 ml",
Expand Down
11 changes: 4 additions & 7 deletions data/json/items/gunmod/underbarrel.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,7 @@
{
"id": "m203",
"type": "GUNMOD",
"name": "M203",
"name_plural": "M203",
"name": { "str": "M203", "str_pl": "M203" },
"description": "The M203 was originally designed for use with M16 variants but today can be attached to almost any rifle. It allows a single 40mm grenade to be loaded and fired.",
"weight": "1360 g",
"volume": "500 ml",
Expand All @@ -271,8 +270,7 @@
{
"id": "m320_mod",
"type": "GUNMOD",
"name": "M320 GLM",
"name_plural": "M320 GLM",
"name": { "str": "M320 GLM", "str_pl": "M320 GLM" },
"description": "The M320 Grenade Launcher Module offers the functionality of larger launchers in a very small package at the cost of decreased accuracy. It can be either attached to a rifle or combined with a buttstock for stand alone use.",
"weight": "1500 g",
"volume": "500 ml",
Expand Down Expand Up @@ -482,11 +480,10 @@
"id": "lead_glm",
"copy-from": "m320_mod",
"type": "GUNMOD",
"name": "LW GLM",
"name_plural": "LW GLM",
"name": { "str": "LW GLM", "str_pl": "LW GLM" },
"description": "The Leadworks built in Grenade Launcher Module offers the functionality of larger launchers in a very small package.",
"weight": "0 g",
"volume": 0,
"volume": "0 ml",
"price": 0,
"flags": [ "NEVER_JAMS", "RELOAD_EJECT", "IRREMOVABLE" ]
}
Expand Down

0 comments on commit 6ede090

Please sign in to comment.