Laurent - Removed some cards tested and not working correctly.
RAV - Removed Empty the catacombs & Galvanic arc, tested and does not work. Note that the moveto all function is only for "inplay" you cannot target anything else at the moment (evacuation 10E works fine). Also cards like galvanic arc ("when put in play then") are not working 100%, e.g. "Sparkmage Apprentice" has a very strange behaviour, could anyone look at this one and confirm ?
LEG - Removed Abomination, make the game crash, need to look at this one, in the meantime I've removed it. Corrected Chromium
ARB - Added Intimidation Bolt
ALA - Added Rockcaster Platoon
Also note that flanking has never been added to the source, although I had planned to do so, nobody will ever notice since nobody use this stupid ability but nevertheless some cards may need to be removed...I've removed together with the old rampage ability at REV 347:
http://code.google.com/p/wagic/source/detail?r=347
Grü
L.
This commit is contained in:
@@ -542,6 +542,15 @@ type=Instant
|
||||
mana={4}{G}{G}
|
||||
[/card]
|
||||
[card]
|
||||
text=Each player returns all creature cards from his or her graveyard to his or her hand.
|
||||
id=89015
|
||||
name=Empty the Catacombs
|
||||
auto=moveto(ownerHand) all(creature|Graveyard)
|
||||
rarity=R
|
||||
type=Sorcery
|
||||
mana={3}{B}
|
||||
[/card]
|
||||
[card]
|
||||
text={U}, {T}: Target creature is unblockable this turn. Transmute {1}{U}{U} ({1}{U}{U}, Discard this card: Search your library for a card with the same converted mana cost as this card, reveal it, and put it into your hand. Then shuffle your library. Play only as a sorcery.)
|
||||
id=89023
|
||||
name=Ethereal Usher
|
||||
@@ -661,6 +670,19 @@ mana={3}{U}{U}
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant creature When Galvanic Arc comes into play, it deals 3 damage to target creature or player. Enchanted creature has first strike.
|
||||
target=creature
|
||||
auto=first strike
|
||||
auto=Damage:3 target(creature,player)
|
||||
id=87968
|
||||
name=Galvanic Arc
|
||||
color=Red
|
||||
rarity=C
|
||||
mana={2}{R}
|
||||
type=Enchantment
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=Whenever Frenzied Goblin attacks, you may pay {R}. If you do, target creature can't block this turn.
|
||||
id=87947
|
||||
name=Frenzied Goblin
|
||||
|
||||
Reference in New Issue
Block a user