Search in sources :

Example 1 with INJURY_TYPE

use of main.content.CONTENT_CONSTS2.INJURY_TYPE in project Eidolons by IDemiurge.

the class InjuryRule method applyInjuryRule.

// dynamic reset to support cure?
public static void applyInjuryRule(DC_ActiveObj action) {
    INJURY_TYPE type = null;
    new InjuryEffect(type);
// action.getDamageType()
}
Also used : INJURY_TYPE(main.content.CONTENT_CONSTS2.INJURY_TYPE) InjuryEffect(eidolons.ability.effects.oneshot.rule.InjuryEffect)

Aggregations

InjuryEffect (eidolons.ability.effects.oneshot.rule.InjuryEffect)1 INJURY_TYPE (main.content.CONTENT_CONSTS2.INJURY_TYPE)1