Several bug fixes, removed some cards, added 1 card (P02)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -275,15 +275,15 @@ text=When Predatory Nightstalker enters the battlefield, you may have target opp
|
|||||||
rarity=U
|
rarity=U
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
id=6556
|
####Does not work as it should (0.10.1)
|
||||||
name=Prowling Nightstalker
|
id=6580
|
||||||
mana={3}{B}
|
name=Rain of Daggers
|
||||||
type=Creature
|
mana={4}{B}{B}
|
||||||
subtype=Nightstalker
|
type=Sorcery
|
||||||
power=2
|
text=Destroy all creatures target opponent controls. You lose 2 life for each creature destroyed this way.
|
||||||
toughness=2
|
auto=foreach(creature|opponentinplay) life:-2 controller
|
||||||
text=Prowling Nightstalker can't be blocked except by black creatures.
|
auto=destroy all(creature|opponentinplay)
|
||||||
rarity=C
|
rarity=R
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
id=6511
|
id=6511
|
||||||
@@ -332,6 +332,17 @@ text=Shuffle any number of target creature cards from your graveyard into your l
|
|||||||
rarity=U
|
rarity=U
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
####Does not work as it should (0.10.1)
|
||||||
|
id=6518
|
||||||
|
name=Righteous Fury
|
||||||
|
mana={4}{W}{W}
|
||||||
|
type=Sorcery
|
||||||
|
text=Destroy all tapped creatures. You gain 2 life for each creature destroyed this way.
|
||||||
|
auto=foreach(creature[tapped]) life:2 controller
|
||||||
|
auto=destroy all(creature[tapped])
|
||||||
|
rarity=R
|
||||||
|
[/card]
|
||||||
|
[card]
|
||||||
id=6523
|
id=6523
|
||||||
name=Screeching Drake
|
name=Screeching Drake
|
||||||
mana={3}{U}
|
mana={3}{U}
|
||||||
|
|||||||
Reference in New Issue
Block a user