-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add validation functions for creature self-buff instances #3527
Conversation
* Fix Speed is not cast when attacking object/door. * Fix Wind is not working. * Fix Ranged Rebound/Armour being casted when not in combat. Type: Bug Fix
This reverts commit 8679462.
This adds more properties for creature instance. * Fix Speed is not cast when attacking object/door. * Fix Ranged Rebound/Armour being cast when not in combat. Type: Bug Fix
I will try to add more validation functions. |
This PR is ready for review and test. |
How does it work?
What are those extra parameters for? Do you have an example? Are they combinable? |
I will add more explanations to them. They don't like combinable at all. What makes you think they might be combinable? |
Oh I tought maybe the extra parameters could be used like that:
Obviously not with same generic function. But it's fine if it's not combinable. I'm looking forward the explanations later. 👍 |
ValidateTargetFunc, and SearchTargetsFunc in creature.cfg
I added explanations for ValidateSourceFunc, ValidateTargetFunc, and SearchTargetsFunc in creature.cfg. |
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.
I made some small comments, but in general I think this is a nice change.
Change it to validate_target_benefits_from_missile_defense.
This adds validation functions for creature self-buff instances.
Type: Bug Fix