Erwan
-Added cards (search in your library + put into play tapped) - Fixed issues in CHK
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user