Skip to content

Commit

Permalink
Merge pull request #39373 from LaVeyanFiend/M14_M24
Browse files Browse the repository at this point in the history
Extended gun audit for M24
  • Loading branch information
Rivet-the-Zombie authored Apr 9, 2020
2 parents 6ce62b3 + b395ad9 commit ea9435c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions data/json/items/gun/308.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@
"type": "GUN",
"name": { "str": "M24", "str_pl": "M24" },
"description": "The M24 Sniper is the military and police version of the Remington Model 700 rifle, M24 being the model name assigned by the United States Army after adoption as their standard sniper rifle in 1988. The M24 is referred to as a 'weapon system' because it consists of not only a rifle, but also a detachable telescopic sight and other accessories.",
"weight": "5000 g",
"volume": "2750 ml",
"weight": "4990 g",
"volume": "4084 ml",
"price": 350000,
"price_postapoc": 4500,
"to_hit": -1,
Expand All @@ -318,23 +318,23 @@
"durability": 9,
"min_cycle_recoil": 2700,
"barrel_length": "500 ml",
"default_mods": [ "rifle_scope", "cheek_pad" ],
"magazines": [ [ "308", [ "m14mag", "m14smallmag", "m14_makeshiftmag" ] ] ],
"default_mods": [ "rifle_scope", "bipod" ],
"clip_size": 5,
"valid_mod_locations": [
[ "accessories", 4 ],
[ "barrel", 1 ],
[ "bore", 1 ],
[ "brass catcher", 1 ],
[ "muzzle", 1 ],
[ "sling", 1 ],
[ "stock", 1 ],
[ "stock mount", 1 ],
[ "mechanism", 4 ],
[ "sights", 1 ],
[ "grip mount", 1 ],
[ "rail mount", 1 ],
[ "underbarrel mount", 1 ]
[ "underbarrel", 1 ]
],
"flags": [ "NEVER_JAMS" ]
"flags": [ "RELOAD_ONE", "NEVER_JAMS" ]
},
{
"id": "hk417_13",
Expand Down
5 changes: 3 additions & 2 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1310,13 +1310,14 @@
"hat_ball",
"badge_deputy",
"wristwatch",
"powered_earmuffs"
"powered_earmuffs",
"tacvest"
],
"entries": [
{ "group": "charged_two_way_radio" },
{ "item": "usp_45", "ammo-item": "45_acp", "charges": 12, "container-item": "holster" },
{ "item": "legpouch_large", "contents-group": "army_mags_usp45" },
{ "item": "m14mag", "ammo-item": "762_51", "charges": 20, "container-item": "tacvest" },
{ "item": "762_51", "charges": 20 },
{ "item": "M24", "ammo-item": "762_51", "charges": 20, "container-item": "back_holster" }
]
},
Expand Down

0 comments on commit ea9435c

Please sign in to comment.