Erwan
- improved the parser for "lord", now can take any kind of "target", not only creature types (so it can now be used to code abilities such as Bad moon and crusade) - fixed typos for goblin lord, zombie master, lord of atlantis - Added "moveTo" keyword - added a dozen cards
This commit is contained in:
@@ -46,6 +46,8 @@ toughness=4
|
||||
[card]
|
||||
text=Other red creatures you control get +1/+1. Other white creatures you control get +1/+1. Whenever you play a red spell, Balefire Liege deals 3 damage to target player. Whenever you play a white spell, you gain 3 life.
|
||||
id=158104
|
||||
auto=lord(creature[red]) 1/1
|
||||
auto=lord(creature[white]) 1/1
|
||||
name=Balefire Liege
|
||||
rarity=R
|
||||
type=Creature
|
||||
@@ -259,6 +261,8 @@ toughness=3
|
||||
[card]
|
||||
text=Other black creatures you control get +1/+1. Other green creatures you control get +1/+1. At the beginning of your upkeep, you may put a 1/1 black and green Worm creature token into play.
|
||||
id=157406
|
||||
auto=lord(creature[black]) 1/1
|
||||
auto=lord(creature[green]) 1/1
|
||||
name=Creakwood Liege
|
||||
rarity=R
|
||||
type=Creature
|
||||
@@ -278,6 +282,8 @@ mana={1}{B}
|
||||
[card]
|
||||
text=Other white creatures you control get +1/+1. Other black creatures you control get +1/+1. Whenever you play a white spell, you may tap target creature. Whenever you play a black spell, you may destroy target creature if it's tapped.
|
||||
id=157288
|
||||
auto=lord(creature[black]) 1/1
|
||||
auto=lord(creature[white]) 1/1
|
||||
name=Deathbringer Liege
|
||||
rarity=R
|
||||
type=Creature
|
||||
@@ -786,6 +792,8 @@ toughness=3
|
||||
[card]
|
||||
text=Other blue creatures you control get +1/+1. Other red creatures you control get +1/+1. {UR}{UR}{UR}{UR}: You may put a blue or red creature card from your hand into play.
|
||||
id=151132
|
||||
auto=lord(creature[blue]) 1/1
|
||||
auto=lord(creature[red]) 1/1
|
||||
name=Mindwrack Liege
|
||||
rarity=R
|
||||
type=Creature
|
||||
@@ -813,6 +821,8 @@ mana={2}{RW}
|
||||
[card]
|
||||
text=Other green creatures you control get +1/+1. Other blue creatures you control get +1/+1. Untap all green and/or blue creatures you control during each other player's untap step.
|
||||
id=152091
|
||||
auto=lord(creature[green]) 1/1
|
||||
auto=lord(creature[blue]) 1/1
|
||||
name=Murkfiend Liege
|
||||
rarity=R
|
||||
type=Creature
|
||||
|
||||
Reference in New Issue
Block a user