Fixed some primitives from issue #1085 and updated some AI decks.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
grade=borderline
|
||||
#Bordeline 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 - Thanks to Vitty85 18-07-2023
|
||||
#I sorted this programmatically - Thanks to Vitty85 20-07-2023
|
||||
[card]
|
||||
name=+2 Mace
|
||||
auto={3}:equip
|
||||
@@ -31571,8 +31571,8 @@ type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Fade Away
|
||||
auto=foreach(creature|myBattlefield) transforms((,newability[pay[[{1}]] name(pay 1 mana) donothing?sacrifice notAtarget(*|mybattlefield) controller]))
|
||||
auto=foreach(creature|opponentBattlefield) transforms((,newability[pay[[{1}]] name(pay 1 mana) donothing?sacrifice notAtarget(*|mybattlefield) opponent]))
|
||||
auto=all(creature|myBattlefield) transforms((,newability[name(pay 1 mana) pay[[{1}]] name(pay 1 mana) donothing?sacrifice notAtarget(*|mybattlefield)])) oneshot
|
||||
auto=all(creature|opponentBattlefield) transforms((,newability[name(pay 1 mana) pay[[{1}]] name(pay 1 mana) donothing?sacrifice notAtarget(*|mybattlefield)])) oneshot
|
||||
text=For each creature, its controller sacrifices a permanent unless he or she pays {1}.
|
||||
mana={2}{U}
|
||||
type=Sorcery
|
||||
@@ -34023,7 +34023,8 @@ type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=First Sliver's Chosen
|
||||
auto=lord(sliver|mybattlefield) exalted
|
||||
abilities=exalted
|
||||
auto=lord(creature[sliver&-exalted]|mybattlefield) transforms((,newability[exalted],newability[@combat(attackedalone) source(creature|mybattlefield):name(Exalted) name(Exalted) all(trigger[to]) name(Exalted) 1/1 ueot]))
|
||||
text=Sliver creatures you control have exalted. (Whenever a creature you control attacks alone, it gets +1/+1 until end of turn for each instance of exalted among permanents you control.)
|
||||
mana={4}{W}
|
||||
type=Creature
|
||||
@@ -34432,8 +34433,9 @@ toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Flay Essence
|
||||
auto=choice name(Exile opponent's creature or planeswalker) target(*[creature;planeswalker]|opponentbattlefield) transforms((,newability[life:hascntanycnt opponent],newability[moveto(exile)])) forever
|
||||
auto=choice name(Exile your creature or planeswalker) target(*[creature;planeswalker]|mybattlefield) transforms((,newability[life:hascntanycnt controller],newability[moveto(exile)])) forever
|
||||
restriction=type(*[creature;planeswalker]|battlefield)~morethan~0
|
||||
auto=if type(*[creature;planeswalker]|opponentbattlefield)~morethan~0 then choice name(Exile opponent's creature or planeswalker) name(Exile opponent's creature or planeswalker) target(*[creature;planeswalker]|opponentbattlefield) transforms((,newability[life:hascntanycnt opponent],newability[moveto(exile)])) oneshot
|
||||
auto=if type(*[creature;planeswalker]|mybattlefield)~morethan~0 then choice name(Exile your creature or planeswalker) name(Exile your creature or planeswalker) target(*[creature;planeswalker]|mybattlefield) transforms((,newability[life:hascntanycnt controller],newability[moveto(exile)])) oneshot
|
||||
text=Exile target creature or planeswalker. You gain life equal to the number of counters on it.
|
||||
mana={1}{B}{B}
|
||||
type=Sorcery
|
||||
@@ -35032,10 +35034,10 @@ type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Forebear's Blade
|
||||
auto=teach(creature) +3/+0
|
||||
auto=teach(creature) 3/0
|
||||
auto=teach(creature) vigilance
|
||||
auto=teach(creature) trample
|
||||
auto=aslongas(parents) rehook target(creature|myBattlefield) <1
|
||||
auto=@movedto(mytgt|graveyard):all(this) transforms((,newability[name(Attach to creature) target(creature|myBattlefield) rehook])) oneshot
|
||||
auto={3}:equip
|
||||
text=Equipped creature gets +3/+0 and has vigilance and trample. -- Whenever equipped creature dies, attach Forebear's Blade to target creature you control. -- Equip {3}
|
||||
mana={3}
|
||||
|
||||
Reference in New Issue
Block a user