diff --git a/.gitattributes b/.gitattributes index 6ff0574da1a..107aac6f1ab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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/priest_of_gix.txt 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/priests_of_norn.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/prismatic_lens.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/prized_unicorn.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_sliver.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_membrane.txt -text svneol=native#text/plain res/cardsfolder/psychic_purge.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/priest_of_urabrask.txt b/res/cardsfolder/priest_of_urabrask.txt new file mode 100644 index 00000000000..9a30b382aff --- /dev/null +++ b/res/cardsfolder/priest_of_urabrask.txt @@ -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 \ No newline at end of file diff --git a/res/cardsfolder/pristine_talisman.txt b/res/cardsfolder/pristine_talisman.txt new file mode 100644 index 00000000000..04fde34c5f8 --- /dev/null +++ b/res/cardsfolder/pristine_talisman.txt @@ -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 \ No newline at end of file diff --git a/res/cardsfolder/psychic_barrier.txt b/res/cardsfolder/psychic_barrier.txt new file mode 100644 index 00000000000..802f41b3aba --- /dev/null +++ b/res/cardsfolder/psychic_barrier.txt @@ -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 \ No newline at end of file