Added / fixed primitives from NEO set, improved Android downloader, updated missing cards by sets list, added SIR and SIS sets, updated card image url links, fixed MUL dat file, fixed a possible crash on "transforms" ability, added new trigger for ninjutsu ability, added new ability readytofight to set a creature tapped and attacking without being a ninja.
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 20-06-2023
|
||||
#I sorted this programmatically so the other comments are removed except for AUTO_DEFINE - Vitty85 23-06-2023
|
||||
[card]
|
||||
name=Abandon Reason
|
||||
target=<upto:2>creature
|
||||
@@ -11337,7 +11337,8 @@ type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Blaze Commando
|
||||
auto=@damaged(creature,player) from(instant,sorcery|mybattlefield,mystack,mygraveyard,mylibrary,myexile):token(Soldier,Creature Soldier,1/1,red,white,haste)*2
|
||||
auto=@damaged(creature) from(*[instant;sorcery]|myzones):name(Create soldier) token(Soldier,Creature Soldier,1/1,red,white,haste)*2
|
||||
auto=@damaged(player) from(*[instant;sorcery]|myzones):name(Create soldier) token(Soldier,Creature Soldier,1/1,red,white,haste)*2
|
||||
text=Whenever an instant or sorcery spell you control deals damage, put two 1/1 red and white Soldier creature tokens with haste onto the battlefield.
|
||||
mana={3}{R}{W}
|
||||
type=Creature
|
||||
@@ -61147,7 +61148,7 @@ toughness=0
|
||||
[card]
|
||||
name=Kaalia of the Vast
|
||||
abilities=flying
|
||||
auto=_ATTACKING_target(*[angel;demon;dragon]|myhand) ninjutsu
|
||||
auto=_ATTACKING_target(*[angel;demon;dragon]|myhand) readytofight
|
||||
text=Flying, Whenever Kaalia of the Vast attacks an opponent, you may put an Angel, Demon, or Dragon creature card from your hand onto the battlefield tapped and attacking that opponent.
|
||||
mana={1}{B}{R}{W}
|
||||
type=Legendary Creature
|
||||
@@ -88204,7 +88205,7 @@ subtype=Aura
|
||||
[card]
|
||||
name=Preeminent Captain
|
||||
abilities=First Strike
|
||||
auto=_ATTACKING_target(creature[soldier]|myhand) ninjutsu
|
||||
auto=_ATTACKING_target(creature[soldier]|myhand) readytofight
|
||||
text=Whenever Preeminent Captain attacks, you may put a Soldier creature card from your hand onto the battlefield tapped and attacking.
|
||||
mana={2}{W}
|
||||
type=Creature
|
||||
@@ -136754,7 +136755,7 @@ toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Yore-Tiller Nephilim
|
||||
auto=_ATTACKING_target(creature|mygraveyard) ninjutsu
|
||||
auto=_ATTACKING_target(creature|mygraveyard) readytofight
|
||||
text=Whenever Yore-Tiller Nephilim attacks, return target creature card from your graveyard to the battlefield tapped and attacking.
|
||||
mana={W}{U}{B}{R}
|
||||
type=Creature
|
||||
|
||||
Reference in New Issue
Block a user