- Card Primitives system. Check Royal Assassin in RV, 10E, M10 - Please review, is sets/primitives a good directory? Should we rename MTGCard into "CardPrint"? - Unfortunately for now it is not possible to "override" a Primitive. A card that links to a primitive but also defines new "values" will create its own data and ignore the data in the "linked" primitive for the time being. I hope to solve that at some point...
19 lines
457 B
Plaintext
19 lines
457 B
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] |