Skip to content

Commit 310fa55

Browse files
Updating some makeshift firearms name (#83595)
* Update smg_40 name * Update 40.json * Update rifle_38 name * Update 22.json * Update names --------- Co-authored-by: Anton Simakov <[email protected]>
1 parent 51dfe7f commit 310fa55

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

data/json/items/gun/22.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@
637637
"type": "ITEM",
638638
"subtypes": [ "GUN" ],
639639
"name": { "str": "Glock 44 pistol" },
640-
"description": "A Glock chambered in .22LR. While effective against paper targets and rodents, it will struggle against the walking dead.",
640+
"description": "A Glock chambered in .22 LR. While effective against paper targets and rodents, it will struggle against the walking dead.",
641641
"weight": "358 g",
642642
"volume": "398 ml",
643643
"longest_side": "212 mm",

data/json/items/gun/38.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"looks_like": "modular_ar15",
6969
"type": "ITEM",
7070
"subtypes": [ "GUN" ],
71-
"name": { "str": "pipe rifle: .38 Special", "str_pl": "pipe rifles: .38 Special" },
71+
"name": { "str": ".38 Special pipe rifle" },
7272
"description": "A home-made rifle. It is simply a pipe attached to a stock, with a hammer to strike the single round it holds.",
7373
"ascii_picture": "ps_pipe_gun",
7474
"weight": "2114 g",

data/json/items/gun/40.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"looks_like": "hk_mp5",
112112
"type": "ITEM",
113113
"subtypes": [ "GUN" ],
114-
"name": { "str": "Luty SMG: .40 S&W", "str_pl": "Luty SMGs: .40 S&W" },
114+
"name": { "str": ".40 S&W Luty submachine gun" },
115115
"description": "A Luty pattern makeshift smoothbore SMG crudely constructed out of various steel parts using advanced powered hand tools; likely one of the most complex guns that is feasible to make outside of a machine shop, but still very unreliable. This one is chambered for .40 S&W cartridges and accepts custom-made makeshift magazines.",
116116
"//": "Crafting recipe must make use of angle grinder, bench grinder, set square and vise, which don't yet exist in game. No factory mags until UMP40, mp5/40, or other straight .40 mags are implemented.",
117117
"weight": "3520 g",

data/json/items/magazine/40.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@
127127
"subtypes": [ "MAGAZINE" ],
128128
"variant_type": "gun",
129129
"name": { "str": "Luty .40 20-round magazine" },
130-
"description": "An improvised magazine that is mostly compatible with a homemade 'Luty' submachine gun, with a simplified feed system. It looks like it might feed 20 rounds of .40S&W.",
130+
"description": "An improvised magazine that is mostly compatible with a homemade 'Luty' submachine gun, with a simplified feed system. It looks like it might feed 20 rounds of .40 S&W.",
131131
"variants": [
132132
{
133133
"id": "smg_40_mag",
134134
"name": { "str": "makeshift .40 20-round magazine" },
135-
"description": "An improvised magazine that is mostly compatible with a homemade 'Luty' submachine gun, with a simplified feed system. It looks like it might feed 20 rounds of .40S&W."
135+
"description": "An improvised magazine that is mostly compatible with a homemade 'Luty' submachine gun, with a simplified feed system. It looks like it might feed 20 rounds of .40 S&W."
136136
}
137137
],
138138
"weight": "207 g",

0 commit comments

Comments
 (0)