Added Coalition Relic, Quirion Sentinel, and Terrarion

This commit is contained in:
ArsenalNut
2012-01-07 23:50:29 +00:00
parent 4113c01b81
commit c1591a0fe4
4 changed files with 40 additions and 0 deletions

3
.gitattributes vendored
View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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