IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Arqueiro Ancestral
CategoryHumanoidHumanoide
IconEnemyEvasionStrong
Ancestral Archer
Spectre
Tagsallows_additional_projectiles, allows_inc_aoe, Arrow_onhit_audio, human, humanoid, medium_movement, not_int, not_str, physical_affinity, ranged, red_blood
Packs
  • Arqueiro Ancestral
  • Vida
    150%
    Evasão
    +60%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    158%
    Precisão
    100%
    5.5%
    Attack Distance
    5 ~ 60
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    100%
    Type
    FallenKaruiArcher
    Metadata
    FallenKaruiArcher_______
    Nível
    68
    Vida
    12,386
    1,133
    Damage
    368
    Dano Mágico
    368
    Precisão
    2,502
    Tempo de Ataque
    1.5
    Experiência
    42,951
    Minion Life
    10,395
    Minion Damage
    1,531
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 295442
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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]
    iconbasicattack
    SnipeFallenKaruiArcher
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable, AttackInPlace
    Base Damage: 295442
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 125%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 8 s
    Causa +25% de dano de ataque
    action attack or cast time uses animation length [1]
    attack maximum action distance + [40]
    base deal no damage [1]
    base is projectile [1]
    monster projectile variation [1163]
    number of projectiles override [1]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    use scaled contact offset [1]
    GAFallenKaruiArcherImpact
    Triggerable, Attack, AttackInPlace
    Base Damage: 295442
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 125%
    Tempo de Ataque: 1.5 s
    Causa +25% de dano de ataque
    action attack or cast time uses animation length [1]
    base skill can be blocked [1]
    is area damage [1]
    GAFallenKaruiArcherJadeRainSingle
    Triggerable, Attack, AttackInPlace
    Base Damage: 295442
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 115%
    Tempo de Ataque: 1.5 s
    Causa +15% de dano de ataque
    action attack or cast time uses animation length [1]
    is area damage [1]
    GTFallenKaruiArcherJadeRain
    Spell, Triggerable, AttackInPlace
    Tempo de Conjuração: 1 s
    Tempo de Recarga: 10 s
    action attack or cast time uses animation length [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    		set_base_heavy_stun_duration_ms = 2283
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FallenKarui/FallenKaruiArcher_______"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Ancestral Archer",
        life = 1.5,
        damage = 1.58,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 60,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeed",
            "SnipeFallenKaruiArcher",
            "GAFallenKaruiArcherImpact",
            "GAFallenKaruiArcherJadeRainSingle",
            "GTFallenKaruiArcherJadeRain",
        },
        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,
            [SkillType.AttackInPlace] = 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["SnipeFallenKaruiArcher"] = {
        name = "SnipeFallenKaruiArcher",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "attack_maximum_action_distance_+",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_direction",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {1163, 40, 1, baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAFallenKaruiArcherImpact"] = {
        name = "GAFallenKaruiArcherImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
            "base_skill_can_be_blocked",
        },
        levels = {
            [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAFallenKaruiArcherJadeRainSingle"] = {
        name = "GAFallenKaruiArcherJadeRainSingle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTFallenKaruiArcherJadeRain"] = {
        name = "GTFallenKaruiArcherJadeRain",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Arqueiro Ancestral
    Ancestral Archer
    Spectre
    AreaSalão dos Mortos, O Refúgio Zigurate
    Tagsallows_additional_projectiles, allows_inc_aoe, Arrow_onhit_audio, human, humanoid, medium_movement, not_int, not_str, physical_affinity, ranged, red_blood
    Packs
  • Salão dos Mortos: Arqueiro Ancestral, Guardião Ancestral, Decapitador Ancestral
  • O Refúgio Zigurate: Arqueiro Ancestral, Guardião Ancestral, Decapitador Ancestral
  • Vida
    150%
    Evasão
    +60%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    158%
    Precisão
    100%
    5.5%
    Attack Distance
    5 ~ 60
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    100%
    Type
    FallenKaruiArcher
    Metadata
    FallenKaruiArcherHalls_
    Nível
    65
    Vida
    9,833
    1,061
    Damage
    336
    Dano Mágico
    336
    Precisão
    2,228
    Tempo de Ataque
    1.5
    Experiência
    32,261
    Minion Life
    9,423
    Minion Damage
    1,310
    Minion Armour
    2,023
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 268403
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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]
    iconbasicattack
    SnipeFallenKaruiArcher
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable, AttackInPlace
    Base Damage: 268403
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 125%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 8 s
    Causa +25% de dano de ataque
    action attack or cast time uses animation length [1]
    attack maximum action distance + [40]
    base deal no damage [1]
    base is projectile [1]
    monster projectile variation [1163]
    number of projectiles override [1]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    use scaled contact offset [1]
    GAFallenKaruiArcherImpact
    Triggerable, Attack, AttackInPlace
    Base Damage: 268403
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 125%
    Tempo de Ataque: 1.5 s
    Causa +25% de dano de ataque
    action attack or cast time uses animation length [1]
    base skill can be blocked [1]
    is area damage [1]
    GAFallenKaruiArcherJadeRainSingle
    Triggerable, Attack, AttackInPlace
    Base Damage: 268403
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 115%
    Tempo de Ataque: 1.5 s
    Causa +15% de dano de ataque
    action attack or cast time uses animation length [1]
    is area damage [1]
    GTFallenKaruiArcherJadeRain
    Spell, Triggerable, AttackInPlace
    Tempo de Conjuração: 1 s
    Tempo de Recarga: 10 s
    action attack or cast time uses animation length [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    		set_base_heavy_stun_duration_ms = 2283
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FallenKarui/FallenKaruiArcherHalls_"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Ancestral Archer",
        life = 1.5,
        damage = 1.58,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 60,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeed",
            "SnipeFallenKaruiArcher",
            "GAFallenKaruiArcherImpact",
            "GAFallenKaruiArcherJadeRainSingle",
            "GTFallenKaruiArcherJadeRain",
        },
        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,
            [SkillType.AttackInPlace] = 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["SnipeFallenKaruiArcher"] = {
        name = "SnipeFallenKaruiArcher",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "attack_maximum_action_distance_+",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_direction",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {1163, 40, 1, baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAFallenKaruiArcherImpact"] = {
        name = "GAFallenKaruiArcherImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
            "base_skill_can_be_blocked",
        },
        levels = {
            [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAFallenKaruiArcherJadeRainSingle"] = {
        name = "GAFallenKaruiArcherJadeRainSingle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTFallenKaruiArcherJadeRain"] = {
        name = "GTFallenKaruiArcherJadeRain",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Arqueiro Ancestral
    CategoryHumanoidHumanoide
    IconEnemyEvasionStrong
    Ancestral Archer
    Spectre
    Spectre OverrideMetadata/Monsters/FallenKarui/FallenKaruiArcherHalls_
    Tagsallows_additional_projectiles, allows_inc_aoe, Arrow_onhit_audio, human, humanoid, medium_movement, not_int, not_str, physical_affinity, ranged, red_blood
    Packs
  • Arqueiro Ancestral, Guardião Ancestral, Guerreiro Ancestral, Decapitador Ancestral
  • Vida
    150%
    Evasão
    +60%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    158%
    Precisão
    100%
    5.5%
    Attack Distance
    5 ~ 60
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    100%
    Type
    FallenKaruiArcher
    Metadata
    FallenKaruiArcherStrongbox
    Nível
    68
    Vida
    12,386
    1,133
    Damage
    368
    Dano Mágico
    368
    Precisão
    2,502
    Tempo de Ataque
    1.5
    Experiência
    42,951
    Minion Life
    10,395
    Minion Damage
    1,531
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 295442
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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]
    iconbasicattack
    SnipeFallenKaruiArcher
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable, AttackInPlace
    Base Damage: 295442
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 125%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 8 s
    Causa +25% de dano de ataque
    action attack or cast time uses animation length [1]
    attack maximum action distance + [40]
    base deal no damage [1]
    base is projectile [1]
    monster projectile variation [1163]
    number of projectiles override [1]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    use scaled contact offset [1]
    GAFallenKaruiArcherImpact
    Triggerable, Attack, AttackInPlace
    Base Damage: 295442
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 125%
    Tempo de Ataque: 1.5 s
    Causa +25% de dano de ataque
    action attack or cast time uses animation length [1]
    base skill can be blocked [1]
    is area damage [1]
    GAFallenKaruiArcherJadeRainSingle
    Triggerable, Attack, AttackInPlace
    Base Damage: 295442
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 115%
    Tempo de Ataque: 1.5 s
    Causa +15% de dano de ataque
    action attack or cast time uses animation length [1]
    is area damage [1]
    GTFallenKaruiArcherJadeRain
    Spell, Triggerable, AttackInPlace
    Tempo de Conjuração: 1 s
    Tempo de Recarga: 10 s
    action attack or cast time uses animation length [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    		set_base_heavy_stun_duration_ms = 2283
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FallenKarui/FallenKaruiArcherStrongbox"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Ancestral Archer",
        life = 1.5,
        damage = 1.58,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 60,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeed",
            "SnipeFallenKaruiArcher",
            "GAFallenKaruiArcherImpact",
            "GAFallenKaruiArcherJadeRainSingle",
            "GTFallenKaruiArcherJadeRain",
        },
        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,
            [SkillType.AttackInPlace] = 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["SnipeFallenKaruiArcher"] = {
        name = "SnipeFallenKaruiArcher",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "attack_maximum_action_distance_+",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_direction",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {1163, 40, 1, baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAFallenKaruiArcherImpact"] = {
        name = "GAFallenKaruiArcherImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
            "base_skill_can_be_blocked",
        },
        levels = {
            [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAFallenKaruiArcherJadeRainSingle"] = {
        name = "GAFallenKaruiArcherJadeRainSingle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTFallenKaruiArcherJadeRain"] = {
        name = "GTFallenKaruiArcherJadeRain",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Arqueiro Ancestral
    CategoryHumanoidHumanoide
    IconEnemyEvasionStrong
    Ancestral Archer
    Spectre
    Tagsallows_additional_projectiles, allows_inc_aoe, Arrow_onhit_audio, human, humanoid, medium_movement, not_int, not_str, physical_affinity, ranged, red_blood
    Vida
    150%
    Evasão
    +60%
    Resistência
    IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    158%
    Precisão
    100%
    5.5%
    Attack Distance
    5 ~ 60
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    150%
    Model Size
    100%
    Type
    FallenKaruiArcher
    Metadata
    FallenKaruiArcherRunemarked
    Nível
    68
    Vida
    12,386
    1,133
    Damage
    368
    Dano Mágico
    368
    Precisão
    2,502
    Tempo de Ataque
    1.5
    Experiência
    42,951
    Minion Life
    10,395
    Minion Damage
    1,531
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 295442
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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]
    iconbasicattack
    SnipeFallenKaruiArcher
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable, AttackInPlace
    Base Damage: 295442
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 125%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 8 s
    Causa +25% de dano de ataque
    action attack or cast time uses animation length [1]
    attack maximum action distance + [40]
    base deal no damage [1]
    base is projectile [1]
    monster projectile variation [1163]
    number of projectiles override [1]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    use scaled contact offset [1]
    GAFallenKaruiArcherImpact
    Triggerable, Attack, AttackInPlace
    Base Damage: 295442
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 125%
    Tempo de Ataque: 1.5 s
    Causa +25% de dano de ataque
    action attack or cast time uses animation length [1]
    base skill can be blocked [1]
    is area damage [1]
    GAFallenKaruiArcherJadeRainSingle
    Triggerable, Attack, AttackInPlace
    Base Damage: 295442
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 115%
    Tempo de Ataque: 1.5 s
    Causa +15% de dano de ataque
    action attack or cast time uses animation length [1]
    is area damage [1]
    GTFallenKaruiArcherJadeRain
    Spell, Triggerable, AttackInPlace
    Tempo de Conjuração: 1 s
    Tempo de Recarga: 10 s
    action attack or cast time uses animation length [1]

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/FallenKarui/Runemarked/FallenKaruiArcherRunemarked"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Ancestral Archer",
        life = 1.5,
        damage = 1.58,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 60,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeed",
            "SnipeFallenKaruiArcher",
            "GAFallenKaruiArcherImpact",
            "GAFallenKaruiArcherJadeRainSingle",
            "GTFallenKaruiArcherJadeRain",
        },
        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,
            [SkillType.AttackInPlace] = 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["SnipeFallenKaruiArcher"] = {
        name = "SnipeFallenKaruiArcher",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "attack_maximum_action_distance_+",
            "number_of_projectiles_override",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_direction",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {1163, 40, 1, baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAFallenKaruiArcherImpact"] = {
        name = "GAFallenKaruiArcherImpact",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
            "base_skill_can_be_blocked",
        },
        levels = {
            [1] = {baseMultiplier = 1.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAFallenKaruiArcherJadeRainSingle"] = {
        name = "GAFallenKaruiArcherJadeRainSingle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTFallenKaruiArcherJadeRain"] = {
        name = "GTFallenKaruiArcherJadeRain",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        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.