Skip to content

FreezeSpell

JasperLorelai edited this page Mar 21, 2022 · 2 revisions

Freeze Spell

Instant spell. Spray snowballs that slow and damage entities

Configuration Options:

Option Description Default Value
snowballs The amount of snowballs to spray. 15
horizontal-spread How much does it spread horizontally. 15
vertical-spread How much does it spread vertically. 15
damage Damage dealt by snowballs. 3
spell-damage-type The spell damage type(soon).
slow-amount The strength of the slow. 3
slow-duration Duration of the slow in ticks. 40
gravity Whether it should have gravity or not. true

Example:

Freeze:
  spell-class: ".instant.FreezeSpell"
  name: "Freeze"
  cast-item: book
  cooldown: 0
  cost:
    - mana 0
  str-cost: "35 mana"
  str-cast-self: "You spray snowballs!"
  snowballs: 15
  horizontal-spread: 15
  vertical-spread: 15
  damage: 3
  slow-amount: 3
  slow-duration: 40
  gravity: true
Clone this wiki locally