docs
This commit is contained in:
@@ -43,13 +43,13 @@ public class StatusEffect extends UnlockableContent{
|
||||
public Color color = Color.white.cpy();
|
||||
/** Effect that happens randomly on top of the affected unit. */
|
||||
public Effect effect = Fx.none;
|
||||
/** Affinity & opposite values for stat displaysdo. */
|
||||
public ObjectSet<StatusEffect> affinities = new ObjectSet<>(), opposites = new ObjectSet<>();
|
||||
/** Transition handler map. */
|
||||
protected ObjectMap<StatusEffect, TransitionHandler> transitions = new ObjectMap<>();
|
||||
/** Called on init. */
|
||||
protected Runnable initblock = () -> {};
|
||||
|
||||
public ObjectSet<StatusEffect> affinities = new ObjectSet<>(), opposites = new ObjectSet<>();
|
||||
|
||||
public StatusEffect(String name){
|
||||
super(name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user