Jonathan - clean up for consistancy
This commit is contained in:
@@ -46,7 +46,7 @@ power=4
|
|||||||
toughness=4
|
toughness=4
|
||||||
text=Flying When Filigree Angel comes into play, you gain 3 life for each artifact you control.
|
text=Flying When Filigree Angel comes into play, you gain 3 life for each artifact you control.
|
||||||
abilities=flying
|
abilities=flying
|
||||||
auto=foreach(artifact|myinplay):life:3
|
auto=foreach(artifact|myinplay)life:3
|
||||||
rarity=R
|
rarity=R
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
|||||||
@@ -218,7 +218,7 @@ toughness=3
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=When Kithkin Zealot comes into play, you gain 1 life for each black and/or red permanent target opponent controls.
|
text=When Kithkin Zealot comes into play, you gain 1 life for each black and/or red permanent target opponent controls.
|
||||||
auto=foreach(*[red;black]|opponentinplay):life:1
|
auto=foreach(*[red;black]|opponentinplay)life:1
|
||||||
id=154346
|
id=154346
|
||||||
name=Kithkin Zealot
|
name=Kithkin Zealot
|
||||||
rarity=C
|
rarity=C
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ toughness=1
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=Sacrifice Elvish Eulogist: You gain 1 life for each Elf card in your graveyard.
|
text=Sacrifice Elvish Eulogist: You gain 1 life for each Elf card in your graveyard.
|
||||||
auto={s}:foreach(Elf|mygraveyard):life:1
|
auto={s}:foreach(Elf|mygraveyard)life:1
|
||||||
id=141804
|
id=141804
|
||||||
name=Elvish Eulogist
|
name=Elvish Eulogist
|
||||||
rarity=C
|
rarity=C
|
||||||
|
|||||||
@@ -624,7 +624,7 @@ toughness=2
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=Remove all creature cards in all graveyards from the game. You gain 1 life for each card removed this way.
|
text=Remove all creature cards in all graveyards from the game. You gain 1 life for each card removed this way.
|
||||||
auto=foreach(creature|graveyard):life:1
|
auto=foreach(creature|graveyard)life:1
|
||||||
auto=MoveTo(removedfromgame) all(creature|graveyard)
|
auto=MoveTo(removedfromgame) all(creature|graveyard)
|
||||||
id=19787
|
id=19787
|
||||||
name=Honor the Fallen
|
name=Honor the Fallen
|
||||||
|
|||||||
@@ -499,7 +499,7 @@ subtype=Forest
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=You gain 1 life for each Forest in play.
|
text=You gain 1 life for each Forest in play.
|
||||||
auto=foreach(Forest):life:1
|
auto=foreach(Forest)life:1
|
||||||
id=4297
|
id=4297
|
||||||
name=Fruition
|
name=Fruition
|
||||||
rarity=C
|
rarity=C
|
||||||
@@ -1094,7 +1094,7 @@ toughness=3
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=You gain 2 life for each Mountain target opponent controls.
|
text=You gain 2 life for each Mountain target opponent controls.
|
||||||
auto=foreach(Mountain|opponentinplay):life:2
|
auto=foreach(Mountain|opponentinplay)life:2
|
||||||
id=4391
|
id=4391
|
||||||
name=Renewing Dawn
|
name=Renewing Dawn
|
||||||
rarity=U
|
rarity=U
|
||||||
@@ -1245,7 +1245,7 @@ abilities=flying
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=You gain 3 life for each black creature target opponent controls.
|
text=You gain 3 life for each black creature target opponent controls.
|
||||||
auto=foreach(creature[black]|opponentinplay):life:3
|
auto=foreach(creature[black]|opponentinplay)life:3
|
||||||
id=4397
|
id=4397
|
||||||
name=Starlight
|
name=Starlight
|
||||||
rarity=U
|
rarity=U
|
||||||
|
|||||||
@@ -191,7 +191,7 @@ target=creature,player
|
|||||||
id=146013
|
id=146013
|
||||||
target=creature,player
|
target=creature,player
|
||||||
auto=foreach(swamp|myinplay):damage:1
|
auto=foreach(swamp|myinplay):damage:1
|
||||||
auto=foreach(swamp|myinplay):life:1
|
auto=foreach(swamp|myinplay)life:1
|
||||||
name=Corrupt
|
name=Corrupt
|
||||||
rarity=U
|
rarity=U
|
||||||
type=Sorcery
|
type=Sorcery
|
||||||
@@ -1025,9 +1025,9 @@ mana={4}{WU}{WU}
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
text=You gain 1 life for each tapped artifact, creature, and land you control.
|
text=You gain 1 life for each tapped artifact, creature, and land you control.
|
||||||
auto=foreach(creature[tapped]|myinplay):life:1
|
auto=foreach(creature[tapped]|myinplay)life:1
|
||||||
auto=foreach(artifact[tapped]|myinplay):life:1
|
auto=foreach(artifact[tapped]|myinplay)life:1
|
||||||
auto=foreach(land[tapped]|myinplay):life:1
|
auto=foreach(land[tapped]|myinplay)life:1
|
||||||
id=159410
|
id=159410
|
||||||
name=Toil to Renown
|
name=Toil to Renown
|
||||||
rarity=C
|
rarity=C
|
||||||
|
|||||||
Reference in New Issue
Block a user