- "foreach" auto keyword improved, now works like lord
- a few cards using "foreach" added
This commit is contained in:
wagic.the.homebrew
2009-03-03 14:02:40 +00:00
parent 58700417da
commit bb23db4b16
17 changed files with 274 additions and 327 deletions

View File

@@ -724,6 +724,18 @@ power=1
toughness=1
[/card]
[card]
text=Mogg Squad gets -1/-1 for each other creature in play.
auto=foreach(creature) -1/-1
id=4834
name=Mogg Squad
rarity=U
type=Creature
mana={1}{R}
power=3
subtype=Goblin
toughness=3
[/card]
[card]
text={T}: Add {R} to your mana pool.
auto={T}: Add {R}
id=4945