- Added Priest of Urabrask, Pristine Talisman and Psychic Barrier.

This commit is contained in:
jendave
2011-08-06 22:28:50 +00:00
parent 33338bf25b
commit 67816fbc9a
4 changed files with 32 additions and 0 deletions

3
.gitattributes vendored
View File

@@ -5037,6 +5037,7 @@ res/cardsfolder/prickly_boggart.txt -text svneol=native#text/plain
res/cardsfolder/pride_of_the_clouds.txt -text svneol=native#text/plain res/cardsfolder/pride_of_the_clouds.txt -text svneol=native#text/plain
res/cardsfolder/priest_of_gix.txt svneol=native#text/plain res/cardsfolder/priest_of_gix.txt svneol=native#text/plain
res/cardsfolder/priest_of_titania.txt -text svneol=native#text/plain res/cardsfolder/priest_of_titania.txt -text svneol=native#text/plain
res/cardsfolder/priest_of_urabrask.txt -text svneol=native#text/plain
res/cardsfolder/priest_of_yawgmoth.txt -text svneol=native#text/plain res/cardsfolder/priest_of_yawgmoth.txt -text svneol=native#text/plain
res/cardsfolder/priests_of_norn.txt -text svneol=native#text/plain res/cardsfolder/priests_of_norn.txt -text svneol=native#text/plain
res/cardsfolder/primal_bellow.txt -text svneol=native#text/plain res/cardsfolder/primal_bellow.txt -text svneol=native#text/plain
@@ -5055,6 +5056,7 @@ res/cardsfolder/primordial_sage.txt -text svneol=native#text/plain
res/cardsfolder/princess_lucrezia.txt -text svneol=native#text/plain res/cardsfolder/princess_lucrezia.txt -text svneol=native#text/plain
res/cardsfolder/prismatic_lens.txt -text svneol=native#text/plain res/cardsfolder/prismatic_lens.txt -text svneol=native#text/plain
res/cardsfolder/pristine_angel.txt -text svneol=native#text/plain res/cardsfolder/pristine_angel.txt -text svneol=native#text/plain
res/cardsfolder/pristine_talisman.txt -text svneol=native#text/plain
res/cardsfolder/privileged_position.txt -text svneol=native#text/plain res/cardsfolder/privileged_position.txt -text svneol=native#text/plain
res/cardsfolder/prized_unicorn.txt -text svneol=native#text/plain res/cardsfolder/prized_unicorn.txt -text svneol=native#text/plain
res/cardsfolder/proclamation_of_rebirth.txt -text svneol=native#text/plain res/cardsfolder/proclamation_of_rebirth.txt -text svneol=native#text/plain
@@ -5078,6 +5080,7 @@ res/cardsfolder/psionic_entity.txt -text svneol=native#text/plain
res/cardsfolder/psionic_gift.txt -text svneol=native#text/plain res/cardsfolder/psionic_gift.txt -text svneol=native#text/plain
res/cardsfolder/psionic_sliver.txt -text svneol=native#text/plain res/cardsfolder/psionic_sliver.txt -text svneol=native#text/plain
res/cardsfolder/psychatog.txt -text svneol=native#text/plain res/cardsfolder/psychatog.txt -text svneol=native#text/plain
res/cardsfolder/psychic_barrier.txt -text svneol=native#text/plain
res/cardsfolder/psychic_drain.txt -text svneol=native#text/plain res/cardsfolder/psychic_drain.txt -text svneol=native#text/plain
res/cardsfolder/psychic_membrane.txt -text svneol=native#text/plain res/cardsfolder/psychic_membrane.txt -text svneol=native#text/plain
res/cardsfolder/psychic_purge.txt -text svneol=native#text/plain res/cardsfolder/psychic_purge.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,11 @@
Name:Priest of Urabrask
ManaCost:2 R
Types:Creature Human Cleric
Text:no text
PT:2/1
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMana | TriggerDescription$ When CARDNAME enters the battlefield, add R R R to your mana pool.
SVar:TrigMana:AB$Mana | Cost$ 0 | Produced$ R | Amount$ 3
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/priest_of_urabrask.jpg
End

View File

@@ -0,0 +1,10 @@
Name:Pristine Talisman
ManaCost:3
Types:Artifact
Text:no text
A:AB$ Mana | Cost$ T | Produced$ 1 | SubAbility$ SVar=DBGainLife | SpellDescription$ Add 1 to your mana pool. You gain 1 life.
SVar:DBGainLife:DB$GainLife | LifeAmount$ 1 | Defined$ You
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/pristine_talisman.jpg
End

View File

@@ -0,0 +1,8 @@
Name:Psychic Barrier
ManaCost:U U
Types:Instant
Text:no text
A:SP$ Counter | Cost$ U U | Type$ Spell | CounterValid$ Creature | ExtraActions$ CC-LoseLife(1) | SpellDescription$ Counter target creature spell. Its controller loses 1 life.
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/psychic_barrier.jpg
End