- Add Kaalia, Zenith Seeker

- Add DigMultiple to the effect API enumeration
This commit is contained in:
Agetian
2019-07-12 13:55:23 +03:00
parent 371379def8
commit a5c55c85cd
2 changed files with 10 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ public enum ApiType {
Destroy (DestroyEffect.class),
DestroyAll (DestroyAllEffect.class),
Dig (DigEffect.class),
DigMultiple (DigMultipleEffect.class),
DigUntil (DigUntilEffect.class),
Discard (DiscardEffect.class),
DrainMana (DrainManaEffect.class),

View File

@@ -0,0 +1,9 @@
Name:Kaalia, Zenith Seeker
ManaCost:R W B
Types:Legendary Creature Human Cleric
PT:3/3
K:Flying
K:Vigilance
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDigMulti | TriggerDescription$ When CARDNAME enters the battlefield, look at the top six cards of your library. You may reveal an Angel card, a Demon card, and/or a Dragon card from among them and put them into your hand. Put the rest on the bottom of your library in a random order.
SVar:TrigDigMulti:DB$ DigMultiple | DigNum$ 6 | ChangeValid$ Card.Angel,Card.Demon,Card.Dragon | SourceZone$ Library | DestinationZone$ Hand | DestinationZone2$ Library | LibraryPosition$ -1 | RestRandomOrder$ True
Oracle:Flying, vigilance\nWhen Kaalia, Zenith Seeker enters the battlefield, look at the top six cards of your library. You may reveal an Angel card, a Demon card, and/or a Dragon card from among them and put them into your hand. Put the rest on the bottom of your library in a random order.