mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
Add BLB token images
This commit is contained in:
parent
831313bcb9
commit
4f90270fa1
3 changed files with 30 additions and 2 deletions
|
|
@ -11,8 +11,7 @@ import mage.constants.SubType;
|
|||
public final class WallWhiteToken extends TokenImpl {
|
||||
|
||||
public WallWhiteToken() {
|
||||
super("Wall Token", "0/4 white Wall artifact creature token with defender");
|
||||
cardType.add(CardType.ARTIFACT);
|
||||
super("Wall Token", "0/4 white Wall creature token with defender");
|
||||
cardType.add(CardType.CREATURE);
|
||||
subtype.add(SubType.WALL);
|
||||
color.setWhite(true);
|
||||
|
|
|
|||
|
|
@ -2372,3 +2372,17 @@
|
|||
|Generate|TOK:M3C|Spirit|||UginTheIneffableToken|
|
||||
|Generate|TOK:M3C|Tarmogoyf|||TarmogoyfToken|
|
||||
|Generate|TOK:M3C|Thopter|||ThopterColorlessToken|
|
||||
|
||||
# BLB
|
||||
|Generate|TOK:BLB|Bat|||BatToken|
|
||||
|Generate|TOK:BLB|Cragflame|||CragflameToken|
|
||||
|Generate|TOK:BLB|Fish|||FishNoAbilityToken|
|
||||
|Generate|TOK:BLB|Food|||FoodToken|
|
||||
|Generate|TOK:BLB|Otter|||OtterProwessToken|
|
||||
|Generate|TOK:BLB|Rabbit|||RabbitToken|
|
||||
|Generate|TOK:BLB|Rat|||VrenRatToken|
|
||||
|Generate|TOK:BLB|Snail|||SnailToken|
|
||||
|Generate|TOK:BLB|Squirrel|||SquirrelToken|
|
||||
|Generate|TOK:BLB|Sword|||SwordToken|
|
||||
|Generate|TOK:BLB|Treasure|||TreasureToken|
|
||||
|Generate|TOK:BLB|Wall|||WallWhiteToken|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue