-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Aftershock laser cannons #64123
Aftershock laser cannons #64123
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for also adding the json_info!
@@ -14,6 +20,12 @@ | |||
"type": "ammo_effect", | |||
"aoe": { "field_type": "fd_elect_anomaly", "intensity_min": 2, "intensity_max": 3, "radius": 0 } | |||
}, | |||
{ | |||
"id": "TACTICAL_LASER_EXPLOSION", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both the ammo effects are quite neat!
Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details. Click to expand
This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to |
Summary
Mods "Aftershock: Two new heavy laser cannons"
Purpose of change
All aftershock weapon categories should have heavy weapons, this adds the ones laser based ones.
Describe the solution
Short description of the new weapons:
Izhevsk PLC-75 very big and supposedly antiquated laser cannon, inspired by the historic soviet laser pistol. Unique among other laser guns it uses expendable flashtubes as amunition instead of the usual power cartridge. Combined with its very high per shot power, this pretty much makes it function like a very precise rocket launcher.
Shikishma A-82 tactical laser a much more reasonable heavy laser weapon, and the one that I expect will find common use. On paper the stats are very close to those of the A7 rifle, but every fifth shot will cause an explosion in the target, which increases its turn damage considerably and allows it to damage foes that are usually immune to laser fire.
Both spawn in the general aftershock armories. With the Shikishma being considerably more common.
Testing
Spawned both guns and tried them out for a bit
Additional context
Also noticed lots of ammo effects remain harcoded when they probably shouldn't, plenty of future opportunities there.