Psionic Power Feedback Messages#776
Merged
VMSolidus merged 4 commits intoSimple-Station:masterfrom Aug 22, 2024
Merged
Conversation
DangerRevolution
approved these changes
Aug 22, 2024
Contributor
DangerRevolution
left a comment
There was a problem hiding this comment.
What's the use case for displaying a message in chat but not over your head, excluding situations where you use both
DEATHB4DEFEAT
approved these changes
Aug 22, 2024
| /// What color will the initialization feedback display in the chat window with. | ||
| /// </summary> | ||
| [DataField] | ||
| public string InitializationFeedbackColor = "#8A00C2"; |
Member
There was a problem hiding this comment.
Make this something that contrasts better with chat
Member
Author
Co-authored-by: Mnemotechnican <[email protected]> Signed-off-by: VMSolidus <[email protected]>
Member
Author
|
Oh damnit I hit the wrong button. |
SimpleStation14
added a commit
that referenced
this pull request
Aug 22, 2024
Contributor
Who could have forseen these unfortunate circumstances? |
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
This PR implements the previously planned feature whereby obtaining a Psionic Power plays some form of notification to alert the player that they have gained a new ability. Since some Psionics like Xenoglossy are purely passive, it's very important to give an indication to players what's going on. To that end, PsionicPowerPrototype has been expanded to include new datafields related to Initialization Feedback. There are now three kinds of feedback messages: Popup, Feedback, and Metapsionic.
All feedback will only play for powers obtained during the round, rather than for entities that innately start with powers.
In a separate PR, I also wish to add Audio feedback as well.
Media
I apologize that the video has been bitcrunched to a point that the chat window can't be read.
8mb.video-5yV-CM2BLnog.mp4
Changelog
🆑