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

Make EXOTIC HWP resemble a LMG #75281

Merged
merged 7 commits into from
Jul 31, 2024
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
19 changes: 12 additions & 7 deletions data/json/items/gun/robofac_gun.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,14 +356,14 @@
{
"id": "robofac_gun_exodii",
"looks_like": "retool_ar15_300blk",
"//": "based off attributes of the EXODII BR",
"weight": "1000 g",
"volume": "500 ml",
"integral_volume": "250 ml",
"integral_weight": "1000 g",
"//0": "based off attributes of the EXODII BR",
"weight": "2400 g",
"volume": "1200 ml",
"integral_volume": "950 ml",
"integral_weight": "2400 g",
"integral_longest_side": "30 cm",
"longest_side": "55 cm",
"barrel_length": "610 mm",
"barrel_length": "508 mm",
"price": "500 USD",
"price_postapoc": "30 USD",
"type": "GUNMOD",
Expand All @@ -377,8 +377,13 @@
"install_time": "1 m",
"ammo_modifier": [ "123ln" ],
"min_skills": [ [ "weapon", 1 ] ],
"add_mod": [ [ "muzzle", 1 ] ],
"handling_modifier": 18,
"//1": "this makes damage the same as pamd68",
"damage_modifier": { "damage_type": "bullet", "amount": 2 },
"overwrite_min_cycle_recoil": 3500,
"description": "A Hub 01 Hybrid Weapons Platform quick swap conversion kit. This version has a long barrel with \"EXODIC\" stamped into the metal. The typo appears to be intentional."
"flags": [ "BIPOD", "SLOW_WIELD" ],
"description": "A Hub 01 Hybrid Weapons Platform quick swap conversion kit. This version has a heavy barrel with an integrated bipod, threaded muzzle and \"EXODIC\" stamped into the metal. The typo appears to be intentional."
},
{
"id": "robofac_laser_sight",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@
"id": "TALK_ROBOFAC_INTERCOM_HWP_EXODII_COMPLETE",
"//": "creating EXODII barrel",
"type": "talk_topic",
"dynamic_line": "The project was a success! The ammo is fairly rudimentary, but ultimately proved simple to manufacture, and has lent itself well to large magazines. We will transfer a copy of the conversion kit in a moment; it is capable of accepting the standard magazines that Exodii weapons usually use, and we have also begun production of specialized magazines ourselves. Thank you for allowing us this opportunity.",
"dynamic_line": "The project was a success! The ammo is fairly rudimentary, but ultimately proved simple to manufacture, and has lent itself well to large magazines. We will transfer a copy of the conversion kit in a moment; it is capable of accepting specialized magazines that we have just begun to produce ourselves. Thank you for allowing us this opportunity.",
"speaker_effect": { "effect": [ { "math": [ "hub01_hwp_exotic_researched", "=", "1" ] } ] },
"responses": [
{
Expand Down
Loading