- Added Kiln Walker, Lost Leonin and Loxodon Convert.

This commit is contained in:
jendave
2011-08-06 22:26:50 +00:00
parent c2add5b059
commit bccd6a8185
4 changed files with 30 additions and 0 deletions

3
.gitattributes vendored
View File

@@ -3557,6 +3557,7 @@ res/cardsfolder/kikus_shadow.txt -text svneol=native#text/plain
res/cardsfolder/killer_bees.txt -text svneol=native#text/plain res/cardsfolder/killer_bees.txt -text svneol=native#text/plain
res/cardsfolder/killer_whale.txt -text svneol=native#text/plain res/cardsfolder/killer_whale.txt -text svneol=native#text/plain
res/cardsfolder/kiln_fiend.txt svneol=native#text/plain res/cardsfolder/kiln_fiend.txt svneol=native#text/plain
res/cardsfolder/kiln_walker.txt -text svneol=native#text/plain
res/cardsfolder/kindle.txt -text svneol=native#text/plain res/cardsfolder/kindle.txt -text svneol=native#text/plain
res/cardsfolder/kindled_fury.txt -text svneol=native#text/plain res/cardsfolder/kindled_fury.txt -text svneol=native#text/plain
res/cardsfolder/king_cheetah.txt -text svneol=native#text/plain res/cardsfolder/king_cheetah.txt -text svneol=native#text/plain
@@ -3897,6 +3898,7 @@ res/cardsfolder/lorescale_coatl.txt -text svneol=native#text/plain
res/cardsfolder/lorthos_the_tidemaker.txt -text svneol=native#text/plain res/cardsfolder/lorthos_the_tidemaker.txt -text svneol=native#text/plain
res/cardsfolder/lose_hope.txt -text svneol=native#text/plain res/cardsfolder/lose_hope.txt -text svneol=native#text/plain
res/cardsfolder/lost_auramancers.txt -text svneol=native#text/plain res/cardsfolder/lost_auramancers.txt -text svneol=native#text/plain
res/cardsfolder/lost_leonin.txt -text svneol=native#text/plain
res/cardsfolder/lost_soul.txt -text svneol=native#text/plain res/cardsfolder/lost_soul.txt -text svneol=native#text/plain
res/cardsfolder/lotus_bloom.txt -text svneol=native#text/plain res/cardsfolder/lotus_bloom.txt -text svneol=native#text/plain
res/cardsfolder/lotus_blossom.txt -text svneol=native#text/plain res/cardsfolder/lotus_blossom.txt -text svneol=native#text/plain
@@ -3906,6 +3908,7 @@ res/cardsfolder/lotus_petal.txt -text svneol=native#text/plain
res/cardsfolder/lotus_vale.txt -text svneol=native#text/plain res/cardsfolder/lotus_vale.txt -text svneol=native#text/plain
res/cardsfolder/lovisa_coldeyes.txt -text svneol=native#text/plain res/cardsfolder/lovisa_coldeyes.txt -text svneol=native#text/plain
res/cardsfolder/lowland_giant.txt -text svneol=native#text/plain res/cardsfolder/lowland_giant.txt -text svneol=native#text/plain
res/cardsfolder/loxodon_convert.txt -text svneol=native#text/plain
res/cardsfolder/loxodon_gatekeeper.txt -text svneol=native#text/plain res/cardsfolder/loxodon_gatekeeper.txt -text svneol=native#text/plain
res/cardsfolder/loxodon_hierarch.txt -text svneol=native#text/plain res/cardsfolder/loxodon_hierarch.txt -text svneol=native#text/plain
res/cardsfolder/loxodon_mender.txt -text svneol=native#text/plain res/cardsfolder/loxodon_mender.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Kiln Walker
ManaCost:3
Types:Artifact Creature Construct
Text:no text
PT:0/3
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME attacks, it gets +3/+0 until end of turn.
SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | NumAtt$ 3
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/kiln_walker.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Lost Leonin
ManaCost:1 W
Types:Creature Cat Soldier
Text:no text
PT:2/1
K:Infect
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/lost_leonin.jpg
End

View File

@@ -0,0 +1,8 @@
Name:Loxodon Convert
ManaCost:3 W
Types:Creature Elephant Soldier
Text:no text
PT:4/2
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/loxodon_convert.jpg
End