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

The (impotent) Sound and the Fury #51803

Merged
merged 5 commits into from
Sep 23, 2021
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
22 changes: 18 additions & 4 deletions data/json/items/gun/223.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,22 +527,36 @@
"id": "m231pfw",
"copy-from": "m16a4",
"type": "GUN",
"name": { "str": "M16 open-bolt rifle" },
"description": "The M16 open-bolt rifle is an M16 rifle modified to fire with an open-bolt design. This makes the rifle fire at much higher speeds than most other assault rifles, but at the cost of accuracy. It is chambered in 5.56x45mm and accepts STANAG magazines.",
"name": { "str": "M16 firing port gun" },
"description": "The M16 firing port gun is an M16 rifle modified to fire with an open-bolt design at ludicrous speeds, without sights. It has a threaded handguard to screw into an armored vehicle's firing ports. It is chambered in 5.56x45mm and accepts STANAG magazines.",
"weight": "3330 g",
"volume": "2400 ml",
"longest_side": "727 mm",
"price": 90000,
"price": 3450000,
"price_postapoc": 3500,
"variant_type": "gun",
"variants": [
{
"id": "m231pfw",
"name": { "str": "M231 port firing weapon" },
"description": "The M231 PFW is an adaptation of the M16 assault rifle, designed to be used in the firing ports of the M2 Bradley Infantry Fighting Vehicle. It does not have a buttstock or front sight post, and the smooth front hand guard makes it slighly less ergonomic. It fires from an open bolt. The fire selector says only 'SAFE' and 'AUTO'. You can't help but wonder which one is preferable."
"description": "The M231 PFW is an adaptation of the M16 assault rifle, designed to be used in the firing ports of the M2 Bradley Infantry Fighting Vehicle. It does not have a buttstock or front sight post, and the smooth front hand guard does nothing to protect you from the potentially scorching hot barrel collar, making it slighly less than ergonomic. You could screw it into a firing port if you were so inclined. The fire selector says only 'SAFE' and 'AUTO'. You can't help but wonder which one is preferable."
}
],
"dispersion": 350,
"sight_dispersion": 500,
"valid_mod_locations": [
[ "accessories", 4 ],
[ "barrel", 1 ],
[ "bore", 1 ],
[ "brass catcher", 1 ],
[ "mechanism", 4 ],
[ "magazine", 1 ],
[ "muzzle", 1 ],
[ "rail mount", 2 ],
[ "sights mount", 1 ],
[ "stock mount", 1 ],
[ "underbarrel mount", 1 ]
],
"//": "This weapon has an extremely high rate of fire, due to the open bolt design. This is based on a cyclic rate of fire of 1150 RPM, which is close to 19 rounds per second. 6 rounds is comparable to to other weapons with similar rates, such as the MAC-11.",
"modes": [ [ "DEFAULT", "auto", 6 ] ]
},
Expand Down
18 changes: 18 additions & 0 deletions data/json/vehicleparts/turret.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,24 @@
"breaks_into": [ { "item": "scrap", "count": 25 }, { "item": "steel_chunk", "count": 5 }, { "item": "steel_lump", "count": 5 } ],
"requirements": { "install": { "skills": [ [ "mechanics", 4 ], [ "rifle", 2 ] ] }, "removal": { "skills": [ [ "mechanics", 2 ] ] } }
},
{
"id": "mounted_m231",
"type": "vehicle_part",
"name": { "str": "mounted M231 PFW" },
"symbol": "t",
"durability": 400,
"damage_modifier": 80,
"categories": [ "warfare" ],
"flags": [ "TURRET" ],
"item": "m231pfw",
"color": "cyan",
"broken_color": "cyan",
"breaks_into": [ { "item": "scrap", "count": 28 }, { "item": "steel_chunk", "count": 12 }, { "item": "steel_lump", "count": 7 } ],
"requirements": {
"install": { "time": "100 s", "skills": [ [ "mechanics", 0 ], [ "rifle", 1 ] ] },
"removal": { "time": "50 s", "skills": [ [ "mechanics", 0 ] ] }
}
},
{
"id": "mounted_m240",
"copy-from": "turret",
Expand Down
15 changes: 15 additions & 0 deletions data/mods/Generic_Guns/vehicles/turrets.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
"item": "rifle_assault",
"breaks_into": [ { "item": "rifle_assault", "prob": 50 } ]
},
{
"id": "mounted_m231",
"copy-from": "mounted_m1918",
"type": "vehicle_part"
},
{
"id": "mounted_m240",
"copy-from": "mounted_m240",
Expand All @@ -41,6 +46,11 @@
"copy-from": "mounted_m240",
"type": "vehicle_part"
},
{
"id": "m249_semi",
"copy-from": "mounted_m240",
"type": "vehicle_part"
},
{
"id": "mounted_m134",
"copy-from": "mounted_m240",
Expand All @@ -51,6 +61,11 @@
"copy-from": "mounted_m240",
"type": "vehicle_part"
},
{
"id": "mounted_m60_semi",
"copy-from": "mounted_m240",
"type": "vehicle_part"
},
{
"id": "mounted_rm614",
"copy-from": "mounted_m240",
Expand Down