forked from External/mage
redesigned evasion abilities and added restriction and requirement effects
This commit is contained in:
parent
ab1f0b5f11
commit
0ce1f50734
44 changed files with 839 additions and 356 deletions
|
|
@ -48,6 +48,7 @@ public interface ContinuousEffect<T extends ContinuousEffect<T>> extends Effect<
|
|||
public void newId();
|
||||
public boolean apply(Layer layer, SubLayer sublayer, Ability source, Game game);
|
||||
public boolean hasLayer(Layer layer);
|
||||
public boolean isInactive(Ability source, Game game);
|
||||
public void init(Ability source, Game game);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue