Open
Conversation
Fixed amoebeye only facing left
Owner
|
This appears to be a substantial change to behavior, will have to review more thoroughly than just viewing the core allows for. |
-- Reworks: Amoebeye will float towards the player in a hovering state like before, however it no longer gets enraged instead it will have a Dive Attack every couple of seconds, floating upwards then rushing towards the player for a strike --- It can only have one Amoebeye projectile alive at a time unless 25 seconds pass without the projectile dying, it will spawn another, this is to balance its ability against the player. If the player kills a projectile it will spawn another in 2-3 seconds --- Projectile AI and behavior is unchanged --- Added comments to explain what my code does
Author
|
Rewrote the AI to make it fit better, the actual fix is to only switch aistyle to none but I decided to rework the NPC as a whole to give it a more unique style rather than just enraging at half health |
Owner
|
The health has never been a factor in whether or not it's enraged, and upon further inspection it looks like you initially made it perpetually enraged. |
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.
Fixed amoebeye only facing left