Merge branch 'neo_lp' into 'master'

NEO [leaked]: Light-Paws, Emperor's Voice

See merge request core-developers/forge!6035
This commit is contained in:
Michael Kamensky
2022-01-28 16:04:04 +00:00
2 changed files with 13 additions and 0 deletions

View File

@@ -950,6 +950,10 @@ public class CardProperty {
}
}
return list.isEmpty();
} else {
CardCollection list = CardLists.getValidCards(game.getCardsIn(ZoneType.Battlefield), restriction,
sourceController, source, spellAbility);
return !Iterables.any(list, CardPredicates.sharesNameWith(card));
}
}
} else if (property.startsWith("sharesControllerWith")) {

View File

@@ -0,0 +1,9 @@
Name:Light-Paws, Emperor's Voice
ManaCost:1 W
Types:Legendary Creature Fox Advisor
PT:2/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Aura.YouCtrl+wasCast | TriggerZones$ Battlefield | Execute$ TrigSearch | OptionalDecider$ You | TriggerDescription$ Whenever an Aura enters the battlefield under your control, if you cast it, you may search your library for an Aura card with mana value less than or equal to that Aura and with a different name than each Aura you control, put that card on the battlefield attached to CARDNAME, then shuffle.
SVar:TrigSearch:DB$ ChangeZone | Origin$ Library | Destination$ Battlefield | ChangeType$ Aura.CanEnchantSource+cmcLEX+doesNotShareNameWith Aura.YouCtrl | ChangeNum$ 1 | ShuffleNonMandatory$ True | AttachedTo$ Self
SVar:X:TriggeredCard$CardManaCost
DeckHints:Type$Aura
Oracle:Whenever an Aura enters the battlefield under your control, if you cast it, you may search your library for an Aura card with mana value less than or equal to that Aura and with a different name than each Aura you control, put that card on the battlefield attached to Light-Paws, Emperor's Voice, then shuffle.