Tidy 5e Sheets API
    Preparing search index...

    Class SpellSchoolApi

    Allows for configuration related to Spell Schools. Currently, FontAwesome and RPG Awesome icons are officially supported.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Sets an icon class for a target school key.

      Parameters

      • schoolKey: string

        the key that represents a spell school, e.g. "abj" for Abjuration, "nec" for Necromancy, and "trs" for Transmutation

      • iconClass: SupportedSpellSchoolIcon

        a class string for an <i> element

      Returns void

      Hooks.once("tidy5e-sheet.ready", (api) => {
      api.config.spellSchool.setIcon('trs', 'fa-solid fa-coins');
      });