- Converted Fog Elemental to delayed trigger.

- Added Cinder Wall.
This commit is contained in:
jendave
2011-08-06 19:09:39 +00:00
parent e2df76ab95
commit 4c31c6d3b2
3 changed files with 31 additions and 14 deletions

3
.gitattributes vendored
View File

@@ -1079,6 +1079,7 @@ res/cardsfolder/cinder_marsh.txt -text svneol=native#text/plain
res/cardsfolder/cinder_pyromancer.txt -text svneol=native#text/plain res/cardsfolder/cinder_pyromancer.txt -text svneol=native#text/plain
res/cardsfolder/cinder_shade.txt -text svneol=native#text/plain res/cardsfolder/cinder_shade.txt -text svneol=native#text/plain
res/cardsfolder/cinder_storm.txt -text svneol=native#text/plain res/cardsfolder/cinder_storm.txt -text svneol=native#text/plain
res/cardsfolder/cinder_wall.txt -text svneol=native#text/plain
res/cardsfolder/cinderbones.txt -text svneol=native#text/plain res/cardsfolder/cinderbones.txt -text svneol=native#text/plain
res/cardsfolder/circular_logic.txt -text svneol=native#text/plain res/cardsfolder/circular_logic.txt -text svneol=native#text/plain
res/cardsfolder/citanul_centaurs.txt -text svneol=native#text/plain res/cardsfolder/citanul_centaurs.txt -text svneol=native#text/plain
@@ -2233,7 +2234,7 @@ res/cardsfolder/fodder_cannon.txt -text svneol=native#text/plain
res/cardsfolder/fodder_launch.txt svneol=native#text/plain res/cardsfolder/fodder_launch.txt svneol=native#text/plain
res/cardsfolder/fog.txt -text svneol=native#text/plain res/cardsfolder/fog.txt -text svneol=native#text/plain
res/cardsfolder/fog_bank.txt -text svneol=native#text/plain res/cardsfolder/fog_bank.txt -text svneol=native#text/plain
res/cardsfolder/fog_elemental.txt svneol=native#text/plain res/cardsfolder/fog_elemental.txt -text svneol=native#text/plain
res/cardsfolder/fog_of_gnats.txt -text svneol=native#text/plain res/cardsfolder/fog_of_gnats.txt -text svneol=native#text/plain
res/cardsfolder/folk_medicine.txt -text svneol=native#text/plain res/cardsfolder/folk_medicine.txt -text svneol=native#text/plain
res/cardsfolder/folk_of_an_havva.txt -text svneol=native#text/plain res/cardsfolder/folk_of_an_havva.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,13 @@
Name:Cinder Wall
ManaCost:R
Types:Creature Wall
Text:no text
PT:3/3
K:Defender
T:Mode$ Blocks | ValidCard$ Card.Self | DelayedTrigger$ DelTrig | TriggerDescription$ Whenever CARDNAME blocks, sacrifice it at end of combat.
SVar:DelTrig:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Each | Execute$ TrigSacrifice | TriggerDescription$ Sacrifice CARDNAME at end of combat.
SVar:TrigSacrifice:AB$Sacrifice | Cost$ 0 | Defined$ Self
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/cinder_wall.jpg
End

View File

@@ -1,14 +1,17 @@
Name:Fog Elemental Name:Fog Elemental
ManaCost:2 U ManaCost:2 U
Types:Creature Elemental Types:Creature Elemental
Text:no text Text:no text
PT:4/4 PT:4/4
K:Flying K:Flying
T:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Player | IsPresent$ Card.attacking+Self,Card.blocking+Self | Execute$ TrigSacrifice | TriggerDescription$ When CARDNAME attacks or blocks, sacrifice it at end of combat. T:Mode$ Attacks | ValidCard$ Card.Self | DelayedTrigger$ DelTrig | TriggerDescription$ Whenever CARDNAME attacks or blocks, sacrifice it at end of combat.
SVar:TrigSacrifice:AB$Sacrifice | Cost$ 0 | Defined$ Self T:Mode$ Blocks | ValidCard$ Card.Self | DelayedTrigger$ DelTrig | Secondary$ True | TriggerDescription$ Whenever CARDNAME attacks or blocks, sacrifice it at end of combat.
SVar:Rarity:Uncommon SVar:DelTrig:Mode$ Phase | Phase$ EndCombat | ValidPlayer$ Each | Execute$ TrigSacrifice | TriggerDescription$ Sacrifice CARDNAME at end of combat.
SVar:Picture:http://www.wizards.com/global/images/magic/general/fog_elemental.jpg SVar:TrigSacrifice:AB$Sacrifice | Cost$ 0 | Defined$ Self
SetInfo:WTH|Common|http://magiccards.info/scans/en/wl/40.jpg SVar:RemAIDeck:True
SetInfo:6ED|Common|http://magiccards.info/scans/en/6e/69.jpg SVar:Rarity:Uncommon
SetInfo:10E|Uncommon|http://magiccards.info/scans/en/10e/85.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/fog_elemental.jpg
SetInfo:WTH|Common|http://magiccards.info/scans/en/wl/40.jpg
SetInfo:6ED|Common|http://magiccards.info/scans/en/6e/69.jpg
SetInfo:10E|Uncommon|http://magiccards.info/scans/en/10e/85.jpg
End End