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:
wagic.laurent
2009-06-04 15:40:26 +00:00
parent 96fe323f22
commit 7b20688b36
8 changed files with 86 additions and 76 deletions

View File

@@ -745,6 +745,18 @@ subtype=Human Warrior
toughness=2
[/card]
[card]
text={4}{G}: Rockcaster Platoon deals 2 damage to each creature with flying and each player.
id=175024
auto={4}{G}:damage:4 all (creature[flying],player)
name=Rockcaster Platoon
rarity=U
type=Creature
mana={5}{W}{W}
power=5
subtype=Rhino Soldier
toughness=7
[/card]
[card]
text=Target creature gets +3/+3 and gains double strike until end of turn.
target=creature
auto=:3/3
@@ -1030,4 +1042,4 @@ mana={R}{G}{W}
power=5
subtype=Beast
toughness=4
[/card]
[/card]

View File

@@ -398,6 +398,8 @@ mana={W}{U}{B}
[card]
text={T}: Add {1} to your mana pool. {1}, {T}, Sacrifice Esper Panorama: Search your library for a basic Plains, Island, or Swamp card and put it into play tapped. Then shuffle your library.
id=179431
auto={T}:add {1}
auto={1}{T}{S}:moveto (myinplay) target(island,plains,swamp|mylibrary)
name=Esper Panorama
rarity=C
type=Land
@@ -1060,17 +1062,7 @@ power=6
subtype=Beast
toughness=4
[/card]
[card]
text={4}{G}: Rockcaster Platoon deals 2 damage to each creature with flying and each player.
id=175024
name=Rockcaster Platoon
rarity=U
type=Creature
mana={5}{W}{W}
power=5
subtype=Rhino Soldier
toughness=7
[/card]
[card]
text=First strike Whenever another creature is put into a graveyard from play, you may put a +1/+1 counter on Rockslide Elemental.
id=174988

View File

@@ -49,6 +49,18 @@ power=1
toughness=5
[/card]
[card]
id=179568
name=Intimidation Bolt
mana={1}{R}{W}
type=Instant
text=Intimidation Bolt deals 3 damage to target creature. Other creatures can't attack this turn.
target=creature
auto=damage:3
auto=lord(creature) cantattack
target=creature
rarity=U
[/card]
[card]
text=Lord of Extinction's power and toughness are each equal to the number of cards in all graveyards.
id=177922
name=Lord of Extinction

View File

@@ -327,7 +327,7 @@ id=179618
name=Etherwrought Page
mana={1}{W}{U}{B}
type=Artifact
text=At the beginning of your upkeep, choose one EYou gain 2 life; or look at the top card of your library, then you may put that card into your graveyard; or each opponent loses 1 life.
text=At the beginning of your upkeep, choose one ?EYou gain 2 life; or look at the top card of your library, then you may put that card into your graveyard; or each opponent loses 1 life.
rarity=U
[/card]
[card]
@@ -467,6 +467,17 @@ text=When you cycle Grixis Sojourners or it's put into a graveyard from play, yo
rarity=C
[/card]
[card]
id=180624
name=Knotvine Paladin
mana={G}{W}
type=Creature
subtype=Human Knight
power=2
toughness=2
text=Whenever Knotvine Paladin attacks, it gets +1/+1 until end of turn for each untapped creature you control.
rarity=R
[/card]
[card]
id=175109
name=Identity Crisis
mana={2}{W}{W}{B}{B}
@@ -499,15 +510,6 @@ text=Flying When you play a spell, sacrifice Illusory Demon.
rarity=U
[/card]
[card]
id=179568
name=Intimidation Bolt
mana={1}{R}{W}
type=Instant
text=Intimidation Bolt deals 3 damage to target creature. Other creatures can't attack this turn.
target=creature
rarity=U
[/card]
[card]
id=180605
name=Jenara, Asura of War
mana={G}{W}{U}
@@ -595,17 +597,7 @@ toughness=2
text=Each other multicolored creature you control gets +1/+1 for each of its colors.
rarity=R
[/card]
[card]
id=180624
name=Knotvine Paladin
mana={G}{W}
type=Creature
subtype=Human Knight
power=2
toughness=2
text=Whenever Knotvine Paladin attacks, it gets +1/+1 until end of turn for each untapped creature you control.
rarity=R
[/card]
[card]
id=180612
name=Lavalanche
@@ -970,22 +962,24 @@ text=Gain control of target creature. Untap that creature. It gains haste until
rarity=U
[/card]
[card]
id=183008
name=Soul Manipulation
mana={1}{U}{B}
type=Instant
text=Choose one or both ECounter target creature spell; and/or return target creature card in your graveyard to your hand.
rarity=C
[/card]
[card]
id=179409
name=Soulquake
mana={3}{U}{U}{B}{B}
type=Sorcery
auto=moveto(ownerhand) all (creature|inplay)
auto=moveto(ownerhand) all (creature|graveyard)
text=Return all creatures in play and all creature cards in graveyards to their owners' hands.
rarity=R
[/card]
[card]
id=183008
name=Soul Manipulation
mana={1}{U}{B}
type=Instant
text=Choose one or both ?ECounter target creature spell; and/or return target creature card in your graveyard to your hand.
rarity=C
[/card]
[card]
id=180600
name=Sovereigns of Lost Alara
mana={4}{W}{U}

View File

@@ -1,15 +1,4 @@
[card]
text=Whenever Abomination blocks or becomes blocked by a green or white creature, destroy that creature at end of combat.
id=1427
name=Abomination
rarity=U
type=Creature
mana={3}{B}{B}
power=2
subtype=Horror
toughness=6
[/card]
[card]
text=Destroy all forests.
auto=destroy all(forest)
id=1470
@@ -163,11 +152,11 @@ abilities=forestwalk
[card]
text=Flying Rampage 2 (Whenever this creature becomes blocked, it gets +2/+2 until end of turn for each creature blocking it beyond the first.) At the beginning of your upkeep, sacrifice Chromium unless you pay {W}{U}{B}.
id=1650
abilities=flying
abilities=flying,Legendary
auto=rampage(2/2,1)
name=Chromium
rarity=R
type=Legendary Creature
type=Creature
mana={2}{W}{W}{U}{U}{B}{B}
power=7
subtype=Elder Dragon

View File

@@ -1,4 +1,15 @@
[card]
text=Whenever Abomination blocks or becomes blocked by a green or white creature, destroy that creature at end of combat.
id=1427
name=Abomination
rarity=U
type=Creature
mana={3}{B}{B}
power=2
subtype=Horror
toughness=6
[/card]
[card]
text=Choose one - Destroy target blue permanent; or return target Island to its owner's hand.
id=1556
name=Active Volcano

View File

@@ -244,15 +244,6 @@ power=1
toughness=1
[/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={4}{G}, Sacrifice a creature: Destroy target creature with flying.
id=87928
name=Elvish Skysweeper
@@ -336,19 +327,6 @@ type=Basic Land
subtype=Forest
[/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]
id=83719
name=Glass Golem
color=Artifact

View File

@@ -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