Fixed some primitives from issue #1085, fixed _BLINK_UEOT_ macro, improved several abilities to allow the usage og "and" option.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#Primitives Pack for Wagic the Homebrew.
|
||||
#Please keep these card alphabetized, and try to have the "name=" line at the top of each card
|
||||
#I sorted this programmatically so the other comments are removed except for AUTO_DEFINE - Vitty85 26-07-2023
|
||||
#I sorted this programmatically so the other comments are removed except for AUTO_DEFINE - Vitty85 27-07-2023
|
||||
[card]
|
||||
name=Abandon Reason
|
||||
target=<upto:2>creature
|
||||
@@ -1438,7 +1438,7 @@ type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Aetherling
|
||||
auto={U}:_BLINK_UEOT_
|
||||
auto={U}:name(Blink ueot) _BLINK_UEOT_
|
||||
auto={U}:unblockable
|
||||
auto={1}:1/-1
|
||||
auto={1}:-1/1
|
||||
@@ -4354,7 +4354,7 @@ toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Anurid Brushhopper
|
||||
auto={D(*|myhand)}{D(*|myhand)}:_BLINK_UEOT_
|
||||
auto={D(*|myhand)}{D(*|myhand)}:name(Blink ueot) _BLINK_UEOT_
|
||||
text=Discard two cards: Exile Anurid Brushhopper. Return it to the battlefield under its owner's control at the beginning of the next end step.
|
||||
mana={1}{G}{W}
|
||||
type=Creature
|
||||
@@ -5585,7 +5585,7 @@ type=Instant
|
||||
[card]
|
||||
name=Argent Sphinx
|
||||
abilities=flying
|
||||
auto=aslongas(artifact|mybattlefield) {U}:_BLINK_UEOT_ >2
|
||||
auto=aslongas(artifact|mybattlefield) {U}:name(Blink ueot) name(Blink ueot) _BLINK_UEOT_ >2
|
||||
text=Flying -- Metalcraft {U}: Exile Argent Sphinx. Return it to the battlefield under your control at the beginning of the next end step. Activate this ability only if you control three or more artifacts.
|
||||
mana={2}{U}{U}
|
||||
type=Creature
|
||||
@@ -43487,7 +43487,7 @@ toughness=6
|
||||
[/card]
|
||||
[card]
|
||||
name=Frenetic Sliver
|
||||
auto=lord(sliver) {0}:flipacoin winability _BLINK_UEOT_ winabilityend loseability sacrifice loseabilityend flipend
|
||||
auto=lord(sliver) {0}:flipacoin winability name(Blink ueot) _BLINK_UEOT_ winabilityend loseability sacrifice loseabilityend flipend
|
||||
text=All Slivers have "{0}: If this permanent is on the battlefield, flip a coin. If you win the flip, exile this permanent and return it to the battlefield under its owner's control at the beginning of the next end step. If you lose the flip, sacrifice it."
|
||||
mana={1}{U}{R}
|
||||
type=Creature
|
||||
@@ -45740,7 +45740,7 @@ toughness=3
|
||||
[card]
|
||||
name=Ghost Council of Orzhova
|
||||
auto=choice target(opponent) life:-1 && life:1 controller
|
||||
auto={1}{S(creature|mybattlefield)}:_BLINK_UEOT_
|
||||
auto={1}{S(creature|mybattlefield)}:name(Blink ueot) _BLINK_UEOT_
|
||||
text=When Ghost Council of Orzhova enters the battlefield, target opponent loses 1 life and you gain 1 life. -- {1}, Sacrifice a creature: Exile Ghost Council of Orzhova. Return it to the battlefield under its owner's control at the beginning of the next end step.
|
||||
mana={W}{W}{B}{B}
|
||||
type=Legendary Creature
|
||||
@@ -54716,7 +54716,7 @@ type=Sorcery
|
||||
[card]
|
||||
name=Hikari, Twilight Guardian
|
||||
abilities=flying
|
||||
auto=@movedTo(spirit,arcane|mystack):may _BLINK_UEOT_
|
||||
auto=@movedTo(spirit,arcane|mystack):may name(Blink ueot) _BLINK_UEOT_
|
||||
text=Flying -- Whenever you cast a Spirit or Arcane spell, you may exile Hikari, Twilight Guardian. If you do, return it to the battlefield under its owner's control at the beginning of the next end step.
|
||||
mana={3}{W}{W}
|
||||
type=Legendary Creature
|
||||
@@ -64872,9 +64872,9 @@ toughness=*
|
||||
[/card]
|
||||
[card]
|
||||
name=Krovikan Plague
|
||||
target=creature[-Wall]|myBattlefield
|
||||
auto=@next upkeep:draw:1 controller
|
||||
auto=teach(creature) {T}:damage:1 target(anytarget) && all(this) counter(0/-1,1)
|
||||
target=creature[-wall]|myBattlefield
|
||||
auto=@next upkeep:name(Draw a card) draw:1 controller
|
||||
auto=teach(creature) transforms((,newability[{T}{C(0/-1.1)}:name(Deal damage) damage:1 target(anytarget)]))
|
||||
text=Enchant non-Wall creature you control -- When Krovikan Plague enters the battlefield, draw a card at the beginning of the next turn's upkeep. -- Enchanted creature has "{T}: Put a -0/-1 counter on this creature, and Krovikan Plague deals 1 damage to target creature or player."
|
||||
mana={2}{B}
|
||||
type=Enchantment
|
||||
@@ -64971,7 +64971,7 @@ type=Artifact
|
||||
[card]
|
||||
name=Kudzu
|
||||
target=land
|
||||
auto=@tapped(mytgt):all(trigger) destroy && all(this) transforms((,newability[target(land) retarget])) forever
|
||||
auto=@tapped(mytgt):all(trigger) destroy && all(this) transforms((,newability[name(Attach to land) target(land|battlefield) retarget])) forever
|
||||
text=Enchant land -- When enchanted land becomes tapped, destroy it. That land's controller attaches Kudzu to a land of his or her choice.
|
||||
mana={1}{G}{G}
|
||||
type=Enchantment
|
||||
|
||||
Reference in New Issue
Block a user