Package com.prineside.tdi2.buffs


package com.prineside.tdi2.buffs
Variants of BuffProcessor Buff processors are single instances stored in BuffSystem, each of them is responsible for a single type of (de)buff. Adding / removal of any buff is managed by BuffProcessors and they decide whether the buffs will stack or not, or even if some buff will replace the already existing one. You can access these processors directly through the fields of BuffSystem, for example BuffSystem.P_STUN is an instance of StunBuffProcessor