Fixed Gamble and Gamble test(it failed because the command has a missing choose 0). Soft coded Insolence, Mana Short, Sacrifice and Touch of Vitae. Changed Rot Wulf to Rot Wolf.
TODO: there are several test that needs updating prior to changes in card primitives (the ones that failed 11 are left).
This commit is contained in:
@@ -31239,9 +31239,7 @@ type=Artifact
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
name=Gamble
|
name=Gamble
|
||||||
target=*|myLibrary
|
auto=name(search a card) notatarget(*|mylibrary) moveTo(myHand) and!( discard:1 controller )! oneshot
|
||||||
auto=moveTo(myHand)
|
|
||||||
auto=discard:1
|
|
||||||
text=Search your library for a card, put that card into your hand, discard a card at random, then shuffle your library.
|
text=Search your library for a card, put that card into your hand, discard a card at random, then shuffle your library.
|
||||||
mana={R}
|
mana={R}
|
||||||
type=Sorcery
|
type=Sorcery
|
||||||
@@ -41001,7 +40999,7 @@ type=Enchantment
|
|||||||
[card]
|
[card]
|
||||||
name=Insolence
|
name=Insolence
|
||||||
target=creature
|
target=creature
|
||||||
alias=1218
|
auto=@tapped(mytgt):damage:2 targetController
|
||||||
text=Enchant creature -- Whenever enchanted creature becomes tapped, Insolence deals 2 damage to that creature's controller.
|
text=Enchant creature -- Whenever enchanted creature becomes tapped, Insolence deals 2 damage to that creature's controller.
|
||||||
mana={2}{R}
|
mana={2}{R}
|
||||||
type=Enchantment
|
type=Enchantment
|
||||||
@@ -49712,7 +49710,7 @@ type=Sorcery
|
|||||||
[card]
|
[card]
|
||||||
name=Mana Short
|
name=Mana Short
|
||||||
target=player
|
target=player
|
||||||
alias=1209
|
auto=all(land|targetedpersonsbattlefield) tap && removemana(*) targetedplayer
|
||||||
text=Tap all lands target player controls and empty his or her mana pool.
|
text=Tap all lands target player controls and empty his or her mana pool.
|
||||||
mana={2}{U}
|
mana={2}{U}
|
||||||
type=Instant
|
type=Instant
|
||||||
@@ -68106,7 +68104,7 @@ power=6
|
|||||||
toughness=5
|
toughness=5
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
name=Rot Wulf
|
name=Rot Wolf
|
||||||
abilities=infect
|
abilities=infect
|
||||||
auto=@vampired(creature) from(this):may draw:1
|
auto=@vampired(creature) from(this):may draw:1
|
||||||
text=Infect (This creature deals damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.) -- Whenever a creature dealt damage by Rot Wolf this turn is put into a graveyard, you may draw a card.
|
text=Infect (This creature deals damage to creatures in the form of -1/-1 counters and to players in the form of poison counters.) -- Whenever a creature dealt damage by Rot Wolf this turn is put into a graveyard, you may draw a card.
|
||||||
@@ -68916,10 +68914,9 @@ toughness=1
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
name=Sacrifice
|
name=Sacrifice
|
||||||
target=creature|myBattlefield
|
auto=thisforeach(variable{storedmanacost}) add{B}
|
||||||
alias=1176
|
|
||||||
text=As an additional cost to cast Sacrifice, sacrifice a creature. -- Add to your mana pool an amount of black mana equal to the sacrificed creature's converted mana cost.
|
text=As an additional cost to cast Sacrifice, sacrifice a creature. -- Add to your mana pool an amount of black mana equal to the sacrificed creature's converted mana cost.
|
||||||
mana={B}
|
mana={B}{S(creature|mybattlefield)}
|
||||||
type=Instant
|
type=Instant
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
@@ -86214,8 +86211,8 @@ type=Enchantment
|
|||||||
[card]
|
[card]
|
||||||
name=Touch of Vitae
|
name=Touch of Vitae
|
||||||
target=creature
|
target=creature
|
||||||
auto=@next upkeep:draw:1
|
auto=haste ueot && transforms((,newability[{0}:untap limit:1])) ueot
|
||||||
alias=1252
|
auto=@next upkeep:draw:1 controller
|
||||||
text=Until end of turn, target creature gains haste and "{0}: Untap this creature. Activate this ability only once." -- Draw a card at the beginning of the next turn's upkeep.
|
text=Until end of turn, target creature gains haste and "{0}: Untap this creature. Activate this ability only once." -- Draw a card at the beginning of the next turn's upkeep.
|
||||||
mana={2}{G}
|
mana={2}{G}
|
||||||
type=Instant
|
type=Instant
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ manapool:{R}
|
|||||||
[PLAYER2]
|
[PLAYER2]
|
||||||
[DO]
|
[DO]
|
||||||
Gamble
|
Gamble
|
||||||
|
choice 0
|
||||||
Mountain
|
Mountain
|
||||||
[ASSERT]
|
[ASSERT]
|
||||||
firstmain
|
firstmain
|
||||||
|
|||||||
Reference in New Issue
Block a user