forked from External/mage
[AFR] Implemented Xanathar, Guild Kingpin (#8045)
* [AFR] Implemented Xanathar, Guild Kingpin Co-authored-by: Oleg Agafonov <jaydi85@gmail.com>
This commit is contained in:
parent
65761b085f
commit
f03a410b9e
25 changed files with 477 additions and 55 deletions
|
|
@ -28,7 +28,7 @@ public enum Outcome {
|
|||
PutManaInPool(true),
|
||||
Regenerate(true),
|
||||
PreventDamage(true), // TODO: check good or bad
|
||||
PreventCast(false), // TODO: check good or bad
|
||||
PreventCast(false),
|
||||
RedirectDamage(true), // TODO: check good or bad
|
||||
Tap(false),
|
||||
Transform(true),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue