mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
[DOM] Implement 3 Cards
Add: Academy Journeymage Add: Adeliz, the Cinder Wind Add: Befuddle Update: Set file Update: Knight Token Update: Static Filter for Opponents Creatures
This commit is contained in:
parent
359082b60a
commit
45a22e85ab
7 changed files with 247 additions and 5 deletions
|
|
@ -157,7 +157,7 @@ public final class StaticFilters {
|
|||
FILTER_OPPONENTS_PERMANENT.add(new ControllerPredicate(TargetController.OPPONENT));
|
||||
FILTER_OPPONENTS_PERMANENT.setLockedFilter(true);
|
||||
}
|
||||
public static final FilterPermanent FILTER_OPPONENTS_PERMANENT_CREATURE = new FilterCreaturePermanent("creature an opponent controls");
|
||||
public static final FilterCreaturePermanent FILTER_OPPONENTS_PERMANENT_CREATURE = new FilterCreaturePermanent("creature an opponent controls");
|
||||
|
||||
static {
|
||||
FILTER_OPPONENTS_PERMANENT_CREATURE.add(new ControllerPredicate(TargetController.OPPONENT));
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ public class KnightToken extends TokenImpl {
|
|||
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
static {
|
||||
tokenImageSets.addAll(Arrays.asList("ORI", "RTR", "C15", "CMA"));
|
||||
tokenImageSets.addAll(Arrays.asList("ORI", "RTR", "C15", "CMA", "DOM"));
|
||||
}
|
||||
|
||||
public KnightToken() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue