- Removed Citadel of Pain

This commit is contained in:
jendave
2011-08-06 21:00:20 +00:00
parent ba37d8b5de
commit 15d2297b10
2 changed files with 0 additions and 15 deletions

1
.gitattributes vendored
View File

@@ -1134,7 +1134,6 @@ res/cardsfolder/cinder_storm.txt -text svneol=native#text/plain
res/cardsfolder/cinder_wall.txt 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/citadel_of_pain.txt -text svneol=native#text/plain
res/cardsfolder/citanul_centaurs.txt -text svneol=native#text/plain
res/cardsfolder/citanul_druid.txt -text svneol=native#text/plain
res/cardsfolder/citanul_flute.txt -text svneol=native#text/plain

View File

@@ -1,14 +0,0 @@
Name:Citadel of Pain
ManaCost:2 R
Types:Enchantment
Text:no text
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | Execute$ TrigDamageYou | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each player's end step, CARDNAME deals X damage to that player, where X is the number of untapped lands he or she controls.
T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ Opponent | Execute$ TrigDamageOpp | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ At the beginning of each player's end step, CARDNAME deals X damage to that player, where X is the number of untapped lands he or she controls.
SVar:TrigDamageYou:AB$DealDamage | Cost$ 0 | Defined$ You | NumDmg$ X
SVar:TrigDamageOpp:AB$DealDamage | Cost$ 0 | Defined$ Opponent | NumDmg$ Y
SVar:X:Count$Valid Land.untapped+YouCtrl
SVar:Y:Count$Valid Land.untapped+YouDontCtrl
SVar:RemRandomDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/citadel_of_pain.jpg
End