47 lines
1.6 KiB
Plaintext
47 lines
1.6 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]
|
|
text=Spend only black mana on X. Drain Life deals X damage to target creature or player. You gain life equal to the damage dealt, but not more life than the player's life total before Drain Life dealt damage or the creature's toughness.
|
|
target=creature,player
|
|
alias=1156
|
|
name=Drain Life
|
|
mana={X}{1}{B}
|
|
type=Sorcery
|
|
[/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] |