- Added 3 planes

This commit is contained in:
swordshine
2013-03-27 04:27:19 +00:00
parent c6ea92527b
commit 5e73ddb5a4
4 changed files with 32 additions and 0 deletions

3
.gitattributes vendored
View File

@@ -10750,6 +10750,7 @@ res/cardsfolder/t/telimtors_darts.txt svneol=native#text/plain
res/cardsfolder/t/telimtors_edict.txt svneol=native#text/plain res/cardsfolder/t/telimtors_edict.txt svneol=native#text/plain
res/cardsfolder/t/teller_of_tales.txt svneol=native#text/plain res/cardsfolder/t/teller_of_tales.txt svneol=native#text/plain
res/cardsfolder/t/telling_time.txt svneol=native#text/plain res/cardsfolder/t/telling_time.txt svneol=native#text/plain
res/cardsfolder/t/tember_city.txt -text
res/cardsfolder/t/tempered_steel.txt svneol=native#text/plain res/cardsfolder/t/tempered_steel.txt svneol=native#text/plain
res/cardsfolder/t/tempest_drake.txt svneol=native#text/plain res/cardsfolder/t/tempest_drake.txt svneol=native#text/plain
res/cardsfolder/t/tempest_of_light.txt svneol=native#text/plain res/cardsfolder/t/tempest_of_light.txt svneol=native#text/plain
@@ -10834,6 +10835,8 @@ res/cardsfolder/t/thawing_glaciers.txt svneol=native#text/plain
res/cardsfolder/t/the_abyss.txt svneol=native#text/plain res/cardsfolder/t/the_abyss.txt svneol=native#text/plain
res/cardsfolder/t/the_aether_flues.txt -text res/cardsfolder/t/the_aether_flues.txt -text
res/cardsfolder/t/the_brute.txt svneol=native#text/plain res/cardsfolder/t/the_brute.txt svneol=native#text/plain
res/cardsfolder/t/the_dark_barony.txt -text
res/cardsfolder/t/the_eon_fog.txt -text
res/cardsfolder/t/the_fallen.txt -text res/cardsfolder/t/the_fallen.txt -text
res/cardsfolder/t/the_fourth_sphere.txt -text res/cardsfolder/t/the_fourth_sphere.txt -text
res/cardsfolder/t/the_great_forest.txt -text res/cardsfolder/t/the_great_forest.txt -text

View File

@@ -0,0 +1,10 @@
Name:Tember City
ManaCost:no cost
Types:Plane Kinshala
T:Mode$ TapsForMana | ValidCard$ Land | Execute$ TrigDmg | TriggerZones$ Command | TriggerDescription$ Whenever a player taps a land for mana, CARDNAME deals 1 damage to that player.
SVar:TrigDmg:AB$ DealDamage | Cost$ 0 | Defined$ TriggeredCardController | NumDmg$ 1
T:Mode$ PlanarDice | Result$ Chaos | TriggerZones$ Command | Execute$ RolledChaos | TriggerDescription$ Whenever you roll Chaos, each other player sacrifices a nonland permanent.
SVar:RolledChaos:AB$ Sacrifice | Cost$ 0 | Defined$ Player.Other | SacValid$ Permanent.nonLand
SVar:Picture:http://www.wizards.com/global/images/magic/general/tember_city.jpg
Oracle:Whenever a player taps a land for mana, Tember City deals 1 damage to that player.\nWhenever you roll {C}, each other player sacrifices a nonland permanent.
SetInfo:HOP Common

View File

@@ -0,0 +1,10 @@
Name:The Dark Barony
ManaCost:no cost
Types:Plane Ulgrotha
T:Mode$ ChangesZone | Origin$ Any | Destination$ Graveyard | ValidCard$ Card.nonBlack | TriggerZones$ Command | Execute$ TrigLoseLife | TriggerDescription$ Whenever a nonblack card is put into a player's graveyard from anywhere, that player loses 1 life.
SVar:TrigLoseLife:AB$ LoseLife | Cost$ 0 | Defined$ TriggeredCardOwner | LifeAmount$ 1
T:Mode$ PlanarDice | Result$ Chaos | TriggerZones$ Command | Execute$ RolledChaos | TriggerDescription$ Whenever you roll Chaos, each opponent discards a card.
SVar:RolledChaos:AB$ Discard | Cost$ 0 | Mode$ TgtChoose | Defined$ Player.Opponent | NumCards$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/the_dark_barony.jpg
Oracle:Whenever a nonblack card is put into a player's graveyard from anywhere, that player loses 1 life.\nWhenever you roll {C}, each opponent discards a card.
SetInfo:HOP Common

View File

@@ -0,0 +1,9 @@
Name:The Eon Fog
ManaCost:no cost
Types:Plane Equilor
S:Mode$ Continuous | EffectZone$ Command | Affected$ Player | AddKeyword$ Skip your untap step. | Description$ Players skip their untap steps.
T:Mode$ PlanarDice | Result$ Chaos | TriggerZones$ Command | Execute$ RolledChaos | TriggerDescription$ Whenever you roll Chaos, untap all permanents you control.
SVar:RolledChaos:AB$ UntapAll | Cost$ 0 | ValidCards$ Permanent.YouCtrl
SVar:Picture:http://www.wizards.com/global/images/magic/general/the_eon_fog.jpg
Oracle:Players skip their untap steps.\nWhenever you roll {C}, untap all permanents you control.
SetInfo:HOP Common