[AFC] added tokens and images support

This commit is contained in:
Oleg Agafonov 2022-02-02 13:13:49 +04:00
parent 3f21c35955
commit 0cb9266a15
14 changed files with 50 additions and 11 deletions

View file

@ -16,10 +16,11 @@ public final class AngelToken extends TokenImpl {
subtype.add(SubType.ANGEL);
power = new MageInt(4);
toughness = new MageInt(4);
addAbility(FlyingAbility.getInstance());
availableImageSetCodes = Arrays.asList("APC", "AVR", "C14", "C15", "C18", "CON", "DDQ", "GTC",
"ISD", "M14", "MM3", "NEM", "OGW", "ORI", "PC2", "SCG", "SOI", "ZEN", "C20", "M21", "CMR");
"ISD", "M14", "MM3", "NEM", "OGW", "ORI", "PC2", "SCG", "SOI", "ZEN", "C20", "M21", "CMR", "AFC");
}
public AngelToken(final AngelToken token) {