Skip to content

ManaSpell

MomoPewpew edited this page Jul 28, 2023 · 6 revisions

Source Code

spell-class: ".instant.ManaSpell"

Description:

Instant spell. A spell that restores mana.

Configuration Options:

Option Description Default Value
mana How much mana to restore. Negative value takes mana instead. 25

Example:

mana:
  spell-class: ".instant.ManaSpell"
  name: mana
  cooldown: 30
  cast-item: stick
  cost:
    - health 2
  str-cost: "2 health"
  mana: 25
Clone this wiki locally