Wand options

Options configuration

Paths & Values example

Options:
  BasicCharmColor: "#ffffff"
  BasicCharmDisplayName: "&fBasic"
  BasicCharmDamage: 10.0
  BasicCharmDelay: 1
  BasicCharmLength: 10
  SpellsConfiguration: true
  Spells: 3
  PreSetSpells:
    - "customcharm"

BasicCharmColor, configure what color will have basic charm (Use HEX color code). BasicCharmDisplayName is display name, which will be displayed in ActionBar in Charms order. BasicCharmDamage is just damage (On this damage amplifier wont work). BasicCharmDelay is value in seconds, it's delay to use basic charm again. BasicCharmLength is value, that defines length limitation for using basic cast. SpellsConfiguration is value, which defines if charm order can be edited on that wand. Spells value defines how many spells you can put on wand. Maximum is 3 and 0 is also possible option! PreSetSpells is list of string with charms names. These charms will be on wand by default!

Last updated