affectsDamage

public boolean affectsDamage()

Returns whether this skill affects damage when used offensively.

By default, returns true. Override this method in utility skills (like movement speed, knockback reduction) to return false, so they don't incorrectly apply damage multipliers.

Return

true if this skill modifies damage, false if it's a utility skill