Macros for _MUST_BE_BLOCKD_, bug fixes
damage:x all(creature,player) produces a bug that does not damage creatures with hexproof or shroud Exotic Orchard cannot produce colorless mana on its own. It can only produce mana of a color that a land an opponent controls could produce. Stitched Mangler Massive Might Halana, Kessig Ranger Animate Wall was falling off Ram Through Must be blocked this turn if able, changed previous version since that doesn't reflect the effect of the card, one creature that must be blocked is different to force all creatures opoonent controls to block. _MUST_BE_BLOCKD_ notice the unique spelling, it is so it doesn't clashes with _BLOCKED_ Daretti, Ingenious Iconoclast -6 ability. Choose target artifact card in a graveyard or artifact on the battlefield. Create three tokens that are copies of it Platoon Dispenser Bloodline Necromancer Tawnos, the Toymaker Simic Manipulator Urza's Tome
This commit is contained in:
@@ -192,6 +192,12 @@
|
||||
# Discard a card. If you do, draw a card
|
||||
#AUTO_DEFINE _DISCARD&DRAW_ reject notatarget(*|myhand) and!(draw:1 controller)!
|
||||
|
||||
# Target creature deals damage equal to its power to target creature you don't control.
|
||||
#AUTO_DEFINE _PUNCH_ transforms((,newability[dynamicability<!powerstrike!> target(creature|opponentbattlefield)])) oneshot
|
||||
|
||||
# Must be blocked this turn if able
|
||||
#AUTO_DEFINE _MUST_BE_BLOCKD_ newability[@combat(attacking) source(this):ability$! notatarget(creature|myBattlefield) transforms((,newability[mustblock])) ueot!$ opponent]
|
||||
|
||||
# Angel Token
|
||||
#AUTO_DEFINE _ANGELTOKEN_ create(Angel:Creature Angel:4/4:white:flying)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user