mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Added Angelic Arbiter.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -266,6 +266,7 @@ res/cardsfolder/a/angel_of_mercy.txt svneol=native#text/plain
|
||||
res/cardsfolder/a/angel_of_retribution.txt svneol=native#text/plain
|
||||
res/cardsfolder/a/angelfire_crusader.txt svneol=native#text/plain
|
||||
res/cardsfolder/a/angelheart_vial.txt svneol=native#text/plain
|
||||
res/cardsfolder/a/angelic_arbiter.txt -text svneol=unset#text/plain
|
||||
res/cardsfolder/a/angelic_benediction.txt svneol=native#text/plain
|
||||
res/cardsfolder/a/angelic_blessing.txt svneol=native#text/plain
|
||||
res/cardsfolder/a/angelic_chorus.txt svneol=native#text/plain
|
||||
|
||||
15
res/cardsfolder/a/angelic_arbiter.txt
Normal file
15
res/cardsfolder/a/angelic_arbiter.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Name:Angelic Arbiter
|
||||
ManaCost:5 W W
|
||||
Types:Creature Angel
|
||||
Text:no text
|
||||
PT:5/6
|
||||
K:Flying
|
||||
T:Mode$ SpellCast | ValidCard$ Card | ValidActivatingPlayer$ Opponent | TriggerZones$ Battlefield | Execute$ TrigEffect1 | TriggerDescription$ Each opponent who cast a spell this turn can't attack with creatures.
|
||||
SVar:TrigEffect1:AB$ Effect | Cost$ 0 | Name$ Angel Arbiter Effect (Opponent can't attack) | StaticAbilities$ CantAttack
|
||||
SVar:CantAttack:Mode$ Continuous | Affected$ Creature.YouDontCtrl | AddHiddenKeyword$ HIDDEN CARDNAME can't attack. | Description$ Each opponent who cast a spell this turn can't attack with creatures.
|
||||
T:Mode$ Attacks | ValidCard$ Creature.YouDontCtrl | TriggerZones$ Battlefield | Execute$ TrigEffect2 | TriggerDescription$ Each opponent who attacked with a creature this turn can't cast spells.
|
||||
SVar:TrigEffect2:AB$ Effect | Cost$ 0 | Name$ Angel Arbiter Effect (Opponent can't cast spells) | StaticAbilities$ CantBeCast
|
||||
SVar:CantBeCast:Mode$ CantBeCast | ValidCard$ Card | Caster$ Opponent | Description$ Opponent can't cast spells this turn.
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/angelic_arbiter.jpg
|
||||
End
|
||||
Reference in New Issue
Block a user