Added 38 successfully tested cards.

This update contents:

1. Creatures which get a certain power- and/or toughness-bonus when attacking or blocking.

2. Creatures which leave the battlefield at end of combat after having attacked or blocked.

3. Clockwork-"family" from Mirrodin.
This commit is contained in:
solo81@web.de
2010-01-28 19:16:39 +00:00
parent e31ddd96ae
commit bec268df16
50 changed files with 766 additions and 715 deletions

View File

@@ -517,6 +517,19 @@ power=2
toughness=1
[/card]
[card]
text=Flying Whenever Windscouter attacks or blocks, return it to its owner's hand at end of combat.
id=24585
name=Windscouter
rarity=U
mana={3}{U}
type=Creature
subtype=Human Scout
auto=@each combatends:moveTo(ownerhand) all(windscouter[attacking;blocking]|myBattlefield)
power=3
toughness=3
abilities=flying
[/card]
[card]
text=Wing Storm deals damage to each player equal to twice the number of creatures with flying that player controls.
auto=foreach(creature[flying]|myBattlefield) damage:2 controller
auto=foreach(creature[flying]|opponentBattlefield) damage:2 opponent