-
-
Notifications
You must be signed in to change notification settings - Fork 538
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
Un-nerfs Kepori #3482
Un-nerfs Kepori #3482
Conversation
I just want to share some thoughts. I get taking out the damage mod, but at the same time... I do like the RP the fragility brings where crew are being accomodating for some of kepori's drawbacks, and it brings a difference in playstyle since I have to adapt to a speed/fragility build. Speed for damage makes Kepori feel unique instead of just look unique. I don't think I personally am okay with taking it out completely but perhaps leave in a slight damage mod at least until we have something interesting to replace it. I agree regarding how fast limbs are taken out are a little crazy, but I really like the "I am speed" approach to playing them. Unathi on paradise never did get anything unique to them other than looks until recently (now they do the welding fuel fire breath trick), all they were was re-skinned humans and the maintainers blocked any attempts at giving them strengths and weaknesses despite the other races having something for them.... and it just made them less interesting overall. |
I don't really think damage modifiers are interesting or fun, we can do better |
I agree, but I kind of wish we could keep a little bit of it until we figure out something new. I like species mechanical differentiation and speed. |
The speed was a pretty notable part of the race so maybe don't nerf it too substantially. Just my 2 cents tho coming from a kep main |
I agree, but I'm not sure about bringing them closer to baseline in the mean time |
What would you suggest? If I bring back sprinting (probable), I could edit their max stamina values or something, or have them sprint faster and drain their sprint faster. |
That would be fun to have them have high burst speed for very short times if you do. I'm just really on the fence about taking away their speed right now as we don't have that sprint feature back yet, and the speedmod as we already have at this moment isn't a whole lot faster. cutting it down by 3/5ths will make their speed unnoticeable short of running several screens. |
I don't think a wholesale 'damage modifiers are bad' holds water. Balance on damage numbers used across the codebase is a tough one. I think as a result it's got to be more vibes-based, perhaps lowering the multiplier if it's really that crippling for kepori. If limbs alone are the issue, perhaps there's a better adjustment to keep the frailty high without outright causing limb breaks. they'd just need some more refactoring. As is, this PR removes the race's biggest tradeoff, leaving easily avoidable downsides (wear warmer clothes. dont punch shit) for a hard to obtain speed increase. Lots of players (myself included) rarely remove a hardsuit once it's on. In that common case, this race is a straight upgrade you never have to think about playing around. |
brutemod = 1.5 | ||
burnmod = 1.5 | ||
speedmod = -0.25 | ||
// coldmod = 1.5 |
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 is a temperature damage modifier like heatmod, and probably doesn't need to be changed
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.
yeah fair, must have caught it on accident
// brutemod = 1.5 | ||
// burnmod = 1.5 |
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.
// brutemod = 1.5 | |
// burnmod = 1.5 | |
brutemod = 1.25 | |
burnmod = 1.25 |
Increases effective health from 66 to 80. For something even more slight go with 1.1, which would increase effective health to a little over 90. Speed boosts are noticeable, but I don't think it's -30 health levels of noticeable
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.
- The damage mods just aren't interesting and mess with the way we balance bullet/mob damage. I'd like to come up with something more interesting.
- The speed boost was always a lot, I should have adjusted it when I adjusted config move modifiers but didn't.
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request Gonna try this out to see if it improves how Kepori actually feel. I don't really think straight up taking more damage is an interesting downside, considering their only upside was being a little faster. This also greatly lowers the movespeed modifier. Personally I don't really think it's a good idea to have a straight numbers modifier as a nerf like this, considering we balance things without even thinking about this. Projectiles and mob attacks do a high amount of damage, and it's all but guaranteed to break or completely disable a limb in one hit. With limb armor being fairly rare to come by, and the area a projectile/melee targets having RNG on where they actually hit, it's not actually that interesting. <!-- Describe The Pull Request. Please be sure every change is documented or this can delay review and even discourage maintainers from merging your PR! --> ## Changelog :cl: balance: Removed Kepori damage modifiers. balance: Decreased Kepori move speed modifier. (They are still a bit faster than average) /:cl: <!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. -->
This reverts commit de5b708.
About The Pull Request
Gonna try this out to see if it improves how Kepori actually feel. I don't really think straight up taking more damage is an interesting downside, considering their only upside was being a little faster. This also greatly lowers the movespeed modifier.
Personally I don't really think it's a good idea to have a straight numbers modifier as a nerf like this, considering we balance things without even thinking about this. Projectiles and mob attacks do a high amount of damage, and it's all but guaranteed to break or completely disable a limb in one hit. With limb armor being fairly rare to come by, and the area a projectile/melee targets having RNG on where they actually hit, it's not actually that interesting.
Changelog
🆑
balance: Removed Kepori damage modifiers.
balance: Decreased Kepori move speed modifier. (They are still a bit faster than average)
/:cl: