Skip to content

Damage Empower Spell

JasperLorelai edited this page Mar 31, 2022 · 12 revisions

Damage Empower Spell

Source Code

Targeting:

This spell can be casted by/on all living entities.

Description:

Buff spell that modifies the damage of spells.

Uses:

Buff spell Uses increment whenever a damage spell is cast with the buff active.

Configuration:

Option Description Default Value
damage-multiplier A number to multiply spell damage by. If you want to reduce spell damage, this number should be less than 1. 1.5
spells A list of spells to be affected by this spell. If this is empty, it will affect all spells. null
denied-spells A list of spells that will not be affected by this spell. null
spell-tags Any spell with a tag in this list will be affected by this spell. For more information about tags, check the general configuration page null
denied-spell-tags Any spell with a tag in this list will not be affected by this spell. For more information about tags, check the general configuration page null

Example:

Damage-Empower:
    spell-class: ".buff.DamageEmpowerSpell"
    damage-multiplier: 1.5
    duration: 60
Clone this wiki locally