Erwan
-fixed a memory leak - Added P02 and PTK - New way to create tokens in the parser, much more flexible, see the Hive in RV. Tokens can now be written as other cards, with a rarity of "T". I suggest their id to be the negative value of the card that generates them when possible. Naming convention for images is the same as before: a negative id such as -1138 will need a [id]t.jpg image (1138t.jpg). Positive ids work as "normal" pictures
This commit is contained in:
@@ -2112,7 +2112,7 @@ type=Instant
|
||||
[/card]
|
||||
[card]
|
||||
text={5}, {T}: Put a 1/1 Insect artifact creature token with flying named Wasp onto the battlefield. (It can't be blocked except by creatures with flying or reach.)
|
||||
auto={5},{T}:token(Wasp,creature artifact insect, 1/1,flying artifact)
|
||||
auto={5},{T}:token(-1138)
|
||||
id=1138
|
||||
name=The Hive
|
||||
rarity=R
|
||||
@@ -2120,6 +2120,17 @@ mana={5}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
text=Flying
|
||||
abilities=flying
|
||||
id=-1138
|
||||
name=Wasp
|
||||
type=Artifact Creature
|
||||
rarity=T
|
||||
power=1
|
||||
toughness=1
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
text=As The Rack enters the battlefield, choose an opponent. At the beginning of the chosen player's upkeep, The Rack deals X damage to that player, where X is 3 minus the number of cards in his or her hand.
|
||||
id=1139
|
||||
name=The Rack
|
||||
|
||||
Reference in New Issue
Block a user