-
Notifications
You must be signed in to change notification settings - Fork 95
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
Special buckshot will now deal mostly normal buckshot #162
Special buckshot will now deal mostly normal buckshot #162
Conversation
…ntblank shot dealing hueg damage.
…ve increased the damage and decreased the multipliers.
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.
Just from personal opinion, I don't like this change. If you're doing huge damage to aliens, you should be doing huge damage to allies if you misfire. Friendly fire is one reason marines can't just spam their guns in a lot of instances. Also, logically, there is no reason special buck would do more damage to aliens than marines, unless it was designed to specifically kill xenos.
Having said that, I do think being instantly killed by special buck is kind of unfun, since it can happen suddenly and with no warning to the person getting shot. On a technical side, variable damage numbers like this lead to confusing and inconsistent math (and snowflake code); some ways you could handle it:
Nerf buck so that it doesn't immediately kill marines, though I doubt this is feasible while keeping it at the same power level against aliens.
Rework alien defenses to where multiple pellet weapons are uniformly more powerful against them, not just special buck itself. Maybe something to do with alien armor calculations.
Add some kind of PB prevention for friendlies, since that seems to be the most prevalent way for marines to insta die to the special buck. Though I don't know if that's necessarily mechanically sound either.
Shotgun is faaaarrr too weak against marines. I got PBed and had 0 damage to my name except for shrapnel. |
damage = 60 | ||
bonus_projectiles_amount = EXTRA_PROJECTILES_TIER_8 | ||
damage = 25 | ||
bonus_projectiles_amount = EXTRA_PROJECTILES_TIER_18 |
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.
This will likely cause lag weirdness, proooobably not this high lmao
I like what you're going for here, the decreased damage per pellet is probably too low if we lower the projectiles down again.
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.
i have to agree with rock on this one, and apart from "high risk - high reward" thing we have with buckshot its kind of iconic to pve community and, imo, its not often marines get one shot killed by it
author decided to take a break from ss13, if they return they can contact any maintainer to have their PR reopened |
Summary