-
Notifications
You must be signed in to change notification settings - Fork 80
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
Is there any way to code this? #349
Comments
You would need to code it as an AddSpellTrigger spell attached to the frozen minion. I think it's possible though. |
you mean like Corruption? |
It could, but you might be better off with the CANNOT_ATTACK attribute instead. Tying it to the entity ID is the hardest part. |
Cant i add like, a condition to the trigger, to check if the Scary Longlegs is still on board, to then freeze itself? |
That could work, but I'd be careful with Freeze. Freeze is a specific keyword for not allowing a minion to attack the next time it could. There may be edge cases that would allow you to attack with this minion, so I'd be careful. If you do Cannot Attack instead, it would definitely not attack. Plus, it's more consistent with the keyword. |
hmmm |
It would probably not, but I never like taking chances. |
how much work would it be to add an attribute that's just used to label an enemy minion so that you can go: { Would it have to be similar to CTHUN_ATTACK_BUFF where the number of Scary Longlegs whose Battlecry has went off is kept track of? |
If you had multiple of those minions, they'd super conflict. |
Since ADDED_ATTRIBUTE would be updated everytime a Scary Longlegs Battlecry went off, the next one would always get a unique attribute, right? |
I have been having some trouble coding stuff like this.
Is it possible to have something like a end of turn effect to target the same thing as the Battlecry targetted?
I changed the wording on it a bit on the code just to make clearer what it does.
Current Code:
The text was updated successfully, but these errors were encountered: