Perseguidor Inominado
Bestial
monster no map drops [1]
Nameless Stalker
SpectreY
Spectre OverrideMetadata/Monsters/LeagueAzmeri/CaveDwellerSpectre
Tagsanimal_claw_weapon, azmeri_nameless_monster, beast, Conjurador, flesh_armour, has_one_hand_sword, has_one_handed_melee, lightning_affinity, mammal_beast, medium_movement, melee, not_int, red_blood, small_height
Packs
  • Perseguidor Inominado
  • Coisa Inominada, Perseguidor Inominado
  • Vida
    143%
    Armadura
    +35%
    Evasão
    +25%
    Ailment Threshold
    143%
    Resistência
    0 75 0 0
    Damage
    143%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    2 ~ 8
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    CaveDwellerAzmeri
    Metadata
    CaveDweller
    Nível
    68
    Vida
    9,200
    Armadura
    38,867
    Evasão
    5,924
    Escudo de Energia
    0
    Damage
    534
    Dano Mágico
    534
    Precisão
    290
    Attack Time
    1.005
    Experiência
    11,281
    Ailment Threshold
    9,200
    Chill
    29
    Shock
    29
    Brittle
    165
    Scorch
    29
    Sap
    80
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 427–641
    Chance de Crítico: 5%
    Attack Time: 1.005 seg
    Abate seus inimigos com um golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    DTTAzmeriCaveDwellerDash
    Spell, Movement
    Tempo de Conjuração: 1 seg
    Recarga: 7.5 seg
    action attack or cast time uses animation length [1]
    leap slam minimum distance [20]
    spell maximum action distance +% [-60]
    walk emerge extra distance [-4]
    GAAzmeriCaveDwellerDash
    Triggerable, Attack
    Base Damage: 427–641
    Chance de Crítico: 5%
    Attack Time: 1.005 seg

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAzmeri/CaveDweller"] = {
        name = "Nameless Stalker",
        life = 1.43,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.43,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "GAAzmeriCaveDwellerDash",
            "DTTAzmeriCaveDwellerDash",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAzmeriCaveDwellerDash"] = {
        name = "GAAzmeriCaveDwellerDash",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTAzmeriCaveDwellerDash"] = {
        name = "DTTAzmeriCaveDwellerDash",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leap_slam_minimum_distance",
            "spell_maximum_action_distance_+%",
            "walk_emerge_extra_distance",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {20, -60, -4, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDropsHardMode
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Perseguidor Inominado
    Bestial
    monster no map drops [1]
    Nameless Stalker
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueAzmeri/CaveDwellerSpectre
    Tagsanimal_claw_weapon, azmeri_nameless_monster, beast, Conjurador, flesh_armour, has_one_hand_sword, has_one_handed_melee, lightning_affinity, mammal_beast, medium_movement, melee, not_int, red_blood, small_height
    Packs
  • Coisa Inominada, Perseguidor Inominado
  • Vida
    143%
    Armadura
    +35%
    Evasão
    +25%
    Ailment Threshold
    143%
    Resistência
    0 75 0 0
    Damage
    143%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    2 ~ 8
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    CaveDwellerAzmeri
    Metadata
    CaveDwellerStandalone_
    Nível
    68
    Vida
    9,200
    Armadura
    38,867
    Evasão
    5,924
    Escudo de Energia
    0
    Damage
    534
    Dano Mágico
    534
    Precisão
    290
    Attack Time
    1.005
    Experiência
    11,281
    Ailment Threshold
    9,200
    Chill
    29
    Shock
    29
    Brittle
    165
    Scorch
    29
    Sap
    80
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 427–641
    Chance de Crítico: 5%
    Attack Time: 1.005 seg
    Abate seus inimigos com um golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    DTTAzmeriCaveDwellerDash
    Spell, Movement
    Tempo de Conjuração: 1 seg
    Recarga: 7.5 seg
    action attack or cast time uses animation length [1]
    leap slam minimum distance [20]
    spell maximum action distance +% [-60]
    walk emerge extra distance [-4]
    GAAzmeriCaveDwellerDash
    Triggerable, Attack
    Base Damage: 427–641
    Chance de Crítico: 5%
    Attack Time: 1.005 seg

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAzmeri/CaveDwellerStandalone_"] = {
        name = "Nameless Stalker",
        life = 1.43,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.43,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "GAAzmeriCaveDwellerDash",
            "DTTAzmeriCaveDwellerDash",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAzmeriCaveDwellerDash"] = {
        name = "GAAzmeriCaveDwellerDash",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTAzmeriCaveDwellerDash"] = {
        name = "DTTAzmeriCaveDwellerDash",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leap_slam_minimum_distance",
            "spell_maximum_action_distance_+%",
            "walk_emerge_extra_distance",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {20, -60, -4, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDropsHardMode
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Perseguidor Inominado
    Bestial
    monster no map drops [1]
    Nameless Stalker
    SpectreY
    Tagsanimal_claw_weapon, azmeri_nameless_monster, beast, Conjurador, flesh_armour, has_one_hand_sword, has_one_handed_melee, lightning_affinity, mammal_beast, medium_movement, melee, not_int, red_blood, small_height
    Vida
    143%
    Armadura
    +35%
    Evasão
    +25%
    Ailment Threshold
    143%
    Resistência
    0 75 0 0
    Damage
    143%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    2 ~ 8
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    CaveDwellerAzmeri
    Metadata
    CaveDwellerSpectre
    Nível
    68
    Vida
    9,200
    Armadura
    38,867
    Evasão
    5,924
    Escudo de Energia
    0
    Damage
    534
    Dano Mágico
    534
    Precisão
    290
    Attack Time
    1.005
    Experiência
    11,281
    Ailment Threshold
    9,200
    Chill
    29
    Shock
    29
    Brittle
    165
    Scorch
    29
    Sap
    80
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 427–641
    Chance de Crítico: 5%
    Attack Time: 1.005 seg
    Abate seus inimigos com um golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    DTTAzmeriCaveDwellerDash
    Spell, Movement
    Tempo de Conjuração: 1 seg
    Recarga: 7.5 seg
    action attack or cast time uses animation length [1]
    leap slam minimum distance [20]
    spell maximum action distance +% [-60]
    walk emerge extra distance [-4]
    GAAzmeriCaveDwellerDash
    Triggerable, Attack
    Base Damage: 427–641
    Chance de Crítico: 5%
    Attack Time: 1.005 seg

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAzmeri/CaveDwellerSpectre"] = {
        name = "Nameless Stalker",
        life = 1.43,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.43,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "GAAzmeriCaveDwellerDash",
            "DTTAzmeriCaveDwellerDash",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAzmeriCaveDwellerDash"] = {
        name = "GAAzmeriCaveDwellerDash",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTAzmeriCaveDwellerDash"] = {
        name = "DTTAzmeriCaveDwellerDash",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leap_slam_minimum_distance",
            "spell_maximum_action_distance_+%",
            "walk_emerge_extra_distance",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {20, -60, -4, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDropsHardMode
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Perseguidor Inominado
    Bestial
    monster no map drops [1]
    Nameless Stalker
    SpectreY
    Tagsanimal_claw_weapon, beast, Conjurador, flesh_armour, has_one_hand_sword, has_one_handed_melee, lightning_affinity, mammal_beast, medium_movement, melee, not_int, red_blood, small_height
    Vida
    228%
    Armadura
    +35%
    Evasão
    +25%
    Ailment Threshold
    228%
    Resistência
    0 75 0 0
    Damage
    228%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    2 ~ 8
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiência
    175%
    Model Size
    100%
    Type
    CaveDwellerAzmeriBestiary
    Metadata
    CaveDwellerBestiary
    Nível
    68
    Vida
    14,668
    Armadura
    38,867
    Evasão
    5,924
    Escudo de Energia
    0
    Damage
    852
    Dano Mágico
    852
    Precisão
    290
    Attack Time
    1.005
    Experiência
    17,946
    Ailment Threshold
    14,668
    Chill
    46
    Shock
    46
    Brittle
    262
    Scorch
    46
    Sap
    128
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 681–1022
    Chance de Crítico: 5%
    Attack Time: 1.005 seg
    Abate seus inimigos com um golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    DTTAzmeriCaveDwellerDash
    Spell, Movement
    Tempo de Conjuração: 1 seg
    Recarga: 7.5 seg
    action attack or cast time uses animation length [1]
    leap slam minimum distance [20]
    spell maximum action distance +% [-60]
    walk emerge extra distance [-4]
    GAAzmeriCaveDwellerDash
    Triggerable, Attack
    Base Damage: 681–1022
    Chance de Crítico: 5%
    Attack Time: 1.005 seg
    EASHarvestEmerge
    Spell
    Tempo de Conjuração: 1 seg
    WalkEmergeBestiaryHellion
    walk emerge distance [450]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmerge"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBestiary/BestiaryMonsterWalkEmerge"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAzmeri/CaveDwellerBestiary"] = {
        name = "Nameless Stalker",
        life = 2.28,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.28,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "GAAzmeriCaveDwellerDash",
            "EASHarvestEmerge",
            "WalkEmergeBestiaryHellion",
            "DTTAzmeriCaveDwellerDash",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAAzmeriCaveDwellerDash"] = {
        name = "GAAzmeriCaveDwellerDash",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASHarvestEmerge"] = {
        name = "EASHarvestEmerge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeBestiaryHellion"] = {
        name = "WalkEmergeBestiaryHellion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {450, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DTTAzmeriCaveDwellerDash"] = {
        name = "DTTAzmeriCaveDwellerDash",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "leap_slam_minimum_distance",
            "spell_maximum_action_distance_+%",
            "walk_emerge_extra_distance",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {20, -60, -4, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDropsHardMode
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.