Fixed some primitives from issue #1085
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 17-07-2023
|
||||
#I sorted this programmatically so the other comments are removed except for AUTO_DEFINE - Vitty85 18-07-2023
|
||||
[card]
|
||||
name=Abandon Reason
|
||||
target=<upto:2>creature
|
||||
@@ -33641,7 +33641,8 @@ type=Enchantment
|
||||
[card]
|
||||
name=Earthbind
|
||||
target=creature
|
||||
alias=1288
|
||||
auto=teach(creature) -flying
|
||||
auto=if cantargetcard(*[flying]|*) then damage:2
|
||||
text=Enchant creature -- When Earthbind enters the battlefield, if enchanted creature has flying, Earthbind deals 2 damage to that creature and Earthbind gains "Enchanted creature loses flying."
|
||||
mana={R}
|
||||
type=Enchantment
|
||||
@@ -37401,9 +37402,9 @@ toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Etherwrought Page
|
||||
aicode=activate name(look) donothing
|
||||
auto=@each my upkeep:ability$!name(Reveal) reveal:1 optionone name(Choose to put in Graveyard) target(*|reveal) moveto(mygraveyard) optiononeend optiontwo target(<1>*|reveal) moveto(mylibrary) optiontwoend revealend _ choice name(opponent life loss) life:-1 opponent _ choice name(Gain Life) life:2 controller!$ controller
|
||||
text=At the beginning of your upkeep, choose one - You gain 2 life; or look at the top card of your library, then you may put that card into your graveyard; or each opponent loses 1 life.
|
||||
aicode=activate donothing
|
||||
auto=@each my upkeep:name(Choose one) transforms((,newability[choice name(Gain 2 life) life:2 controller],newability[choice name(Reveal top card) reveal:1 optionone name(Put in graveyard) target(<upto:1>*|reveal) moveto(mygraveyard) optiononeend optiontwo target(*|reveal) moveto(mylibrary) optiontwoend revealend],newability[choice name(Opponent loses 1 life) life:-1 opponent])) oneshot
|
||||
text=At the beginning of your upkeep, choose one -- You gain 2 life -- Look at the top card of your library, then you may put that card into your graveyard -- Each opponent loses 1 life.
|
||||
mana={1}{W}{U}{B}
|
||||
type=Artifact
|
||||
[/card]
|
||||
@@ -44317,7 +44318,7 @@ toughness=1
|
||||
[card]
|
||||
name=Fyndhorn Pollen
|
||||
auto=lord(creature) -1/0
|
||||
auto={1}{G}:-1/0 all(creature) ueot
|
||||
auto={1}{G}:name(Creatures get -1/-0) all(creature) transforms((,newability[-1/0])) ueot
|
||||
auto=cumulativeupcost[{1}] sacrifice
|
||||
text=Cumulative upkeep {1} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.) -- All creatures get -1/-0. -- {1}{G}: All creatures get -1/-0 until end of turn.
|
||||
mana={2}{G}
|
||||
|
||||
Reference in New Issue
Block a user