Laurent - Some additions, all tested and working. you can see in the todo.dat some tested and not working ... I don't understand why wrath of marit lage (ICE) does not work ???
This commit is contained in:
@@ -60,6 +60,18 @@ subtype=Kithkin Soldier
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant creature You control enchanted creature. At the beginning of your upkeep, put a -1/-1 counter on enchanted creature.
|
||||
id=135485
|
||||
target=creature
|
||||
alias=1194
|
||||
auto=@each my upkeep:counter(-1/-1)
|
||||
name=Biting Tether
|
||||
rarity=U
|
||||
type=Enchantment
|
||||
mana={4}{U}
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=Blazethorn Scarecrow has haste as long as you control a red creature. Blazethorn Scarecrow has wither as long as you control a green creature. (It deals damage to creatures in the form of -1/-1 counters.)
|
||||
id=151632
|
||||
auto=aslongas(creature[red]|myinplay) haste
|
||||
@@ -235,6 +247,17 @@ subtype=Elemental
|
||||
toughness=*
|
||||
[/card]
|
||||
[card]
|
||||
text=Enchant creature At the beginning of each upkeep, tap enchanted creature.
|
||||
id=146079
|
||||
target=creature
|
||||
auto=@each upkeep:tap
|
||||
name=Curse of Chains
|
||||
rarity=C
|
||||
type=Enchantment
|
||||
mana={1}{WU}
|
||||
subtype=Aura
|
||||
[/card]
|
||||
[card]
|
||||
text=Blue creatures you control are unblockable.
|
||||
auto=lord(creature[blue]|myinplay) unblockable
|
||||
id=141981
|
||||
@@ -549,6 +572,21 @@ subtype=Elemental
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
text=At the beginning of your upkeep, if you have no cards in hand, each opponent loses 2 life. At the beginning of each opponent's upkeep, if that player has no cards in hand, he or she loses 2 life.
|
||||
id=146095
|
||||
auto=@each my upkeep:life:-2 opponent
|
||||
auto=@each my upkeep:aslongas(*|myhand):life:2 opponent
|
||||
auto=@each opponent upkeep:life:-2 opponent
|
||||
auto=@each opponent upkeep:aslongas(*|opponenthand):life:2 opponent
|
||||
name=Hollowborn Barghest
|
||||
rarity=R
|
||||
type=Creature
|
||||
mana={5}{B}{B}
|
||||
power=7
|
||||
subtype=Demon Hound
|
||||
toughness=6
|
||||
[/card]
|
||||
[card]
|
||||
text=Put a 2/2 green Wolf creature token into play for each Forest you control.
|
||||
id=153996
|
||||
name=Howl of the Night Pack
|
||||
@@ -883,6 +921,18 @@ subtype=Elemental Shaman
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=At the beginning of each player's draw step, that player draws an additional card. Whenever a player draws a card, Spiteful Visions deals 1 damage to that player.
|
||||
id=146089
|
||||
auto=@each my upkeep:draw:1 controller
|
||||
auto=@each opponent upkeep:draw:1 opponent
|
||||
auto=@movedTo(myhand) from(mylibrary):damage:1 controller
|
||||
auto=@movedTo(opponenthand) from(opponentlibrary):damage:1 opponent
|
||||
name=Spiteful Visions
|
||||
rarity=R
|
||||
type=Enchantment
|
||||
mana={2}{BR}{BR}
|
||||
[/card]
|
||||
[card]
|
||||
text={T}: Add {W} to your mana pool.
|
||||
auto={T}:Add{W}
|
||||
id=158236
|
||||
|
||||
Reference in New Issue
Block a user