From c1591a0fe4a4f53b63f085fdba10b2991b1a14f3 Mon Sep 17 00:00:00 2001 From: ArsenalNut Date: Sat, 7 Jan 2012 23:50:29 +0000 Subject: [PATCH] Added Coalition Relic, Quirion Sentinel, and Terrarion --- .gitattributes | 3 +++ res/cardsfolder/c/coalition_relic.txt | 14 ++++++++++++++ res/cardsfolder/q/quirion_sentinel.txt | 11 +++++++++++ res/cardsfolder/t/terrarion.txt | 12 ++++++++++++ 4 files changed, 40 insertions(+) create mode 100644 res/cardsfolder/c/coalition_relic.txt create mode 100644 res/cardsfolder/q/quirion_sentinel.txt create mode 100644 res/cardsfolder/t/terrarion.txt diff --git a/.gitattributes b/.gitattributes index e4e17e857ce..a899bddc4ed 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1497,6 +1497,7 @@ res/cardsfolder/c/clutch_of_undeath.txt svneol=native#text/plain res/cardsfolder/c/coal_golem.txt svneol=native#text/plain res/cardsfolder/c/coal_stoker.txt -text res/cardsfolder/c/coalhauler_swine.txt -text +res/cardsfolder/c/coalition_relic.txt -text res/cardsfolder/c/coalition_victory.txt -text svneol=unset#text/plain res/cardsfolder/c/coast_watcher.txt svneol=native#text/plain res/cardsfolder/c/coastal_drake.txt svneol=native#text/plain @@ -6510,6 +6511,7 @@ res/cardsfolder/q/quirion_dryad.txt svneol=native#text/plain res/cardsfolder/q/quirion_elves.txt -text res/cardsfolder/q/quirion_explorer.txt svneol=native#text/plain res/cardsfolder/q/quirion_ranger.txt svneol=native#text/plain +res/cardsfolder/q/quirion_sentinel.txt -text res/cardsfolder/q/quirion_trailblazer.txt svneol=native#text/plain res/cardsfolder/q/qumulox.txt svneol=native#text/plain res/cardsfolder/r/rabble_rouser.txt svneol=native#text/plain @@ -8587,6 +8589,7 @@ res/cardsfolder/t/terra_stomper.txt svneol=native#text/plain res/cardsfolder/t/terraformer.txt -text svneol=unset#text/plain res/cardsfolder/t/terrain_generator.txt svneol=native#text/plain res/cardsfolder/t/terramorphic_expanse.txt svneol=native#text/plain +res/cardsfolder/t/terrarion.txt -text res/cardsfolder/t/terravore.txt svneol=native#text/plain res/cardsfolder/t/territorial_baloth.txt svneol=native#text/plain res/cardsfolder/t/terror.txt svneol=native#text/plain diff --git a/res/cardsfolder/c/coalition_relic.txt b/res/cardsfolder/c/coalition_relic.txt new file mode 100644 index 00000000000..9b19ff438ce --- /dev/null +++ b/res/cardsfolder/c/coalition_relic.txt @@ -0,0 +1,14 @@ +Name:Coalition Relic +ManaCost:3 +Types:Artifact +Text:no text +A:AB$ Mana | Cost$ T | Produced$ Any | Amount$ 1 | SpellDescription$ Add one mana of any color to your mana pool. +A:AB$ PutCounter | Cost$ T | CounterType$ CHARGE | CounterNum$ 1 | SpellDescription$ Put a charge counter on CARDNAME. +T:Mode$ Phase | Phase$ Main1 | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigGetMana | TriggerDescription$ At the beginning of your precombat main phase, remove all charge counters from CARDNAME. Add one mana of any color to your mana pool for each charge counter removed this way. +SVar:TrigGetMana:AB$ Mana | Cost$ 0 | Produced$ Any | Amount$ X | SubAbility$ TrigRemove | SpellDescription$ Add one mana of any color to your mana pool for each charge counter removed this way. +SVar:TrigRemove:DB$ RemoveCounter | Cost$ 0 | CounterType$ CHARGE | CounterNum$ X +SVar:X:Count$CardCounters.CHARGE +SVar:RemAIDeck:True +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/coalition_relic.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/q/quirion_sentinel.txt b/res/cardsfolder/q/quirion_sentinel.txt new file mode 100644 index 00000000000..81f7c1f87fb --- /dev/null +++ b/res/cardsfolder/q/quirion_sentinel.txt @@ -0,0 +1,11 @@ +Name:Quirion Sentinel +ManaCost:1 G +Types:Creature Elf Druid +Text:no text +PT:2/1 +T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigMana | TriggerDescription$ When CARDNAME enters the battlefield, add one mana of any color to your mana pool. +SVar:TrigMana:AB$ Mana | Cost$ 0 | Produced$ Any | Amount$ 1 +SVar:RemAIDeck:True +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/quirion_sentinel.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/t/terrarion.txt b/res/cardsfolder/t/terrarion.txt new file mode 100644 index 00000000000..0cb0b84ab6d --- /dev/null +++ b/res/cardsfolder/t/terrarion.txt @@ -0,0 +1,12 @@ +Name:Terrarion +ManaCost:1 +Types:Artifact +Text:no text +A:AB$ Mana | Cost$ 2 T Sac<1/CARDNAME> | Produced$ Any | SubAbility$ DBMana | SpellDescription$ Add two mana in any combination of colors to your mana pool. +SVar:DBMana:DB$ Mana | Cost$ 0 | Produced$ Any | Amount$ 1 | AILogic$ MostProminentInComputerHand +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, draw a card. +SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ TriggeredCardController | NumCards$ 1 +SVar:Rarity:Common +SVar:RemAIDeck:True +SVar:Picture:http://www.wizards.com/global/images/magic/general/terrarion.jpg +End