Options
All
  • Public
  • Public/Protected
  • All
Menu

poe-mods

Index

Enumerations

Classes

Interfaces

Type aliases

Variables

Functions

Object literals

Type aliases

ApplicableFlag

ApplicableFlag: keyof ApplicableFlags

AtlasNodes

AtlasNodes: Map<HumanId, AtlasNode>

AtlasSextant

AtlasSextant: Sextant

Classification

Classification: ReadonlyArray<string>

CraftingBenchOptions

CraftingBenchOptions: CraftingBenchOptionsProps[]

Essences

Essences: EssenceProps[]

Faction

Faction: "brinerot" | "mutewind" | "redblade" | "renegade"

HumanId

HumanId: string

ItemClassId

ItemClassId: "LifeFlask" | "ManaFlask" | "HybridFlask" | "Currency" | "Amulet" | "Ring" | "Claw" | "Dagger" | "Wand" | "One Hand Sword" | "Thrusting One Hand Sword" | "One Hand Axe" | "One Hand Mace" | "Bow" | "Staff" | "Two Hand Sword" | "Two Hand Axe" | "Two Hand Mace" | "Active Skill Gem" | "Support Skill Gem" | "Quiver" | "Belt" | "Gloves" | "Boots" | "Body Armour" | "Helmet" | "Shield" | "SmallRelic" | "MediumRelic" | "LargeRelic" | "StackableCurrency" | "QuestItem" | "Sceptre" | "UtilityFlask" | "UtilityFlaskCritical" | "Map" | "Unarmed" | "FishingRod" | "MapFragment" | "HideoutDoodad" | "Microtransaction" | "Jewel" | "DivinationCard" | "LabyrinthItem" | "LabyrinthTrinket" | "LabyrinthMapItem" | "MiscMapItem" | "Leaguestone" | "PantheonSoul" | "UniqueFragment" | "AbyssJewel" | "IncursionItem"

Items

ModApplicableFlag

ModApplicableFlag: keyof BaseModApplicableFlags

ModGroup

ModGroup: "explicit" | "implicit"

Mods

Mods: ModProps[]

OptionId

OptionId: number

the primary of the option in data/craftingbenchoptions

RarityIdent

RarityIdent: keyof typeof RarityKind

SocketGroup

SocketGroup: SocketId[]

SocketId

SocketId: number

SpawnableFlag

SpawnableFlag: keyof SpawnableFlags

Tag

Tag: string

ValueRangeLike

ValueRangeLike: ValueRange | number | [number, number]

Variables

Const DEFAULT_ROLLABLE_MESSAGE

DEFAULT_ROLLABLE_MESSAGE: "({min}–{max})" = "({min}–{max})"

Const MIN_ATTRIBUTE_REQUIREMENTS

MIN_ATTRIBUTE_REQUIREMENTS: 14 = 14

Const SEXTANT_RANGE

SEXTANT_RANGE: 55 = 55

Const all_options

all_options: any = require('../../../data/craftingbenchoptions.json')

Const atlas

atlas: any = require('../../../data/atlas.json')

atlas_nodes

atlas_nodes: PropsTable<AtlasNodeProps, AtlasNode, undefined>

atlas_nodes_props

atlas_nodes_props: PropsTable<AtlasNodeProps, AtlasNode, undefined>

atlas_props

atlas_props: PropsTable<AtlasNodeProps, AtlasNode, undefined>

Const craftedCastSpeed

craftedCastSpeed: Mod = mods.fromId('IntMasterCastSpeedCrafted')

Const craftedSpellDamage

craftedSpellDamage: Mod = mods.fromId('IntMasterIncreasedSpellDamageCrafted1')

craftingbenchoptions

craftingbenchoptions: PropsTable<CraftingBenchOptionsProps, MasterBenchOption, undefined>

Const essenceWeaponRange

essenceWeaponRange: Mod = mods.fromId('LocalIncreasedMeleeWeaponRangeEssence5',)

Const essences

essences: EssenceProps[] = require('../../../data/essences.json')

Const generator

generator: MasterSignatureMods = MasterSignatureMods.build(mods.all())

Let global_atlas

global_atlas: AtlasNode[]

Const greaves

greaves: Item = items.fromName('Iron Greaves')

Const item

item: Item = items.fromName('Vaal Regalia')

Const items

items: any = require('../../../data/items.json')

Const json_cache

json_cache: Partial<Tables>

Const mods

mods: PropsTable<ModProps, Mod, undefined> = require('../../../data/mods.json')

Const ofBrute

ofBrute: Mod = mods.fromId('Strength1')

Const options

options: any = require('../../../data/craftingbenchoptions.json')

Const plusLevel

plusLevel: Mod = mods.fromId('GemLevelCorruption')

Const showcase

showcase: ItemShowcase = new ItemShowcase(mods.all(),craftingbenchoptions.all(),essences.all(),)

Const sturdy

sturdy: Mod = mods.fromId('LocalBaseArmourAndEvasionRating5')

Const tables

tables: Tables = createTables()

Functions

Const allowAll

  • allowAll(): boolean
  • Returns boolean

anyCmp

  • anyCmp(augmentable: { value: AugmentableValue["value"] }, cmp: (n: number) => boolean): boolean
  • Parameters

    • augmentable: { value: AugmentableValue["value"] }
      • value: AugmentableValue["value"]
    • cmp: (n: number) => boolean
        • (n: number): boolean
        • Parameters

          • n: number

          Returns boolean

    Returns boolean

Const anySet

  • anySet(flags: Flags, whitelist?: any[]): boolean
  • Parameters

    • flags: Flags
    • Default value whitelist: any[] = []

    Returns boolean

atlasModifier

  • Parameters

    • baseitem: { tags: Tag[] }

    Returns AtlasModifier

build

  • Parameters

    • item: Item
    • builder: Builder

    Returns ItemProperties

Const byEssenceName

  • byEssenceName(name: string): (Anonymous function)
  • Parameters

    • name: string

    Returns (Anonymous function)

Const byWorldAreaId

  • byWorldAreaId(id: string): (Anonymous function)
  • Parameters

    • id: string

    Returns (Anonymous function)

Const calculateSpawnchance

changeColors

  • changeColors(item: Item, configuration: string): Item
  • changes the colors of the item according to the configuration

    Parameters

    • item: Item
    • configuration: string

      a string consisting of R|G|B e.g. 'RRR' for 3 red The configuration is case sensitive

    Returns Item

changeLinks

  • changeLinks(item: Item, n: number): Item
  • links the first {n} sockets of the item if {n} is bigger than the current number of sockets all sockets are linked

    Parameters

    • item: Item
    • n: number

    Returns Item

changeSockets

  • changeSockets(item: Item, n: number): Item
  • changes the number of sockets to {n} new sockets are generated with {rollRequirementBiasedStable}

    Parameters

    • item: Item
    • n: number

    Returns Item

choose

  • choose<T>(pool: T[], getWeight: (item: T) => number): T | undefined
  • Type parameters

    • T

    Parameters

    • pool: T[]
    • getWeight: (item: T) => number
        • (item: T): number
        • Parameters

          • item: T

          Returns number

    Returns T | undefined

chunk

  • chunk<T>(arr: T[], size: number): T[][]
  • takes a flat array and transforms it into an array of arrays of {size}

    Type parameters

    • T

    Parameters

    • arr: T[]
    • size: number

    Returns T[][]

Const createAtlasNodes

createCategory

  • createCategory(item: Item): GGGApiItemJson["category"]
  • Parameters

    Returns GGGApiItemJson["category"]

Const createEssences

createFrameType

  • createFrameType(item: Item): GGGApiItemJson["frameType"]
  • Parameters

    Returns GGGApiItemJson["frameType"]

Const createItems

Const createMasterBenchOptions

Const createMods

createProperties

  • createProperties(item: Item): GGGApiItemJson["properties"]
  • Parameters

    Returns GGGApiItemJson["properties"]

createRequirements

  • createRequirements(item: Item, i18n: I18n): GGGApiItemJson["requirements"]
  • Parameters

    Returns GGGApiItemJson["requirements"]

Const createTable

Const createTables

  • Returns Tables

defaultNewSocket

  • Parameters

    Returns Socket

deserialize

  • Parameters

    Returns Item

elderTag

  • Parameters

    Returns AtlasModifierTag

filterUndefined

  • filterUndefined<T>(item: T | undefined | null): item is T
  • Type parameters

    • T

    Parameters

    • item: T | undefined | null

    Returns item is T

Const formatForSnapshot

  • formatForSnapshot(__namedParameters: { mod: Mod; props: props }): { mod: string; type: string }
  • Parameters

    Returns { mod: string; type: string }

    • mod: string
    • type: string

fromFlags

  • fromFlags(__namedParameters: { elder: undefined | false | true; shaper: undefined | false | true }): AtlasModifier
  • returns an AtlasModifier according to what flag is set e.g. elder: true returns AtlasModifier.ELDER throws if flags are inconsistent

    Parameters

    • __namedParameters: { elder: undefined | false | true; shaper: undefined | false | true }
      • elder: undefined | false | true
      • shaper: undefined | false | true

    Returns AtlasModifier

Const fromWorldAreaId

getFromAtlas

  • Parameters

    Returns AtlasNode

Const getNode

  • Parameters

    • id: string

    Returns AtlasNode

Const getNodeIndex

  • getNodeIndex(id: string): number
  • getNodeIndex(id: string): number
  • Parameters

    • id: string

    Returns number

  • Parameters

    • id: string

    Returns number

Const getWeight

  • getWeight(item: Item): number
  • Parameters

    • item: Item

    Returns number

groupOf

  • ind the index of a group that holds {socket_index}

    Parameters

    Returns number

Const ids

  • ids(__namedParameters: { props: { world_area: { id: string } } }): string
  • Parameters

    • __namedParameters: { props: { world_area: { id: string } } }
      • props: { world_area: { id: string } }
        • world_area: { id: string }
          • id: string

    Returns string

isIntHelmet

  • isIntHelmet(item: Item): boolean
  • Parameters

    Returns boolean

isKeyOf

  • isKeyOf<T>(key: any, obj: T): key is keyof T
  • Type parameters

    • T

    Parameters

    • key: any
    • obj: T

    Returns key is keyof T

isSpiritShield

  • isSpiritShield(item: Item): boolean
  • Parameters

    Returns boolean

isZero

  • isZero(augmentable: { value: AugmentableValue["value"] } | null | undefined): boolean
  • Parameters

    • augmentable: { value: AugmentableValue["value"] } | null | undefined

    Returns boolean

link

Const modIds

  • modIds(__namedParameters: { props: { id: string } }): string
  • Parameters

    • __namedParameters: { props: { id: string } }
      • props: { id: string }
        • id: string

    Returns string

modProps

  • Parameters

    Returns ModProps[]

modsFromProps

  • Parameters

    Returns Mod[]

parseColorConfiguration

  • parseColorConfiguration(configuration: string): SocketColor[]
  • Parameters

    • configuration: string

    Returns SocketColor[]

Const poe_round

  • poe_round(n: number, precision: number): number
  • Parameters

    • n: number
    • precision: number

    Returns number

random

  • random(min: number, max: number): number
  • Parameters

    • min: number
    • max: number

    Returns number

removeCraftedMods

  • removes all crafted mods, if not crafted mods are present the item itself is returned

    Parameters

    Returns Item

rollRequirementBiasedStable

  • creates a Socket according to the highest attr requirement if two or more requirements are equal the color is chosen with the priority Green > Red > Blue

    Parameters

    Returns Socket

serialize

  • Parameters

    Returns SemanticItemJSON

serializeSockets

  • serializeSockets(item: Item): { groups: number[][]; sockets: socket[] }
  • Parameters

    Returns { groups: number[][]; sockets: socket[] }

    • groups: number[][]
    • sockets: socket[]

Const shallowEqual

  • shallowEqual(a: {}, b: {}): boolean
  • Parameters

    • a: {}
      • [key: string]: any
    • b: {}
      • [key: string]: any

    Returns boolean

shaperTag

  • Parameters

    Returns AtlasModifierTag

Const snapshot

  • snapshot(__namedParameters: { mod: Mod }): string
  • Parameters

    • __namedParameters: { mod: Mod }

    Returns string

suffixedTag

  • Parameters

    Returns AtlasModifierTag

tagIdentifier

  • tagIdentifier(meta_data: MetaData): string
  • Parameters

    Returns string

tagsWithModifier

  • Parameters

    Returns Tag[]

tuple

  • Parameters

    Returns [number, number]

unique

  • unique<T>(arr: T[]): T[]
  • Type parameters

    • T

    Parameters

    • arr: T[]

    Returns T[]

Object literals

Const META_MODS

META_MODS: object

LLD_MOD

LLD_MOD: string = "PvPMasterLevel28Crafting"

LOCKED_PREFIXES

LOCKED_PREFIXES: string = "StrMasterItemGenerationCannotChangePrefixes"

LOCKED_SUFFIXES

LOCKED_SUFFIXES: string = "DexMasterItemGenerationCannotChangeSuffixes"

MULTIMOD

MULTIMOD: string = "StrIntMasterItemGenerationCanHaveMultipleCraftedMods"

NO_ATTACK_MODS

NO_ATTACK_MODS: string = "IntMasterItemGenerationCannotRollAttackAffixes"

NO_CASTER_MODS

NO_CASTER_MODS: string = "StrDexMasterItemGenerationCannotRollCasterAffixes"

Const applications

applications: object

accuracy_rating

accuracy_rating: object

classification

classification: never[] = []

type

type: "flat" = "flat"

accuracy_rating_+%

accuracy_rating_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

additional_all_attributes

additional_all_attributes: object

classification

classification: never[] = []

type

type: "flat" = "flat"

additional_block_%

additional_block_%: object

classification

classification: string[] = ['block']

type

type: "flat" = "flat"

additional_block_chance_against_projectiles_%

additional_block_chance_against_projectiles_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

additional_dexterity

additional_dexterity: object

classification

classification: never[] = []

type

type: "flat" = "flat"

additional_intelligence

additional_intelligence: object

classification

classification: never[] = []

type

type: "flat" = "flat"

additional_maximum_all_resistances_%

additional_maximum_all_resistances_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

additional_physical_damage_reduction_%_during_flask_effect

additional_physical_damage_reduction_%_during_flask_effect: object

classification

classification: never[] = []

type

type: "flat" = "flat"

additional_strength

additional_strength: object

classification

classification: never[] = []

type

type: "flat" = "flat"

arrow_base_number_of_targets_to_pierce

arrow_base_number_of_targets_to_pierce: object

classification

classification: never[] = []

type

type: "flat" = "flat"

attack_and_cast_speed_+%

attack_and_cast_speed_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

attack_and_cast_speed_+%_during_flask_effect

attack_and_cast_speed_+%_during_flask_effect: object

classification

classification: never[] = []

type

type: "flat" = "flat"

attack_damage_+%

attack_damage_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

attack_maximum_added_chaos_damage

attack_maximum_added_chaos_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

attack_maximum_added_cold_damage

attack_maximum_added_cold_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

attack_maximum_added_fire_damage

attack_maximum_added_fire_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

attack_maximum_added_lightning_damage

attack_maximum_added_lightning_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

attack_maximum_added_physical_damage

attack_maximum_added_physical_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

attack_minimum_added_chaos_damage

attack_minimum_added_chaos_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

attack_minimum_added_cold_damage

attack_minimum_added_cold_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

attack_minimum_added_fire_damage

attack_minimum_added_fire_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

attack_minimum_added_lightning_damage

attack_minimum_added_lightning_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

attack_minimum_added_physical_damage

attack_minimum_added_physical_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

attack_projectiles_return

attack_projectiles_return: object

classification

classification: never[] = []

type

type: "flat" = "flat"

attack_speed_+%

attack_speed_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

avoid_all_elemental_status_%

avoid_all_elemental_status_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

avoid_cold_damage_%

avoid_cold_damage_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

avoid_fire_damage_%

avoid_fire_damage_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

avoid_knockback_%

avoid_knockback_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

avoid_lightning_damage_%

avoid_lightning_damage_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_additional_physical_damage_reduction_%

base_additional_physical_damage_reduction_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_avoid_chill_%

base_avoid_chill_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_avoid_freeze_%

base_avoid_freeze_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_avoid_ignite_%

base_avoid_ignite_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_avoid_shock_%

base_avoid_shock_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_avoid_stun_%

base_avoid_stun_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_bleed_duration_+%

base_bleed_duration_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

base_cast_speed_+%

base_cast_speed_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

base_chance_to_dodge_%

base_chance_to_dodge_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_chance_to_dodge_spells_%

base_chance_to_dodge_spells_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_chance_to_freeze_%

base_chance_to_freeze_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_chance_to_ignite_%

base_chance_to_ignite_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_chance_to_shock_%

base_chance_to_shock_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_chaos_damage_resistance_%

base_chaos_damage_resistance_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_cold_damage_resistance_%

base_cold_damage_resistance_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_critical_strike_multiplier_+

base_critical_strike_multiplier_+: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_curse_duration_+%

base_curse_duration_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

base_damage_removed_from_mana_before_life_%

base_damage_removed_from_mana_before_life_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_energy_shield_regeneration_rate_per_minute_%

base_energy_shield_regeneration_rate_per_minute_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_evasion_rating

base_evasion_rating: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_fire_damage_resistance_%

base_fire_damage_resistance_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_item_found_quantity_+%

base_item_found_quantity_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

base_item_found_rarity_+%

base_item_found_rarity_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

base_life_gain_per_target

base_life_gain_per_target: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_life_gained_on_enemy_death

base_life_gained_on_enemy_death: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_life_leech_from_chaos_damage_permyriad

base_life_leech_from_chaos_damage_permyriad: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_life_leech_from_cold_damage_permyriad

base_life_leech_from_cold_damage_permyriad: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_life_leech_from_fire_damage_permyriad

base_life_leech_from_fire_damage_permyriad: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_life_leech_from_lightning_damage_permyriad

base_life_leech_from_lightning_damage_permyriad: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_life_regeneration_rate_per_minute

base_life_regeneration_rate_per_minute: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_lightning_damage_resistance_%

base_lightning_damage_resistance_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_mana_gained_on_enemy_death

base_mana_gained_on_enemy_death: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_mana_reservation_+%

base_mana_reservation_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

base_maximum_energy_shield

base_maximum_energy_shield: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_maximum_life

base_maximum_life: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_maximum_mana

base_maximum_mana: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_movement_velocity_+%

base_movement_velocity_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

base_number_of_additional_arrows

base_number_of_additional_arrows: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_number_of_essence_spirits_allowed

base_number_of_essence_spirits_allowed: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_number_of_skeletons_allowed

base_number_of_skeletons_allowed: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_number_of_spectres_allowed

base_number_of_spectres_allowed: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_number_of_zombies_allowed

base_number_of_zombies_allowed: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_physical_damage_%_to_convert_to_cold

base_physical_damage_%_to_convert_to_cold: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_physical_damage_%_to_convert_to_fire

base_physical_damage_%_to_convert_to_fire: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_physical_damage_%_to_convert_to_lightning

base_physical_damage_%_to_convert_to_lightning: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_physical_damage_reduction_rating

base_physical_damage_reduction_rating: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_poison_damage_+%

base_poison_damage_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

base_poison_duration_+%

base_poison_duration_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

base_projectile_speed_+%

base_projectile_speed_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

base_reduce_enemy_cold_resistance_%

base_reduce_enemy_cold_resistance_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_reduce_enemy_fire_resistance_%

base_reduce_enemy_fire_resistance_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_reduce_enemy_lightning_resistance_%

base_reduce_enemy_lightning_resistance_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_resist_all_elements_%

base_resist_all_elements_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_skill_area_of_effect_+%

base_skill_area_of_effect_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

base_spell_block_%

base_spell_block_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

base_stun_duration_+%

base_stun_duration_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

base_stun_recovery_+%

base_stun_recovery_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

base_stun_threshold_reduction_+%

base_stun_threshold_reduction_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

bleeding_damage_+%

bleeding_damage_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

block_while_dual_wielding_%

block_while_dual_wielding_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

burn_damage_+%

burn_damage_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

can_catch_corrupted_fish

can_catch_corrupted_fish: object

classification

classification: never[] = []

type

type: "flat" = "flat"

cannot_be_knocked_back

cannot_be_knocked_back: object

classification

classification: never[] = []

type

type: "flat" = "flat"

cannot_be_poisoned

cannot_be_poisoned: object

classification

classification: never[] = []

type

type: "flat" = "flat"

cannot_have_life_leeched_from

cannot_have_life_leeched_from: object

classification

classification: never[] = []

type

type: "flat" = "flat"

chaos_damage_+%

chaos_damage_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

chaos_damage_taken_over_time_+%

chaos_damage_taken_over_time_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

chaos_resistance_+_while_using_flask

chaos_resistance_+_while_using_flask: object

classification

classification: never[] = []

type

type: "flat" = "flat"

charges_gained_+%

charges_gained_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

chill_duration_+%

chill_duration_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

cold_and_lightning_damage_resistance_%

cold_and_lightning_damage_resistance_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

cold_damage_+%

cold_damage_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

critical_strike_chance_+%

critical_strike_chance_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

curse_on_hit_level_elemental_weakness

curse_on_hit_level_elemental_weakness: object

classification

classification: never[] = []

type

type: "flat" = "flat"

curse_on_hit_level_temporal_chains

curse_on_hit_level_temporal_chains: object

classification

classification: never[] = []

type

type: "flat" = "flat"

curse_on_hit_level_vulnerability

curse_on_hit_level_vulnerability: object

classification

classification: never[] = []

type

type: "flat" = "flat"

damage_+%

damage_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

damage_+%_during_flask_effect

damage_+%_during_flask_effect: object

classification

classification: never[] = []

type

type: "flat" = "flat"

damage_over_time_+%

damage_over_time_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

damage_taken_goes_to_mana_%

damage_taken_goes_to_mana_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

deal_1000_chaos_damage_per_second_for_10_seconds_on_hit

deal_1000_chaos_damage_per_second_for_10_seconds_on_hit: object

classification

classification: never[] = []

type

type: "flat" = "flat"

degen_effect_+%

degen_effect_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

dummy_stat_display_nothing

dummy_stat_display_nothing: object

classification

classification: never[] = []

type

type: "flat" = "flat"

elemental_damage_+%

elemental_damage_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

elemental_damage_with_attack_skills_+%

elemental_damage_with_attack_skills_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

elemental_penetration_%_during_flask_effect

elemental_penetration_%_during_flask_effect: object

classification

classification: never[] = []

type

type: "flat" = "flat"

energy_shield_delay_-%

energy_shield_delay_-%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

essence_buff_elemental_damage_taken_+%

essence_buff_elemental_damage_taken_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

essence_buff_ground_fire_damage_to_deal_per_second

essence_buff_ground_fire_damage_to_deal_per_second: object

classification

classification: never[] = []

type

type: "flat" = "flat"

essence_buff_ground_fire_duration_ms

essence_buff_ground_fire_duration_ms: object

classification

classification: never[] = []

type

type: "flat" = "flat"

essence_display_drop_burning_ground_while_moving_fire_damage_per_second

essence_display_drop_burning_ground_while_moving_fire_damage_per_second: object

classification

classification: never[] = []

type

type: "flat" = "flat"

essence_display_elemental_damage_taken_while_not_moving_+%

essence_display_elemental_damage_taken_while_not_moving_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

evasion_rating_+%

evasion_rating_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

fire_and_cold_damage_resistance_%

fire_and_cold_damage_resistance_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

fire_and_lightning_damage_resistance_%

fire_and_lightning_damage_resistance_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

fire_damage_+%

fire_damage_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

fish_quantity_+%

fish_quantity_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

fish_rarity_+%

fish_rarity_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

fishing_hook_type

fishing_hook_type: object

classification

classification: never[] = []

type

type: "flat" = "flat"

fishing_line_strength_+%

fishing_line_strength_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

fishing_lure_type

fishing_lure_type: object

classification

classification: never[] = []

type

type: "flat" = "flat"

fishing_pool_consumption_+%

fishing_pool_consumption_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

fishing_range_+%

fishing_range_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

flask_charges_used_+%

flask_charges_used_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

flask_duration_+%

flask_duration_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

flask_life_recovery_rate_+%

flask_life_recovery_rate_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

flask_mana_recovery_rate_+%

flask_mana_recovery_rate_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

fortify_effect_on_self_+%

fortify_effect_on_self_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

freeze_duration_+%

freeze_duration_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

gain_flask_charge_when_crit_%

gain_flask_charge_when_crit_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

gain_flask_charge_when_crit_amount

gain_flask_charge_when_crit_amount: object

classification

classification: never[] = []

type

type: "flat" = "flat"

gain_onslaught_for_3_seconds_%_chance_when_hit

gain_onslaught_for_3_seconds_%_chance_when_hit: object

classification

classification: never[] = []

type

type: "flat" = "flat"

global_hit_causes_monster_flee_%

global_hit_causes_monster_flee_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

global_reduce_enemy_block_%

global_reduce_enemy_block_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

ignite_duration_+%

ignite_duration_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

item_generation_can_have_multiple_crafted_mods

item_generation_can_have_multiple_crafted_mods: object

classification

classification: never[] = []

type

type: "flat" = "flat"

item_generation_cannot_change_prefixes

item_generation_cannot_change_prefixes: object

classification

classification: never[] = []

type

type: "flat" = "flat"

item_generation_cannot_change_suffixes

item_generation_cannot_change_suffixes: object

classification

classification: never[] = []

type

type: "flat" = "flat"

item_generation_cannot_roll_attack_affixes

item_generation_cannot_roll_attack_affixes: object

classification

classification: never[] = []

type

type: "flat" = "flat"

item_generation_cannot_roll_caster_affixes

item_generation_cannot_roll_caster_affixes: object

classification

classification: never[] = []

type

type: "flat" = "flat"

item_generation_local_maximum_mod_required_level_override

item_generation_local_maximum_mod_required_level_override: object

classification

classification: never[] = []

type

type: "flat" = "flat"

item_rarity_+%_while_using_flask

item_rarity_+%_while_using_flask: object

classification

classification: never[] = []

type

type: "flat" = "flat"

kill_enemy_on_hit_if_under_10%_life

kill_enemy_on_hit_if_under_10%_life: object

classification

classification: never[] = []

type

type: "flat" = "flat"

life_gained_on_block

life_gained_on_block: object

classification

classification: never[] = []

type

type: "flat" = "flat"

life_leech_from_physical_attack_damage_permyriad

life_leech_from_physical_attack_damage_permyriad: object

classification

classification: never[] = []

type

type: "flat" = "flat"

life_leech_speed_+%

life_leech_speed_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

life_regeneration_rate_per_minute_%

life_regeneration_rate_per_minute_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

light_radius_+%

light_radius_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

lightning_damage_+%

lightning_damage_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

local_accuracy_rating

local_accuracy_rating: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_accuracy_rating_+%

local_accuracy_rating_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

local_additional_block_chance_%

local_additional_block_chance_%: object

classification

classification: string[][] = [['local', 'block']]

type

type: "flat" = "flat"

local_always_hit

local_always_hit: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_armour_and_energy_shield_+%

local_armour_and_energy_shield_+%: object

classification

classification: string[][] = [['local', 'armour'], ['local', 'energy_shield']]

type

type: "inc" = "inc"

local_armour_and_evasion_+%

local_armour_and_evasion_+%: object

classification

classification: string[][] = [['local', 'armour'], ['local', 'evasion']]

type

type: "inc" = "inc"

local_armour_and_evasion_and_energy_shield_+%

local_armour_and_evasion_and_energy_shield_+%: object

classification

classification: string[][] = [['local', 'armour'],['local', 'energy_shield'],['local', 'energy_shield'],]

type

type: "inc" = "inc"

local_attack_speed_+%

local_attack_speed_+%: object

classification

classification: string[][] = [['local', 'attack_speed']]

type

type: "inc" = "inc"

local_attribute_requirements_+%

local_attribute_requirements_+%: object

classification

classification: string[][] = [['local', 'requirements', 'strength'],['local', 'requirements', 'dexterity'],['local', 'requirements', 'intelligence'],]

type

type: "inc" = "inc"

local_base_evasion_rating

local_base_evasion_rating: object

classification

classification: string[][] = [['local', 'evasion']]

type

type: "flat" = "flat"

local_base_physical_damage_reduction_rating

local_base_physical_damage_reduction_rating: object

classification

classification: string[][] = [['local', 'armour']]

type

type: "flat" = "flat"

local_chance_to_bleed_on_hit_%

local_chance_to_bleed_on_hit_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_chance_to_bleed_on_hit_25%

local_chance_to_bleed_on_hit_25%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_critical_strike_chance_+%

local_critical_strike_chance_+%: object

classification

classification: string[][] = [['local', 'crit_chance']]

type

type: "inc" = "inc"

local_display_fire_burst_on_hit_%

local_display_fire_burst_on_hit_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_anger_level

local_display_grants_skill_anger_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_clarity_level

local_display_grants_skill_clarity_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_conductivity_level

local_display_grants_skill_conductivity_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_critical_weakness_level

local_display_grants_skill_critical_weakness_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_determination_level

local_display_grants_skill_determination_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_discipline_level

local_display_grants_skill_discipline_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_elemental_weakness_level

local_display_grants_skill_elemental_weakness_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_flammability_level

local_display_grants_skill_flammability_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_frostbite_level

local_display_grants_skill_frostbite_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_grace_level

local_display_grants_skill_grace_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_haste_level

local_display_grants_skill_haste_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_hatred_level

local_display_grants_skill_hatred_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_projectile_weakness_level

local_display_grants_skill_projectile_weakness_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_purity_level

local_display_grants_skill_purity_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_purity_of_cold_level

local_display_grants_skill_purity_of_cold_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_purity_of_fire_level

local_display_grants_skill_purity_of_fire_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_purity_of_lightning_level

local_display_grants_skill_purity_of_lightning_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_temporal_chains_level

local_display_grants_skill_temporal_chains_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_vitality_level

local_display_grants_skill_vitality_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_vulnerability_level

local_display_grants_skill_vulnerability_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_grants_skill_wrath_level

local_display_grants_skill_wrath_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_additional_critical_strike_chance_%

local_display_socketed_gems_additional_critical_strike_chance_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_attack_and_cast_speed_+%_final

local_display_socketed_gems_attack_and_cast_speed_+%_final: object

classification

classification: never[] = []

type

type: "more" = "more"

local_display_socketed_gems_damage_over_time_+%_final

local_display_socketed_gems_damage_over_time_+%_final: object

classification

classification: never[] = []

type

type: "more" = "more"

local_display_socketed_gems_elemental_damage_+%_final

local_display_socketed_gems_elemental_damage_+%_final: object

classification

classification: never[] = []

type

type: "more" = "more"

local_display_socketed_gems_get_added_fire_damage_level

local_display_socketed_gems_get_added_fire_damage_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_get_additional_accuracy_level

local_display_socketed_gems_get_additional_accuracy_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_get_blood_magic_level

local_display_socketed_gems_get_blood_magic_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_get_cast_on_crit_level

local_display_socketed_gems_get_cast_on_crit_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_get_cast_when_stunned_level

local_display_socketed_gems_get_cast_when_stunned_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_get_elemental_proliferation_level

local_display_socketed_gems_get_elemental_proliferation_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_get_faster_cast_level

local_display_socketed_gems_get_faster_cast_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_get_fork_level

local_display_socketed_gems_get_fork_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_get_increased_area_level

local_display_socketed_gems_get_increased_area_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_get_increased_critical_damage_level

local_display_socketed_gems_get_increased_critical_damage_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_get_life_leech_level

local_display_socketed_gems_get_life_leech_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_get_mana_multplier_%

local_display_socketed_gems_get_mana_multplier_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_get_melee_splash_level

local_display_socketed_gems_get_melee_splash_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_get_multistrike_level

local_display_socketed_gems_get_multistrike_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_get_stun_level

local_display_socketed_gems_get_stun_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_get_weapon_elemental_damage_level

local_display_socketed_gems_get_weapon_elemental_damage_level: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_have_%_chance_to_ignite_with_fire_damage

local_display_socketed_gems_have_%_chance_to_ignite_with_fire_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_maximum_added_fire_damage

local_display_socketed_gems_maximum_added_fire_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_minimum_added_fire_damage

local_display_socketed_gems_minimum_added_fire_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_gems_physical_damage_%_to_add_as_lightning

local_display_socketed_gems_physical_damage_%_to_add_as_lightning: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_display_socketed_non_curse_aura_gems_effect_+%

local_display_socketed_non_curse_aura_gems_effect_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

local_energy_shield

local_energy_shield: object

classification

classification: string[][] = [['local', 'energy_shield']]

type

type: "flat" = "flat"

local_energy_shield_+%

local_energy_shield_+%: object

classification

classification: string[][] = [['local', 'energy_shield']]

type

type: "inc" = "inc"

local_evasion_and_energy_shield_+%

local_evasion_and_energy_shield_+%: object

classification

classification: string[][] = [['local', 'evasion'], ['local', 'energy_shield']]

type

type: "inc" = "inc"

local_evasion_rating_+%

local_evasion_rating_+%: object

classification

classification: string[][] = [['local', 'evasion']]

type

type: "inc" = "inc"

local_item_drops_on_death_if_equipped_by_animate_armour

local_item_drops_on_death_if_equipped_by_animate_armour: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_life_gain_per_target

local_life_gain_per_target: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_life_leech_from_physical_damage_permyriad

local_life_leech_from_physical_damage_permyriad: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_mana_leech_from_physical_damage_permyriad

local_mana_leech_from_physical_damage_permyriad: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_maximum_added_chaos_damage

local_maximum_added_chaos_damage: object

classification

classification: string[][] = [['local', 'attack_damage', 'chaos', 'max']]

type

type: "flat" = "flat"

local_maximum_added_cold_damage

local_maximum_added_cold_damage: object

classification

classification: string[][] = [['local', 'attack_damage', 'cold', 'max']]

type

type: "flat" = "flat"

local_maximum_added_fire_damage

local_maximum_added_fire_damage: object

classification

classification: string[][] = [['local', 'attack_damage', 'fire', 'max']]

type

type: "flat" = "flat"

local_maximum_added_lightning_damage

local_maximum_added_lightning_damage: object

classification

classification: string[][] = [['local', 'attack_damage', 'lightning', 'max']]

type

type: "flat" = "flat"

local_maximum_added_physical_damage

local_maximum_added_physical_damage: object

classification

classification: string[][] = [['local', 'attack_damage', 'physical', 'max']]

type

type: "flat" = "flat"

local_minimum_added_chaos_damage

local_minimum_added_chaos_damage: object

classification

classification: string[][] = [['local', 'attack_damage', 'chaos', 'min']]

type

type: "flat" = "flat"

local_minimum_added_cold_damage

local_minimum_added_cold_damage: object

classification

classification: string[][] = [['local', 'attack_damage', 'cold', 'min']]

type

type: "flat" = "flat"

local_minimum_added_fire_damage

local_minimum_added_fire_damage: object

classification

classification: string[][] = [['local', 'attack_damage', 'fire', 'min']]

type

type: "flat" = "flat"

local_minimum_added_lightning_damage

local_minimum_added_lightning_damage: object

classification

classification: string[][] = [['local', 'attack_damage', 'lightning', 'min']]

type

type: "flat" = "flat"

local_minimum_added_physical_damage

local_minimum_added_physical_damage: object

classification

classification: string[][] = [['local', 'attack_damage', 'physical', 'min']]

type

type: "flat" = "flat"

local_physical_damage_+%

local_physical_damage_+%: object

classification

classification: string[][] = [['local', 'attack_damage', 'physical']]

type

type: "inc" = "inc"

local_physical_damage_reduction_rating_+%

local_physical_damage_reduction_rating_+%: object

classification

classification: string[][] = [['local', 'armour']]

type

type: "inc" = "inc"

local_poison_on_hit_%

local_poison_on_hit_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_quality

local_quality: object

classification

classification: string[][] = [['local', 'armour'],['local', 'energy_shield'],['local', 'evasion'],['local', 'attack_damage', 'physical'],]

type

type: "inc" = "inc"

local_socketed_aura_gem_level_+

local_socketed_aura_gem_level_+: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_socketed_bow_gem_level_+

local_socketed_bow_gem_level_+: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_socketed_chaos_gem_level_+

local_socketed_chaos_gem_level_+: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_socketed_cold_gem_level_+

local_socketed_cold_gem_level_+: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_socketed_fire_gem_level_+

local_socketed_fire_gem_level_+: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_socketed_gem_level_+

local_socketed_gem_level_+: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_socketed_lightning_gem_level_+

local_socketed_lightning_gem_level_+: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_socketed_melee_gem_level_+

local_socketed_melee_gem_level_+: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_socketed_minion_gem_level_+

local_socketed_minion_gem_level_+: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_socketed_spell_gem_level_+

local_socketed_spell_gem_level_+: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_socketed_support_gem_level_+

local_socketed_support_gem_level_+: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_socketed_support_gem_quality_+

local_socketed_support_gem_quality_+: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_socketed_vaal_gem_level_+

local_socketed_vaal_gem_level_+: object

classification

classification: never[] = []

type

type: "flat" = "flat"

local_stun_threshold_reduction_+%

local_stun_threshold_reduction_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

local_weapon_range_+

local_weapon_range_+: object

classification

classification: string[][] = [['local', 'weapon_range']]

type

type: "flat" = "flat"

mana_%_gained_on_block

mana_%_gained_on_block: object

classification

classification: never[] = []

type

type: "flat" = "flat"

mana_gain_per_target

mana_gain_per_target: object

classification

classification: never[] = []

type

type: "flat" = "flat"

mana_gained_on_block

mana_gained_on_block: object

classification

classification: never[] = []

type

type: "flat" = "flat"

mana_leech_from_physical_attack_damage_permyriad

mana_leech_from_physical_attack_damage_permyriad: object

classification

classification: never[] = []

type

type: "flat" = "flat"

mana_regeneration_rate_+%

mana_regeneration_rate_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

map_item_drop_quantity_+%

map_item_drop_quantity_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

map_num_extra_invasion_bosses

map_num_extra_invasion_bosses: object

classification

classification: never[] = []

type

type: "flat" = "flat"

map_set_league_category

map_set_league_category: object

classification

classification: never[] = []

type

type: "flat" = "flat"

max_endurance_charges

max_endurance_charges: object

classification

classification: never[] = []

type

type: "flat" = "flat"

max_frenzy_charges

max_frenzy_charges: object

classification

classification: never[] = []

type

type: "flat" = "flat"

max_power_charges

max_power_charges: object

classification

classification: never[] = []

type

type: "flat" = "flat"

maximum_added_cold_damage_per_frenzy_charge

maximum_added_cold_damage_per_frenzy_charge: object

classification

classification: never[] = []

type

type: "flat" = "flat"

maximum_added_fire_damage_if_blocked_recently

maximum_added_fire_damage_if_blocked_recently: object

classification

classification: never[] = []

type

type: "flat" = "flat"

maximum_energy_shield_+%

maximum_energy_shield_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

maximum_physical_damage_to_return_on_block

maximum_physical_damage_to_return_on_block: object

classification

classification: never[] = []

type

type: "flat" = "flat"

mine_damage_+%

mine_damage_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

mine_laying_speed_+%

mine_laying_speed_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

minimum_added_cold_damage_per_frenzy_charge

minimum_added_cold_damage_per_frenzy_charge: object

classification

classification: never[] = []

type

type: "flat" = "flat"

minimum_added_fire_damage_if_blocked_recently

minimum_added_fire_damage_if_blocked_recently: object

classification

classification: never[] = []

type

type: "flat" = "flat"

minimum_physical_damage_to_return_on_block

minimum_physical_damage_to_return_on_block: object

classification

classification: never[] = []

type

type: "flat" = "flat"

minion_damage_+%

minion_damage_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

minion_maximum_life_+%

minion_maximum_life_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

minion_movement_speed_+%

minion_movement_speed_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

monster_base_block_%

monster_base_block_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

movement_speed_+%_during_flask_effect

movement_speed_+%_during_flask_effect: object

classification

classification: never[] = []

type

type: "flat" = "flat"

movement_speed_+%_while_on_burning_chilled_shocked_ground

movement_speed_+%_while_on_burning_chilled_shocked_ground: object

classification

classification: never[] = []

type

type: "flat" = "flat"

nearby_enemies_chilled_on_block

nearby_enemies_chilled_on_block: object

classification

classification: never[] = []

type

type: "flat" = "flat"

number_of_additional_curses_allowed

number_of_additional_curses_allowed: object

classification

classification: never[] = []

type

type: "flat" = "flat"

number_of_additional_traps_allowed

number_of_additional_traps_allowed: object

classification

classification: never[] = []

type

type: "flat" = "flat"

number_of_skeletons_allowed_per_2_old

number_of_skeletons_allowed_per_2_old: object

classification

classification: never[] = []

type

type: "flat" = "flat"

old_do_not_use_base_life_leech_from_cold_damage_permyriad

old_do_not_use_base_life_leech_from_cold_damage_permyriad: object

classification

classification: never[] = []

type

type: "flat" = "flat"

old_do_not_use_base_life_leech_from_fire_damage_permyriad

old_do_not_use_base_life_leech_from_fire_damage_permyriad: object

classification

classification: never[] = []

type

type: "flat" = "flat"

old_do_not_use_base_life_leech_from_lightning_damage_permyriad

old_do_not_use_base_life_leech_from_lightning_damage_permyriad: object

classification

classification: never[] = []

type

type: "flat" = "flat"

old_do_not_use_life_leech_from_physical_damage_%

old_do_not_use_life_leech_from_physical_damage_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

old_do_not_use_local_life_leech_from_physical_damage_%

old_do_not_use_local_life_leech_from_physical_damage_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

old_do_not_use_local_mana_leech_from_physical_damage_%

old_do_not_use_local_mana_leech_from_physical_damage_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

old_do_not_use_mana_leech_from_physical_damage_%

old_do_not_use_mana_leech_from_physical_damage_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

physical_attack_damage_taken_+

physical_attack_damage_taken_+: object

classification

classification: never[] = []

type

type: "flat" = "flat"

physical_damage_%_to_add_as_fire

physical_damage_%_to_add_as_fire: object

classification

classification: never[] = []

type

type: "flat" = "flat"

physical_damage_+%

physical_damage_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

physical_damage_reduction_rating_+%

physical_damage_reduction_rating_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

physical_damage_taken_%_as_cold

physical_damage_taken_%_as_cold: object

classification

classification: never[] = []

type

type: "flat" = "flat"

physical_damage_taken_%_as_fire

physical_damage_taken_%_as_fire: object

classification

classification: never[] = []

type

type: "flat" = "flat"

physical_damage_to_return_to_melee_attacker

physical_damage_to_return_to_melee_attacker: object

classification

classification: never[] = []

type

type: "flat" = "flat"

power_charge_on_block_%_chance

power_charge_on_block_%_chance: object

classification

classification: never[] = []

type

type: "flat" = "flat"

power_frenzy_or_endurance_charge_on_kill_%

power_frenzy_or_endurance_charge_on_kill_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

projectile_base_number_of_targets_to_pierce

projectile_base_number_of_targets_to_pierce: object

classification

classification: never[] = []

type

type: "flat" = "flat"

quiver_projectiles_pierce_1_additional_target

quiver_projectiles_pierce_1_additional_target: object

classification

classification: never[] = []

type

type: "flat" = "flat"

quiver_projectiles_pierce_2_additional_targets

quiver_projectiles_pierce_2_additional_targets: object

classification

classification: never[] = []

type

type: "flat" = "flat"

recover_10%_of_maximum_mana_on_skill_use_%

recover_10%_of_maximum_mana_on_skill_use_%: object

classification

classification: never[] = []

type

type: "flat" = "flat"

reflect_damage_taken_+%

reflect_damage_taken_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

shock_duration_+%

shock_duration_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

skill_effect_duration_+%

skill_effect_duration_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

skill_mana_cost_+

skill_mana_cost_+: object

classification

classification: never[] = []

type

type: "flat" = "flat"

spell_critical_strike_chance_+%

spell_critical_strike_chance_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

spell_damage_+%

spell_damage_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

spell_maximum_added_cold_damage

spell_maximum_added_cold_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

spell_maximum_added_fire_damage

spell_maximum_added_fire_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

spell_maximum_added_lightning_damage

spell_maximum_added_lightning_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

spell_minimum_added_cold_damage

spell_minimum_added_cold_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

spell_minimum_added_fire_damage

spell_minimum_added_fire_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

spell_minimum_added_lightning_damage

spell_minimum_added_lightning_damage: object

classification

classification: never[] = []

type

type: "flat" = "flat"

trap_damage_+%

trap_damage_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

trap_throwing_speed_+%

trap_throwing_speed_+%: object

classification

classification: never[] = []

type

type: "inc" = "inc"

unique_facebreaker_unarmed_physical_damage_+%_final

unique_facebreaker_unarmed_physical_damage_+%_final: object

classification

classification: never[] = []

type

type: "more" = "more"

Const i18n

i18n: object

formatMessage

formatMessage: formatMessage

formatValue

formatValue: formatValue

formatStats

  • formatStats(stats: Stat[]): string[]
  • Parameters

    • stats: Stat[]

    Returns string[]

name

  • name(): string
  • Returns string

typeLine

  • typeLine(item: Item): string
  • Parameters

    Returns string

messages

messages: object

poe.api.({min}–{max})

poe.api.({min}–{max}): string = "({min} - {max})"

poe.api.Dex

poe.api.Dex: string = "Ges"

poe.api.Level

poe.api.Level: string = "Stufe"

poe.api.Requires

poe.api.Requires: string = "Benötigt"

poe.api.{Range1} to {Range2}

poe.api.{Range1} to {Range2}: string = "{Range1} bis {Range2}"

poe.api.{min}–{max}

poe.api.{min}–{max}: string = "{min} - {max}"

Const item_class_samples

item_class_samples: object

amulets

amulets: string = "Amber Amulet"

belts

belts: string = "Rustic Sash"

boots

boots: string = "Iron Greaves"

bows

bows: string = "Short Bow"

daggers

daggers: string = "Skinning Knife"

es_helmets

es_helmets: string = "Solaris Circlet"

gloves

gloves: string = "Iron Gauntlets"

helmets

helmets: string = "Hunter Hood"

one_hand_melee_weapon

one_hand_melee_weapon: string = "Arming Axe"

rings

rings: string = "Iron Ring"

shields

shields: string = "Painted Tower Shield"

spririt_shields

spririt_shields: string = "Bone Spirit Shield"

staves

staves: string = "Woodful Staff"

two_hand_melee_weapon

two_hand_melee_weapon: string = "Bastard Sword"

wands

wands: string = "Tornado Wand"

Const meta_data

meta_data: object

340VaultKey

340VaultKey: object

extends

extends: string = "AbstractMiscMapItem"

inheritance

inheritance: string[] = ['Item', 'AbstractMiscMapItem', '340VaultKey']

tags

tags: string[] = ['default']

AbstactPantheonSoul

AbstactPantheonSoul: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'AbstactPantheonSoul']

tags

tags: string[] = ['default']

AbstractAbyssJewel

AbstractAbyssJewel: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'AbstractAbyssJewel']

tags

tags: string[] = ['default']

AbstractAmulet

AbstractAmulet: object

extends

extends: string = "Equipment"

inheritance

inheritance: string[] = ['Item', 'Equipment', 'AbstractAmulet']

tags

tags: string[] = ['default', 'amulet']

AbstractArmour

AbstractArmour: object

extends

extends: string = "Equipment"

inheritance

inheritance: string[] = ['Item', 'Equipment', 'AbstractArmour']

tags

tags: string[] = ['default', 'armour']

AbstractBelt

AbstractBelt: object

extends

extends: string = "Equipment"

inheritance

inheritance: string[] = ['Item', 'Equipment', 'AbstractBelt']

tags

tags: string[] = ['default', 'belt']

AbstractBodyArmour

AbstractBodyArmour: object

extends

extends: string = "AbstractArmour"

inheritance

inheritance: string[] = ['Item', 'Equipment', 'AbstractArmour', 'AbstractBodyArmour']

tags

tags: string[] = ['default', 'armour', 'body_armour']

AbstractBoots

AbstractBoots: object

extends

extends: string = "AbstractArmour"

inheritance

inheritance: string[] = ['Item', 'Equipment', 'AbstractArmour', 'AbstractBoots']

tags

tags: string[] = ['default', 'armour', 'boots']

AbstractBow

AbstractBow: object

extends

extends: string = "AbstractTwoHandWeapon"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractTwoHandWeapon','AbstractBow',]

tags

tags: string[] = ['default', 'weapon', 'twohand', 'bow', 'ranged', 'two_hand_weapon']

AbstractClaw

AbstractClaw: object

extends

extends: string = "AbstractOneHandWeapon"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractOneHandWeapon','AbstractClaw',]

tags

tags: string[] = ['default', 'weapon', 'onehand', 'claw', 'one_hand_weapon']

AbstractCurrency

AbstractCurrency: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'AbstractCurrency']

tags

tags: string[] = ['default']

AbstractDagger

AbstractDagger: object

extends

extends: string = "AbstractOneHandWeapon"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractOneHandWeapon','AbstractDagger',]

tags

tags: string[] = ['default', 'weapon', 'onehand', 'dagger', 'one_hand_weapon']

AbstractDivinationCard

AbstractDivinationCard: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'AbstractDivinationCard']

tags

tags: string[] = ['default', 'divination_card']

AbstractFishingRod

AbstractFishingRod: object

extends

extends: string = "AbstractTwoHandWeapon"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractTwoHandWeapon','AbstractFishingRod',]

tags

tags: string[] = ['default', 'twohand', 'fishing_rod']

AbstractFlask

AbstractFlask: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'AbstractFlask']

tags

tags: string[] = ['default', 'flask']

AbstractGloves

AbstractGloves: object

extends

extends: string = "AbstractArmour"

inheritance

inheritance: string[] = ['Item', 'Equipment', 'AbstractArmour', 'AbstractGloves']

tags

tags: string[] = ['default', 'armour', 'gloves']

AbstractHelmet

AbstractHelmet: object

extends

extends: string = "AbstractArmour"

inheritance

inheritance: string[] = ['Item', 'Equipment', 'AbstractArmour', 'AbstractHelmet']

tags

tags: string[] = ['default', 'armour', 'helmet']

AbstractHideoutDoodad

AbstractHideoutDoodad: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'AbstractHideoutDoodad']

tags

tags: string[] = ['default']

AbstractHybridFlask

AbstractHybridFlask: object

extends

extends: string = "AbstractFlask"

inheritance

inheritance: string[] = ['Item', 'AbstractFlask', 'AbstractHybridFlask']

tags

tags: string[] = ['default', 'flask', 'hybrid_flask']

AbstractJewel

AbstractJewel: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'AbstractJewel']

tags

tags: string[] = ['default']

AbstractLabyrinthItem

AbstractLabyrinthItem: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'AbstractLabyrinthItem']

tags

tags: string[] = ['default']

AbstractLargeRelic

AbstractLargeRelic: object

extends

extends: string = "AbstractRelic"

inheritance

inheritance: string[] = ['Item', 'Equipment', 'AbstractRelic', 'AbstractLargeRelic']

tags

tags: string[] = ['default', 'relic']

AbstractLifeFlask

AbstractLifeFlask: object

extends

extends: string = "AbstractFlask"

inheritance

inheritance: string[] = ['Item', 'AbstractFlask', 'AbstractLifeFlask']

tags

tags: string[] = ['default', 'flask', 'life_flask']

AbstractManaFlask

AbstractManaFlask: object

extends

extends: string = "AbstractFlask"

inheritance

inheritance: string[] = ['Item', 'AbstractFlask', 'AbstractManaFlask']

tags

tags: string[] = ['default', 'flask', 'mana_flask']

AbstractMap

AbstractMap: object

extends

extends: string = "Equipment"

inheritance

inheritance: string[] = ['Item', 'Equipment', 'AbstractMap']

tags

tags: string[] = ['default', 'map']

AbstractMapFragment

AbstractMapFragment: object

extends

extends: string = "AbstractMiscMapItem"

inheritance

inheritance: string[] = ['Item', 'AbstractMiscMapItem', 'AbstractMapFragment']

tags

tags: string[] = ['default']

AbstractMediumRelic

AbstractMediumRelic: object

extends

extends: string = "AbstractRelic"

inheritance

inheritance: string[] = ['Item', 'Equipment', 'AbstractRelic', 'AbstractMediumRelic']

tags

tags: string[] = ['default', 'relic']

AbstractMicrotransaction

AbstractMicrotransaction: object

extends

extends: string = "AbstractCurrency"

inheritance

inheritance: string[] = ['Item', 'AbstractCurrency', 'AbstractMicrotransaction']

tags

tags: string[] = ['default']

AbstractMiscMapItem

AbstractMiscMapItem: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'AbstractMiscMapItem']

tags

tags: string[] = ['default']

AbstractOneHandAxe

AbstractOneHandAxe: object

extends

extends: string = "AbstractOneHandWeapon"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractOneHandWeapon','AbstractOneHandAxe',]

tags

tags: string[] = ['default', 'weapon', 'onehand', 'axe', 'one_hand_weapon']

AbstractOneHandMace

AbstractOneHandMace: object

extends

extends: string = "AbstractOneHandWeapon"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractOneHandWeapon','AbstractOneHandMace',]

tags

tags: string[] = ['default', 'weapon', 'onehand', 'mace', 'one_hand_weapon']

AbstractOneHandSword

AbstractOneHandSword: object

extends

extends: string = "AbstractOneHandWeapon"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractOneHandWeapon','AbstractOneHandSword',]

tags

tags: string[] = ['default', 'weapon', 'onehand', 'sword', 'one_hand_weapon']

AbstractOneHandSwordThrusting

AbstractOneHandSwordThrusting: object

extends

extends: string = "AbstractOneHandSword"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractOneHandWeapon','AbstractOneHandSword','AbstractOneHandSwordThrusting',]

tags

tags: string[] = ['default', 'weapon', 'onehand', 'sword', 'one_hand_weapon']

AbstractOneHandWeapon

AbstractOneHandWeapon: object

extends

extends: string = "AbstractWeapon"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractOneHandWeapon',]

tags

tags: string[] = ['default', 'weapon', 'onehand']

AbstractPassiveRespecBook

AbstractPassiveRespecBook: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'AbstractPassiveRespecBook']

tags

tags: string[] = ['default']

AbstractPassiveSkillAnd2RespecsBook

AbstractPassiveSkillAnd2RespecsBook: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillAnd2RespecsBook',]

tags

tags: string[] = ['default']

AbstractPassiveSkillBook

AbstractPassiveSkillBook: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'AbstractPassiveSkillBook']

tags

tags: string[] = ['default']

AbstractQuestItem

AbstractQuestItem: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem']

tags

tags: string[] = ['default']

AbstractQuiver

AbstractQuiver: object

extends

extends: string = "Equipment"

inheritance

inheritance: string[] = ['Item', 'Equipment', 'AbstractQuiver']

tags

tags: string[] = ['default', 'quiver']

AbstractRelic

AbstractRelic: object

extends

extends: string = "Equipment"

inheritance

inheritance: string[] = ['Item', 'Equipment', 'AbstractRelic']

tags

tags: string[] = ['default', 'relic']

AbstractRing

AbstractRing: object

extends

extends: string = "Equipment"

inheritance

inheritance: string[] = ['Item', 'Equipment', 'AbstractRing']

tags

tags: string[] = ['default', 'ring']

AbstractSceptre

AbstractSceptre: object

extends

extends: string = "AbstractOneHandWeapon"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractOneHandWeapon','AbstractSceptre',]

tags

tags: string[] = ['default', 'weapon', 'onehand', 'sceptre', 'one_hand_weapon']

AbstractShield

AbstractShield: object

extends

extends: string = "AbstractArmour"

inheritance

inheritance: string[] = ['Item', 'Equipment', 'AbstractArmour', 'AbstractShield']

tags

tags: string[] = ['default', 'armour', 'shield']

AbstractSkillGem

AbstractSkillGem: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'AbstractSkillGem']

tags

tags: string[] = ['default', 'gem']

AbstractSmallRelic

AbstractSmallRelic: object

extends

extends: string = "AbstractRelic"

inheritance

inheritance: string[] = ['Item', 'Equipment', 'AbstractRelic', 'AbstractSmallRelic']

tags

tags: string[] = ['default', 'relic']

AbstractSocketableAmulet

AbstractSocketableAmulet: object

extends

extends: string = "AbstractAmulet"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractAmulet','AbstractSocketableAmulet',]

tags

tags: string[] = ['default', 'amulet']

AbstractSocketableBelt

AbstractSocketableBelt: object

extends

extends: string = "AbstractBelt"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractBelt','AbstractSocketableBelt',]

tags

tags: string[] = ['default', 'belt']

AbstractSocketableRing

AbstractSocketableRing: object

extends

extends: string = "AbstractRing"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractRing','AbstractSocketableRing',]

tags

tags: string[] = ['default', 'ring']

AbstractStaff

AbstractStaff: object

extends

extends: string = "AbstractTwoHandWeapon"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractTwoHandWeapon','AbstractStaff',]

tags

tags: string[] = ['default', 'weapon', 'twohand', 'staff', 'two_hand_weapon']

AbstractTwoHandAxe

AbstractTwoHandAxe: object

extends

extends: string = "AbstractTwoHandWeapon"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractTwoHandWeapon','AbstractTwoHandAxe',]

tags

tags: string[] = ['default', 'weapon', 'twohand', 'axe', 'two_hand_weapon']

AbstractTwoHandMace

AbstractTwoHandMace: object

extends

extends: string = "AbstractTwoHandWeapon"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractTwoHandWeapon','AbstractTwoHandMace',]

tags

tags: string[] = ['default', 'weapon', 'twohand', 'mace', 'two_hand_weapon']

AbstractTwoHandSword

AbstractTwoHandSword: object

extends

extends: string = "AbstractTwoHandWeapon"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractTwoHandWeapon','AbstractTwoHandSword',]

tags

tags: string[] = ['default', 'weapon', 'twohand', 'sword', 'two_hand_weapon']

AbstractTwoHandWeapon

AbstractTwoHandWeapon: object

extends

extends: string = "AbstractWeapon"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractTwoHandWeapon',]

tags

tags: string[] = ['default', 'weapon', 'twohand']

AbstractUniqueFragment

AbstractUniqueFragment: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'AbstractUniqueFragment']

tags

tags: string[] = ['default']

AbstractUtilityFlask

AbstractUtilityFlask: object

extends

extends: string = "AbstractFlask"

inheritance

inheritance: string[] = ['Item', 'AbstractFlask', 'AbstractUtilityFlask']

tags

tags: string[] = ['default', 'flask', 'utility_flask']

AbstractWand

AbstractWand: object

extends

extends: string = "AbstractOneHandWeapon"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractOneHandWeapon','AbstractWand',]

tags

tags: string[] = ['default', 'weapon', 'onehand', 'wand', 'ranged', 'one_hand_weapon']

AbstractWeapon

AbstractWeapon: object

extends

extends: string = "Equipment"

inheritance

inheritance: string[] = ['Item', 'Equipment', 'AbstractWeapon']

tags

tags: string[] = ['default', 'weapon']

ActiveSkillGem

ActiveSkillGem: object

extends

extends: string = "AbstractSkillGem"

inheritance

inheritance: string[] = ['Item', 'AbstractSkillGem', 'ActiveSkillGem']

tags

tags: string[] = ['default', 'gem']

AllFlameLantern1

AllFlameLantern1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'AllFlameLantern1']

tags

tags: string[] = ['default']

AnkhOfEternity

AnkhOfEternity: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'AnkhOfEternity']

tags

tags: string[] = ['default']

AvariusStaff

AvariusStaff: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'AvariusStaff']

tags

tags: string[] = ['default']

BanditRespecAlira

BanditRespecAlira: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'BanditRespecAlira']

tags

tags: string[] = ['default']

BanditRespecEramir

BanditRespecEramir: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'BanditRespecEramir']

tags

tags: string[] = ['default']

BanditRespecKraityn

BanditRespecKraityn: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'BanditRespecKraityn']

tags

tags: string[] = ['default']

BanditRespecOak

BanditRespecOak: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'BanditRespecOak']

tags

tags: string[] = ['default']

BeltAbyss

BeltAbyss: object

extends

extends: string = "AbstractSocketableBelt"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractBelt','AbstractSocketableBelt','BeltAbyss',]

tags

tags: string[] = ['default', 'belt']

BestelsManuscript

BestelsManuscript: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'BestelsManuscript']

tags

tags: string[] = ['default']

BlackFlag

BlackFlag: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'BlackFlag']

tags

tags: string[] = ['default']

BlackVenom

BlackVenom: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'BlackVenom']

tags

tags: string[] = ['default']

Book-a10q3

Book-a10q3: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'Book-a10q3']

tags

tags: string[] = ['default']

Book-a10q4

Book-a10q4: object

extends

extends: string = "AbstractPassiveRespecBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveRespecBook','Book-a10q4',]

tags

tags: string[] = ['default']

Book-a10q6

Book-a10q6: object

extends

extends: string = "AbstractPassiveSkillBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillBook','Book-a10q6',]

tags

tags: string[] = ['default']

Book-a1q6

Book-a1q6: object

extends

extends: string = "AbstractPassiveSkillBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillBook','Book-a1q6',]

tags

tags: string[] = ['default']

Book-a1q7

Book-a1q7: object

extends

extends: string = "AbstractPassiveSkillBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillBook','Book-a1q7',]

tags

tags: string[] = ['default']

Book-a1q8

Book-a1q8: object

extends

extends: string = "AbstractPassiveRespecBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveRespecBook','Book-a1q8',]

tags

tags: string[] = ['default']

Book-a1q9

Book-a1q9: object

extends

extends: string = "AbstractPassiveSkillBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillBook','Book-a1q9',]

tags

tags: string[] = ['default']

Book-a2q5

Book-a2q5: object

extends

extends: string = "AbstractPassiveRespecBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveRespecBook','Book-a2q5',]

tags

tags: string[] = ['default']

Book-a3q11v0

Book-a3q11v0: object

extends

extends: string = "AbstractPassiveSkillBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillBook','Book-a3q11v0',]

tags

tags: string[] = ['default']

Book-a3q11v1

Book-a3q11v1: object

extends

extends: string = "AbstractPassiveSkillAnd2RespecsBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillAnd2RespecsBook','Book-a3q11v1',]

tags

tags: string[] = ['default']

Book-a3q11v2

Book-a3q11v2: object

extends

extends: string = "AbstractPassiveSkillAnd2RespecsBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillAnd2RespecsBook','Book-a3q11v2',]

tags

tags: string[] = ['default']

Book-a3q9

Book-a3q9: object

extends

extends: string = "AbstractPassiveSkillBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillBook','Book-a3q9',]

tags

tags: string[] = ['default']

Book-a4q6

Book-a4q6: object

extends

extends: string = "AbstractPassiveSkillAnd2RespecsBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillAnd2RespecsBook','Book-a4q6',]

tags

tags: string[] = ['default']

Book-a5q3

Book-a5q3: object

extends

extends: string = "AbstractPassiveSkillBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillBook','Book-a5q3',]

tags

tags: string[] = ['default']

Book-a5q7

Book-a5q7: object

extends

extends: string = "AbstractPassiveSkillAnd2RespecsBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillAnd2RespecsBook','Book-a5q7',]

tags

tags: string[] = ['default']

Book-a6q3

Book-a6q3: object

extends

extends: string = "AbstractPassiveSkillBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillBook','Book-a6q3',]

tags

tags: string[] = ['default']

Book-a6q4

Book-a6q4: object

extends

extends: string = "AbstractPassiveRespecBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveRespecBook','Book-a6q4',]

tags

tags: string[] = ['default']

Book-a6q6

Book-a6q6: object

extends

extends: string = "AbstractPassiveSkillBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillBook','Book-a6q6',]

tags

tags: string[] = ['default']

Book-a6q7

Book-a6q7: object

extends

extends: string = "AbstractPassiveSkillBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillBook','Book-a6q7',]

tags

tags: string[] = ['default']

Book-a7q1

Book-a7q1: object

extends

extends: string = "AbstractPassiveSkillBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillBook','Book-a7q1',]

tags

tags: string[] = ['default']

Book-a7q6

Book-a7q6: object

extends

extends: string = "AbstractPassiveSkillAnd2RespecsBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillAnd2RespecsBook','Book-a7q6',]

tags

tags: string[] = ['default']

Book-a7q9

Book-a7q9: object

extends

extends: string = "AbstractPassiveSkillBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillBook','Book-a7q9',]

tags

tags: string[] = ['default']

Book-a8q4

Book-a8q4: object

extends

extends: string = "AbstractPassiveSkillBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillBook','Book-a8q4',]

tags

tags: string[] = ['default']

Book-a8q6

Book-a8q6: object

extends

extends: string = "AbstractPassiveSkillAnd2RespecsBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillAnd2RespecsBook','Book-a8q6',]

tags

tags: string[] = ['default']

Book-a8q7

Book-a8q7: object

extends

extends: string = "AbstractPassiveSkillBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillBook','Book-a8q7',]

tags

tags: string[] = ['default']

Book-a9q2

Book-a9q2: object

extends

extends: string = "AbstractPassiveSkillBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillBook','Book-a9q2',]

tags

tags: string[] = ['default']

Book-a9q4

Book-a9q4: object

extends

extends: string = "AbstractPassiveRespecBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveRespecBook','Book-a9q4',]

tags

tags: string[] = ['default']

Book-a9q5

Book-a9q5: object

extends

extends: string = "AbstractPassiveSkillBook"

inheritance

inheritance: string[] = ['Item','AbstractQuestItem','AbstractPassiveSkillBook','Book-a9q5',]

tags

tags: string[] = ['default']

BottledStorm

BottledStorm: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'BottledStorm']

tags

tags: string[] = ['default']

BreachFragmentChaos

BreachFragmentChaos: object

extends

extends: string = "AbstractMiscMapItem"

inheritance

inheritance: string[] = ['Item', 'AbstractMiscMapItem', 'BreachFragmentChaos']

tags

tags: string[] = ['default']

BreachFragmentCold

BreachFragmentCold: object

extends

extends: string = "AbstractMiscMapItem"

inheritance

inheritance: string[] = ['Item', 'AbstractMiscMapItem', 'BreachFragmentCold']

tags

tags: string[] = ['default']

BreachFragmentFire

BreachFragmentFire: object

extends

extends: string = "AbstractMiscMapItem"

inheritance

inheritance: string[] = ['Item', 'AbstractMiscMapItem', 'BreachFragmentFire']

tags

tags: string[] = ['default']

BreachFragmentLightning

BreachFragmentLightning: object

extends

extends: string = "AbstractMiscMapItem"

inheritance

inheritance: string[] = ['Item', 'AbstractMiscMapItem', 'BreachFragmentLightning']

tags

tags: string[] = ['default']

BreachFragmentPhysical

BreachFragmentPhysical: object

extends

extends: string = "AbstractMiscMapItem"

inheritance

inheritance: string[] = ['Item', 'AbstractMiscMapItem', 'BreachFragmentPhysical']

tags

tags: string[] = ['default']

BronzeKey

BronzeKey: object

extends

extends: string = "AbstractLabyrinthItem"

inheritance

inheritance: string[] = ['Item', 'AbstractLabyrinthItem', 'BronzeKey']

tags

tags: string[] = ['default']

Bust1

Bust1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Bust1']

tags

tags: string[] = ['default']

Bust2

Bust2: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Bust2']

tags

tags: string[] = ['default']

Bust3

Bust3: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Bust3']

tags

tags: string[] = ['default']

Calendar

Calendar: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Calendar']

tags

tags: string[] = ['default']

ClassicVaultKey

ClassicVaultKey: object

extends

extends: string = "AbstractMiscMapItem"

inheritance

inheritance: string[] = ['Item', 'AbstractMiscMapItem', 'ClassicVaultKey']

tags

tags: string[] = ['default']

CombinedAmulet

CombinedAmulet: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'CombinedAmulet']

tags

tags: string[] = ['default']

CriticalUtilityFlask

CriticalUtilityFlask: object

extends

extends: string = "AbstractUtilityFlask"

inheritance

inheritance: string[] = ['Item','AbstractFlask','AbstractUtilityFlask','CriticalUtilityFlask',]

tags

tags: string[] = ['default', 'flask', 'utility_flask', 'critical_utility_flask']

CurrencyImprint

CurrencyImprint: object

extends

extends: string = "StackableCurrency"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','StackableCurrency','CurrencyImprint',]

tags

tags: string[] = ['default', 'currency']

CurrencyItemisedCapturedMonster

CurrencyItemisedCapturedMonster: object

extends

extends: string = "StackableCurrency"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','StackableCurrency','CurrencyItemisedCapturedMonster',]

tags

tags: string[] = ['default', 'currency']

CurrencyItemisedProphecy

CurrencyItemisedProphecy: object

extends

extends: string = "StackableCurrency"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','StackableCurrency','CurrencyItemisedProphecy',]

tags

tags: string[] = ['default', 'currency']

DaressoGem

DaressoGem: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'DaressoGem']

tags

tags: string[] = ['default']

Decanter

Decanter: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Decanter']

tags

tags: string[] = ['default']

DelevelBook

DelevelBook: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'DelevelBook']

tags

tags: string[] = ['default']

DelveSocketableCurrency

DelveSocketableCurrency: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'DelveSocketableCurrency']

tags

tags: string[] = ['default']

Descent2_1

Descent2_1: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'Descent2_1']

tags

tags: string[] = ['default']

Descent2_2

Descent2_2: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'Descent2_2']

tags

tags: string[] = ['default']

Descent2_3

Descent2_3: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'Descent2_3']

tags

tags: string[] = ['default']

Descent2_4

Descent2_4: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'Descent2_4']

tags

tags: string[] = ['default']

DexAmulet

DexAmulet: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'DexAmulet']

tags

tags: string[] = ['default']

Equipment

Equipment: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Equipment']

tags

tags: string[] = ['default']

Firefly1

Firefly1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Firefly1']

tags

tags: string[] = ['default']

Firefly2

Firefly2: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Firefly2']

tags

tags: string[] = ['default']

Firefly3

Firefly3: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Firefly3']

tags

tags: string[] = ['default']

Firefly4

Firefly4: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Firefly4']

tags

tags: string[] = ['default']

Firefly5

Firefly5: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Firefly5']

tags

tags: string[] = ['default']

Firefly6

Firefly6: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Firefly6']

tags

tags: string[] = ['default']

Firefly7

Firefly7: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Firefly7']

tags

tags: string[] = ['default']

FlaskUtility1

FlaskUtility1: object

extends

extends: string = "AbstractUtilityFlask"

inheritance

inheritance: string[] = ['Item','AbstractFlask','AbstractUtilityFlask','FlaskUtility1',]

tags

tags: string[] = ['default', 'flask', 'utility_flask']

FragmentPantheonFlask

FragmentPantheonFlask: object

extends

extends: string = "AbstractMiscMapItem"

inheritance

inheritance: string[] = ['Item', 'AbstractMiscMapItem', 'FragmentPantheonFlask']

tags

tags: string[] = ['default']

Fruit

Fruit: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Fruit']

tags

tags: string[] = ['default']

Glyph1

Glyph1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Glyph1']

tags

tags: string[] = ['default']

Glyph2

Glyph2: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Glyph2']

tags

tags: string[] = ['default']

Glyph3

Glyph3: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Glyph3']

tags

tags: string[] = ['default']

GoldenHand

GoldenHand: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'GoldenHand']

tags

tags: string[] = ['default']

GoldenKey

GoldenKey: object

extends

extends: string = "AbstractLabyrinthItem"

inheritance

inheritance: string[] = ['Item', 'AbstractLabyrinthItem', 'GoldenKey']

tags

tags: string[] = ['default']

GreustNecklace

GreustNecklace: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'GreustNecklace']

tags

tags: string[] = ['default']

IncursionBomb

IncursionBomb: object

extends

extends: string = "AbstractLabyrinthItem"

inheritance

inheritance: string[] = ['Item', 'AbstractLabyrinthItem', 'IncursionBomb']

tags

tags: string[] = ['default']

IncursionKey

IncursionKey: object

extends

extends: string = "AbstractLabyrinthItem"

inheritance

inheritance: string[] = ['Item', 'AbstractLabyrinthItem', 'IncursionKey']

tags

tags: string[] = ['default']

InfernalTalc

InfernalTalc: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'InfernalTalc']

tags

tags: string[] = ['default']

Ingredient1

Ingredient1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Ingredient1']

tags

tags: string[] = ['default']

Ingredient2

Ingredient2: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Ingredient2']

tags

tags: string[] = ['default']

IntAmulet

IntAmulet: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'IntAmulet']

tags

tags: string[] = ['default']

Item

Item: object

extends

extends: string = "nothing"

inheritance

inheritance: string[] = ['Item']

tags

tags: string[] = ['default']

KaomGem

KaomGem: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'KaomGem']

tags

tags: string[] = ['default']

KaruiEye

KaruiEye: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'KaruiEye']

tags

tags: string[] = ['default']

KisharaStar

KisharaStar: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'KisharaStar']

tags

tags: string[] = ['default']

KitavaKey

KitavaKey: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'KitavaKey']

tags

tags: string[] = ['default']

LabyrinthTrinket

LabyrinthTrinket: object

extends

extends: string = "AbstractLabyrinthItem"

inheritance

inheritance: string[] = ['Item', 'AbstractLabyrinthItem', 'LabyrinthTrinket']

tags

tags: string[] = ['default']

Leaguestone

Leaguestone: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Leaguestone']

tags

tags: string[] = ['default']

LunarisOrb

LunarisOrb: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'LunarisOrb']

tags

tags: string[] = ['default']

MaligaroMap

MaligaroMap: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'MaligaroMap']

tags

tags: string[] = ['default']

MapUpgradeTier10_1

MapUpgradeTier10_1: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'MapUpgradeTier10_1']

tags

tags: string[] = ['default']

MapUpgradeTier10_2

MapUpgradeTier10_2: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'MapUpgradeTier10_2']

tags

tags: string[] = ['default']

MapUpgradeTier10_3

MapUpgradeTier10_3: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'MapUpgradeTier10_3']

tags

tags: string[] = ['default']

MapUpgradeTier1_1

MapUpgradeTier1_1: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'MapUpgradeTier1_1']

tags

tags: string[] = ['default']

MapUpgradeTier2_1

MapUpgradeTier2_1: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'MapUpgradeTier2_1']

tags

tags: string[] = ['default']

MapUpgradeTier3_1

MapUpgradeTier3_1: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'MapUpgradeTier3_1']

tags

tags: string[] = ['default']

MapUpgradeTier4_1

MapUpgradeTier4_1: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'MapUpgradeTier4_1']

tags

tags: string[] = ['default']

MapUpgradeTier5_1

MapUpgradeTier5_1: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'MapUpgradeTier5_1']

tags

tags: string[] = ['default']

MapUpgradeTier6_1

MapUpgradeTier6_1: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'MapUpgradeTier6_1']

tags

tags: string[] = ['default']

MapUpgradeTier7_1

MapUpgradeTier7_1: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'MapUpgradeTier7_1']

tags

tags: string[] = ['default']

MapUpgradeTier8_1

MapUpgradeTier8_1: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'MapUpgradeTier8_1']

tags

tags: string[] = ['default']

MapUpgradeTier8_2

MapUpgradeTier8_2: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'MapUpgradeTier8_2']

tags

tags: string[] = ['default']

MapUpgradeTier9_1

MapUpgradeTier9_1: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'MapUpgradeTier9_1']

tags

tags: string[] = ['default']

MapUpgradeTier9_2

MapUpgradeTier9_2: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'MapUpgradeTier9_2']

tags

tags: string[] = ['default']

MapUpgradeTier9_3

MapUpgradeTier9_3: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'MapUpgradeTier9_3']

tags

tags: string[] = ['default']

MapUpgradeTierTo16

MapUpgradeTierTo16: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'MapUpgradeTierTo16']

tags

tags: string[] = ['default']

MedicineSet1

MedicineSet1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'MedicineSet1']

tags

tags: string[] = ['default']

Miasmeter

Miasmeter: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Miasmeter']

tags

tags: string[] = ['default']

MysteryBox1x1

MysteryBox1x1: object

extends

extends: string = "StackableCurrency"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','StackableCurrency','MysteryBox1x1',]

tags

tags: string[] = ['default', 'currency']

MysteryBox1x2

MysteryBox1x2: object

extends

extends: string = "StackableCurrency"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','StackableCurrency','MysteryBox1x2',]

tags

tags: string[] = ['default', 'currency']

MysteryBox1x3

MysteryBox1x3: object

extends

extends: string = "StackableCurrency"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','StackableCurrency','MysteryBox1x3',]

tags

tags: string[] = ['default', 'currency']

MysteryBox1x4

MysteryBox1x4: object

extends

extends: string = "StackableCurrency"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','StackableCurrency','MysteryBox1x4',]

tags

tags: string[] = ['default', 'currency']

MysteryBox2x1

MysteryBox2x1: object

extends

extends: string = "StackableCurrency"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','StackableCurrency','MysteryBox2x1',]

tags

tags: string[] = ['default', 'currency']

MysteryBox2x2

MysteryBox2x2: object

extends

extends: string = "StackableCurrency"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','StackableCurrency','MysteryBox2x2',]

tags

tags: string[] = ['default', 'currency']

MysteryBox2x3

MysteryBox2x3: object

extends

extends: string = "StackableCurrency"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','StackableCurrency','MysteryBox2x3',]

tags

tags: string[] = ['default', 'currency']

MysteryBox2x4

MysteryBox2x4: object

extends

extends: string = "StackableCurrency"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','StackableCurrency','MysteryBox2x4',]

tags

tags: string[] = ['default', 'currency']

MysteryBox3x2

MysteryBox3x2: object

extends

extends: string = "StackableCurrency"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','StackableCurrency','MysteryBox3x2',]

tags

tags: string[] = ['default', 'currency']

MysteryBox3x3

MysteryBox3x3: object

extends

extends: string = "StackableCurrency"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','StackableCurrency','MysteryBox3x3',]

tags

tags: string[] = ['default', 'currency']

MysteryBoxApocalypse

MysteryBoxApocalypse: object

extends

extends: string = "AbstractMicrotransaction"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','AbstractMicrotransaction','MysteryBoxApocalypse',]

tags

tags: string[] = ['default']

MysteryBoxCarnage

MysteryBoxCarnage: object

extends

extends: string = "AbstractMicrotransaction"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','AbstractMicrotransaction','MysteryBoxCarnage',]

tags

tags: string[] = ['default']

MysteryBoxChaosVsOrder

MysteryBoxChaosVsOrder: object

extends

extends: string = "AbstractMicrotransaction"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','AbstractMicrotransaction','MysteryBoxChaosVsOrder',]

tags

tags: string[] = ['default']

MysteryBoxClassic

MysteryBoxClassic: object

extends

extends: string = "AbstractMicrotransaction"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','AbstractMicrotransaction','MysteryBoxClassic',]

tags

tags: string[] = ['default']

MysteryBoxDarkness

MysteryBoxDarkness: object

extends

extends: string = "AbstractMicrotransaction"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','AbstractMicrotransaction','MysteryBoxDarkness',]

tags

tags: string[] = ['default']

MysteryBoxEmber

MysteryBoxEmber: object

extends

extends: string = "AbstractMicrotransaction"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','AbstractMicrotransaction','MysteryBoxEmber',]

tags

tags: string[] = ['default']

MysteryBoxFireAndIce

MysteryBoxFireAndIce: object

extends

extends: string = "AbstractMicrotransaction"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','AbstractMicrotransaction','MysteryBoxFireAndIce',]

tags

tags: string[] = ['default']

MysteryBoxLightChaos

MysteryBoxLightChaos: object

extends

extends: string = "AbstractMicrotransaction"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','AbstractMicrotransaction','MysteryBoxLightChaos',]

tags

tags: string[] = ['default']

MysteryBoxOriathan

MysteryBoxOriathan: object

extends

extends: string = "AbstractMicrotransaction"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','AbstractMicrotransaction','MysteryBoxOriathan',]

tags

tags: string[] = ['default']

MysteryBoxRadiant

MysteryBoxRadiant: object

extends

extends: string = "AbstractMicrotransaction"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','AbstractMicrotransaction','MysteryBoxRadiant',]

tags

tags: string[] = ['default']

MysteryBoxSinAndInnocence

MysteryBoxSinAndInnocence: object

extends

extends: string = "AbstractMicrotransaction"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','AbstractMicrotransaction','MysteryBoxSinAndInnocence',]

tags

tags: string[] = ['default']

MysteryBoxSolaris

MysteryBoxSolaris: object

extends

extends: string = "AbstractMicrotransaction"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','AbstractMicrotransaction','MysteryBoxSolaris',]

tags

tags: string[] = ['default']

MysteryBoxStPatty

MysteryBoxStPatty: object

extends

extends: string = "AbstractMicrotransaction"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','AbstractMicrotransaction','MysteryBoxStPatty',]

tags

tags: string[] = ['default']

MysteryBoxStormcaller

MysteryBoxStormcaller: object

extends

extends: string = "AbstractMicrotransaction"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','AbstractMicrotransaction','MysteryBoxStormcaller',]

tags

tags: string[] = ['default']

MysteryLeaguestone

MysteryLeaguestone: object

extends

extends: string = "StackableCurrency"

inheritance

inheritance: string[] = ['Item','AbstractCurrency','StackableCurrency','MysteryLeaguestone',]

tags

tags: string[] = ['default', 'currency']

ObsidianKey

ObsidianKey: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'ObsidianKey']

tags

tags: string[] = ['default']

OfferingToTheGoddess

OfferingToTheGoddess: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'OfferingToTheGoddess']

tags

tags: string[] = ['default']

Organ1

Organ1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Organ1']

tags

tags: string[] = ['default']

Organ2

Organ2: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Organ2']

tags

tags: string[] = ['default']

Organ3

Organ3: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Organ3']

tags

tags: string[] = ['default']

Page1

Page1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Page1']

tags

tags: string[] = ['default']

Page2

Page2: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Page2']

tags

tags: string[] = ['default']

Page3

Page3: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Page3']

tags

tags: string[] = ['default']

Page4

Page4: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Page4']

tags

tags: string[] = ['default']

PoisonSkillGem

PoisonSkillGem: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'PoisonSkillGem']

tags

tags: string[] = ['default']

PoisonSpear

PoisonSpear: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'PoisonSpear']

tags

tags: string[] = ['default']

Potion

Potion: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Potion']

tags

tags: string[] = ['default']

RedBanner

RedBanner: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'RedBanner']

tags

tags: string[] = ['default']

RibbonSpool

RibbonSpool: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'RibbonSpool']

tags

tags: string[] = ['default']

Ring15

Ring15: object

extends

extends: string = "AbstractSocketableRing"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractRing','AbstractSocketableRing','Ring15',]

tags

tags: string[] = ['default', 'ring']

SekhemaFeather

SekhemaFeather: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'SekhemaFeather']

tags

tags: string[] = ['default']

SewerKeys

SewerKeys: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'SewerKeys']

tags

tags: string[] = ['default']

ShaperKey

ShaperKey: object

extends

extends: string = "AbstractQuestItem"

inheritance

inheritance: string[] = ['Item', 'AbstractQuestItem', 'ShaperKey']

tags

tags: string[] = ['default']

ShaperMemoryFragment10_1

ShaperMemoryFragment10_1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'ShaperMemoryFragment10_1']

tags

tags: string[] = ['default']

ShaperMemoryFragment10_2

ShaperMemoryFragment10_2: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'ShaperMemoryFragment10_2']

tags

tags: string[] = ['default']

ShaperMemoryFragment10_3

ShaperMemoryFragment10_3: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'ShaperMemoryFragment10_3']

tags

tags: string[] = ['default']

ShaperMemoryFragment1_1

ShaperMemoryFragment1_1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'ShaperMemoryFragment1_1']

tags

tags: string[] = ['default']

ShaperMemoryFragment2_1

ShaperMemoryFragment2_1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'ShaperMemoryFragment2_1']

tags

tags: string[] = ['default']

ShaperMemoryFragment3_1

ShaperMemoryFragment3_1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'ShaperMemoryFragment3_1']

tags

tags: string[] = ['default']

ShaperMemoryFragment4_1

ShaperMemoryFragment4_1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'ShaperMemoryFragment4_1']

tags

tags: string[] = ['default']

ShaperMemoryFragment5_1

ShaperMemoryFragment5_1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'ShaperMemoryFragment5_1']

tags

tags: string[] = ['default']

ShaperMemoryFragment6_1

ShaperMemoryFragment6_1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'ShaperMemoryFragment6_1']

tags

tags: string[] = ['default']

ShaperMemoryFragment7_1

ShaperMemoryFragment7_1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'ShaperMemoryFragment7_1']

tags

tags: string[] = ['default']

ShaperMemoryFragment8_1

ShaperMemoryFragment8_1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'ShaperMemoryFragment8_1']

tags

tags: string[] = ['default']

ShaperMemoryFragment8_2

ShaperMemoryFragment8_2: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'ShaperMemoryFragment8_2']

tags

tags: string[] = ['default']

ShaperMemoryFragment9_1

ShaperMemoryFragment9_1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'ShaperMemoryFragment9_1']

tags

tags: string[] = ['default']

ShaperMemoryFragment9_2

ShaperMemoryFragment9_2: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'ShaperMemoryFragment9_2']

tags

tags: string[] = ['default']

ShaperMemoryFragment9_3

ShaperMemoryFragment9_3: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'ShaperMemoryFragment9_3']

tags

tags: string[] = ['default']

SilverKey

SilverKey: object

extends

extends: string = "AbstractLabyrinthItem"

inheritance

inheritance: string[] = ['Item', 'AbstractLabyrinthItem', 'SilverKey']

tags

tags: string[] = ['default']

SilverLocket

SilverLocket: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'SilverLocket']

tags

tags: string[] = ['default']

SolarisOrb

SolarisOrb: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'SolarisOrb']

tags

tags: string[] = ['default']

SpikeSealKey

SpikeSealKey: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'SpikeSealKey']

tags

tags: string[] = ['default']

StackableCurrency

StackableCurrency: object

extends

extends: string = "AbstractCurrency"

inheritance

inheritance: string[] = ['Item', 'AbstractCurrency', 'StackableCurrency']

tags

tags: string[] = ['default', 'currency']

Staff1

Staff1: object

extends

extends: string = "AbstractStaff"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractTwoHandWeapon','AbstractStaff','Staff1',]

tags

tags: string[] = ['default', 'weapon', 'twohand', 'staff', 'two_hand_weapon']

StormSword

StormSword: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'StormSword']

tags

tags: string[] = ['default']

StrAmulet

StrAmulet: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'StrAmulet']

tags

tags: string[] = ['default']

SulphiteFlask

SulphiteFlask: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'SulphiteFlask']

tags

tags: string[] = ['default']

SupportSkillGem

SupportSkillGem: object

extends

extends: string = "AbstractSkillGem"

inheritance

inheritance: string[] = ['Item', 'AbstractSkillGem', 'SupportSkillGem']

tags

tags: string[] = ['default', 'gem', 'support_gem']

Talisman1_1

Talisman1_1: object

extends

extends: string = "AbstractSocketableAmulet"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractAmulet','AbstractSocketableAmulet','Talisman1_1',]

tags

tags: string[] = ['default', 'amulet']

Talisman4

Talisman4: object

extends

extends: string = "AbstractSocketableAmulet"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractAmulet','AbstractSocketableAmulet','Talisman4',]

tags

tags: string[] = ['default', 'amulet']

Teardrop

Teardrop: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Teardrop']

tags

tags: string[] = ['default']

TemplarCourtKey

TemplarCourtKey: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'TemplarCourtKey']

tags

tags: string[] = ['default']

TolmanBracelet

TolmanBracelet: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'TolmanBracelet']

tags

tags: string[] = ['default']

Torment1

Torment1: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Torment1']

tags

tags: string[] = ['default']

Torment2

Torment2: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Torment2']

tags

tags: string[] = ['default']

Torment3

Torment3: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'Torment3']

tags

tags: string[] = ['default']

TowerKey

TowerKey: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'TowerKey']

tags

tags: string[] = ['default']

TwoHandSword1

TwoHandSword1: object

extends

extends: string = "AbstractTwoHandSword"

inheritance

inheritance: string[] = ['Item','Equipment','AbstractWeapon','AbstractTwoHandWeapon','AbstractTwoHandSword','TwoHandSword1',]

tags

tags: string[] = ['default', 'weapon', 'twohand', 'sword', 'two_hand_weapon']

WingsOfVastiri

WingsOfVastiri: object

extends

extends: string = "Item"

inheritance

inheritance: string[] = ['Item', 'WingsOfVastiri']

tags

tags: string[] = ['default']

Generated using TypeDoc