mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-13 01:08:06 +00:00
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:
@@ -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")) {
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user