Re: Shadows over Innistrad spoiler season
i did Topplegeist and Tooth Collector because of the similar structure.
i used parts of Citadel Siege + Heavy Infantry and Eyeblight Assassin
i used parts of Citadel Siege + Heavy Infantry and Eyeblight Assassin
- Code: Select all
Name: Topplegeist
ManaCost:W
Types:Creature Spirit
PT:1/1
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigTap | TriggerDescription$ When CARDNAME enters the battlefield, tap target creature an opponent controls.
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | Condition$ Delirium | Execute$ TripTapOpp | TriggerZones$ Battlefield | TriggerDescription$ Delirium - At the beginning of each opponent's upkeep, if there are four or more card types among cards in your graveyard, tap target creature that player controls.
SVar:TrigTap:AB$ Tap | Cost$ 0 | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Choose target creature an opponent controls.
SVar:TripTapOpp:AB$ Tap | Cost$ 0 | ValidTgts$ Creature.ActivePlayerCtrl | TgtPrompt$ Choose target creature the active player controls.
SVar:PlayMain1:TRUE
SVar:Picture:http://www.wizards.com/global/images/magic/general/topplegeist.jpg
Oracle:When Topplegeist enters the battlefield, tap target creature an opponent controls.\nDelirium - At the beginning of each opponent's upkeep, if there are four or more card types among cards in your graveyard, tap target creature that player controls.
- Code: Select all
Name: Tooth Collector
ManaCost:2 B
Types:Creature Human Rogue
PT:3/2
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When CARDNAME enters the battlefield, target creature an opponent controls gets -1/-1 until end of turn.
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | Condition$ Delirium | Execute$ TripPumpOpp | TriggerZones$ Battlefield | TriggerDescription$ Delirium - At the beginning of each opponent's upkeep, if there are four or more card types among cards in your graveyard, target creature that player controls gets -1/-1 until end of turn.
SVar:TrigPump:AB$ Pump | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls. | NumAtt$ -1 | NumDef$ -1 | IsCurse$ True
SVar:TripPumpOpp:AB$ Pump | ValidTgts$ Creature.ActivePlayerCtrl | TgtPrompt$ Select target creature an opponent controls. | NumAtt$ -1 | NumDef$ -1 | IsCurse$ True
SVar:PlayMain1:TRUE
SVar:Picture:http://www.wizards.com/global/images/magic/general/tooth_collector.jpg
Oracle:When Tooth Collector enters the battlefield, target creature an opponent controls gets -1/-1 until end of turn.\nDelirium - At the beginning of each opponent's upkeep, if there are four or more card types among cards in your graveyard, target creature that player controls gets -1/-1 until end of turn.