Macros for Ward and for play top of library from exile, bug fixes
Batterbone Ormos, Archive Keeper crashes the game while drawing if you have less than 5 cards in library Primal Command crashed the game Austere Command not really supported Shivan Wumpus crashed the game Go-Shintai of Life's Origin Diregraf Horde Unblinking Observer Cairn Wanderer Old Man of the Sea Grow from the Ashes Scourge of Nel Toth Faceless Butcher Portal to Phyrexia Avenging Druid Teysa, Envoy of Ghosts Siege Veteran Sparring Regimen Skinwing Stampede Collector Ouphe Terror of Mount Velus Vizier of the True Demonic Vigor
This commit is contained in:
@@ -166,6 +166,12 @@ $AUTO_DEFINE _CLASH_ Put here a code if compare the casting cost based on Errati
|
||||
# Unearth
|
||||
#AUTO_DEFINE _UNEARTH_ name(Unearth) moveto(mybattlefield) and!( transforms((,newability[haste],newability[unearth],newability[exiledeath])) forever )! asSorcery
|
||||
|
||||
# Exile the top card of your library. you may play it this turn.
|
||||
#AUTO_DEFINE __PLAY_TOP_FROM_EXILE__ moveto(exile) and!( transforms((,canplayfromexile)) ueot )! all(*[zpos=1]|mylibrary)
|
||||
|
||||
# Ward
|
||||
#AUTO_DEFINE _WARD_($cost) @targeted(this) from(*|opponentzones):choice name(This spell costs $cost more) name(This spell costs $cost more) target(*|opponentzones) transforms((,newability[pay[[{$cost}]] name(pay $cost mana) donothing?fizzle])) oneshot
|
||||
|
||||
# Angel Token
|
||||
#AUTO_DEFINE _ANGELTOKEN_ create(Angel:Creature Angel:4/4:white:flying)
|
||||
|
||||
@@ -184,6 +190,9 @@ $AUTO_DEFINE _CLASH_ Put here a code if compare the casting cost based on Errati
|
||||
# Insect Token
|
||||
#AUTO_DEFINE _INSECTTOKEN_ create(Insect:Creature Insect:1/1:green)
|
||||
|
||||
# Phyrexian Mite Token
|
||||
#AUTO_DEFINE _PHYREXIANMITETOKEN_ create(phyrexian mite:artifact creature phyrexian mite:1/1:poisontoxic:cantblock)
|
||||
|
||||
# Red Elemental Token
|
||||
#AUTO_DEFINE _REDELEMENTALTOKEN_ create(Elemental:Creature Elemental:1/1:red)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user