Guerreiro Ancestral
Humanóide
Ancestral Warrior
SpectreN
Tags2HSharpMetal_onhit_audio, allows_inc_aoe, human, humanoid, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood
Packs
  • Incendiário da Febre Sangrenta, Guerreiro Ancestral
  • Vida
    160%
    Resistência
    0 0 0 0
    Damage
    184%
    Precisão
    100%
    Attack Distance
    4 ~ 14
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    160%
    Model Size
    100%
    Type
    FallenKaruiTwoHandAxe
    Metadata
    FallenKaruiTwoHandAxe
    Nível
    68
    Vida
    12,411
    Damage
    429
    Dano Mágico
    429
    Precisão
    2,464
    Tempo de Ataque
    1.5
    Experiência
    45,814
    Minion Life
    11,088
    Minion Damage
    1,783
    Minion Armour
    6,033
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Ataque Básico
    Base Damage: 343–515
    Chance de Acerto Crítico: 5%
    Tempo de Ataque: 1.5 seg
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    EESFallenKaruiBuffSelf
    action attack or cast time uses animation length [1]

    Object Type

    version 2
    extends "Metadata/Monsters/FallenKarui/FallenKaruiBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/FallenKarui/FallenKaruiBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FallenKarui/FallenKaruiTwoHandAxe"] = {
        name = "Ancestral Warrior",
        life = 1.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.84,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Two Hand Axe",
        skillList = {
            "MeleeAtAnimationSpeed",
            "EESFallenKaruiBuffSelf",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = 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["EESFallenKaruiBuffSelf"] = {
        name = "EESFallenKaruiBuffSelf",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Guerreiro Ancestral
    Ancestral Warrior
    SpectreN
    AreaSalões dos Mortos, Buraco, O Refúgio Zigurate
    Tags2HSharpMetal_onhit_audio, allows_inc_aoe, human, humanoid, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood
    Packs
  • Salões dos Mortos: Porta-chifres Ancestral, Guerreiro Ancestral, Decapitador Ancestral
  • Salões dos Mortos: Guardião Ancestral, Guerreiro Ancestral, Decapitador Ancestral
  • O Refúgio Zigurate: Porta-chifres Ancestral, Guerreiro Ancestral, Decapitador Ancestral
  • O Refúgio Zigurate: Guardião Ancestral, Guerreiro Ancestral, Decapitador Ancestral
  • Vida
    160%
    Resistência
    0 0 0 0
    Damage
    184%
    Precisão
    100%
    Attack Distance
    4 ~ 14
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    160%
    Model Size
    100%
    Type
    FallenKaruiTwoHandAxe
    Metadata
    FallenKaruiTwoHandAxeHalls
    Nível
    65
    Vida
    10,421
    Damage
    391
    Dano Mágico
    391
    Precisão
    2,214
    Tempo de Ataque
    1.5
    Experiência
    34,411
    Minion Life
    10,051
    Minion Damage
    1,525
    Minion Armour
    5,058
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Ataque Básico
    Base Damage: 313–469
    Chance de Acerto Crítico: 5%
    Tempo de Ataque: 1.5 seg
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    EESFallenKaruiBuffSelf
    action attack or cast time uses animation length [1]

    Object Type

    version 2
    extends "Metadata/Monsters/FallenKarui/FallenKaruiBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/FallenKarui/FallenKaruiBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FallenKarui/FallenKaruiTwoHandAxeHalls"] = {
        name = "Ancestral Warrior",
        life = 1.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.84,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Two Hand Axe",
        skillList = {
            "MeleeAtAnimationSpeed",
            "EESFallenKaruiBuffSelf",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = 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["EESFallenKaruiBuffSelf"] = {
        name = "EESFallenKaruiBuffSelf",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Guerreiro Ancestral
    Humanóide
    Ancestral Warrior
    SpectreN
    Tags2HSharpMetal_onhit_audio, allows_inc_aoe, human, humanoid, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood
    Packs
  • Arqueiro Ancestral, Guardião Ancestral, Guerreiro Ancestral, Decapitador Ancestral
  • Canalizador Ancestral, Guardião Ancestral, Guerreiro Ancestral, Decapitador Ancestral
  • Porta-chifres Ancestral, Guardião Ancestral, Guerreiro Ancestral, Decapitador Ancestral
  • Vida
    160%
    Resistência
    0 0 0 0
    Damage
    184%
    Precisão
    100%
    Attack Distance
    4 ~ 14
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    160%
    Model Size
    100%
    Type
    FallenKaruiTwoHandAxe
    Metadata
    FallenKaruiTwoHandAxeStrongbox
    Nível
    68
    Vida
    12,411
    Damage
    429
    Dano Mágico
    429
    Precisão
    2,464
    Tempo de Ataque
    1.5
    Experiência
    45,814
    Minion Life
    11,088
    Minion Damage
    1,783
    Minion Armour
    6,033
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Ataque Básico
    Base Damage: 343–515
    Chance de Acerto Crítico: 5%
    Tempo de Ataque: 1.5 seg
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    EESFallenKaruiBuffSelf
    action attack or cast time uses animation length [1]

    Object Type

    version 2
    extends "Metadata/Monsters/FallenKarui/FallenKaruiBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/FallenKarui/FallenKaruiBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FallenKarui/FallenKaruiTwoHandAxeStrongbox"] = {
        name = "Ancestral Warrior",
        life = 1.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.84,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Two Hand Axe",
        skillList = {
            "MeleeAtAnimationSpeed",
            "EESFallenKaruiBuffSelf",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = 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["EESFallenKaruiBuffSelf"] = {
        name = "EESFallenKaruiBuffSelf",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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