mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Added Floodgate
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
14
res/cardsfolder/f/floodgate.txt
Normal file
14
res/cardsfolder/f/floodgate.txt
Normal 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
|
||||
Reference in New Issue
Block a user