- ORI: Added 4 cards by Marek14

This commit is contained in:
swordshine
2015-07-08 04:29:03 +00:00
parent 65be67a077
commit 1ae25663c6
5 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Name:Ampryn Tactician
ManaCost:2 W W
Types:Creature Human Soldier
PT:3/3
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPumpAll | TriggerDescription$ When CARDNAME enters the battlefield, creatures you control get +1/+1 until end of turn.
SVar:TrigPumpAll:AB$ PumpAll | Cost$ 0 | ValidCards$ Creature.YouCtrl | NumAtt$ +1 | NumDef$ +1 SVar:PlayMain1:TRUE
SVar:Picture:http://www.wizards.com/global/images/magic/general/ampryn_tactician.jpg
Oracle:When Ampryn Tactician enters the battlefield, creatures you control get +1/+1 until end of turn.

View File

@@ -0,0 +1,7 @@
Name:Anointer of Champions
ManaCost:W
Types:Creature Human Cleric
PT:1/1
A:AB$ Pump | Cost$ T | NumAtt$ 1 | NumDef$ 1 | ValidTgts$ Creature.attacking | TgtPrompt$ Select target attacking creature | SpellDescription$ Target attacking creature gets +1/+1 until end of turn.
SVar:Picture:http://www.wizards.com/global/images/magic/general/anointer_of_champions.jpg
Oracle:{T}: Target attacking creature gets +1/+1 until end of turn.

View File

@@ -0,0 +1,11 @@
Name:Archangel of Tithes
ManaCost:1 W W W
Types:Creature Angel
PT:3/5
K:Flying
S:Mode$ CantAttackUnless | CheckSVar$ X | SVarCompare$ EQ1 | ValidCard$ Creature | Target$ You,Planeswalker.YouCtrl | Cost$ 1 | Description$ As long as CARDNAME is untapped, creatures can't attack you or a planeswalker you control unless their controller pays {1} for each of those creatures.
SVar:X:Count$Valid Card.Self+untapped
S:Mode$ CantBlockUnless | CheckSVar$ Y | SVarCompare$ EQ1 | ValidCard$ Creature | Cost$ 1 | Description$ As long as CARDNAME is attacking, creatures can't block unless their controller pays {1} for each of those creatures.
SVar:Y:Count$Valid Card.Self+attacking
SVar:Picture:http://www.wizards.com/global/images/magic/general/archangel_of_tithes.jpg
Oracle:Flying\nAs long as CARDNAME is untapped, creatures can't attack you or a planeswalker you control unless their controller pays {1} for each of those creatures.\nAs long as CARDNAME is attacking, creatures can't block unless their controller pays {1} for each of those creatures.

View File

@@ -0,0 +1,9 @@
Name:Aven Battle Priest
ManaCost:5 W
Types:Creature Bird Cleric
PT:3/3
K:Flying
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGainLife | TriggerDescription$ When CARDNAME enters the battlefield, you gain 3 life.
SVar:TrigGainLife:AB$ GainLife | Cost$ 0 | LifeAmount$ 3
SVar:Picture:http://www.wizards.com/global/images/magic/general/aven_battle_priest.jpg
Oracle:Flying (This creature can't be blocked except by creatures with flying or reach.)\nWhen Aven Battle Priest enters the battlefield, you gain 3 life.