Skip to content

SeeInvisibilitySpell

MomoPewpew edited this page Dec 9, 2023 · 1 revision

Source Code

spell-class: ".buff.SeeInvisibilitySpell"

Description:

A buff spell that makes you immune to Invisibility Spells.

  • Buff spell doesn't have Uses.

Configuration:

Option Description Default Value
invisibility-spells The names of all Invisibility Spells that this spell counters. If left blanc, it will counter all of them. null

Example:

SeeInvisibility:
    spell-class: ".buff.SeeInvisibilitySpell"
    cooldown: 300
    duration: 60
    invisibility-spells:
        - Vanish
Clone this wiki locally