Erwan
-replace "includeself" with "other" for lord and foreach keywords -added aslongas keyword (kird ape...)
This commit is contained in:
@@ -108,7 +108,7 @@ toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=Black creatures get +1/+1.
|
||||
auto=lord(creature[black]) 1/1 includeself
|
||||
auto=lord(creature[black]) 1/1
|
||||
id=1144
|
||||
name=Bad Moon
|
||||
rarity=R
|
||||
@@ -426,7 +426,7 @@ mana={G}
|
||||
[/card]
|
||||
[card]
|
||||
text=White creatures get +1/+1.
|
||||
auto=lord(creature[white]) 1/1 includeself
|
||||
auto=lord(creature[white]) 1/1
|
||||
id=1341
|
||||
name=Crusade
|
||||
rarity=R
|
||||
@@ -864,8 +864,8 @@ toughness=1
|
||||
[card]
|
||||
text=Other Goblin creatures get +1/+1 and have mountainwalk. (They're unblockable as long as defending player controls a Mountain.)
|
||||
id=1296
|
||||
auto=lord(goblin) 1/1
|
||||
auto=lord(goblin) mountainwalk
|
||||
auto=lord(goblin) 1/1 other
|
||||
auto=lord(goblin) mountainwalk other
|
||||
name=Goblin King
|
||||
rarity=R
|
||||
type=Creature
|
||||
@@ -1158,7 +1158,7 @@ mana={2}{W}{W}
|
||||
[card]
|
||||
text=Keldon Warlord's power and toughness are each equal to the number of non-Wall creatures you control.
|
||||
id=1301
|
||||
auto=foreach(creature[-wall]|myinplay) 1/1 includeself
|
||||
auto=foreach(creature[-wall]|myinplay) 1/1
|
||||
name=Keldon Warlord
|
||||
rarity=U
|
||||
type=Creature
|
||||
@@ -1169,6 +1169,7 @@ toughness=*
|
||||
[/card]
|
||||
[card]
|
||||
text=Kird Ape gets +1/+2 as long as you control a Forest.
|
||||
auto=aslongas(forest|myinplay) 1/2
|
||||
id=1302
|
||||
name=Kird Ape
|
||||
rarity=C
|
||||
@@ -1298,8 +1299,8 @@ toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Other Merfolk creatures get +1/+1 and have islandwalk.
|
||||
auto=lord(merfolk) 1/1
|
||||
auto=lord(merfolk) islandwalk
|
||||
auto=lord(merfolk) 1/1 other
|
||||
auto=lord(merfolk) islandwalk other
|
||||
id=1206
|
||||
name=Lord of Atlantis
|
||||
rarity=R
|
||||
@@ -1442,7 +1443,7 @@ mana={4}
|
||||
[card]
|
||||
text=Flying (This creature can't be blocked except by creatures with flying or reach.) Nightmare's power and toughness are each equal to the number of Swamps you control.
|
||||
abilities=flying
|
||||
auto=foreach(swamp|myinplay) 1/1 includeself
|
||||
auto=foreach(swamp|myinplay) 1/1
|
||||
id=1170
|
||||
name=Nightmare
|
||||
rarity=R
|
||||
@@ -1601,7 +1602,7 @@ subtype=Plains Mountain
|
||||
text=Plague Rats's power and toughness are each equal to the number of creatures named Plague Rats in play.
|
||||
id=1173
|
||||
name=Plague Rats
|
||||
auto=foreach(plague rats) 1/1 includeself
|
||||
auto=foreach(plague rats) 1/1
|
||||
rarity=C
|
||||
color=Black
|
||||
type=Creature
|
||||
@@ -1853,6 +1854,7 @@ toughness=5
|
||||
[card]
|
||||
text=Sedge Troll gets +1/+1 as long as you control a Swamp. {B}: Regenerate Sedge Troll.
|
||||
auto={B}:regenerate
|
||||
auto=aslongas(swamp|myinplay) 1/1
|
||||
id=1315
|
||||
name=Sedge Troll
|
||||
rarity=R
|
||||
|
||||
Reference in New Issue
Block a user