Files
wagic/projects/mtg/bin/Res/sets/primitives/mtg.txt
T
wagic.the.homebrew@gmail.com dabd93b5d7 Erwan
-fix issue 287 (urza's mine)
2010-01-08 15:07:56 +00:00

39 lines
1.3 KiB
Plaintext

#Primitives Pack for Wagic the Homebrew.
#Please keep these card alphabetized, and try to have the "name=" line at the top of each card
[card]
name=Forest
text={T}: Add {G} to your mana pool.
auto={T}: Add {G}
type=Basic Land
subtype=Forest
[/card]
[card]
name=Royal Assassin
text={T}: Destroy target tapped creature.
auto={T}:destroy target(creature[tapped])
type=Creature
mana={1}{B}{B}
power=1
subtype=Human Assassin
toughness=1
[/card]
[card]
text={T} Add {1} to your mana pool. If you control an Urza's Power-Plant and an Urza's Tower, add {2} to your mana pool instead.
name=Urza's Mine
type=Land
auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Tower|myinplay) add{1}
subtype=Urza's Mine
[/card]
[card]
text={T} Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Tower, add {2} to your mana pool instead.
name=Urza's Power Plant
type=Land
auto={T}:add {1} && aslongas(Urza's Mine|myinplay)aslongas(Urza's Tower|myinplay) add{1}
subtype=Urza's Power-Plant
[/card]
[card]
text={T} Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Power-Plant, add {3} to your mana pool instead.
name=Urza's Tower
type=Land
auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay) add{2}
[/card]