Added 102! successfully tested cards.

After weeks of hard work, I can proudly present you this huge package of cards, based only on already existing card code elements.

Some examples and important notes:

- Cards that get buried if you don't fulfill a condition
1. when they enter the battlefield (Hidden Horror[WEL]; Mercenary Knight, Thundering Wurm [both POR])
2. during your upkeep (Endless Wurm[USG]).

- Cards that allow to draw a card, then discard a card when entering the battlefield or damaging an opponent (Owl Familiar[POR], Looter il-Kor[TSP]).

IMPORTANT NOTE: Those cards work only correctly because the draw effect resolves before the discard effect. 
Instants and Sorceries with such effects or permanents that have an activation cost for drawing, then discarding a card won't work because the two effects don't trigger in the correct order.

- Land cycle from Visions and Planeshift (both very puzzling, but working perfectly!)


I also updated World enchantments (tested & working, see rules for them in Gatherer!)

Several card fixes.


If you have any questions, post them! ;)
This commit is contained in:
solo81@web.de
2010-01-24 20:43:21 +00:00
parent d22b7b5e37
commit e48f9bd7f1
76 changed files with 1520 additions and 1500 deletions

View File

@@ -870,7 +870,6 @@ subtype=Mountain
[card]
text=When Myr Retriever is put into a graveyard from the battlefield, return another target artifact card from your graveyard to your hand.
auto=@movedTo(this|graveyard) from(battlefield):moveTo(myhand) target(other artifact|mygraveyard)
id=46126
name=Myr Retriever
rarity=U
@@ -1080,7 +1079,7 @@ type=Artifact
[/card]
[card]
text=Put two 1/1 white Soldier creature tokens onto the battlefield.
auto=token(Soldier,creature token soldier, 1/1,white)*2
auto=token(Soldier,creature soldier, 1/1,white)*2
id=48103
name=Raise the Alarm
rarity=C
@@ -1105,7 +1104,7 @@ rarity=R
mana={4}{B}{B}{B}{B}
type=Creature
subtype=Demon
auto=@movedTo(myBattlefield) from(mystack):destroy all(creature[-black;-artifact])
auto=@movedTo(this|myBattlefield) from(mystack):destroy all(creature[-black;-artifact])
power=6
toughness=6
abilities=flying
@@ -1603,7 +1602,7 @@ rarity=R
mana={4}{B}
type=Creature
subtype=Horror
auto=@movedTo(artifact|myBattlefield):4/4 ueot
auto=@movedTo(artifact|battlefield):4/4 ueot
power=1
toughness=1
[/card]