Bug fixes, _KNIGHTTOKEN_ macros, removed problematic cards
_KNIGHTTOKEN_ Renown macros spiritlink is different than lifelin, spiritlink uses the stack and can have multiple instanes Apostle of Purifying Light Farewell Springleaf Drum Pursued Whale token Majestic Heliopterus Bearded Axe Mercurial Pretender Vesuva Kaho, Minamo Historian You Meet in a Tavern Gravitic Punch Lair of the Hydra Aquamorph Entity Annihilating Glare Kithkin Spellduster Kithkin Zealot Kjeldoran Gargoyle Rakavolver Run Aground Somberwald Beastmaster Into the Night draws before discard Nissa's Pilgrimage Kithkin Zephyrnaut Dawn Evangel Wings of Hubris Disaster Radius Chandra's Pyreling Nature's Will Thromok the Insatiable not even close to working Reality Shift Ferocious Tigorilla Excavator Serra's Emissary
This commit is contained in:
@@ -172,6 +172,9 @@ $AUTO_DEFINE _CLASH_ Put here a code if compare the casting cost based on Errati
|
||||
# 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
|
||||
|
||||
# Renown
|
||||
#AUTO_DEFINE _RENOWN_($c) this(cantargetcard(*[-renown]) transforms((,newability[@combatdamaged(player) from(this):counter(1/1.$c) && becomes(renown) forever]))
|
||||
|
||||
# Angel Token
|
||||
#AUTO_DEFINE _ANGELTOKEN_ create(Angel:Creature Angel:4/4:white:flying)
|
||||
|
||||
@@ -190,6 +193,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)
|
||||
|
||||
# Knight Token
|
||||
#AUTO_DEFINE _KNIGHTTOKEN_ create(Knight:Creature Knight:2/2:white:vigilance)
|
||||
|
||||
# Phyrexian Mite Token
|
||||
#AUTO_DEFINE _PHYREXIANMITETOKEN_ create(phyrexian mite:artifact creature phyrexian mite:1/1:poisontoxic:cantblock)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user