Added Cacophodon (RIX)

Added Crested Herdcaller
Added World Shaper
This commit is contained in:
austinio7116
2018-01-06 23:43:54 +00:00
committed by maustin
parent 42596623a9
commit 1ce6979910
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Name:Crested Herdcaller
ManaCost:3 G G
Types:Creature Dinosaur
PT:3/3
K:Trample
T:Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ DBToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME enters the battlefield, create a 3/3 green Dinosaur creature token with trample.
SVar:DBToken:DB$ Token | TokenOwner$ You | TokenName$ Dinosaur | TokenColors$ Green | TokenTypes$ Creature,Dinosaur | TokenPower$ 3 | TokenToughness$ 3 | TokenKeywords$ Trample | TokenImage$ g 3 3 dinosaur | TokenAmount$ 1
DeckHas:Ability$Token
SVar:Picture:http://www.wizards.com/global/images/magic/general/crested_herdcaller.jpg
Oracle:Trample\nWhen Crested Herdcaller enters the battlefield, create a 3/3 green Dinosaur creature token with trample.

View File

@@ -0,0 +1,11 @@
Name:World Shaper
ManaCost:3 G
Types:Creature Merfolk Shaman
PT:3/3
T:Mode$ Attacks | ValidCard$ Card.Self | OptionalDecider$ You | Execute$ TrigMill | TriggerDescription$ Whenever CARDNAME attacks, you may put the top three cards of your library into your graveyard.
SVar:TrigMill:DB$Mill | NumCards$ 3 | Defined$ You
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigReclam | TriggerController$ TriggeredCardController | TriggerDescription$ When World Shaper dies, put all land cards from your graveyard onto the battlefield tapped.
SVar:TrigReclam:DB$ ChangeZoneAll | ChangeType$ Land.YouCtrl | Origin$ Graveyard | Destination$ Battlefield | Tapped$ True
DeckHints:Ability$Graveyard
SVar:Picture:http://www.wizards.com/global/images/magic/general/world_shaper.jpg
Oracle:Whenever World Shaper attacks, you may put the top three cards of your library into your graveyard.\nWhen World Shaper dies, put all land cards from your graveyard onto the battlefield tapped.