diff --git a/.gitattributes b/.gitattributes index 15ba4c98590..d4ddd406315 100644 --- a/.gitattributes +++ b/.gitattributes @@ -991,6 +991,7 @@ res/cardsfolder/celestial_sword.txt -text svneol=native#text/plain res/cardsfolder/cemetery_gate.txt -text svneol=native#text/plain res/cardsfolder/cemetery_reaper.txt -text svneol=native#text/plain res/cardsfolder/cenns_enlistment.txt svneol=native#text/plain +res/cardsfolder/cenns_heir.txt -text svneol=native#text/plain res/cardsfolder/centaur_archer.txt -text svneol=native#text/plain res/cardsfolder/centaur_courser.txt -text svneol=native#text/plain res/cardsfolder/centaur_garden.txt -text svneol=native#text/plain @@ -3335,6 +3336,7 @@ res/cardsfolder/king_crab.txt -text svneol=native#text/plain res/cardsfolder/king_suleiman.txt -text svneol=native#text/plain res/cardsfolder/kingfisher.txt -text svneol=native#text/plain res/cardsfolder/kings_assassin.txt -text svneol=native#text/plain +res/cardsfolder/kinsbaile_balloonist.txt -text svneol=native#text/plain res/cardsfolder/kinsbaile_borderguard.txt -text svneol=native#text/plain res/cardsfolder/kinsbaile_cavalier.txt -text svneol=native#text/plain res/cardsfolder/kinsbaile_skirmisher.txt svneol=native#text/plain diff --git a/res/cardsfolder/cenns_heir.txt b/res/cardsfolder/cenns_heir.txt new file mode 100644 index 00000000000..512d9d08c93 --- /dev/null +++ b/res/cardsfolder/cenns_heir.txt @@ -0,0 +1,12 @@ +Name:Cenn's Heir +ManaCost:1 W +Types:Creature Kithkin Soldier +Text:no text +PT:1/1 +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME attacks, it gets +1/+1 until end of turn for each other attacking Kithkin. +SVar:TrigPump:AB$Pump | Cost$ 0 | Defined$ Self | NumAtt$ X | NumDef$ X +SVar:X:Count$Valid Kithkin.attacking+Other +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/cenns_heir.jpg +SetInfo:LRW|Common|http://magiccards.info/lw/en/8.html +End \ No newline at end of file diff --git a/res/cardsfolder/kinsbaile_balloonist.txt b/res/cardsfolder/kinsbaile_balloonist.txt new file mode 100644 index 00000000000..f50f5982e3c --- /dev/null +++ b/res/cardsfolder/kinsbaile_balloonist.txt @@ -0,0 +1,12 @@ +Name:Kinsbaile Balloonist +ManaCost:3 W +Types:Creature Kithkin Soldier +Text:no text +PT:2/2 +K:Flying +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPump | Optional$ True | TriggerDescription$ Whenever CARDNAME attacks, you may have target creature gain flying until end of turn. +SVar:TrigPump:AB$Pump | Cost$ 0 | ValidTgts$ Creature | KW$ Flying +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/kinsbaile_balloonist.jpg +SetInfo:LRW|Common|http://magiccards.info/lw/en/23.html +End \ No newline at end of file