SpectreY
AreaO Ventre da Besta Nível 1, O Ventre da Besta Nível 2, A Colheita, Laboratório Eterno
TagsConjurador, cleaving_weapon, demon, flesh_armour, has_wand, lightning_affinity, medium_movement, medium_small_height, not_dex, not_str, physical_affinity, ranged, red_blood
Packs
  • Laboratório Eterno: Olho Errante, Olho da Chocadeira
  • Olho Errante
  • Olho da Chocadeira, Olho Errante
  • Golem da Tempestade, Arquimago da Guarda Negra, Aristocrata Perpétuo, Olho Errante
  • Vida
    80%
    Energy Shield From Life
    50%
    Ailment Threshold
    80%
    Resistência
    0 0 0 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 32
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    120%
    Type
    Eye
    Metadata
    Eye
    Nível
    68
    Vida
    5,147
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    3,064
    Damage
    448
    Dano Mágico
    448
    Precisão
    290
    Attack Time
    1.5
    Experiência
    10,255
    Ailment Threshold
    5,147
    Chill
    16
    Shock
    16
    Brittle
    92
    Scorch
    16
    Sap
    45
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 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]
    EyeBallLightning
    Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
    Esfera Trovejante
    Chance de Crítico: 5%
    Eficácia do Dano Adicionado: 20%
    Tempo de Conjuração: 0.8 seg
    Recarga: 9 seg
    Dispara um projétil lento que causa dano repetidamente nos inimigos em uma área ao seu redor com feixes de raio.
    Causa 31.97 a 607.4 de Dano de Raio
    Raio Base igual a 1.8 metros
    active skill area of effect radius +% final [-57]
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	supress_muzzle_flash = 1
    	supress_weapon_surges = 1
    }
    
    Actor
    {
    	main_hand_unarmed_type = "Wand"
    	basic_action = "Emerge"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    Render
    {
         //turn_duration = 0.3
    	 preload_buff_visual = "lightning_eyes_effects"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Eyes/Eye"] = {
        name = "Wandering Eye",
        life = 0.8,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 32,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "EyeBallLightning",
        },
        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["EyeBallLightning"] = {
        name = "Ball Lightning",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.10000000149012, 1.8999999761581, -57, 18, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Olho Errante
    Demoníaco
    Wandering Eye
    SpectreY
    AreaVentre da Besta
    TagsConjurador, cleaving_weapon, demon, flesh_armour, has_wand, lightning_affinity, medium_movement, medium_small_height, not_dex, not_str, physical_affinity, ranged, red_blood
    Vida
    80%
    Energy Shield From Life
    50%
    Ailment Threshold
    80%
    Resistência
    0 0 0 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 32
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    120%
    Type
    Eye
    Metadata
    EyePart2
    Nível
    63
    Vida
    3,581
    Armadura
    19,330
    Evasão
    3,967
    Escudo de Energia
    2,238
    Damage
    348
    Dano Mágico
    348
    Precisão
    238
    Attack Time
    1.5
    Experiência
    9,032
    Ailment Threshold
    3,581
    Chill
    11
    Shock
    11
    Brittle
    64
    Scorch
    11
    Sap
    31
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 278–417
    Chance de Crítico: 5%
    Attack Time: 1.5 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]
    EyeBallLightning
    Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
    Esfera Trovejante
    Chance de Crítico: 5%
    Eficácia do Dano Adicionado: 20%
    Tempo de Conjuração: 0.8 seg
    Recarga: 9 seg
    Dispara um projétil lento que causa dano repetidamente nos inimigos em uma área ao seu redor com feixes de raio.
    Causa 26.53 a 504 de Dano de Raio
    Raio Base igual a 1.8 metros
    active skill area of effect radius +% final [-57]
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	supress_muzzle_flash = 1
    	supress_weapon_surges = 1
    }
    
    Actor
    {
    	main_hand_unarmed_type = "Wand"
    	basic_action = "Emerge"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    Render
    {
         //turn_duration = 0.3
    	 preload_buff_visual = "lightning_eyes_effects"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Eyes/EyePart2"] = {
        name = "Wandering Eye",
        life = 0.8,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 32,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "EyeBallLightning",
        },
        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["EyeBallLightning"] = {
        name = "Ball Lightning",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.10000000149012, 1.8999999761581, -57, 18, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Olho Errante
    Demoníaco
    monster no drops or experience [1]
    Wandering Eye
    SpectreY
    TagsConjurador, cleaving_weapon, demon, flesh_armour, has_wand, lightning_affinity, medium_movement, medium_small_height, not_dex, not_str, physical_affinity, ranged, red_blood
    Vida
    80%
    Energy Shield From Life
    50%
    Ailment Threshold
    80%
    Resistência
    0 0 0 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 32
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    120%
    Type
    Eye
    Metadata
    EyeSpawned
    Nível
    68
    Vida
    5,147
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    3,064
    Damage
    448
    Dano Mágico
    448
    Precisão
    290
    Attack Time
    1.5
    Experiência
    10,255
    Ailment Threshold
    5,147
    Chill
    16
    Shock
    16
    Brittle
    92
    Scorch
    16
    Sap
    45
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 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]
    EyeBallLightning
    Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
    Esfera Trovejante
    Chance de Crítico: 5%
    Eficácia do Dano Adicionado: 20%
    Tempo de Conjuração: 0.8 seg
    Recarga: 9 seg
    Dispara um projétil lento que causa dano repetidamente nos inimigos em uma área ao seu redor com feixes de raio.
    Causa 31.97 a 607.4 de Dano de Raio
    Raio Base igual a 1.8 metros
    active skill area of effect radius +% final [-57]
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	supress_muzzle_flash = 1
    	supress_weapon_surges = 1
    }
    
    Actor
    {
    	main_hand_unarmed_type = "Wand"
    	basic_action = "Emerge"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    Render
    {
         //turn_duration = 0.3
    	 preload_buff_visual = "lightning_eyes_effects"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Eyes/EyeSpawned"] = {
        name = "Wandering Eye",
        life = 0.8,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 32,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "EyeBallLightning",
        },
        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["EyeBallLightning"] = {
        name = "Ball Lightning",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.10000000149012, 1.8999999761581, -57, 18, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Olho Errante
    Demoníaco
    monster no drops or experience [1]
    Wandering Eye
    SpectreY
    TagsConjurador, cleaving_weapon, demon, flesh_armour, has_wand, lightning_affinity, medium_movement, medium_small_height, not_dex, not_str, physical_affinity, ranged, red_blood
    Vida
    80%
    Energy Shield From Life
    50%
    Ailment Threshold
    80%
    Resistência
    0 0 0 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 32
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    120%
    Type
    Eye
    Metadata
    EyePiety
    Nível
    68
    Vida
    5,147
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    3,064
    Damage
    448
    Dano Mágico
    448
    Precisão
    290
    Attack Time
    1.5
    Experiência
    10,255
    Ailment Threshold
    5,147
    Chill
    16
    Shock
    16
    Brittle
    92
    Scorch
    16
    Sap
    45
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 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]
    EyeBallLightning
    Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
    Esfera Trovejante
    Chance de Crítico: 5%
    Eficácia do Dano Adicionado: 20%
    Tempo de Conjuração: 0.8 seg
    Recarga: 9 seg
    Dispara um projétil lento que causa dano repetidamente nos inimigos em uma área ao seu redor com feixes de raio.
    Causa 31.97 a 607.4 de Dano de Raio
    Raio Base igual a 1.8 metros
    active skill area of effect radius +% final [-57]
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	supress_muzzle_flash = 1
    	supress_weapon_surges = 1
    }
    
    Actor
    {
    	main_hand_unarmed_type = "Wand"
    	basic_action = "Emerge"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    Render
    {
         //turn_duration = 0.3
    	 preload_buff_visual = "lightning_eyes_effects"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Eyes/EyePiety"] = {
        name = "Wandering Eye",
        life = 0.8,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 32,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "EyeBallLightning",
        },
        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["EyeBallLightning"] = {
        name = "Ball Lightning",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.10000000149012, 1.8999999761581, -57, 18, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • Olho Errante
    Demoníaco
    royale monster armour drop chance permyriad [80]
    royale monster currency drop chance permyriad [200]
    royale monster flask drop chance permyriad [0]
    royale monster skill gem drop chance permyriad [300]
    royale monster support gem drop chance permyriad [75]
    royale monster unique drop chance permyriad [0]
    royale monster weapon drop chance permyriad [80]
    Wandering Eye
    SpectreY
    AreaPath of Exile Royale
    TagsConjurador, cleaving_weapon, demon, flesh_armour, has_wand, lightning_affinity, medium_movement, not_dex, not_str, physical_affinity, ranged, red_blood
    Packs
  • Path of Exile Royale: Olho Errante
  • Vida
    80%
    Energy Shield From Life
    50%
    Ailment Threshold
    80%
    Resistência
    0 0 0 0
    Damage
    61%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 32
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    120%
    Type
    EyeRoyale
    Metadata
    EyeRoyale
    Nível
    2
    Vida
    21
    Armadura
    23
    Evasão
    86
    Escudo de Energia
    13
    Damage
    3
    Dano Mágico
    3
    Precisão
    15
    Attack Time
    1.5
    Experiência
    20
    Ailment Threshold
    21
    Chill
    0
    Shock
    0
    Brittle
    0
    Scorch
    0
    Sap
    0
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 3–4
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    EyeBallLightning
    Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
    Esfera Trovejante
    Chance de Crítico: 5%
    Eficácia do Dano Adicionado: 20%
    Tempo de Conjuração: 0.8 seg
    Recarga: 9 seg
    Dispara um projétil lento que causa dano repetidamente nos inimigos em uma área ao seu redor com feixes de raio.

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	supress_muzzle_flash = 1
    	supress_weapon_surges = 1
    }
    
    Actor
    {
    	main_hand_unarmed_type = "Wand"
    	basic_action = "Emerge"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    Render
    {
         //turn_duration = 0.3
    	 preload_buff_visual = "lightning_eyes_effects"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Eyes/EyeRoyale"] = {
        name = "Wandering Eye",
        life = 0.8,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.61,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 32,
        accuracy = 1,
        skillList = {
            "Melee",
            "EyeBallLightning",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EyeBallLightning"] = {
        name = "Ball Lightning",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.10000000149012, 1.8999999761581, -57, 18, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    royale monster armour drop chance permyriad [80]
    royale monster currency drop chance permyriad [200]
    royale monster flask drop chance permyriad [0]
    royale monster skill gem drop chance permyriad [300]
    royale monster support gem drop chance permyriad [75]
    royale monster unique drop chance permyriad [0]
    royale monster weapon drop chance permyriad [80]
    IdRoyaleAdditionalMonsterDrops
    FamilyRoyaleAdditionalMonsterDrops
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • royale monster flask drop chance permyriad Min: 0 Max: 0 Global
  • royale monster armour drop chance permyriad Min: 80 Max: 80 Global
  • royale monster unique drop chance permyriad Min: 0 Max: 0 Global
  • royale monster weapon drop chance permyriad Min: 80 Max: 80 Global
  • royale monster currency drop chance permyriad Min: 200 Max: 200 Global
  • royale monster skill gem drop chance permyriad Min: 300 Max: 300 Global
  • royale monster support gem drop chance permyriad Min: 75 Max: 75 Global
  • Edit

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