-Added cards (search in your library + put into play tapped)
- Fixed issues in CHK
This commit is contained in:
wagic.the.homebrew
2009-07-21 01:12:56 +00:00
parent 5a1b75b8d9
commit 2ca0c75c19
15 changed files with 203 additions and 170 deletions
+6 -3
View File
@@ -256,7 +256,8 @@ rarity=R
id=79159
name=Honden of Cleansing Fire
mana={3}{W}
type=Legendary Enchantment
type=Enchantment
abilities=Legendary
subtype=Shrine
text=At the beginning of your upkeep, you gain 2 life for each Shrine you control.
auto=@each my upkeep:foreach(shrine|myinplay) life:2
@@ -266,7 +267,8 @@ rarity=U
id=79180
name=Honden of Life's Web
mana={4}{G}
type=Legendary Enchantment
type=Enchantment
abilities=Legendary
subtype=Shrine
text=At the beginning of your upkeep, put a 1/1 colorless Spirit creature token into play for each Shrine you control.
auto=@each my upkeep:foreach(shrine|myinplay) token(Spirit,Creature Spirit,1/1,artifact)
@@ -276,7 +278,8 @@ rarity=U
id=79176
name=Honden of Seeing Winds
mana={4}{U}
type=Legendary Enchantment
type=Enchantment
abilities=Legendary
subtype=Shrine
text=At the beginning of your upkeep, draw a card for each Shrine you control.
auto=@each my upkeep:foreach(shrine|myinplay) draw:1