Add LCC token images

This commit is contained in:
PurpleCrowbar 2024-02-26 15:22:23 +00:00
parent 6ead910cfc
commit b847e9d0d7
5 changed files with 45 additions and 9 deletions

View file

@ -7,9 +7,9 @@ import mage.constants.SubType;
/**
* @author TheElk801
*/
public final class SalamnderWarriorToken extends TokenImpl {
public final class SalamanderWarriorToken extends TokenImpl {
public SalamnderWarriorToken() {
public SalamanderWarriorToken() {
super("Salamander Warrior Token", "4/3 blue Salamander Warrior creature token");
cardType.add(CardType.CREATURE);
color.setBlue(true);
@ -19,11 +19,11 @@ public final class SalamnderWarriorToken extends TokenImpl {
toughness = new MageInt(3);
}
private SalamnderWarriorToken(final SalamnderWarriorToken token) {
private SalamanderWarriorToken(final SalamanderWarriorToken token) {
super(token);
}
public SalamnderWarriorToken copy() {
return new SalamnderWarriorToken(this);
public SalamanderWarriorToken copy() {
return new SalamanderWarriorToken(this);
}
}

View file

@ -124,6 +124,7 @@
|Generate|EMBLEM:CMM|Emblem Narset|||NarsetOfTheAncientWayEmblem|
|Generate|EMBLEM:CMM|Emblem Nixilis|||ObNixilisOfTheBlackOathEmblem|
|Generate|EMBLEM:CMM|Emblem Teferi|||TeferiTemporalArchmageEmblem|
|Generate|EMBLEM:LCC|Emblem Sorin|||SorinLordOfInnistradEmblem|
# ALL PLANES
# Usage hints:
@ -2121,3 +2122,20 @@
|Generate|TOK:LCI|Treasure|||TreasureToken|
|Generate|TOK:LCI|Vampire|||IxalanVampireToken|
|Generate|TOK:LCI|Vampire Demon|||VampireDemonToken|
# LCC
|Generate|TOK:LCC|Beast|||BeastToken|
|Generate|TOK:LCC|Bird|||BlueBirdToken|
|Generate|TOK:LCC|Blood|||BloodToken|
|Generate|TOK:LCC|Boar|||Boar2Token|
|Generate|TOK:LCC|Dinosaur|||DinosaurToken|
|Generate|TOK:LCC|Dinosaur Beast|||DinosaurBeastToken|
|Generate|TOK:LCC|Elephant|||ElephantToken|
|Generate|TOK:LCC|Frog Lizard|||FrogLizardToken|
|Generate|TOK:LCC|Merfolk|||MerfolkToken|
|Generate|TOK:LCC|Pirate|||PirateToken|
|Generate|TOK:LCC|Ragavan|||RagavanToken|
|Generate|TOK:LCC|Salamander Warrior|||SalamanderWarriorToken|
|Generate|TOK:LCC|Shapeshifter|||Shapeshifter32Token|
|Generate|TOK:LCC|Vampire|1||SorinLordOfInnistradVampireToken|
|Generate|TOK:LCC|Vampire|2||EdgarMarkovsCoffinVampireToken|