Jonathan - some clean up
This commit is contained in:
@@ -2246,6 +2246,7 @@ toughness=6
|
||||
[card]
|
||||
text=Untap all permanents you control during each other player's untap step.
|
||||
id=129722
|
||||
auto=@each opponent untap:untap all(*|myinplay)
|
||||
name=Seedborn Muse
|
||||
rarity=R
|
||||
color=Green
|
||||
|
||||
@@ -997,6 +997,17 @@ power=6
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Destroy target creature. Its owner gains 4 life.
|
||||
id=4389
|
||||
target=creature
|
||||
auto=destroy
|
||||
auto=life:4 targetController
|
||||
name=Path of Peace
|
||||
rarity=C
|
||||
type=Sorcery
|
||||
mana={3}{W}
|
||||
[/card]
|
||||
[card]
|
||||
text=Phantom Warrior is unblockable.
|
||||
id=4272
|
||||
name=Phantom Warrior
|
||||
|
||||
@@ -315,14 +315,6 @@ subtype=Bird
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
text=Destroy target creature. Its owner gains 4 life.
|
||||
id=4389
|
||||
name=Path of Peace
|
||||
rarity=C
|
||||
type=Sorcery
|
||||
mana={3}{W}
|
||||
[/card]
|
||||
[card]
|
||||
text=Search your library for a sorcery card and reveal that card. Shuffle your library, then put the card on top of it.
|
||||
id=4271
|
||||
name=Personal Tutor
|
||||
|
||||
@@ -1195,6 +1195,8 @@ mana={U}
|
||||
[card]
|
||||
text=At the beginning of each player's upkeep, Karma deals damage to that player equal to the number of Swamps he or she controls.
|
||||
id=1352
|
||||
auto=@each upkeep:foreach(swamp|myinplay) damage:1 controller
|
||||
auto=@each upkeep:foreach(swamp|opponentinplay) damage:1 opponent
|
||||
name=Karma
|
||||
rarity=U
|
||||
type=Enchantment
|
||||
|
||||
@@ -27,6 +27,8 @@ type=Sorcery
|
||||
[card]
|
||||
text=At the beginning of each player's upkeep, Ancient Runes deals damage to that player equal to the number of artifacts he or she controls.
|
||||
id=4801
|
||||
auto=@each upkeep:foreach(artifact|myinplay) damage:1 controller
|
||||
auto=@each upkeep:foreach(artifact|opponentinplay) damage:1 opponent
|
||||
name=Ancient Runes
|
||||
rarity=U
|
||||
type=Enchantment
|
||||
|
||||
@@ -854,6 +854,9 @@ subtype=Aura
|
||||
text=Destroy target creature. Its owner gains 4 life.
|
||||
id=5684
|
||||
target=creature
|
||||
auto=destroy
|
||||
auto=life:4 targetController
|
||||
target=creature
|
||||
name=Path of Peace
|
||||
rarity=C
|
||||
type=Sorcery
|
||||
|
||||
Reference in New Issue
Block a user