[DMC] Implement Jedit Ojanen, Mercenary (#9497)

This commit is contained in:
PurpleCrowbar 2022-09-10 20:59:48 +01:00 committed by GitHub
parent c0aeb44e5b
commit 6c60b342a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 55 additions and 2 deletions

View file

@ -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);