mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
Added RTR token images
This commit is contained in:
parent
471e6ef433
commit
d4de0e8729
4 changed files with 17 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ public final class MysticGenesisOozeToken extends TokenImpl {
|
|||
subtype.add(SubType.OOZE);
|
||||
power = new MageInt(xValue);
|
||||
toughness = new MageInt(xValue);
|
||||
setOriginalExpansionSetCode("RTR");
|
||||
setOriginalExpansionSetCode("MM3");
|
||||
}
|
||||
|
||||
public MysticGenesisOozeToken(final MysticGenesisOozeToken token) {
|
||||
|
|
|
|||
|
|
@ -17,13 +17,12 @@ public final class UtvaraHellkiteDragonToken extends TokenImpl {
|
|||
|
||||
static final private List<String> tokenImageSets = new ArrayList<>();
|
||||
static {
|
||||
tokenImageSets.addAll(Arrays.asList("C17"));
|
||||
tokenImageSets.addAll(Arrays.asList("RTR", "C17"));
|
||||
}
|
||||
|
||||
public UtvaraHellkiteDragonToken() {
|
||||
super("Dragon Token", "6/6 red Dragon creature token with flying");
|
||||
availableImageSetCodes = tokenImageSets;
|
||||
setExpansionSetCodeForImage("C17");
|
||||
cardType.add(CardType.CREATURE);
|
||||
color.setRed(true);
|
||||
subtype.add(SubType.DRAGON);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue