[card]
name=Frogmite
abilities=affinityartifacts
text=Affinity for artifacts (This spell costs {1} less to cast for each artifact you control.)
mana={4}
type=Artifact Creature
subtype=Frog
power=2
toughness=2
[/card]
Added tests for that.
Have fun!
18 lines
378 B
Plaintext
18 lines
378 B
Plaintext
#Testing Tangle Golem (keyword:AFFINITYFORESTS)
|
|
#Affinity for Forests (This spell costs {1} less to cast for each Forest you control.)
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
inplay:Forest,Forest,Forest,Forest
|
|
hand:Tangle Golem
|
|
manapool:{3}
|
|
[PLAYER2]
|
|
[DO]
|
|
Tangle Golem
|
|
[ASSERT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
inplay:Tangle Golem,Forest,Forest,Forest,Forest
|
|
manapool:{0}
|
|
[PLAYER2]
|
|
[END] |