diff --git a/.gitattributes b/.gitattributes index 94d3b8156c1..b2c9823b25a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2911,6 +2911,7 @@ res/cardsfolder/f/floodchaser.txt svneol=native#text/plain res/cardsfolder/f/flooded_grove.txt svneol=native#text/plain res/cardsfolder/f/flooded_shoreline.txt svneol=native#text/plain res/cardsfolder/f/flooded_strand.txt svneol=native#text/plain +res/cardsfolder/f/floodgate.txt -text res/cardsfolder/f/floodwater_dam.txt svneol=native#text/plain res/cardsfolder/f/floral_spuzzem.txt svneol=native#text/plain res/cardsfolder/f/flourishing_defenses.txt svneol=native#text/plain diff --git a/res/cardsfolder/f/floodgate.txt b/res/cardsfolder/f/floodgate.txt new file mode 100644 index 00000000000..7cd2ef21bf3 --- /dev/null +++ b/res/cardsfolder/f/floodgate.txt @@ -0,0 +1,14 @@ +Name:Floodgate +ManaCost:3 U +Types:Creature Wall +Text:no text +PT:0/5 +K:Defender +T:Mode$ Always | IsPresent$ Card.Self+withFlying | Execute$ Sacrifice | TriggerZones$ Battlefield | TriggerDescription$ When CARDNAME has flying, sacrifice it. +SVar:Sacrifice:AB$ Sacrifice | Cost$ 0 +T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Any | Execute$ TrigDamage | TriggerDescription$ When CARDNAME leaves the battlefield, it deals damage equal to half the number of Islands you control, rounded down, to each nonblue creature without flying. +SVar:TrigDamage:AB$ DamageAll | Cost$ 0 | ValidCards$ Creature.nonBlue+withoutFlying | NumDmg$ X +SVar:X:Count$Valid Island.YouCtrl/HalfDown +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/floodgate.jpg +End \ No newline at end of file