- Added Glen Elendra Archmage, Retract and Cloudgoat Ranger.

This commit is contained in:
jendave
2011-08-06 13:43:50 +00:00
parent 1378fbe1db
commit b567cd082f
5 changed files with 34 additions and 1 deletions

3
.gitattributes vendored
View File

@@ -880,6 +880,7 @@ res/cardsfolder/cloud_spirit.txt -text svneol=native#text/plain
res/cardsfolder/cloud_sprite.txt -text svneol=native#text/plain
res/cardsfolder/cloudchaser_eagle.txt -text svneol=native#text/plain
res/cardsfolder/cloudcrown_oak.txt -text svneol=native#text/plain
res/cardsfolder/cloudgoat_ranger.txt -text svneol=native#text/plain
res/cardsfolder/cloudheath_drake.txt -text svneol=native#text/plain
res/cardsfolder/cloudhoof_kirin.txt -text svneol=native#text/plain
res/cardsfolder/cloudpost.txt -text svneol=native#text/plain
@@ -1938,6 +1939,7 @@ res/cardsfolder/glassdust_hulk.txt -text svneol=native#text/plain
res/cardsfolder/glasses_of_urza.txt -text svneol=native#text/plain
res/cardsfolder/glaze_fiend.txt -text svneol=native#text/plain
res/cardsfolder/gleam_of_resistance.txt -text svneol=native#text/plain
res/cardsfolder/glen_elendra_archmage.txt -text svneol=native#text/plain
res/cardsfolder/glen_elendra_liege.txt -text svneol=native#text/plain
res/cardsfolder/glimmerdust_nap.txt -text svneol=native#text/plain
res/cardsfolder/glimmering_angel.txt -text svneol=native#text/plain
@@ -3875,6 +3877,7 @@ res/cardsfolder/restless_dead.txt -text svneol=native#text/plain
res/cardsfolder/resurrection.txt -text svneol=native#text/plain
res/cardsfolder/resuscitate.txt -text svneol=native#text/plain
res/cardsfolder/retaliate.txt -text svneol=native#text/plain
res/cardsfolder/retract.txt -text svneol=native#text/plain
res/cardsfolder/retribution_of_the_meek.txt -text svneol=native#text/plain
res/cardsfolder/return_to_battle.txt -text svneol=native#text/plain
res/cardsfolder/reveillark.txt -text svneol=native#text/plain

View File

@@ -1,7 +1,7 @@
Name:Ambassador Oak
ManaCost:3 G
Types:Creature Treefolk Warrior
Text:When Ambassador Oak comes into play, put a 1/1 green Elf Warrior creature token into play.
Text:When Ambassador Oak enters the battlefield, put a 1/1 green Elf Warrior creature token onto the battlefield.
PT:3/3
K:etbMakeToken<>1<>Elf Warrior<>G 1 1 Elf Warrior<>Controller<>G<>Creature;Elf;Warrior<>1<>1<>None<>Put a 1/1 green Elf Warrior creature token onto the battlefield.
SVar:Rarity:Common

View File

@@ -0,0 +1,10 @@
Name:Cloudgoat Ranger
ManaCost:3 W W
Types:Creature Giant Warrior
Text:When Cloudgoat Ranger enters the battlefield, put three 1/1 white Kithkin Soldier creature tokens onto the battlefield.
PT:3/3
K:etbMakeToken<>3<>Kithkin Soldier<>W 1 1 Kithkin Soldier<>Controller<>W<>Creature;Kithkin;Soldier<>1<>1<>None<>Put three 1/1 white Kithkin Soldier creature tokens onto the battlefield.
A:AB$Pump | Cost$ tapXType<3/Kithkin> | NumAtt$ +2 | KW$ Flying | SpellDescription$ CARDNAME gets +2/+0 and gains flying until end of turn.
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/cloudgoat_ranger.jpg
End

View File

@@ -0,0 +1,11 @@
Name:Glen Elendra Archmage
ManaCost:3 U
Types:Creature Faerie Wizard
Text:no text
PT:2/2
K:Flying
A:AB$Counter | Cost$ U Sac<1/CARDNAME> | Type$ Spell | CounterValid$ Card.nonCreature | SpellDescription$ Counter target noncreature spell.
K:Persist
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/glen_elendra_archmage.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Retract
ManaCost:U
Types:Instant
Text:Return all artifacts you control to their owner's hand.
K:spBounceAll:Artifact.YouCtrl:Hand
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/retract.jpg
End