diff --git a/projects/mtg/bin/Res/sets/primitives/M13.txt b/projects/mtg/bin/Res/sets/primitives/M13.txt index 0ea08fba2..cb765170a 100644 --- a/projects/mtg/bin/Res/sets/primitives/M13.txt +++ b/projects/mtg/bin/Res/sets/primitives/M13.txt @@ -1,4 +1,3 @@ -grade=crappy [card] name=Ajani's Sunstriker abilities=lifelink @@ -412,7 +411,7 @@ toughness=1 name=Knight of Glory abilities=protection from black,exalted text=Protection from black (This creature can't be blocked, targeted, dealt damage, or enchanted by anything black.) -- Exalted (Whenever a creature you control attacks alone, that creature gets +1/+1 until end of turn.) -mana={1}{W} +mana={W}{W} type=Creature subtype=Human Knight power=2 @@ -560,7 +559,7 @@ toughness=1 name=Ring of Evos Isle auto={1}:equip auto={2}:opponentshroud ueot -auto=@each my upkeep: (creature[blue]|mybattlefield) 1/1 +auto=@each my upkeep:this(creature[blue]|mybattlefield)counter(1/1,1) text={2}: Equipped creature gains hexproof until end of turn. -- At the beginning of your upkeep, put a +1/+1 counter on equipped creature if it's blue. -- Equip {1} mana={2} type=Artifact @@ -570,8 +569,8 @@ subtype=Equipment name=Ring of Kalonia auto={1}:equip auto=trample -auto=@each my upkeep: (creature[blue]|mybattlefield) 1/1 -text=Equipped creature has trample. -- At the beginning of your upkeep, put a +1/+1 counter on equipped creature if it's green. -- Equip {1} +auto=@each my upkeep:this(creature[green]|mybattlefield)counter(1/1,1) +text=Equipped creature has trample. -- At the beginning of your upkeep, put a +1/+1 counter on equipped creature if it's green. -- Equip {1} mana={2} type=Artifact subtype=Equipment @@ -580,7 +579,7 @@ subtype=Equipment name=Ring of Thune auto={1}:equip auto=vigilance -auto=@each my upkeep: (creature[white]|mybattlefield) 1/1 +auto=@each my upkeep:this(creature[white]|mybattlefield)counter(1/1,1) text=Equipped creature has vigilance. -- At the beginning of your upkeep, put a +1/+1 counter on equipped creature if it's white. -- Equip {1} mana={2} type=Artifact @@ -590,8 +589,8 @@ subtype=Equipment name=Ring of Valkas auto={1}:equip auto=haste -auto=@each my upkeep: (creature[red]|mybattlefield) 1/1 -text=Equipped creature has haste. -- At the beginning of your upkeep, put a +1/+1 counter on equipped creature if it's red. -- Equip {1} +auto=this(creature[red]|mybattlefield) transforms((,newability[@each upkeep:counter(1/1,1))])) +text=Equipped creature has haste. -- At the beginning of your upkeep, put a +1/+1 counter on equipped creature if it's red. -- Equip {1} mana={2} type=Artifact subtype=Equipment @@ -600,7 +599,7 @@ subtype=Equipment name=Ring of Xathrid auto={1}:equip auto={2}:regenerate -auto=@each my upkeep: (creature[black]|mybattlefield) 1/1 +auto=@each my upkeep:this(creature[black]|mybattlefield)counter(1/1,1) text={2}: Regenerate equipped creature. -- At the beginning of your upkeep, put a +1/+1 counter on equipped creature if it's black. -- Equip {1} mana={2} type=Artifact