Merge pull request #3592 from Simisays/WOE1

WOE 5 cards
This commit is contained in:
Paul Hammerton
2023-08-03 07:42:14 +01:00
committed by GitHub
5 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
Name:Cruel Somnophage
ManaCost:1 B
Types:Creature Nightmare
PT:*/*
S:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetPower$ X | SetToughness$ X | Description$ CARDNAME's power and toughness are each equal to the number of creature cards in all graveyards.
SVar:X:Count$TypeInAllYards.Creature
DeckHints:Ability$Mill|Discard|Graveyard
DeckHas:Ability$Mill
AlternateMode:Adventure
Oracle:Cruel Somnophage's power and toughness are each equal to the number of creature cards in all graveyards.
ALTERNATE
Name:Can't Wake Up
ManaCost:1 U U
Types:Sorcery Adventure
A:SP$ Mill | NumCards$ 4 | ValidTgts$ Player | SpellDescription$ Target player mills four cards. (Then exile this card. You may cast the creature later from exile.)
Oracle:Target player mills four cards. (Then exile this card. You may cast the creature later from exile.)

View File

@@ -0,0 +1,10 @@
Name:Moonshaker Cavalry
ManaCost:5 W W W
Types:Creature Spirit Knight
PT:6/6
K:Flying
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ BehemothPump | TriggerDescription$ When CARDNAME enters the battlefield, creatures you control gain flying and get +X/+X until end of turn, where X is the number of creatures you control.
SVar:BehemothPump:DB$ PumpAll | ValidCards$ Creature.YouCtrl | KW$ Flying | NumAtt$ X | NumDef$ X
SVar:X:Count$Valid Creature.YouCtrl
SVar:PlayMain1:TRUE
Oracle:Flying\nWhen Moonshaker Cavalry enters the battlefield, creatures you control gain flying and get +X/+X until end of turn, where X is the number of creatures you control.

View File

@@ -0,0 +1,12 @@
Name:Restless Fortress
ManaCost:no cost
Types:Land
K:CARDNAME enters the battlefield tapped.
A:AB$ Mana | Cost$ T | Produced$ Combo W B | SpellDescription$ Add {W} or {B}.
A:AB$ Animate | Cost$ 2 W B | Defined$ Self | Power$ 1 | Toughness$ 4 | Types$ Creature,Nightmare | Colors$ White,Black | SpellDescription$ CARDNAME becomes a 1/4 white and black Nightmare creature until end of turn. It's still a land.
T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever CARDNAME attacks, defending player loses 2 life and you gain 2 life.
SVar:TrigLoseLife:DB$ LoseLife | Defined$ TriggeredDefendingPlayer | LifeAmount$ 2 | SubAbility$ DBGainLife
SVar:DBGainLife:DB$ GainLife | LifeAmount$ 2
DeckHas:Ability$LifeGain & Type$Nightmare
SVar:HasAttackEffect:TRUE
Oracle:Shambling Vent enters the battlefield tapped.\n{T}: Add {W} or {B}.\n\n{2}{W}{B}: Restless Fortress becomes a 1/4 white and black Nightmare creature until end of turn. It's still a land.\nWhenever Restless Fortress attacks, defending player loses 2 life and you gain 2 life.

View File

@@ -0,0 +1,12 @@
Name:Talion, the Kindly Lord
ManaCost:2 U B
Types:Legendary Creature Faerie Noble
PT:3/4
K:Flying
K:ETBReplacement:Other:ChooseNumber
SVar:ChooseNumber:DB$ ChooseNumber | Min$ 1 | Max$ 10 | Defined$ You | SpellDescription$ As CARDNAME enters the battlefield, choose a number between 1 and 10.
T:Mode$ SpellCast | ValidCard$ Card.cmcEQX,Card.powerEQX,Card.toughnessEQX | ValidActivatingPlayer$ Opponent | TriggerZones$ Battlefield | Execute$ TrigDrain | TriggerDescription$ Whenever an opponent casts a spell with mana value, power, or toughness equal to the chosen number, that player loses 2 life and you draw a card.
SVar:TrigDrain:DB$ LoseLife | Defined$ TriggeredActivator | LifeAmount$ 2 | SubAbility$ DBDraw
SVar:DBDraw:DB$ Draw
SVar:X:Count$ChosenNumber
Oracle:Flying\nAs Talion, the Kindly Lord enters the battlefield, choose a number between 1 and 10.\nWhenever an opponent casts a spell with mana value, power, or toughness equal to the chosen number, that player loses 2 life and you draw a card.

View File

@@ -0,0 +1,11 @@
Name:Tough Cookie
ManaCost:1 G
Types:Artifact Creature Food Golem
PT:2/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigFood | TriggerDescription$ When CARDNAME enters the battlefield, create a Food token. (It's an artifact with "{2}, {T}, Sacrifice this artifact: You gain 3 life.")
SVar:TrigFood:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_food_sac | TokenOwner$ You
A:AB$ Animate | Cost$ 2 G | ValidTgts$ Artifact.nonCreature+YouCtrl | TgtPrompt$ Select target noncreature artifact you control | Power$ 4 | Toughness$ 4 | Types$ Artifact,Creature | SpellDescription$ Target noncreature artifact you control becomes a 4/4 artifact creature until end of turn.
A:AB$ GainLife | Cost$ 2 T Sac<1/CARDNAME> | LifeAmount$ 3 | SpellDescription$ You gain 3 life.
DeckHas:Ability$LifeGain|Sacrifice|Token & Type$Food
DeckHints:Type$Artifact
Oracle:When Tough Cookie enters the battlefield, create a Food token. (It's an artifact with "{2}, {T}, Sacrifice this artifact: You gain 3 life.")\n{2}{G}: Target noncreature artifact you control becomes a 4/4 artifact creature until end of turn.\n{2}, {T}, Sacrifice Tough Cookie: You gain 3 life.