- 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...
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-12-27 12:14:36 +00:00
parent 6135774016
commit 05a72de5bc
29 changed files with 713 additions and 564 deletions

View File

@@ -851,40 +851,24 @@ mana={X}{2}{R}{R}
auto=lord(creature) x/-x
[/card]
[card]
text={T}: Add {G} to your mana pool.
auto={T}: Add {G}
id=129559
name=Forest
primitive=Forest
rarity=L
type=Basic Land
subtype=Forest
[/card]
[card]
text={T}: Add {G} to your mana pool.
auto={T}: Add {G}
id=129560
name=Forest
primitive=Forest
rarity=L
type=Basic Land
subtype=Forest
[/card]
[card]
text={T}: Add {G} to your mana pool.
auto={T}: Add {G}
id=129561
name=Forest
primitive=Forest
rarity=L
type=Basic Land
subtype=Forest
[/card]
[card]
text={T}: Add {G} to your mana pool.
auto={T}: Add {G}
id=129562
name=Forest
primitive=Forest
rarity=L
type=Basic Land
subtype=Forest
[/card]
[card]
text={2}, {T}: You gain 1 life.
@@ -2093,16 +2077,9 @@ subtype=Merfolk
toughness=2
[/card]
[card]
text={T}: Destroy target tapped creature.
id=129708
auto={T}:destroy target(creature[tapped])
name=Royal Assassin
primitive=Royal Assassin
rarity=R
type=Creature
mana={1}{B}{B}
power=1
subtype=Human Assassin
toughness=1
[/card]
[card]
text=Forestwalk (This creature is unblockable as long as defending player controls a Forest.)

View File

@@ -440,40 +440,24 @@ power=2
toughness=3
[/card]
[card]
text={T}: Add {G} to your mana pool.
auto={T}:Add {G}
id=174927
name=Forest
primitive=Forest
rarity=L
type=Basic Land
subtype=Forest
[/card]
[card]
text={T}: Add {G} to your mana pool.
auto={T}:Add {G}
id=174930
name=Forest
rarity=L
type=Basic Land
subtype=Forest
[/card]
[card]
text={T}: Add {G} to your mana pool.
auto={T}:Add {G}
id=174928
name=Forest
primitive=Forest
rarity=L
type=Basic Land
subtype=Forest
[/card]
[card]
text={T}: Add {G} to your mana pool.
auto={T}:Add {G}
id=174929
name=Forest
primitive=Forest
rarity=L
[/card]
[card]
id=174930
primitive=Forest
rarity=L
type=Basic Land
subtype=Forest
[/card]
[card]
text=Flying Whenever another artifact enters the battlefield under your control, Glaze Fiend gets +2/+2 until end of turn.

View File

@@ -1502,14 +1502,7 @@ rarity=U
[/card]
[card]
id=191318
name=Royal Assassin
mana={1}{B}{B}
type=Creature
subtype=Human Assassin
power=1
toughness=1
text={T}: Destroy target tapped creature.
auto={T}:destroy target(creature[tapped])
primitive=Royal Assassin
rarity=R
[/card]
[card]

View File

@@ -1824,16 +1824,9 @@ mana={4}
type=Artifact
[/card]
[card]
text={T}: Destroy target tapped creature.
auto={T}:destroy target(creature[tapped])
id=1175
name=Royal Assassin
primitive=Royal Assassin
rarity=R
mana={1}{B}{B}
type=Creature
subtype=Human Assassin
power=1
toughness=1
[/card]
[card]
text=As an additional cost to cast Sacrifice, sacrifice a creature. Add to your mana pool an amount of black mana equal to the sacrificed creature's converted mana cost.

View File

@@ -0,0 +1,19 @@
#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]