- Added Floodgate

This commit is contained in:
jeffwadsworth
2011-11-13 14:51:58 +00:00
parent a0fd72c17c
commit e8520a1b16
2 changed files with 15 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -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

View File

@@ -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