mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
[DMC] Implement Jedit Ojanen, Mercenary (#9497)
This commit is contained in:
parent
c0aeb44e5b
commit
6c60b342a0
3 changed files with 55 additions and 2 deletions
|
|
@ -19,13 +19,12 @@ public final class CatWarriorToken extends TokenImpl {
|
|||
static final private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
static {
|
||||
tokenImageSets.addAll(Arrays.asList("PLC", "C17", "C18"));
|
||||
tokenImageSets.addAll(Arrays.asList("C17", "C18"));
|
||||
}
|
||||
|
||||
public CatWarriorToken() {
|
||||
super("Cat Warrior Token", "2/2 green Cat Warrior creature token with forestwalk");
|
||||
availableImageSetCodes = tokenImageSets;
|
||||
this.setOriginalExpansionSetCode("PLC");
|
||||
this.power = new MageInt(2);
|
||||
this.toughness = new MageInt(2);
|
||||
this.color.setGreen(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue