Laurent - Added new ability "opponentshroud" means "can't be the target of spells or abilities your opponents control." tested and works (see SHM _cards.dat)
Also added Flowstone Side (10E) - Tested and work probably my last addition to 10E.
This commit is contained in:
@@ -862,6 +862,15 @@ type=Instant
|
||||
mana={1}{U}
|
||||
[/card]
|
||||
[card]
|
||||
text=All creatures get +X/-X until end of turn.
|
||||
id=130542
|
||||
name=Flowstone Slide
|
||||
rarity=R
|
||||
color=Red
|
||||
type=Sorcery
|
||||
mana={X}{2}{R}{R}
|
||||
[/card]
|
||||
[card]
|
||||
text={T}: Add {G} to your mana pool.
|
||||
auto={T}: Add {G}
|
||||
id=129561
|
||||
|
||||
@@ -346,15 +346,6 @@ subtype=Zombie Goblin
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=All creatures get +X/-X until end of turn.
|
||||
id=130542
|
||||
name=Flowstone Slide
|
||||
rarity=R
|
||||
color=Red
|
||||
type=Sorcery
|
||||
mana={X}{2}{R}{R}
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying (This creature can't be blocked except by creatures with flying or reach.) When Fog Elemental attacks or blocks, sacrifice it at end of combat.
|
||||
id=132073
|
||||
name=Fog Elemental
|
||||
|
||||
@@ -232,6 +232,19 @@ subtype=Merfolk Rogue
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=Drove of Elves's power and toughness are each equal to the number of green permanents you control. Drove of Elves can't be the target of spells or abilities your opponents control.
|
||||
id=157878
|
||||
name=Drove of Elves
|
||||
auto=foreach(*[green]|myinplay) 1/1
|
||||
abilities=opponentshroud
|
||||
rarity=U
|
||||
type=Creature
|
||||
mana={3}{G}
|
||||
power=*
|
||||
subtype=Elf
|
||||
toughness=*
|
||||
[/card]
|
||||
[card]
|
||||
text={GW}, {T}, Sacrifice Elvish Hexhunter: Destroy target enchantment.
|
||||
auto={GW}{T}{S}:destroy target(enchantment)
|
||||
id=141958
|
||||
|
||||
@@ -58,6 +58,7 @@ mana={GW}
|
||||
text=Barrenton Cragtreads can't be blocked by red creatures.
|
||||
id=142000
|
||||
name=Barrenton Cragtreads
|
||||
auto=cantbeblockedby(creature[red])
|
||||
rarity=C
|
||||
type=Creature
|
||||
mana={2}{WU}{WU}
|
||||
@@ -325,7 +326,7 @@ mana={1}{B}
|
||||
text=You may put a green creature card from your hand into play.
|
||||
id=154003
|
||||
target=creature[green]|myhand
|
||||
auto=moveto(inplay)
|
||||
auto=moveto(myinplay)
|
||||
name=Dramatic Entrance
|
||||
rarity=R
|
||||
type=Instant
|
||||
@@ -340,18 +341,6 @@ type=Instant
|
||||
mana={UB}
|
||||
[/card]
|
||||
[card]
|
||||
text=Drove of Elves's power and toughness are each equal to the number of green permanents you control. Drove of Elves can't be the target of spells or abilities your opponents control.
|
||||
id=157878
|
||||
name=Drove of Elves
|
||||
auto=foreach(*[green]|myinplay) 1/1
|
||||
rarity=U
|
||||
type=Creature
|
||||
mana={3}{G}
|
||||
power=*
|
||||
subtype=Elf
|
||||
toughness=*
|
||||
[/card]
|
||||
[card]
|
||||
text=Whenever a player plays a blue spell, you may pay {1}. If you do, target player puts the top two cards of his or her library into his or her graveyard.
|
||||
id=142005
|
||||
name=Drowner Initiate
|
||||
|
||||
Reference in New Issue
Block a user