Erwan
-added "this" as valid target (still needs some work) see cathodion - Added mythic rares in boosters
This commit is contained in:
@@ -91,6 +91,18 @@ toughness=3
|
||||
subtype=Gnome
|
||||
[/card]
|
||||
[card]
|
||||
text=When Cathodion is put into a graveyard from play, add {3} to your mana pool.
|
||||
auto=@movedTo(this|graveyard):Add{3}
|
||||
id=48195
|
||||
name=Cathodion
|
||||
rarity=U
|
||||
type=Artifact Creature
|
||||
mana={3}
|
||||
power=3
|
||||
subtype=Construct
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
text=Cloudpost comes into play tapped. {T}: Add {1} to your mana pool for each Locus in play.
|
||||
auto=tap
|
||||
auto={T}:foreach(Locus)add:{1}
|
||||
|
||||
@@ -47,6 +47,7 @@ bottle_gnomes.txt
|
||||
boggart_arsonists.txt
|
||||
brass_man.txt
|
||||
castle.txt
|
||||
cathodion.txt
|
||||
celestial_purge.txt
|
||||
circle_of_protection.txt
|
||||
clone.txt
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
#Testing Cathodion:
|
||||
# text=When Cathodion is put into a graveyard from play, add {3} to your mana pool.
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:lightning bolt
|
||||
manapool:{R}
|
||||
[PLAYER2]
|
||||
inplay:cathodion
|
||||
[DO]
|
||||
lightning bolt
|
||||
cathodion
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
graveyard:lightning bolt
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
graveyard:cathodion
|
||||
manapool:{3}
|
||||
[END]
|
||||
Reference in New Issue
Block a user