Skip to content

Damage Empower Spell

JasperLorelai edited this page Mar 21, 2022 · 12 revisions

Damage Empower Spell

Source Code

Buff spell that modifies the damage of spells

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