Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gunmod Name to object, volume to string #37730

Merged
merged 1 commit into from
Feb 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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