Merge branch 'wish' into 'master'

Add Wish and update Frontier Explorer

See merge request core-developers/forge!4960
This commit is contained in:
Michael Kamensky
2021-07-07 10:36:39 +00:00
2 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ Name:Frontier Explorer
ManaCost:W
Types:Creature Cat Scout
PT:2/1
A:AB$ Effect | Cost$ 3 T | Name$ Play a Plains | Abilities$ PlayLand | EffectOwner$ You | SpellDescription$ Until end of turn, you may play one basic Plains card from outside the game.
SVar:PlayLand:ST$ Play | Cost$ 0 | ActivationZone$ Command | SorcerySpeed$ True | ValidZone$ Sideboard | Valid$ Land.Plains+Basic | SubAbility$ ExileEffect | SpellDescription$ Play a basic Plains card from outside the game.
SVar:ExileEffect:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile
A:AB$ Effect | Cost$ 3 T | StaticAbilities$ PlaySideboard | EffectOwner$ You | SpellDescription$ Until end of turn, you may play one basic Plains card from outside the game.
SVar:PlaySideboard:Mode$ Continuous | Affected$ Land.Plains+Basic | MayPlay$ True | MayPlayLimit$ 1 | EffectZone$ Command | AffectedZone$ Sideboard | Description$ Until end of turn, you may play one basic Plains card from outside the game.
Oracle:{3}, {T}: Until end of turn, you may play one basic Plains card from outside the game.

View File

@@ -0,0 +1,6 @@
Name:Wish
ManaCost:2 R
Types:Sorcery
A:SP$ Effect | StaticAbilities$ PlaySideboard | SpellDescription$ You may play a card you own from outside the game this turn.
SVar:PlaySideboard:Mode$ Continuous | Affected$ Card.YouOwn | MayPlay$ True | MayPlayLimit$ 1 | EffectZone$ Command | AffectedZone$ Sideboard | Description$ You may play a card you own from outside the game this turn.
Oracle:You may play a card you own from outside the game this turn.