-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Some pledge combo fixes #3934
Some pledge combo fixes #3934
Conversation
ghoul could you maybe look into issue #3589 for pledges? Skeli asked me to do an AI damage calc after the first pledge move has been chosen so that the second battler sees the increase in damage but i wasn't able to do it. |
I'm not great with AI logic but can look to see if CFRU has anything on it |
It has less to do with AI logic but more with the way damage calcs are done in the expansion (which is only a problem for pledges). Since the calcs are ran at the start of the turn the second battler will never see a corresponding pledge move as a 150BP if the first battler has chosen one. Right now this is purely handled through AI logic (which tbh is enough for me) but it is probably better if the AI sees the correct damage? Though if there is no easy way for it without rewriting stuff I'm not sure how crucial it is. I'm 100% sure GF doesn't even handle it if they couldn't handle Dragon Rage lol I would say I merge this PR and if you got something a new one can be opened, if not it's also fine. |
I should mention that the during the actual damage everything is fine. |
Minor pledge combo fixes