From 5e73ddb5a4fd90c340f3f68cf710d55a62641ed9 Mon Sep 17 00:00:00 2001 From: swordshine Date: Wed, 27 Mar 2013 04:27:19 +0000 Subject: [PATCH] - Added 3 planes --- .gitattributes | 3 +++ res/cardsfolder/t/tember_city.txt | 10 ++++++++++ res/cardsfolder/t/the_dark_barony.txt | 10 ++++++++++ res/cardsfolder/t/the_eon_fog.txt | 9 +++++++++ 4 files changed, 32 insertions(+) create mode 100644 res/cardsfolder/t/tember_city.txt create mode 100644 res/cardsfolder/t/the_dark_barony.txt create mode 100644 res/cardsfolder/t/the_eon_fog.txt diff --git a/.gitattributes b/.gitattributes index 331c9f1baef..2fb644f330a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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/teller_of_tales.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/tempest_drake.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_aether_flues.txt -text 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_fourth_sphere.txt -text res/cardsfolder/t/the_great_forest.txt -text diff --git a/res/cardsfolder/t/tember_city.txt b/res/cardsfolder/t/tember_city.txt new file mode 100644 index 00000000000..6d453c51207 --- /dev/null +++ b/res/cardsfolder/t/tember_city.txt @@ -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 \ No newline at end of file diff --git a/res/cardsfolder/t/the_dark_barony.txt b/res/cardsfolder/t/the_dark_barony.txt new file mode 100644 index 00000000000..cd22cb4249f --- /dev/null +++ b/res/cardsfolder/t/the_dark_barony.txt @@ -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 \ No newline at end of file diff --git a/res/cardsfolder/t/the_eon_fog.txt b/res/cardsfolder/t/the_eon_fog.txt new file mode 100644 index 00000000000..3be7a8c6d16 --- /dev/null +++ b/res/cardsfolder/t/the_eon_fog.txt @@ -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 \ No newline at end of file