Erwan
- Added remove/add counters as a cost, patch by Salmelo, thanks man!. See primitives/mtg.txt -> Thallid to see how it works - added test for i286 by salmelo - added basic display for counters (this needs improvement) by salmelo
This commit is contained in:
@@ -31887,6 +31887,14 @@ power=5
|
||||
toughness=5
|
||||
[/card]
|
||||
[card]
|
||||
name=Saproling
|
||||
type=Creature
|
||||
subtype=Saproling
|
||||
power=1
|
||||
toughness=1
|
||||
color=green
|
||||
[/card]
|
||||
[card]
|
||||
name=Sapseep Forest
|
||||
auto=tap
|
||||
auto={T}:Add {G}
|
||||
@@ -38996,6 +39004,17 @@ power=1
|
||||
toughness=2
|
||||
[/card]
|
||||
[card]
|
||||
name=Thallid
|
||||
text=At the beginning of your upkeep, put a spore counter on Thallid. -- Remove three spore counters from Thallid: Put a 1/1 green Saproling creature token onto the battlefield.
|
||||
mana={G}
|
||||
type=Creature
|
||||
subtype=Fungus
|
||||
auto=@each my upkeep:counter(0/0,1,Spore)
|
||||
auto={C(0/0,-3,Spore)}:Token(-1924)
|
||||
power=1
|
||||
toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Thaumatog
|
||||
auto={S(land|myBattlefield)}:1/1
|
||||
auto={S(enchantment|myBattlefield)}:1/1
|
||||
|
||||
Reference in New Issue
Block a user