- 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

4
.gitattributes vendored
View File

@@ -1711,6 +1711,7 @@ forge-gui/res/cardsfolder/a/amok.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/amphibious_kavu.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/amphin_cutthroat.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/amphin_pathmage.txt -text
forge-gui/res/cardsfolder/a/ampryn_tactician.txt -text
forge-gui/res/cardsfolder/a/amrou_kithkin.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/amrou_scout.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/amrou_seekers.txt svneol=native#text/plain
@@ -1824,6 +1825,7 @@ forge-gui/res/cardsfolder/a/annihilating_fire.txt -text
forge-gui/res/cardsfolder/a/annul.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/anodet_lurker.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/anoint.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/anointer_of_champions.txt -text
forge-gui/res/cardsfolder/a/anowon_the_ruin_sage.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/ant_queen.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/antagonism.txt -text
@@ -1916,6 +1918,7 @@ forge-gui/res/cardsfolder/a/archaeomancer.txt -text
forge-gui/res/cardsfolder/a/archangel.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/archangel_of_strife.txt -text
forge-gui/res/cardsfolder/a/archangel_of_thune.txt -text
forge-gui/res/cardsfolder/a/archangel_of_tithes.txt -text
forge-gui/res/cardsfolder/a/archangels_light.txt -text
forge-gui/res/cardsfolder/a/archdemon_of_unx.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/archers_of_qarsi.txt -text
@@ -2165,6 +2168,7 @@ forge-gui/res/cardsfolder/a/avatar_of_will.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/avatar_of_woe.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/aven_archer.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/aven_augur.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/aven_battle_priest.txt -text
forge-gui/res/cardsfolder/a/aven_brigadier.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/aven_cloudchaser.txt svneol=native#text/plain
forge-gui/res/cardsfolder/a/aven_envoy.txt svneol=native#text/plain

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.