Eldritch Moon Spoiler Season
Post MTG Forge Related Programming Questions Here
	Moderators: timmermac, Agetian, friarsol, Blacksmith, KrazyTheFox, CCGHQ Admins
Re: Eldritch Moon Spoiler Season
 by Marek14 » 08 Jul 2016, 19:30
by Marek14 » 08 Jul 2016, 19:30 
- Code: Select all
- Name:Boon of Emrakul
 ManaCost:2 B
 Types:Enchantment Aura
 K:Enchant creature
 A:SP$ Attach | Cost$ 2 B | ValidTgts$ Creature | AILogic$ Pump
 S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 3 | AddToughness$ -3 | Description$ Enchanted creature gets +3/-3.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/boon_of_emrakul.jpg
 Oracle:Enchant creature\nEnchanted creature gets +3/-3.
- Code: Select all
- Name:Cemetery Recruitment
 ManaCost:1 B
 Types:Sorcery
 A:SP$ ChangeZone | Cost$ 1 B | Origin$ Graveyard | Destination$ Hand | TgtPrompt$ Choose target creature card in your graveyard | ValidTgts$ Creature.YouCtrl | SubAbility$ DBDraw | RememberTargets$ True | SpellDescription$ Return target creature card from your graveyard to your hand. If it's a Zombie card, draw a card.
 SVar:DBDraw:DB$ Draw | NumCards$ 1 | ConditionDefined$ Remembered | ConditionPresent$ Card.Zombie | ConditionCompare$ GE1
 SVar:Picture:http://www.wizards.com/global/images/magic/general/cemetery_recruitment.jpg
 Oracle:Return target creature card from your graveyard to your hand. If it's a Zombie card, draw a card.
- Code: Select all
- Name:Certain Death
 ManaCost:5 B
 Types:Sorcery
 A:SP$ Destroy | Cost$ 5 B | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBLoseLife | SpellDescription$ Destroy target creature. Its controller loses 2 life and you gain 2 life.
 SVar:DBLoseLife:DB$ LoseLife | Defined$ TargetedController | LifeAmount$ 2 | SubAbility$ DBGainLife
 SVar:DBGainLife:DB$GainLife | Defined$ You | LifeAmount$ 2
 SVar:Picture:http://www.wizards.com/global/images/magic/general/certain_death.jpg
 Oracle:Destroy target creature. Its controller loses 2 life and you gain 2 life.
- Code: Select all
- Name:Cryptbreaker
 ManaCost:B
 Types:Creature Zombie
 PT:1/1
 A:AB$ Token | Cost$ 1 B T Discard<1/Card> | TokenImage$ b 2 2 zombie EMN | TokenAltImages$ b_2_2_zombie2_EMN,b_2_2_zombie3_EMN | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | SpellDescription$ Put a 2/2 black Zombie creature token onto the battlefield.
 A:AB$ Draw | Cost$ tapXType<3/Zombie> | NumCards$ 1 | SpellDescription$ You draw a card and you lose 1 life. | SubAbility$ DBLoseLife
 SVar:DBLoseLife:DB$ LoseLife | LifeAmount$ 1
 SVar:RemAIDeck:True
 SVar:Picture:http://www.wizards.com/global/images/magic/general/cryptbreaker.jpg
 Oracle:{1}{B}, {T}, Discard a card: Put a 2/2 black Zombie creature token onto the battlefield.\nTap three untapped Zombies you control: You draw a card and you lose 1 life.
- Code: Select all
- Name:Dusk Feaster
 ManaCost:5 B B
 Types:Creature Vampire
 PT:4/5
 S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ 2 | EffectZone$ All | CheckSVar$ X | SVarCompare$ GE4 | Description$ Delirium - CARDNAME costs {2} less to cast if there are four or more card types among cards in your graveyard.
 SVar:X:Count$CardControllerTypes.Graveyard
 K:Flying
 SVar:Picture:http://www.wizards.com/global/images/magic/general/dusk_feaster.jpg
 Oracle:Delirium - Dusk Feaster costs {2} less to cast if there are four or more card types among cards in your graveyard.\nFlying
- Code: Select all
- Name:Gavony Unhallowed
 ManaCost:3 B
 Types:Creature Zombie
 PT:2/4
 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.YouCtrl+Other | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever another creature you control dies, put a +1/+1 counter on CARDNAME.
 SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
 SVar:Picture:http://www.wizards.com/global/images/magic/general/gavony_unhallowed.jpg
 Oracle:Whenever another creature you control dies, put a +1/+1 counter on Gavony Unhallowed.
- Code: Select all
- Name:Graf Harvest
 ManaCost:B
 Types:Enchantment
 S:Mode$ Continuous | Affected$ Card.Zombie+YouCtrl | AddKeyword$ Menace | Description$ Zombies you control have menace. (They can't be blocked except by two or more creatures.)
 A:AB$ Token | Cost$ 3 B ExileFromGrave<1/Creature> | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ You | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie EMN | TokenAltImages$ b_2_2_zombie2_EMN,b_2_2_zombie3_EMN | SpellDescription$ Put a 2/2 black Zombie creature token onto the battlefield.
 SVar:NonStackingEffect:True
 SVar:PlayMain1:TRUE
 SVar:Picture:http://www.wizards.com/global/images/magic/general/graf_harvest.jpg
 Oracle:Zombies you control have menace. (They can't be blocked except by two or more creatures.)\n{3}{B}, Exile a creature card from your graveyard: Put a 2/2 black Zombie creature token onto the battlefield.
- Code: Select all
- Name:Haunted Dead
 ManaCost:3 B
 Types:Creature Zombie
 PT:2/2
 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, put a 1/1 white Spirit creature token with flying onto the battlefield.
 SVar:TrigToken:AB$ Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Spirit | TokenTypes$ Creature,Spirit | TokenOwner$ You | TokenColors$ White | TokenPower$ 1 | TokenToughness$ 1 | TokenKeywords$ Flying | TokenImage$ w 1 1 spirit SOI
 A:AB$ ChangeZone | Cost$ 1 B Discard<2/Card> | Origin$ Graveyard | Destination$ Battlefield | Tapped$ True | ActivationZone$ Graveyard | SpellDescription$ Return CARDNAME from your graveyard to the battlefield tapped.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/haunted_dead.jpg
 Oracle:When Haunted Dead enters the battlefield, put a 1/1 white Spirit creature token with flying onto the battlefield.\n{1}{B}, Discard two cards: Return Haunted Dead from your graveyard to the battlefield tapped.
- Code: Select all
- Name:Liliana's Elite
 ManaCost:2 B
 Types:Creature Zombie
 PT:1/1
 S:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | AddToughness$ X | Description$ CARDNAME gets +1/+1 for each creature card in your graveyard.
 SVar:X:Count$TypeInYourYard.Creature
 SVar:Picture:http://www.wizards.com/global/images/magic/general/lilianas_elite.jpg
 Oracle:Liliana's Elite gets +1/+1 for each creature card in your graveyard.
- Code: Select all
- Name:Markov Crusader
 ManaCost:4 B
 Types:Creature Vampire Knight
 PT:4/3
 K:Lifelink
 S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ Haste | CheckSVar$ X | SVarCompare$ GE1 | Description$ Markov Crusader has haste as long as you control another Vampire.
 SVar:X:Count$Valid Permanent.YouCtrl+Vampire+Other
 SVar:PlayMain1:TRUE
 SVar:BuffedBy:Vampire
 SVar:Picture:http://www.wizards.com/global/images/magic/general/markov_crusader.jpg
 Oracle:Lifelink\nMarkov Crusader has haste as long as you control another Vampire.
- Code: Select all
- Name:Prying Questions
 ManaCost:2 B
 Types:Sorcery
 A:SP$ LoseLife | Cost$ 2 B | ValidTgts$ Opponent | LifeAmount$ 3 | SpellDescription$ Target opponent loses 3 life and puts a card from his or her hand on top of his or her library.
 SVar:DBChangeZone:DB$ChangeZone | Cost$ 0 | Origin$ Hand | Destination$ Library | LibraryPosition$ 0 | Defined$ ParentTarget | ChangeType$ Card | ChangeNum$ 1 | Chooser$ Opponent | Mandatory$ True | IsCurse$ True
 SVar:Picture:http://www.wizards.com/global/images/magic/general/prying_questions.jpg
 Oracle:Target opponent loses 3 life and puts a card from his or her hand on top of his or her library.
- Code: Select all
- Name:Ruthless Disposal
 ManaCost:4 B
 Types:Instant
 A:SP$ Pump | Cost$ 4 B Discard<1/Card> Sac<1/Creature> | TargetMin$ 2 | TargetMax$ 2 | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -13 | NumDef$ -13 | SpellDescription$ Two target creatures each get -13/-13 until end of turn.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/sick_and_tired.jpg
 Oracle:As an additional cost to cast Ruthless Disposal, discard a card and sacrifice a creature.\nTwo target creatures each get -13/-13 until end of turn.
- Code: Select all
- Name:Skirsdag Supplicant
 ManaCost:2 B
 Types:Creature Human Cleric
 PT:2/3
 A:AB$ LoseLife | Cost$ B T Discard<1/Card> | LifeAmount$ 2 | Defined$ Player | SpellDescription$ Each player loses 2 life.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/skirsdag_supplicant.jpg
 Oracle:{B}, {T}, Discard a card: Each player loses 2 life.
- Code: Select all
- Name:Strange Augmentation
 ManaCost:B
 Types:Enchantment Aura
 K:Enchant creature
 A:SP$ Attach | Cost$ B | ValidTgts$ Creature | AILogic$ Pump
 S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 1 | AddToughness$ 1 | Description$ Enchanted creature gets +1/+1.
 S:Mode$ Continuous | Affected$ Creature.EnchantedBy | Condition$ Delirium | AddPower$ 2 | AddToughness$ 2 | Description$ Delirium - Enchanted creature gets an additional +2/+2 as long as there are four or more card types among cards in your graveyard.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/strange_augmentation.jpg
 Oracle:Enchant creature\nEnchanted creature gets +1/+1.\nDelirium - Enchanted creature gets an additional +2/+2 as long as there are four or more card types among cards in your graveyard.
- Code: Select all
- Name:Succumb to Temptation
 ManaCost:1 B B
 Types:Instant
 A:SP$ Draw | Cost$ 1 B B | NumCards$ 2 | SubAbility$ DBLoseLife | SpellDescription$ You draw two cards and you lose 2 life.
 SVar:DBLoseLife:DB$LoseLife | LifeAmount$ 2
 SVar:Picture:http://www.wizards.com/global/images/magic/general/succumb_to_temptation.jpg
 Oracle:You draw two cards and you lose 2 life.
- Code: Select all
- Name:Thraben Foulbloods
 ManaCost:2 B
 Types:Creature Zombie Hound
 PT:3/2
 S:Mode$ Continuous | Affected$ Card.Self | AddPower$ 1 | AddToughness$ 1 | AddKeyword$ Menace | Condition$ Delirium | Description$ Delirium - CARDNAME gets +1/+1 and has menace as long as there are four or more card types among cards in your graveyard. (A creature with menace can't be blocked except by two or more creatures.)
 SVar:Picture:http://www.wizards.com/global/images/magic/general/thraben_foulbloods.jpg
 Oracle:Delirium - Thraben Foulbloods gets +1/+1 and has menace as long as there are four or more card types among cards in your graveyard. (A creature with menace can't be blocked except by two or more creatures.)
- Code: Select all
- Name:Vampire Cutthroat
 ManaCost:B
 Types:Creature Vampire Rogue
 PT:1/1
 K:Skulk
 K:Lifelink
 SVar:Picture:http://www.wizards.com/global/images/magic/general/vampire_cutthroat.jpg
 Oracle:Skulk (This creature can't be blocked by creatures with greater power.)\nLifelink (Damage dealt by this creature also causes you to gain that much life.)
- Code: Select all
- Name:Weirded Vampire
 ManaCost:3 B
 Types:Creature Vampire Horror
 PT:3/3
 K:Madness:2 B
 SVar:Picture:http://www.wizards.com/global/images/magic/general/weirded_vampire.jpg
 Oracle:Madness {2}{B} (If you discard this card, discard it into exile. When you do, cast it for its madness cost or put it into your graveyard.)
- Code: Select all
- Name:Whispers of Emrakul
 ManaCost:1 B
 Types:Sorcery
 A:SP$ Discard | Cost$ 1 B | ValidTgts$ Opponent | NumCards$ X | References$ X | Mode$ Random | SpellDescription$ Target opponent discards a card at random.\nDelirium - If there are four or more card types among cards in your graveyard, that player discards two cards at random instead.
 SVar:X:Count$Delirium.2.1
 SVar:Picture:http://www.wizards.com/global/images/magic/general/whispers_of_emrakul.jpg
 Oracle:Target opponent discards a card at random.\nDelirium - If there are four or more card types among cards in your graveyard, that player discards two cards at random instead.
Re: Eldritch Moon Spoiler Season
 by Marek14 » 08 Jul 2016, 20:05
by Marek14 » 08 Jul 2016, 20:05 
- Code: Select all
- Name:Abandon Reason
 ManaCost:2 R
 Types:Instant
 A:SP$ Pump | Cost$ 2 R | TargetMin$ 0 | TargetMax$ 2 | NumAtt$ +1 | KW$ First Strike | ValidTgts$ Creature | TgtPrompt$ Select target Creature | SpellDescription$ Up to two target creatures each get +1/+0 and gain first strike until end of turn.
 K:Madness:1 R
 SVar:Picture:http://www.wizards.com/global/images/magic/general/abandon_reason.jpg
 Oracle:Up to two target creatures each get +1/+0 and gain first strike until end of turn.\nMadness {1}{R} (If you discard this card, discard it into exile. When you do, cast it for its madness cost or put it into your graveyard.)
- Code: Select all
- Name:Alchemist's Greeting
 ManaCost:4 R
 Types:Sorcery
 A:SP$ DealDamage | Cost$ 4 R | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 4 | SpellDescription$ CARDNAME deals 4 damage to target creature.
 K:Madness:1 R
 SVar:Picture:http://www.wizards.com/global/images/magic/general/alchemists_greeting.jpg
 Oracle:Alchemist's Greeting deals 4 damage to target creature.
 Madness {1}{R} (If you discard this card, discard it into exile. When you do, cast it for its madness cost or put it into your graveyard.)
- Code: Select all
- Name:Blood Mist
 ManaCost:3 R
 Types:Enchantment
 T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ At the beginning of combat on your turn, target creature you control gains double strike until end of turn.
 SVar:TrigPump:AB$ Pump | Cost$ 0 | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | KW$ Double Strike
 SVar:Picture:http://www.wizards.com/global/images/magic/general/blood_mist.jpg
 Oracle:At the beginning of combat on your turn, target creature you control gains double strike until end of turn.
- Code: Select all
- Name:Bold Impaler
 ManaCost:R
 Types:Creature Vampire Knight
 PT:1/2
 A:AB$ Pump | Cost$ 2 R | NumAtt$ +2 | SpellDescription$ CARDNAME gets +2/+0 until end of turn.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/bold_impaler.jpg
 Oracle:{2}{R}: Bold Impaler gets +2/+0 until end of turn.
- Code: Select all
- Name:Borrowed Hostility
 ManaCost:R
 Types:Instant
 S:Mode$ RaiseCost | ValidCard$ Card.Self | Type$ Spell | Amount$ IncreaseCost | References$ IncreaseCost | Color$ 3 | EffectZone$ All | Description$ Escalate {1}{W} (Pay this cost for each mode chosen beyond the first.)
 SVar:IncreaseCost:Modes$Amount/Minus.1
 A:SP$ Charm | Cost$ R | MinCharmNum$ 1 | CharmNum$ 2 | Choices$ DBPumpPower,DBPumpKW | SpellDescription$ Choose one or both - Target creature gets +3/+0 until end of turn; Target creature gains first strike until end of turn.
 SVar:DBPumpPower:DB$ Pump | ValidTgts$ Creature | NumAtt$ +3 | TgtPrompt$ Select target creature | SpellDescription$ Target creature gets +3/+0 until end of turn.
 SVar:DBPumpKW:DB$ Pump | ValidTgts$ Creature | KW$ First Strike | TgtPrompt$ Select target creature | SpellDescription$ Target creature gains first strike until end of turn.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/borrowed_hostility.jpg
 Oracle:Escalate {3} (Pay this cost for each mode chosen beyond the first.)\nChoose one or both -\n• Target creature gets +3/+0 until end of turn.\n• Target creature gains first strike until end of turn.
- Code: Select all
- Name:Brazen Wolves
 ManaCost:2 R
 Types:Creature Wolf
 PT:2/3
 T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME attacks, it gets +2/+0 until end of turn.
 SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | NumAtt$ 2
 SVar:Picture:http://www.wizards.com/global/images/magic/general/brazen_wolves.jpg
 Oracle:Whenever Brazen Wolves attacks, it gets +2/+0 until end of turn.
- Code: Select all
- Name:Collective Defiance
 ManaCost:1 R R
 Types:Sorcery
 S:Mode$ RaiseCost | ValidCard$ Card.Self | Type$ Spell | Amount$ IncreaseCost | References$ IncreaseCost | Color$ 1 | EffectZone$ All | Description$ Escalate 2 (Pay this cost for each mode chosen beyond the first.)
 SVar:IncreaseCost:Modes$Amount/Minus.1
 A:SP$ Charm | Cost$ 1 R R | MinCharmNum$ 1 | CharmNum$ 3 | Choices$ DBWheel,DBDamage1,DBDamage2 | SpellDescription$ Choose one or more - Target player discards all the cards in his or her hand, then draws that many cards; CARDNAME deals 4 damage to target creature; CARDNAME deals 3 damage to target opponent.
 SVar:DBWheel:DB$ Discard | ValidTgts$ Player | TgtPrompt$ Select target player | Mode$ Hand | RememberDiscarded$ True | SubAbility$ DBDraw | SpellDescription$ Target player discards all cards in his or her hand, then draws that many cards.
 SVar:DBDraw:DB$ Draw | NumCards$ X | Defined$ ParentTarget | SubAbility$ DBCleanup | References$ X
 SVar:DBCleanup:DB$Cleanup | ClearRemembered$ True
 SVar:X:Remembered$Amount
 SVar:DBDamage1:DB$ DealDamage | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 4 | SpellDescription$ CARDNAME deals 4 damage to target creature.
 SVar:DBDamage2:DB$ DealDamage | ValidTgts$ Opponent | AILogic$ ChoiceBurn | NumDmg$ 3 | SpellDescription$ CARDNAME deals 3 damage to target opponent.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/collective_defiance.jpg
 Oracle:Escalate {1} (Pay this cost for each mode chosen beyond the first.)\nChoose one or more -\n• Target player discards all the cards in his or her hand, then draws that many cards.\n• Collective Defiance deals 4 damage to target creature.\n• Collective Defiance deals 3 damage to target opponent.
- Code: Select all
- Name:Conduit of Storms
 ManaCost:2 R
 Types:Creature Werewolf Horror
 PT:2/3
 T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigDelTrig | TriggerDescription$ Whenever CARDNAME attacks, add {R} to your mana pool at the beginning of your next main phase this turn.
 SVar:DBDelTrig:DB$ DelayedTrigger | Mode$ Phase | Phase$ Main1,Main2 | ValidPlayer$ You | Execute$ AddMana | TriggerDescription$ At the beginning of your next main phase this turn, add {R} to your mana pool. | SVar:AddMana:DB$ Mana | Cost$ 0 | Produced$ R
 A:AB$SetState | Cost$ 3 R R | Defined$ Self | Mode$ Transform | SpellDescription$ Transform CARDNAME.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/conduit_of_storms.jpg
 AlternateMode:DoubleFaced
 Oracle:Whenever Conduit of Storms attacks, add {R} to your mana pool at the beginning of your next main phase this turn.\n{3}{R}{R}: Transform Conduit of Storms.
 ALTERNATE
 Name:Conduit of Emrakul
 ManaCost:no cost
 Types:Creature Eldrazi Werewolf
 PT:5/4
 T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigDelTrig | TriggerDescription$ Whenever CARDNAME attacks, add {C}{C} to your mana pool at the beginning of your next main phase this turn.
 SVar:DBDelTrig:DB$ DelayedTrigger | Mode$ Phase | Phase$ Main1,Main2 | ValidPlayer$ You | Execute$ AddMana | TriggerDescription$ At the beginning of your next main phase this turn, add {C}{C} to your mana pool. | SVar:AddMana:DB$ Mana | Cost$ 0 | Produced$ C C
 SVar:Picture:http://www.wizards.com/global/images/magic/general/conduit_of_emrakul.jpg
 Oracle:Whenever Conduit of Emrakul attacks, add {C}{C} to your mana pool at the beginning of your next main phase this turn.
Re: Eldritch Moon Spoiler Season
 by Marek14 » 08 Jul 2016, 20:53
by Marek14 » 08 Jul 2016, 20:53 
- Code: Select all
- Name:Deranged Whelp
 ManaCost:1 R
 Types:Creature Wolf
 PT:2/1
 K:Menace
 SVar:Picture:http://www.wizards.com/global/images/magic/general/deranged_whelp.jpg
 Oracle:Menace (This creature can't be blocked except by two or more creatures.)
- Code: Select all
- Name:Distemper of the Blood
 ManaCost:1 R
 Types:Sorcery
 A:SP$ Pump | Cost$ 1 R | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +2 | NumDef$ +2 | KW$ Trample | SpellDescription$ Target creature gets +2/+2 and gains trample until end of turn.
 K:Madness:R
 SVar:Picture:http://www.wizards.com/global/images/magic/general/distemper_of_the_blood.jpg
 Oracle:Target creature gets +2/+2 and gains trample until end of turn.\nMadness {R} (If you discard this card, discard it into exile. When you do, cast it for its madness cost or put it into your graveyard.)
- Code: Select all
- Name:Furyblade Vampire
 ManaCost:1 R
 Types:Creature Vampire Berserker
 PT:1/2
 K:Trample
 T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | Execute$ TrigPump | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of combat on your turn, you may discard a card. If you do, CARDNAME gets +3/+0 until end of turn.
 SVar:TrigPump:AB$ Pump | Cost$ Discard<1/Card> | Defined$ Self | NumAtt$ 3
 SVar:Picture:http://www.wizards.com/global/images/magic/general/furyblade_vampire.jpg
 Oracle:Trample\nAt the beginning of combat on your turn, you may discard a card. If you do, Furyblade Vampire gets +3/+0 until end of turn.
- Code: Select all
- Name:Impetuous Devils
 ManaCost:2 R R
 Types:Creature Devil
 PT:6/1
 K:Haste
 K:Trample
 T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigProvoke | TargetMin$ 0 | TargetMax$ 1 | TriggerDescription$ When CARDNAME attacks, up to one target creature defending player controls blocks it this combat if able.
 SVar:TrigProvoke:AB$ MustBlock | Cost$ 0 | ValidTgts$ Creature.DefenderCtrl | UntilEndOfCombat$ True | TgtPrompt$ Select target creature defending player controls
 T:Mode$ Phase | Phase$ End of Turn | TriggerZones$ Battlefield | Execute$ TrigSac | TriggerDescription$ At the beginning of the end step, sacrifice CARDNAME.
 SVar:TrigSac:DB$ Sacrifice | SacValid$ Self
 SVar:EndOfTurnLeavePlay:True
 SVar:PlayMain1:TRUE
 SVar:Picture:http://www.wizards.com/global/images/magic/general/impetuous_devils.jpg
 Oracle:Trample, haste\nWhen Impetuous Devils attacks, up to one target creature defending player controls blocks it this combat if able.\nAt the beginning of the end step, sacrifice Impetuous Devils.
- Code: Select all
- Name:Insatiable Gorgers
 ManaCost:2 R R
 Types:Creature Vampire Berserker
 PT:5/3
 K:CARDNAME attacks each combat if able.
 K:Madness:3 R
 SVar:Picture:http://www.wizards.com/global/images/magic/general/insatiable_gorgers.jpg
 Oracle:Insatiable Gorgers attacks each combat if able.\nMadness {3}{R} (If you discard this card, discard it into exile. When you do, cast it for its madness cost or put it into your graveyard.)
- Code: Select all
- Name:Give No Ground
 ManaCost:3 W
 Types:Instant
 A:SP$ Pump | Cost$ R | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +1 | SubAbility$ DBEffect | SpellDescription$ Target creature gets +1/+0 until end of turn. When that creature dies this turn, put a 3/2 colorless Eldrazi Horror creature token onto the battlefield.
 SVar:DBEffect:DB$ Effect | Name$ Otherworldly Outburst Effect | Triggers$ EldraziEmerge | SVars$ DBExile,EndEffect | RememberObjects$ ParentTarget | StackDescription$ When {c:Targeted} dies this turn, put a 3/2 colorless Eldrazi Horror creature token onto the battlefield.
 SVar:EldraziEmerge:Mode$ ChangesZone | ValidCard$ Creature.IsRemembered | Origin$ Battlefield | Destination$ Graveyard | Execute$ DBToken | TriggerDescription$ When that creature dies this turn, put a 3/2 colorless Eldrazi Horror creature token onto the battlefield.
 SVar:DBToken:DB$ Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Eldrazi Horror | TokenTypes$ Creature,Eldrazi,Horror | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 2 | SubAbility$ EndEffect
 SVar:EndEffect:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile
 SVar:Picture:http://www.wizards.com/global/images/magic/general/otherworldly_outburst.jpg
 Oracle:Target creature gets +1/+0 until end of turn. When that creature dies this turn, put a 3/2 colorless Eldrazi Horror creature token onto the battlefield.
- Code: Select all
- Name:Prophetic Ravings
 ManaCost:R
 Types:Enchantment Aura
 K:Enchant creature
 A:SP$ Attach | Cost$ R | ValidTgts$ Creature | AILogic$ Pump
 S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddKeyword$ Haste | AddAbility$ ProphetDraw | Description$ Enchanted creature has haste and "{T}, Discard a card: Draw a card."
 SVar:ProphetDraw:AB$ Draw | Cost$ T Discard<1/Card> | NumCards$ 1 | SpellDescription$ Draw a card.
 SVar:NonStackingAttachEffect:True
 SVar:Picture:http://www.wizards.com/global/images/magic/general/prophetic_ravings.jpg
 Oracle:Enchant creature\nEnchanted creature has haste and "{T}, Discard a card: Draw a card."
- Code: Select all
- Name:Savage Alliance
 ManaCost:2 R
 Types:Instant
 S:Mode$ RaiseCost | ValidCard$ Card.Self | Type$ Spell | Amount$ IncreaseCost | References$ IncreaseCost | Color$ 1 | EffectZone$ All | Description$ Escalate {1} (Pay this cost for each mode chosen beyond the first.)
 SVar:IncreaseCost:Modes$Amount/Minus.1
 A:SP$ Charm | Cost$ 2 R | MinCharmNum$ 1 | CharmNum$ 3 | Choices$ DBPumpAll,DBDamage1,DBDamage2 | SpellDescription$ Choose one or more - Creatures target player controls gain trample until end of turn; CARDNAME deals 2 damage to target creature; CARDNAME deals 1 damage to each creature target opponent controls.
 SVar:DBPumpAll:DB$ PumpAll | ValidTgts$ Player | ValidCards$ Creature | KW$ Trample | SpellDescription$ Creatures target player controls gain trample until end of turn.
 SVar:DBDamage1:DB$ DealDamage | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 2 | SpellDescription$ CARDNAME deals 2 damage to target creature.
 SVar:DBDamage2:DB$ DamageAll | NumDmg$ 1 | ValidTgts$ Opponent | TgtPrompt$ Select an opponent | ValidCards$ Creature | ValidDescription$ each creature the opponent controls. | SpellDescription$ CARDNAME deals 1 damage to each creature target opponent controls.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/savage_alliance.jpg
 Oracle:Escalate {1} (Pay this cost for each mode chosen beyond the first.)\nChoose one or more -\n• Creatures target player controls gain trample until end of turn.\n• Savage Alliance deals 2 damage to target creature.\n• Savage Alliance deals 1 damage to each creature target opponent controls.
- Code: Select all
- Name:Shreds of Sanity
 ManaCost:2 R
 Types:Sorcery
 A:SP$ ChangeZone | Cost$ 2 R | Origin$ Graveyard | Destination$ Hand | TargetMin$ 0 | TargetMax$ 1 | TgtPrompt$ Choose target instant card in your graveyard | ValidTgts$ Instant.YouCtrl | SpellDescription$ Return up to two target creature cards from your graveyard to your hand, then discard a card. | SubAbility$ DBReturn
 SVar:DBReturn:DB$ ChangeZone | Origin$ Graveyard | Destination$ Hand | TargetMin$ 0 | TargetMax$ 1 | ValidTgts$ Sorcery.YouCtrl | TgtPrompt$ Select target sorcery card in your graveyard | SubAbility$ DBDiscard
 SVar:DBDiscard:DB$Discard | Defined$ You | NumCards$ 1 | Mode$ TgtChoose | SubAbility$ DBExile
 SVar:DBExile:DB$ChangeZone | Origin$ Stack | Destination$ Exile
 SVar:Picture:http://www.wizards.com/global/images/magic/general/shreds_of_sanity.jpg
 Oracle:Return up to one target instant card and up to one target sorcery card from your graveyard to your hand, then discard a card. Exile Shreds of Sanity.
Re: Eldritch Moon Spoiler Season
 by Marek14 » 08 Jul 2016, 21:28
by Marek14 » 08 Jul 2016, 21:28 
OK, I'll probably have to stop here for the night.
			
		Re: Eldritch Moon Spoiler Season
 by KrazyTheFox » 08 Jul 2016, 21:48
by KrazyTheFox » 08 Jul 2016, 21:48 
With the full spoiler out now and a desire to see the set completed, I think I'm going to need some help with Tamiyo. Everything works great except for the +1 remembering creatures even if they've left the battlefield and returned. Can't seem to get that part working. Here's the current card:
			
		- Code: Select all
- Name:Tamiyo, Field Researcher
 ManaCost:1 W G U
 Types:Planeswalker Tamiyo
 Loyalty:4
 A:AB$ Effect | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | ValidTgts$ Creature | TargetMin$ 0 | TargetMax$ 2 | TgtPrompt$ Select target creature | Triggers$ TrigDamage | Duration$ UntilYourNextTurn | SVars$ TrigDrawCard | References$ TrigDrawCard | RememberObjects$ Targeted | SpellDescription$ Choose up to two target creatures. Until your next turn, whenever either of those creatures deals combat damage, you draw a card.
 SVar:TrigDamage:Mode$ DamageDone | CombatDamage$ True | ValidSource$ Creature.IsRemembered | Execute$ TrigDrawCard | TriggerDescription$ Whenever a targeted creature of Tamiyo, Field Researcher deals combat damage, you draw a card.
 SVar:TrigDrawCard:AB$ Draw | Cost$ 0 | NumCards$ 1 | Defined$ You
 A:AB$ Tap | Cost$ SubCounter<2/LOYALTY> | Planeswalker$ True | ValidTgts$ Permanent.nonLand | TargetMin$ 0 | TargetMax$ 2 | TgtPrompt$ Select target nonland permanent | SubAbility$ DBPump | SpellDescription$ Tap up to two target nonland permanents. They don’t untap during their controller's next untap step.
 SVar:DBPump:DB$ Pump | Defined$ Targeted | Permanent$ True | KW$ HIDDEN This card doesn't untap during your next untap step.
 A:AB$ Effect | Cost$ SubCounter<7/LOYALTY> | Planeswalker$ True | Ultimate$ True | Name$ Tamiyo, Field Researcher emblem | Image$ tamiyo_field_researcher_emblem | StaticAbilities$ Omniscience | Stackable$ False | Duration$ Permanent | AILogic$ Always | SubAbility$ DBDraw | SpellDescription$ Draw three cards. You get an emblem with "You may cast nonland cards from your hand without paying their mana costs."
 SVar:Omniscience:Mode$ Continuous | EffectZone$ Command | Affected$ Card.nonLand+YouOwn | AddHiddenKeyword$ May be played without paying its mana cost | AffectedZone$ Hand | Description$ You may cast nonland cards from your hand without paying their mana costs.
 SVar:DBDraw:DB$Draw | NumCards$ 3
 SVar:Picture:http://www.wizards.com/global/images/magic/general/tamiyo_field_researcher.jpg
 Oracle:[+1] Choose up to two target creatures. Until your next turn, whenever either of those creatures deals combat damage, you draw a card.\n[-2] Tap up to two target nonland permanents. They don't untap during their controller's next untap step.\n[-7] Draw three cards. You get an emblem with "You may cast nonland cards from your hand without paying their mana costs."
- 
				 
 KrazyTheFox
- Programmer
- Posts: 725
- Joined: 18 Mar 2014, 23:51
- Has thanked: 66 times
- Been thanked: 226 times
Re: Eldritch Moon Spoiler Season
 by Marek14 » 08 Jul 2016, 23:08
by Marek14 » 08 Jul 2016, 23:08 
Let's finish up red before I go to bed...
			
		- Code: Select all
- Name:Spreading Flames
 ManaCost:6 R
 Types:Instant
 A:SP$ DealDamage | Cost$ 6 R | ValidTgts$ Creature | TgtPrompt$ Select target creature to distribute damage to | NumDmg$ 6 | TargetMin$ 1 | TargetMax$ 6 | DividedAsYouChoose$ 6 | SpellDescription$ CARDNAME deals 6 damage divided as you choose among any number of target creatures.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/spreading_flames.jpg
 Oracle:Spreading Flames deals 6 damage divided as you choose among any number of target creatures.
- Code: Select all
- Name:Stensia Banquet
 ManaCost:2 R
 Types:Sorcery
 A:SP$ DealDamage | Cost$ 2 R | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | NumDmg$ X | References$ X | SubAbility$ DBDraw | SpellDescription$ CARDNAME deals damage to target opponent equal to the number of Vampires you control. Draw a card.
 SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ 1
 SVar:X:Count$TypeYouCtrl.Vampire
 SVar:RemRandomDeck:True
 SVar:Picture:http://www.wizards.com/global/images/magic/general/stensia_banquet.jpg
 Oracle:Stensia Banquet deals damage to target opponent equal to the number of Vampires you control.\nDraw a card.
- Code: Select all
- Name:Stensia Innkeeper
 ManaCost:3 R
 Types:Creature Vampire
 PT:36/3
 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigTap | TriggerDescription$ When CARDNAME enters the battlefield, enters the battlefield, tap target land an opponent controls. That land doesn't untap during its controller's next untap step.
 SVar:TrigTap:AB$ Tap | Cost$ 0 | ValidTgts$ Land.OppCtrl | TgtPrompt$ Choose target land an opponent controls. | SubAbility$ DBPump
 SVar:DBPump:DB$ Pump | Defined$ Targeted | KW$ HIDDEN This card doesn't untap during your next untap step. | Permanent$ True
 SVar:PlayMain1:TRUE
 SVar:Picture:http://www.wizards.com/global/images/magic/general/stensia_innkeeper.jpg
 Oracle:When Stensia Innkeeper enters the battlefield, tap target land an opponent controls. That land doesn't untap during its controller's next untap step.
- Code: Select all
- Name:Stromkirk Occultist
 ManaCost:2 R
 Types:Creature Vampire Horror
 PT:3/2
 K:Trample
 T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigExile | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, exile the top card of your library. Until end of turn, you may play that card.
 SVar:TrigExile:AB$ Mill | Cost$ 0 | Defined$ You | NumCards$ 1 | Destination$ Exile | RememberMilled$ True | SubAbility$ DBEffect
 SVar:DBEffect:DB$ Effect | StaticAbilities$ STPlay | TriggerCastPF,TriggerPlayPF | SVars$ TrigRemoveSelf | RememberObjects$ Remembered | SubAbility$ DBCleanup
 SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
 SVar:STPlay:Mode$ Continuous | EffectZone$ Command | Affected$ Card.IsRemembered | AddHiddenKeyword$ May be played | AffectedZone$ Exile | Description$ Until end of turn, you may play that card.
 SVar:TriggerCastPF:Mode$ SpellCast | ValidCard$ Card.IsRemembered | TriggerZones$ Command | Execute$ TrigRemoveSelf | Static$ True
 SVar:TriggerPlayPF:Mode$ LandPlayed | ValidCard$ Land.IsRemembered | TriggerZones$ Command | Execute$ TrigRemoveSelf | Static$ True
 SVar:TrigRemoveSelf:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile
 K:Madness:1 R
 SVar:RemAIDeck:True
 SVar:Picture:http://www.wizards.com/global/images/magic/general/stromkirk_occultist.jpg
 Oracle:Trample\nWhenever Stromkirk Occultist deals combat damage to a player, exile the top card of your library. Until end of turn, you may play that card.\nMadness {1}{R} (If you discard this card, discard it into exile. When you do, cast it for its madness cost or put it into your graveyard.)
- Code: Select all
- Name:Thermo-Alchemist
 ManaCost:1 R
 Types:Creature Human Shaman
 PT:0/3
 K:Defender
 A:AB$ DealDamage | Cost$ T | Defined$ Player.Opponent | NumDmg$ 1 | SpellDescription$ CARDNAME deals 1 damage to each opponent.
 T:Mode$ SpellCast | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigUntap | TriggerDescription$ Whenever you cast an instant or sorcery spell, untap CARDNAME.
 SVar:TrigUntap:AB$Untap | Cost$ 0 | Defined$ Self
 SVar:Picture:http://www.wizards.com/global/images/magic/general/thermo_alchemist.jpg
 Oracle:{T}: Thermo-Alchemist deals 1 damage to each opponent.\nWhenever you cast an instant or sorcery spell, untap Thermo-Alchemist.
- Code: Select all
- Name:Weaver of Lightning
 ManaCost:2 R
 Types:Creature Human Shaman
 PT:1/4
 K:Reach
 T:Mode$ SpellCast | ValidCard$ Instant,Sorcery | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDealDamage | TriggerDescription$ Whenever you cast an instant or sorcery spell, CARDNAME deals 1 damage to target creature an opponent controls.
 SVar:TrigDealDamage:AB$DealDamage | Cost$ 0 | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an oppoonent controls | NumDmg$ 1
 SVar:Picture:http://www.wizards.com/global/images/magic/general/weaver_of_lightning.jpg
 Oracle:Reach\nWhenever you cast an instant or sorcery spell, Weaver of Lightning deals 1 damage to target creature an opponent controls.
Re: Eldritch Moon Spoiler Season
 by Marek14 » 09 Jul 2016, 06:10
by Marek14 » 09 Jul 2016, 06:10 
- Code: Select all
- Name:Backwoods Survivalists
 ManaCost:3 G
 Types:Creature Human Warrior
 PT:4/3
 S:Mode$ Continuous | Affected$ Card.Self | AddPower$ 1 | AddToughness$ 1 | AddKeyword$ Trample | Condition$ Delirium | Description$ Delirium - CARDNAME gets +1/+1 and has trample as long as there are four or more card types among cards in your graveyard.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/backwoods_survivalists.jpg
 Oracle:Delirium - Backwoods Survivalists gets +1/+1 and has trample as long as there are four or more card types among cards in your graveyard.
- Code: Select all
- Name:Bloodbriar
 ManaCost:2 G
 Types:Creature Plant Elemental
 PT:2/3
 T:Mode$ Sacrificed | ValidCard$ Permanent.Other | Execute$ TrigPutCounter | TriggerZones$ Battlefield | ValidPlayer$ You | TriggerDescription$ Whenever you sacrifice another permanent, put a +1/+1 counter on Bloodbriar.
 SVar:TrigPutCounter:AB$ PutCounter | Cost$ 0 | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
 SVar:RemRandomDeck:True
 SVar:Picture:http://www.wizards.com/global/images/magic/general/bloodbriar.jpg
 Oracle:Whenever you sacrifice another permanent, put a +1/+1 counter on Bloodbriar.
- Code: Select all
- Name:Clear Shot
 ManaCost:2 G
 Types:Instant
 A:SP$ Pump | Cost$ 2 G | ValidTgts$ Creature.YouCtrl | AILogic$ PowerDmg | NumAtt$ +1 | NumDef$ +1 | TgtPrompt$ Select target creature you control | SubAbility$ SoulsDamage | StackDescription$ None | SpellDescription$ Target creature you control gets +1/+1 until end of turn. It deals damage equal to its power to target creature you don't control.
 SVar:SoulsDamage:DB$ DealDamage | ValidTgts$ Creature.YouDontCtrl | AILogic$ PowerDmg | TgtPrompt$ Select target creature you don't control | NumDmg$ X | References$ X | ConditionDefined$ Targeted | ConditionPresent$ Creature | ConditionCompare$ EQ1 | DamageSource$ ParentTarget
 SVar:X:ParentTargeted$CardPower
 SVar:Picture:http://www.wizards.com/global/images/magic/general/clear_shot.jpg
 Oracle:Target creature you control gets +1/+1 until end of turn. It deals damage equal to its power to target creature you don't control.
- Code: Select all
- Name:Crossroads Consecrator
 ManaCost:G
 Types:Creature Human Cleric
 PT:1/2
 A:AB$ Pump | Cost$ G T | NumAtt$ 1 | NumDef$ 1 | ValidTgts$ Card.Human+attacking | TgtPrompt$ Select target attacking Human | SpellDescription$ Target attacking Human gets +1/+1 until end of turn.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/crossroads_consecrator.jpg
 Oracle:{G}, {T}: Target attacking Human gets +1/+1 until end of turn.
- Code: Select all
- Name:Emrakul's Evangel
 ManaCost:2 G
 Types:Creature Human Horror
 PT:3/2
 A:AB$ Token | Cost$ Sac<X/Creature.Other+nonEldrazi/other non-Eldrazi creatures> Sac<1/CARDNAME> | Announce$ X | TokenAmount$ Y | TokenName$ Eldrazi Horror | TokenColors$ Colorless | TokenTypes$ Creature,Eldrazi,Horror | TokenOwner$ You | TokenPower$ 3 | TokenToughness$ 2 | TokenImage$ c 3 2 eldrazi horror | References$ Y | SpellDescription$ Put a 3/2 colorless Eldrazi Horror token onto the battlefield for each creature sacrificed this way.
 SVar:Y:Sacrificed$Valid Creature
 SVar:X:XChoice
 SVar:Picture:http://www.wizards.com/global/images/magic/general/emrakuls_evangel.jpg
 Oracle:{T}, Sacrifice Emrakul's Evangel and any number of other non-Eldrazi creatures: Put a 3/2 colorless Eldrazi Horror token onto the battlefield for each creature sacrificed this way.
- Code: Select all
- Name:Kessig Prowler
 ManaCost:G
 Types:Creature Werewolf Horror
 PT:2/1
 A:AB$SetState | Cost$ 4 G | Defined$ Self | Mode$ Transform | SpellDescription$ Transform CARDNAME.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/kessig_prowler.jpg
 AlternateMode:DoubleFaced
 Oracle:{4}{G}: Transform Kessig Prowler.
 ALTERNATE
 Name:Sinuous Predator
 ManaCost:no cost
 Types:Creature Eldrazi Werewolf
 PT:4/4
 K:CantBeBlockedByAmount GT1
 SVar:Picture:http://www.wizards.com/global/images/magic/general/sinuous_predator.jpg
 Oracle:Sinuous Predator can't be blocked by more than one creature.
- Code: Select all
- Name:Noose Constrictor
 ManaCost:1 G
 Types:Creature Snake
 PT:2/2
 K:Reach
 A:AB$ Pump | Cost$ Discard<1/Card> | Defined$ Self | NumAtt$ +1 | NumDef$ +1 | SpellDescription$ CARDNAME gets +1/+1 until end of turn.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/noose_constrictor.jpg
 Oracle:Reach\nDiscard a card: Noose Constrictor gets +1/+1 until end of turn.
- Code: Select all
- Name:Primal Druid
 ManaCost:1 G
 Types:Creature Human Druid
 PT:0/3
 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | TriggerZones$ Graveyard | Execute$ TrigChange | OptionalDecider$ TriggeredCardController | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library.
 SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Library | Destination$ Battlefield | ChangeType$ Land.Basic | Tapped$ True | ChangeNum$ 1 | ShuffleNonMandatory$ True
 SVar:Picture:http://www.wizards.com/global/images/magic/general/primal_druid.jpg
 Oracle:When Primal Druid dies, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle your library.
- Code: Select all
- Name:Shrill Howler
 ManaCost:2 G
 Types:Creature Werewolf Horror
 PT:3/1
 K:Creatures with power less than CARDNAME's power can't block it.
 A:AB$SetState | Cost$ 5 G | Defined$ Self | Mode$ Transform | SpellDescription$ Transform CARDNAME.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/shrill_howler.jpg
 AlternateMode:DoubleFaced
 Oracle:Creatures with power less than Shrill Howler's power can't block it.\n{5}{G}: Transform Shrill Howler.
 ALTERNATE
 Name:Howling Chorus
 ManaCost:no cost
 Types:Creature Eldrazi Werewolf
 PT:3/5
 K:Creatures with power less than CARDNAME's power can't block it.
 T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigToken | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, put a 1/1 white Soldier creature token onto the battlefield.
 SVar:TrigToken:AB$ Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Eldrazi Horror | TokenTypes$ Creature,Eldrazi,Horror | TokenOwner$ You | TokenColors$ Colorless | TokenPower$ 3 | TokenToughness$ 2
 SVar:Picture:http://www.wizards.com/global/images/magic/general/howling_chorus.jpg
 Oracle:Creatures with power less than Howling Chorus's power can't block it.\nWhenever Howling Chorus deals combat damage to a player, put a 3/2 colorless Eldrazi Horror creature token onto the battlefield.
- Code: Select all
- Name:Somberwald Stag
 ManaCost:3 G G
 Types:Creature Elk
 PT:4/3
 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigFight | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may have it fight target creature you don't control.
 SVar:TrigFight:AB$ Fight | Cost$ 0 | Defined$ TriggeredCard | ValidTgts$ Creature.YouDontCtrl | TgtPrompt$ Choose target creature you don't control
 SVar:Picture:http://www.wizards.com/global/images/magic/general/somberwald_stag.jpg
 Oracle:When Somberwald Stag enters the battlefield, you may have it fight target creature you don't control.
- Code: Select all
- Name:Splendid Reclamation
 ManaCost:3 G
 Types:Sorcery
 A:SP$ ChangeZoneAll | Cost$ 3 G | ChangeType$ Land.YouCtrl | Origin$ Graveyard | Destination$ Battlefield | Tapped$ True | SpellDescription$ Return all land cards from your graveyard to the battlefield tapped.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/splendid_reclamation.jpg
 Oracle:Return all land cards from your graveyard to the battlefield tapped.
- Code: Select all
- Name:Springsage Ritual
 ManaCost:3 G
 Types:Instant
 A:SP$ Destroy | Cost$ 3 G | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | SubAbility$ DBGainLife | SpellDescription$ Destroy target artifact or enchantment. You gain 4 life.
 SVar:DBGainLife:DB$GainLife | Defined$ You | LifeAmount$ 4
 SVar:Picture:http://www.wizards.com/global/images/magic/general/springsage_ritual.jpg
 Oracle:Destroy target artifact or enchantment. You gain 4 life.
- Code: Select all
- Name:Swift Spinner
 ManaCost:3 G
 Types:Creature Spider
 PT:2/3
 K:Flash
 K:Reach
 SVar:Picture:http://www.wizards.com/global/images/magic/general/swift_spinner.jpg
 Oracle:Flash (You may cast this spell any time you could cast an instant.)\nReach (This creature can block creatures with flying.)
- Code: Select all
- Name:Tangleclaw Werewolf
 ManaCost:2 G G
 Types:Creature Werewolf Horror
 PT:2/4
 K:CARDNAME can block an additional creature.
 A:AB$SetState | Cost$ 6 G | Defined$ Self | Mode$ Transform | SpellDescription$ Transform CARDNAME.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/tangleclaw_werewolf.jpg
 AlternateMode:DoubleFaced
 Oracle:Tangleclaw Werewolf can block an additional creature each combat.\n{6}{G}: Transform Tangleclaw Werewolf.
 ALTERNATE
 Name:Fibrous Entangler
 ManaCost:no cost
 Types:Creature Eldrazi Werewolf
 PT:4/6
 K:Vigilance
 K:CARDNAME must be blocked if able.
 K:CARDNAME can block an additional creature.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/fibrous_entangler.jpg
 Oracle:Vigilance\nFibrous Entangler must be blocked if able.\nFibrous Entangler can block an additional creature each combat.
- Code: Select all
- Name:Waxing Moon
 ManaCost:1 G
 Types:Instant
 A:SP$ SetState | Cost$ 1 G | TargetMin$ 0 | TargetMax$ 1 | ValidTgts$ Card.Werewolf+YouCtrl | TgtPrompt$ Select target Werewolf you control | Mode$ Transform | SubAbility$ DBPumpAll | SpellDescription$ Transform up to one target Werewolf you control. Creatures you control gain trample until end of turn.
 SVar:DBPumpAll:DB$ PumpAll | KW$ Trample | ValidCards$ Creature.YouCtrl
 SVar:Picture:http://www.wizards.com/global/images/magic/general/waxing_moon.jpg
 Oracle:Transform up to one target Werewolf you control. Creatures you control gain trample until end of turn.
- Code: Select all
- Name:Woodcutter's Grit
 ManaCost:2 G
 Types:Instant
 A:SP$ Pump | Cost$ 2 G | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | NumAtt$ 3 | NumDef$ 3 | KW$ Hexproof | SpellDescription$ Target creature you control gets +3/+3 and gains hexproof until end of turn. (It can't be the target of spells or abilities your opponents control.)
 SVar:Picture:http://www.wizards.com/global/images/magic/general/woodcutters_grit.jpg
 Oracle:Target creature you control gets +3/+3 and gains hexproof until end of turn. (It can't be the target of spells or abilities your opponents control.)
- Code: Select all
- Name:Woodland Patrol
 ManaCost:2 G
 Types:Creature Human Scout
 PT:3/2
 K:Vigilance
 SVar:Picture:http://www.wizards.com/global/images/magic/general/woodland_patrol.jpg
 Oracle:Vigilance
Re: Eldritch Moon Spoiler Season
 by Marek14 » 09 Jul 2016, 06:24
by Marek14 » 09 Jul 2016, 06:24 
- Code: Select all
- Name:Ulrich of the Krallenhorde
 ManaCost:3 R G
 Types:Legendary Creature Human Werewolf
 PT:4/4
 T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Whenever this creature enters the battlefield or transforms into CARDNAME, target creature gets +4/+4 until end of turn.
 T:Mode$ Transformed | ValidCard$ Card.Self | Execute$ TrigPump | Secondary$ True | TriggerDescription$ Whenever this creature enters the battlefield or transforms into CARDNAME, target creature gets +4/+4 until end of turn.
 SVar:TrigPump:DB$Pump | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +4 | NumDef$ +4
 T:Mode$Phase | Phase$ Upkeep | WerewolfTransformCondition$ True | TriggerZones$ Battlefield | Execute$ TrigTransform | TriggerDescription$ At the beginning of each upkeep, if no spells were cast last turn, transform CARDNAME.
 SVar:TrigTransform:AB$ SetState | Cost$ 0 | Defined$ Self | Mode$ Transform
 AlternateMode:DoubleFaced
 SVar:Picture:http://www.wizards.com/global/images/magic/general/ulrich_of_the_krallenhorde.jpg
 Oracle:Whenever this creature enters the battlefield or transforms into Ulrich of the Krallenhorde, target creature gets +4/+4 until end of turn.\nAt the beginning of each upkeep, if no spells were cast last turn, transform Ulrich of the Krallenhorde.
 ALTERNATE
 Name:Ulrich, Uncontested Alpha
 ManaCost:no cost
 Colors:red,green
 Types:Legendary Creature Werewolf
 PT:6/6
 T:Mode$ Transformed | ValidCard$ Card.Self | Execute$ TrigFight | OptionalDecider$ You | TriggerDescription$ Whenever this creature transforms into CARDNAME, you may have it fight target non-Werewolf creature you don't control.
 SVar:TrigFight:AB$ Fight | Cost$ 0 | Defined$ TriggeredCard | ValidTgts$ Creature.nonWerewolf+YouDontCtrl | TgtPrompt$ Choose target non-Werewolf creature you don't control
 T:Mode$ Phase | Phase$ Upkeep | WerewolfUntransformCondition$ True | TriggerZones$ Battlefield | Execute$ TrigTransform | TriggerDescription$ At the beginning of each upkeep, if a player cast two or more spells last turn, transform CARDNAME.
 SVar:TrigTransform:AB$ SetState | Cost$ 0 | Defined$ Self | Mode$ Transform
 SVar:Picture:http://www.wizards.com/global/images/magic/general/ulrich_uncontested_alpha.jpg
 Oracle:Whenever this creature transforms into Ulrich, Uncontested Alpha, you may have it fight target non-Werewolf creature you don't control.\nAt the beginning of each upkeep, if a player cast two or more spells last turn, transform Ulrich, Uncontested Alpha.
Re: Eldritch Moon Spoiler Season
 by Hanmac » 09 Jul 2016, 06:33
by Hanmac » 09 Jul 2016, 06:33 
Thanks for scripting that much cards.
"Foul Emissary" is another one that has to complicated problems.
The Ruling says that his ability should also trigger if you sacrifice him for mana in the altar. :/
Hm and I would like to add some AI so that it does prefer to get a Card with Emerge from the first ability if able.
			
		"Foul Emissary" is another one that has to complicated problems.
The Ruling says that his ability should also trigger if you sacrifice him for mana in the altar. :/
Hm and I would like to add some AI so that it does prefer to get a Card with Emerge from the first ability if able.
Re: Eldritch Moon Spoiler Season
 by Marek14 » 09 Jul 2016, 06:42
by Marek14 » 09 Jul 2016, 06:42 
- Code: Select all
- Name:Cathar's Shield
 ManaCost:0
 Types:Artifact Equipment
 S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddToughness$ 3 | AddKeyword$ Vigilance | Description$ Equipped creature gets +0/+3 and has vigilance.
 K:Equip 3
 SVar:Picture:http://www.wizards.com/global/images/magic/general/cathars_shield.jpg
 Oracle:Equipped creature gets +0/+3 and has vigilance.\nEquip {3} ({3}: Attach to target creature you control. Equip only as a sorcery.)
- Code: Select all
- Name:Cultist's Staff
 ManaCost:2
 Types:Artifact Equipment
 S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 2 | AddToughness$ 2 | Description$ Equipped creature gets +2/+2.
 K:Equip 3
 SVar:Picture:http://www.wizards.com/global/images/magic/general/cultists_staff.jpg
 Oracle:Equipped creature gets +2/+2.\nEquip {3} ({3}: Attach to target creature you control. Equip only as a sorcery.)
- Code: Select all
- Name:Field Creeper
 ManaCost:2
 Types:Artifact Creature Scarecrow
 PT:2/1
 SVar:Picture:http://www.wizards.com/global/images/magic/general/field_creeper.jpg
 Oracle:
- Code: Select all
- Name:Geist-Fueled Scarecrow
 ManaCost:4
 Types:Artifact Creature Scarecrow
 PT:4/4
 S:Mode$ RaiseCost | ValidCard$ Creature | Activator$ You | Type$ Spell | Amount$ 1 | Description$ Creature spells you cast cost {1} more to cast.
 SVar:Picture:http://www.wizards.com/global/images/magic/general/geist_fueled_scarecrow.jpg
 Oracle:Creature spells you cast cost {1} more to cast.
- Code: Select all
- Name:Stitcher's Graft
 ManaCost:1
 Types:Artifact Equipment
 S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 3 | AddToughness$ 3 | Description$ Equipped creature gets +3/+3.
 T:Mode$ Attacks | ValidCard$ Card.EquippedBy | Execute$ StayTapped | TriggerDescription$ Whenever equipped creature attacks, it doesn't untap during its controller's next untap step.
 SVar:StayTapped:DB$Pump | KW$ HIDDEN This card doesn't untap during your next untap step. | Defined$ TriggeredAttacker | Permanent$ True
 T:Mode$ Unequip | ValidEquipment$ Card.Self | ValidCard$ Permanent | TriggerZones$ Battlefield | Execute$ TrigSac | TriggerDescription$ Whenever CARDNAME becomes unattached from a permanent, sacrifice that permanent.
 SVar:TrigSac:AB$Sacrifice | Cost$ 0 | Defined$ You | SacValid$ TriggeredCard
 K:Equip 2
 SVar:Picture:http://www.wizards.com/global/images/magic/general/stitchers_graft.jpg
 Oracle:Equipped creature gets +3/+3.\nWhenever equipped creature attacks, it doesn't untap during its controller's next untap step.\nWhenever Stitcher's Graft becomes unattached from a permanent, sacrifice that permanent.\nEquip {2}
I realized I was wrong about Soul Separator. The Zombie token is a separate sentence, which means it's supposed to happen after the Spirit, so the original order with Zombie created second was correct.
Re: Eldritch Moon Spoiler Season
 by Marek14 » 09 Jul 2016, 06:53
by Marek14 » 09 Jul 2016, 06:53 
OK, so this is a wrap for me. Currently we have 188 cards, so we're missing 17:
Meld (6 cards) - Bruna, the Fading Light, Gisela, the Broken Blade, Graf Rats, Midnight Scavengers, Hanweir Garrison, Hanweir Battlements
Nonmana escalate costs (2 cards) - Collective Brutality, Collective Effort
Fortune's Favor - a bit too complicated for me, not sure how to do the face-down pile.
Identity Thief & Spell Queller - I'd like Hanmac to look at these two, as they fall under the temporary exile cards he worked on recently.
Nahiri's Wrath - not sure how to do the converted mana cost total.
Foul Emissary - what Hanmac said.
Gisa and Geralf - will need some additional support; this should also enable Karador, Ghost Chieftain
Slayer's Cleaver - new blocking condition, creature must be blocked by at least one creature of a specified creature type
Thirsting Axe - probably needs something with game recall
Nephalia Academy - it's similar to Library of Leng, but has enough differences that I'm not sure how to write it correctly
			
		Meld (6 cards) - Bruna, the Fading Light, Gisela, the Broken Blade, Graf Rats, Midnight Scavengers, Hanweir Garrison, Hanweir Battlements
Nonmana escalate costs (2 cards) - Collective Brutality, Collective Effort
Fortune's Favor - a bit too complicated for me, not sure how to do the face-down pile.
Identity Thief & Spell Queller - I'd like Hanmac to look at these two, as they fall under the temporary exile cards he worked on recently.
Nahiri's Wrath - not sure how to do the converted mana cost total.
Foul Emissary - what Hanmac said.
Gisa and Geralf - will need some additional support; this should also enable Karador, Ghost Chieftain
Slayer's Cleaver - new blocking condition, creature must be blocked by at least one creature of a specified creature type
Thirsting Axe - probably needs something with game recall
Nephalia Academy - it's similar to Library of Leng, but has enough differences that I'm not sure how to write it correctly
Re: Eldritch Moon Spoiler Season
 by Marek14 » 09 Jul 2016, 06:57
by Marek14 » 09 Jul 2016, 06:57 
Also, since I was asked for this last time: this set, I actually made a separate file with cards I've coded. It's attached.
			
				- Attachments
- 
		 emn.txt emn.txt
- (129.91 KiB) Downloaded 226 times
 
Re: Eldritch Moon Spoiler Season
 by Marek14 » 09 Jul 2016, 07:39
by Marek14 » 09 Jul 2016, 07:39 
Hm, I think we don't have this for Ride Down 
			
		
In some rare cases, the blocking creature wasn’t declared as a blocking creature that combat (for example, if it entered the battlefield blocking). In that case, the attacking creatures it was blocking won’t gain trample even though the blocking creature is destroyed.
Re: Eldritch Moon Spoiler Season
 by Hanmac » 09 Jul 2016, 07:43
by Hanmac » 09 Jul 2016, 07:43 
@Marek14: my current try with Nahiri's Wrath.
i will later rewrite Soul Separator so that the Spirit does enter before the Zombie. (i need to store the Power and Toughness before the Spirit does enter the Battlefield) But currently i see no difference so i think Spirit and Zombie will still enter the battlefield at the same time. (or not?)
Identity Thief & Spell Queller i will try later, should not be that complicated. (just adding stuff with ForgotRemembered when its moved from exile, and adding ExiledWithSource)
about RideDown: arg stupid rare cases! i will look at it, probably i will get an idea.
			
		- Code: Select all
- Name:Nahiri's Wrath
 ManaCost:2 R
 Types:Sorcery
 A:SP$ DealDamage | Announce$ X | Cost$ 2 R Discard<X/Card> | ValidTgts$ Creature,Planeswalker | TgtPrompt$ Select target creature or planeswalker | TargetMin$ 0 | TargetMax$ MaxTargets | NumDmg$ Y | References$ X,Y,MaxTargets | SpellDescription$ CARDNAME deals X damage to each of X target creatures and/or players.
 SVar:X:TargetedObjects$Amount
 SVar:Y:Discarded$CardManaCost
 SVar:MaxTargets:Count$Valid Creature,Planeswalker
 SVar:RemAIDeck:True
 SVar:Picture:http://www.wizards.com/global/images/magic/general/nahiris_wrath.jpg
 Oracle:As an additional cost to cast Nahiri's Wrath, discard X cards.\nNahiri's Wrath deals damage equal to the total converted mana cost of the discarded cards to each of up to X target creatures and/or planeswalkers.
i will later rewrite Soul Separator so that the Spirit does enter before the Zombie. (i need to store the Power and Toughness before the Spirit does enter the Battlefield) But currently i see no difference so i think Spirit and Zombie will still enter the battlefield at the same time. (or not?)
Identity Thief & Spell Queller i will try later, should not be that complicated. (just adding stuff with ForgotRemembered when its moved from exile, and adding ExiledWithSource)
about RideDown: arg stupid rare cases! i will look at it, probably i will get an idea.
Re: Eldritch Moon Spoiler Season
 by Marek14 » 09 Jul 2016, 07:47
by Marek14 » 09 Jul 2016, 07:47 
The release notes specifically say that the Spirit enters the battlefield before the Zombie. However, the characteristics of the card are checked from its LKI in the graveyard, i.e. before either token enters the battlefield.Hanmac wrote:@Marek14: my current try with Nahiri's Wrath.the easy part is to get converted mana cost total "Discarded$CardManaCost". the problem is the "up to X". that means you might be able to discard more cards than you have Targets if i understand that right. or what do you think?
- Code: Select all
Name:Nahiri's Wrath
ManaCost:2 R
Types:Sorcery
A:SP$ DealDamage | Announce$ X | Cost$ 2 R Discard<X/Card> | ValidTgts$ Creature,Planeswalker | TgtPrompt$ Select target creature or planeswalker | TargetMin$ 0 | TargetMax$ MaxTargets | NumDmg$ Y | References$ X,Y,MaxTargets | SpellDescription$ CARDNAME deals X damage to each of X target creatures and/or players.
SVar:X:TargetedObjects$Amount
SVar:Y:Discarded$CardManaCost
SVar:MaxTargets:Count$Valid Creature,Planeswalker
SVar:RemAIDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/nahiris_wrath.jpg
Oracle:As an additional cost to cast Nahiri's Wrath, discard X cards.\nNahiri's Wrath deals damage equal to the total converted mana cost of the discarded cards to each of up to X target creatures and/or planeswalkers.
i will later rewrite Soul Separator so that the Spirit does enter before the Zombie. (i need to store the Power and Toughness before the Spirit does enter the Battlefield) But currently i see no difference so i think Spirit and Zombie will still enter the battlefield at the same time. (or not?)
Identity Thief & Spell Queller i will try later, should not be that complicated. (just adding stuff with ForgotRemembered when its moved from exile, and adding ExiledWithSource)
about RideDown: arg stupid rare cases! i will look at it, probably i will get an idea.
Who is online
Users browsing this forum: No registered users and 20 guests
