Options
All
  • Public
  • Public/Protected
  • All
Menu

A collection of static data that is used within the library

Hierarchy

  • LocalData

Index

Properties

guildLevels

Information on guild level requirements; the preGavelReborn is the value for a guild to level up from the given level to the next, prior to 1.20; postGavelReborn is it's equivalent for post 1.20

You can use this data to translate the level percentage returned by the guild API endpoint.
The array index represents the level.

identifications

identifications: IdentificationData[]

Information on Identifications

majorIds

majorIds: MajorIdData[]

Information on Major IDs

minecraftIds

minecraftIds: MinecraftIds

A translation table for string and numeric minecraft IDs

sprites

sprites: Map<ItemSpriteName, Sprite>

Information on sprites commonly used by wynncraft items

Not all sprite are listed here. Ingredient sprites and some special items (currently only "Wybel Paw") don't use sprites from here.

territories

territories: Map<string, TerritoryData>

Information on Territories

Generated using TypeDoc