Fixed some primitives from issue #1085, fixed some primitives from Discord channel.
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 25-07-2023
|
||||
#I sorted this programmatically so the other comments are removed except for AUTO_DEFINE - Vitty85 26-07-2023
|
||||
[card]
|
||||
name=Abandon Reason
|
||||
target=<upto:2>creature
|
||||
@@ -59847,7 +59847,7 @@ toughness=2
|
||||
[card]
|
||||
name=Jaddi Lifestrider
|
||||
auto=may name(Tap creatures) target(<anyamount>creature[-tapped]|mybattlefield) tap && life:2 controller
|
||||
text=tap any amount of creatures and gain 2 life for each creature tapped this way
|
||||
text=When Jaddi Lifestrider enters the battlefield, you may tap any number of untapped creatures you control. You gain 2 life for each creature tapped this way.
|
||||
mana={4}{G}
|
||||
type=Creature
|
||||
subtype=Elemental
|
||||
@@ -59857,7 +59857,7 @@ toughness=8
|
||||
[card]
|
||||
name=Jaddi Offshoot
|
||||
abilities=defender
|
||||
auto=_LANDFALL_life:1 controller
|
||||
auto=_LANDFALL_name(Gain 1 life) life:1 controller
|
||||
text=Defender -- Landfall -- Whenever a land enters the battlefield under your control, you gain 1 life.
|
||||
mana={G}
|
||||
type=Creature
|
||||
@@ -61028,8 +61028,9 @@ toughness=1
|
||||
[card]
|
||||
name=Junk Golem
|
||||
auto=counter(1/1,3)
|
||||
auto=upcost[{C(1/1,-1)}] sacrifice
|
||||
auto={D(*|myhand)}:counter(1/1)
|
||||
auto=if compare(ishuman)~morethan~0 then transforms((,newability[upcost[{C(1/1.-1)}] sacrifice])) forever
|
||||
auto=@each my upkeep restriction{compare(ishuman)~equalto~0}:name(Choose one) name(Choose one) transforms((,newability[if compare(hascnt11)~morethan~0 then choice name(Remove 1/1 counter) name(Remove 1/1 counter) counter(1/1.-1)],newability[choice name(Sacrifice) sacrifice])) oneshot
|
||||
auto={1}{D(*|myhand)}:name(Discard and put counter) counter(1/1)
|
||||
text=Junk Golem enters the battlefield with three +1/+1 counters on it. -- At the beginning of your upkeep, sacrifice Junk Golem unless you remove a +1/+1 counter from it. -- {1}, Discard a card: Put a +1/+1 counter on Junk Golem.
|
||||
mana={4}
|
||||
type=Artifact Creature
|
||||
@@ -126754,8 +126755,8 @@ toughness=4
|
||||
[card]
|
||||
name=Urge to Feed
|
||||
target=creature
|
||||
auto=-3/-3
|
||||
auto=target(<anyamount>vampire[-tapped]|mybattlefield) transforms((,newability[tap],newability[counter(1/1)]))
|
||||
auto=-3/-3 ueot
|
||||
auto=may name(Tap vampires) target(<anyamount>vampire[-tapped]|mybattlefield) transforms((,newability[tap],newability[counter(1/1)])) ueot
|
||||
text=Target creature gets -3/-3 until end of turn. You may tap any number of untapped Vampire creatures you control. If you do, put a +1/+1 counter on each of those Vampires.
|
||||
mana={B}{B}
|
||||
type=Instant
|
||||
|
||||
Reference in New Issue
Block a user