Etched Champion and Darksteel Sentinel (Discussion)

Card coding that have been confirmed working and added to the SVN are moved in this forum. Do not post here.
Locked
KF1
Posts: 1952
Joined: Tue Apr 06, 2010 7:04 pm

Etched Champion and Darksteel Sentinel (Discussion)

Post by KF1 »

Okay, it's been awhile let me see if I got this right...

Image

Code: Select all

[card]
name=Etched Champion
auto=aslongas(artifact|mybattlefield) protection from black,protection from blue,protection from green,protection from red,protection from white >2
text=Metalcraft - As long as you control three or more artifacts, Etched Champion has protection from all colors as long as you control three or more artifacts.
mana={3}
type=Artifact Creature
subtype=Golem
power=2
toughness=2
[/card]
Image

Code: Select all

[card]
name=Darksteel Sentinel
abilities=flash, vigilance, indestructible
text=Flash (You may cast this spell any time you could cast an instant.)-- Vigilance. --Darksteel Sentinel is indestructible. ("Destroy" effects and lethal damage don't destroy it.) 
mana={6}
type=Artifact Creature
subtype=Golem
power=3
toughness=3
[/card]
Dr.Solomat
Posts: 975
Joined: Mon Dec 15, 2008 5:12 pm
Location: Germany

Re: Etched Champion and Darksteel Sentinel (Discussion)

Post by Dr.Solomat »

@Etched Champion: You have to code a line for each color protection!



I will add those 2 cards (and more) to my Scars of Mirrodin thread today.
Sets Coded/Released: Legends, Visions, Weatherlight, Tempest, Stronghold, Portal I & III, Urza's Saga BLOCK, Mercadian Masques, Invasion BLOCK, Mirrodin, Ravnica, Guildpact, Conflux, Alara Reborn
Locked