Nerf Default Power Attack#866
Merged
VMSolidus merged 2 commits intoSimple-Station:masterfrom Sep 9, 2024
Merged
Conversation
DEATHB4DEFEAT
approved these changes
Sep 8, 2024
OldDanceJacket
approved these changes
Sep 9, 2024
SimpleStation14
added a commit
that referenced
this pull request
Sep 9, 2024
VMSolidus
pushed a commit
to VMSolidus/Einstein-Engines
that referenced
this pull request
Feb 16, 2025
VMSolidus
added a commit
that referenced
this pull request
Feb 20, 2025
# Description Ports the Cybersun Stealthsuit by popular demand. I've made a few changes to it for this codebase to better accomodate for some of our MRP standards, including making sure that it correctly modifies the sound emitter that all hardsuits share. Rather than deleting the sound effects, it modifies them to be significantly quieter, with harsher falloff such that it can only be heard to a maximum distance of 5 tiles. Its stats and costs are rebalanced around being weaker for fighting, but it by extension a lot cheaper than it is on LRP. I spent more time trying to figure out how to fix the stealth movement balance to something I was satisfied with, than I did porting the suit. It also got a new name to match the naming scheme of the other Cybersun suits. For EE's code, it's balanced a lot differently than it is on Goob LRP. It's cheaper here than it is there, and more strongly favors the "Stealth" side of balance than it does combat. If you move sufficiently slowly, you can remain in stealth. It makes noise like a "Light" hardsuit, but is significantly muffled. It offers less protection than the Security tacsuits. It's really not for direct combat, and is *strongly* meant to play to the metal gear 4 fantasy. <details><summary><h1>Media</h1></summary> <p>  </p> </details> # Changelog :cl: - add: Ported the Cybersun Stealthsuit from Goobstation, with some updates for the EE Codebase. --------- Co-authored-by: starch <starchpersonal@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
We had some issues and concerns reported by more than a few server hosts that having the default right click be both a power attack and a wide swing was extremely undesireable. Since our original intention was to actually deprecate "Wide Swing" only to a handful of a few weapons designed around it, the behavior of this is now that power attack with no wide swing is the default for all weapons. Power attacks are still easier to aim than left clicks, but can only hit a single target except on certain weapons, deal bonus damage in exchange for stamina, and have a narrow 45 degree cone so as to enforce the need to right click at least relatively near your intended target.
Changelog
🆑