diff --git a/forge-game/src/main/java/forge/game/ability/ApiType.java b/forge-game/src/main/java/forge/game/ability/ApiType.java index 5596f94298d..7879d57558d 100644 --- a/forge-game/src/main/java/forge/game/ability/ApiType.java +++ b/forge-game/src/main/java/forge/game/ability/ApiType.java @@ -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), diff --git a/forge-gui/res/cardsfolder/k/kaalia_zenith_seeker.txt b/forge-gui/res/cardsfolder/k/kaalia_zenith_seeker.txt new file mode 100644 index 00000000000..1e63c75d05b --- /dev/null +++ b/forge-gui/res/cardsfolder/k/kaalia_zenith_seeker.txt @@ -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.