Laurent - Updated the discard function. Also you can now target the opponent or yourself. Once again this is the discard random function also mind rot (10E) is not 100% correct since if you were to play on yourself you should be able to choose which card to discard. If a card as no target(either in the target= line or in the discard:x target(X) line then it automatically applies to you.) it means cards that require you to discard a card at random in addition to its cost can now be coded (e.g. balduvian horde from alliance), but at the moment nothing will happen if you have no card to discard (did not test this one but it could be added if necessary).

Updated the deplete function. You can use deplete in instant and sorcery (not tested)
Updated rampage (add an issue with the last parameter and the annulation of the bonuses at end of turn) should be resolved now (not tested).
Added Basilik from 10E and also lavaborn (not tested yet), should try to do a more generic basilik (abomination, cockatrice, basilik, all have the same abilities but different criteria for the “type” of creature that would be or not be affected.
Also added Elvish promenade from LRW (this one is fun ;D)
This commit is contained in:
wagic.laurent
2009-05-25 21:07:17 +00:00
parent cfc76f5f22
commit 182b133719
13 changed files with 246 additions and 143 deletions
+36
View File
@@ -1174,6 +1174,18 @@ type=Sorcery
mana={4}{R}
[/card]
[card]
text=At the beginning of each opponent's upkeep, if that player has two or fewer cards in hand, Lavaborn Muse deals 3 damage to him or her.
id=130373
name=Lavaborn Muse
rarity=R
color=Red
type=Creature
mana={3}{R}
power=3
subtype=Spirit
toughness=3
[/card]
[card]
text=Haste (This creature can attack and {T} as soon as it comes under your control.)
abilities=Haste
id=129624
@@ -2239,6 +2251,18 @@ subtype=Drake
toughness=2
[/card]
[card]
text=Target player loses 4 life and you gain 4 life.
id=129739
name=Soul Feast
target=player
auto=damage:4
auto=life:4
rarity=U
color=Black
type=Sorcery
mana={3}{B}{B}
[/card]
[card]
text=Trample, haste (If this creature would deal enough combat damage to its blockers to destroy them, you may have it deal the rest of its damage to defending player. This creature can attack and {T} as soon as it comes under your control.) At end of turn, sacrifice Spark Elemental.
abilities=trample,haste
auto=@next endofturn:bury
@@ -2415,6 +2439,18 @@ type=Basic Land
subtype=Swamp
[/card]
[card]
text=Whenever Sylvan Basilisk becomes blocked by a creature, destroy that creature.
id=135215
name=Sylvan Basilisk
rarity=U
color=Green
type=Creature
mana={3}{G}{G}
power=2
subtype=Basilisk
toughness=4
[/card]
[card]
text=Flash (You may play this spell any time you could play an instant.) Reach (This creature can block creatures with flying.)
abilities=flash,reach
id=135231