Update Rules
Also fix stack display and removed unnecessary code (border for card is targetted/targetter since we used forcedborder in actionstack). Also fixed some cards
This commit is contained in:
@@ -30517,7 +30517,7 @@ toughness=4
|
||||
name=Docent of Perfection
|
||||
abilities=flying
|
||||
auto=@movedto(instant,sorcery|mystack):token(Wizard,Creature Human Wizard,1/1,blue)
|
||||
auto=while(restriction{type(wizard|myBattlefield)~morethan~3}) flip(Final Iteration)
|
||||
auto=aslongas(wizard|myBattlefield) flip(Final Iteration) while >2
|
||||
text=Flying -- Whenever you cast an instant or sorcery spell, put a 1/1 blue Human Wizard creature token onto the battlefield. Then if you control three or more Wizards, transform Docent of Perfection.
|
||||
mana={3}{U}{U}
|
||||
type=Creature
|
||||
@@ -52420,8 +52420,8 @@ toughness=4
|
||||
[card]
|
||||
name=Harbor Serpent
|
||||
abilities=islandwalk
|
||||
auto=while(restriction{type(island|battlefield)~lessthan~5}) cantattack
|
||||
auto=while(restriction{type(island|battlefield)~lessthan~5}) cantpwattack
|
||||
auto=aslongas(island|battlefield) cantattack <5
|
||||
auto=aslongas(island|battlefield) cantpwattack <5
|
||||
text=Islandwalk -- Harbor Serpent can't attack unless there are five or more Islands on the battlefield.
|
||||
mana={4}{U}{U}
|
||||
type=Creature
|
||||
@@ -69163,7 +69163,8 @@ toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Lupine Prototype
|
||||
auto=while(restriction{type(*|hand)~morethan~0}) transforms((,cantattack,cantpwattack,cantblock))
|
||||
auto=this(variable{phandcount}>0) transforms((,cantattack,cantpwattack,cantblock))
|
||||
auto=this(variable{ohandcount}>0) transforms((,cantattack,cantpwattack,cantblock))
|
||||
text=Lupine Prototype can't attack or block unless a player has no cards in hand.
|
||||
mana={2}
|
||||
type=Artifact Creature
|
||||
@@ -100390,7 +100391,7 @@ type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Scourge Devil
|
||||
auto=1/0 lord(creature|myBattlefield)
|
||||
auto=1/0 all(creature|myBattlefield)
|
||||
autograveyard={2}{R}:moveto(mybattlefield) && transforms((,unearth,haste)) asSorcery forever
|
||||
text=When Scourge Devil enters the battlefield, creatures you control get +1/+0 until end of turn. -- Unearth {2}{R} ({2}{R}: Return this card from your graveyard to the battlefield. It gains haste. Exile it at the beginning of the next end step or if it would leave the battlefield. Unearth only as a sorcery.)
|
||||
mana={4}{R}
|
||||
@@ -104852,7 +104853,7 @@ type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
name=Shrivel
|
||||
auto=-1/-1 lord(creature)
|
||||
auto=-1/-1 all(creature)
|
||||
text=All creatures get -1/-1 until end of turn.
|
||||
mana={1}{B}
|
||||
type=Sorcery
|
||||
@@ -112741,7 +112742,7 @@ subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
name=Stampede Driver
|
||||
auto={1}{G}{T}{D(*|myhand)}:all(creature|myBattlefield) 1/1 && lord(creature|mybattlefield) trample
|
||||
auto={1}{G}{T}{D(*|myhand)}:all(creature|myBattlefield) 1/1 && all(creature|mybattlefield) trample
|
||||
text={1}{G}, {T}, Discard a card: Creatures you control get +1/+1 and gain trample until end of turn.
|
||||
mana={G}
|
||||
type=Creature
|
||||
@@ -122831,7 +122832,7 @@ type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Torrent of Souls
|
||||
auto=if spent({R}) then target(player) ability$!name(2/0 & haste) 2/0 lord(creature|mybattlefield) && haste lord(creature|mybattlefield)!$ targetedplayer
|
||||
auto=if spent({R}) then target(player) ability$!name(2/0 & haste) 2/0 all(creature|mybattlefield) && haste all(creature|mybattlefield)!$ targetedplayer
|
||||
auto=if spent({B}) then ability$!name(reanimate) target(creature|mygraveyard) moveto(mybattlefield)!$ controller
|
||||
text=Return up to one target creature card from your graveyard to the battlefield if {B} was spent to cast Torrent of Souls. Creatures target player controls get +2/+0 and gain haste until end of turn if {R} was spent to cast Torrent of Souls. (Do both if {B}{R} was spent.)
|
||||
mana={4}{BR}
|
||||
@@ -126361,8 +126362,8 @@ type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Unnerving Assault
|
||||
auto=if spent({U}) then -1/0 lord(creature|opponentbattlefield)
|
||||
auto=if spent({R}) then 1/0 lord(creature|mybattlefield)
|
||||
auto=if spent({U}) then -1/0 all(creature|opponentbattlefield)
|
||||
auto=if spent({R}) then 1/0 all(creature|mybattlefield)
|
||||
text=Creatures your opponents control get -1/-0 until end of turn if {U} was spent to cast Unnerving Assault, and creatures you control get +1/+0 until end of turn if {R} was spent to cast it. (Do both if {U}{R} was spent.)
|
||||
mana={2}{UR}
|
||||
type=Instant
|
||||
|
||||
Reference in New Issue
Block a user