Effects
Available Effects
Health Boost
Description: Increases health regeneration over time.
Parameters:
duration
: Duration of the effect in seconds.strength
: Health points gained per tick.tickInterval
: Interval between each tick in seconds.visualEffect
: Optional visual effect to apply during the effect.visualEffectStrength
: Strength of the visual effect (optional).
Stamina Boost
Description: Increases stamina regeneration.
Parameters:
duration
: Duration of the effect in seconds.visualEffect
: Optional visual effect to apply during the effect.visualEffectStrength
: Strength of the visual effect (optional).
Armor Boost
Description: Provides additional armor.
Parameters:
duration
: Duration of the effect in seconds.strength
: Amount of armor points gained.visualEffect
: Optional visual effect to apply during the effect.visualEffectStrength
: Strength of the visual effect (optional).
Speed Boost
Description: Increases movement speed.
Parameters:
duration
: Duration of the effect in seconds.strength
: Percentage increase in speed.visualEffect
: Optional visual effect to apply during the effect.visualEffectStrength
: Strength of the visual effect (optional).
Strength Boost
Description: Increases melee damage.
Parameters:
duration
: Duration of the effect in seconds.strength
: Percentage increase in melee damage.visualEffect
: Optional visual effect to apply during the effect.visualEffectStrength
: Strength of the visual effect (optional).
Damage Resistance
Description: Reduces incoming damage.
Parameters:
duration
: Duration of the effect in seconds.strength
: Percentage reduction in damage taken.visualEffect
: Optional visual effect to apply during the effect.visualEffectStrength
: Strength of the visual effect (optional).
Fire Resistance
Description: Reduces or nullifies fire damage.
Parameters:
duration
: Duration of the effect in seconds.visualEffect
: Optional visual effect to apply during the effect.visualEffectStrength
: Strength of the visual effect (optional).
Vision Enhancement
Description: Enhances night vision.
Parameters:
duration
: Duration of the effect in seconds.visualEffect
: Optional visual effect to apply during the effect.visualEffectStrength
: Strength of the visual effect (optional).
Adrenaline Rush
Description: Temporarily increases all physical stats.
Parameters:
duration
: Duration of the effect in seconds.strength
: Percentage increase in all stats.visualEffect
: Optional visual effect to apply during the effect.visualEffectStrength
: Strength of the visual effect (optional).
Poison
Description: Inflicts damage over time.
Parameters:
duration
: Duration of the effect in seconds.strength
: Health points lost per tick.tickInterval
: Interval between each tick in seconds.visualEffect
: Optional visual effect to apply during the effect.visualEffectStrength
: Strength of the visual effect (optional).
Slow
Description: Reduces movement speed.
Parameters:
duration
:
Duration of the effect in seconds.
strength
: Percentage reduction in speed.visualEffect
: Optional visual effect to apply during the effect.visualEffectStrength
: Strength of the visual effect (optional).
Last updated