Fixed primitives, avoided a crash when destroying "transforms" ability for cards in library, added random deck selection to Stone Hewer Basic mode, fixed random deck selection from Commander mode, improved exclusive color filter to include monocolored artifacts, added PSP_LARGE_MEMORY define to Makefile to allow more RAM for PSP version.
This commit is contained in:
@@ -8713,7 +8713,7 @@ toughness=2
|
||||
[card]
|
||||
name=Balthor the Defiled
|
||||
auto=lord(minion) 1/1
|
||||
auto={B}{B}{B}:moveTo(myBattlefield) all(creature[black;red]|mygraveyard) && moveTo(opponentBattlefield) all(creature[black;red]|opponentgraveyard) && moveTo(exile) all(this) limit:1
|
||||
auto={B}{B}{B}{E}:moveTo(myBattlefield) all(creature[black;red]|mygraveyard) && moveTo(opponentBattlefield) all(creature[black;red]|opponentgraveyard) limit:1
|
||||
text=Minion creatures get +1/+1. -- {B}{B}{B}, Exile Balthor the Defiled: Each player returns all black and all red creature cards from his or her graveyard to the battlefield.
|
||||
mana={2}{B}{B}
|
||||
type=Legendary Creature
|
||||
@@ -15186,7 +15186,7 @@ toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Brittle Effigy
|
||||
auto={4}{T}:moveTo(exile) target(creature) && moveTo(exile) all(this)
|
||||
auto={4}{T}{E}:moveTo(exile) target(creature)
|
||||
text={4},{T}, exile Brittle Effigy: Exile target creature.
|
||||
mana={1}
|
||||
type=Artifact
|
||||
@@ -57144,7 +57144,8 @@ toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Ill-Gotten Gains
|
||||
auto=reject all(*|hand) && moveto(exile) all(this)
|
||||
abilities=exiledeath
|
||||
auto=reject all(*|hand)
|
||||
auto=ability$!moveto(ownerhand) notatarget(<upto:3>*|mygraveyard)!$ controller && ability$!moveto(ownerhand) notatarget(<upto:3>*|mygraveyard)!$ opponent
|
||||
text=Exile Ill-Gotten Gains. Each player discards his or her hand, then returns up to three cards from his or her graveyard to his or her hand.
|
||||
mana={2}{B}{B}
|
||||
@@ -94474,9 +94475,9 @@ toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Restock
|
||||
abilities=exiledeath
|
||||
target=<2>*|mygraveyard
|
||||
auto=moveTo(myhand)
|
||||
auto=moveTo(exile) all(this)
|
||||
text=Return two target cards from your graveyard to your hand. Exile Restock.
|
||||
mana={3}{G}{G}
|
||||
type=Sorcery
|
||||
@@ -101762,9 +101763,9 @@ type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Seeds of Renewal
|
||||
abilities=exiledeath
|
||||
target=<2>*|mygraveyard
|
||||
auto=moveTo(myhand)
|
||||
auto=moveto(exile) all(this)
|
||||
anyzone=changecost(colorless:-1) forcedalive
|
||||
text=Undaunted (This spell costs {1} less to cast for each opponent.) -- Return up to two target cards from your graveyard to your hand. Exile Seeds of Renewal.
|
||||
mana={6}{G}
|
||||
@@ -118927,8 +118928,8 @@ type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Temporal Trespass
|
||||
abilities=exiledeath
|
||||
auto=turns:+1 controller
|
||||
auto=moveto(exile) all(this)
|
||||
text=Delve (Each card you exile from your graveyard while casting this spell pays for {1}.) -- Take an extra turn after this one. Exile Temporal Trespass.
|
||||
mana={8}{U}{U}{U}
|
||||
other={delve} name(Delve)
|
||||
|
||||
Reference in New Issue
Block a user