Llamador de nieve
Humanoide
Snowcaller
SpectreY
Spectre OverrideMetadata/Monsters/AtlasExiles/EyrieInfluenceMonsters/EyrieArcticCrystalCasterSpectre_
TagsLanzador de hechizos, cold_affinity, eyrie_monster, fast_movement, female, human, humanoid, influence_monster, is_unarmed, light_armour, medium_height, not_str, ranged, red_blood
Packs
  • Llamador de nieve, Luchador cristalino
  • Vida
    405%
    Energy Shield From Life
    40%
    Evasión
    +40%
    Ailment Threshold
    405%
    Resistencia
    0 75 0 0
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    EyrieArcticCrystalCaster
    Metadata
    EyrieArcticCrystalCaster
    Nivel
    68
    Vida
    26,055
    Armaduras
    28,790
    Evasión
    6,635
    Escudo de energía
    2,451
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    15,383
    Ailment Threshold
    26,055
    Chill
    82
    Shock
    82
    Brittle
    466
    Scorch
    82
    Sap
    228
    WalkEmergeAtlasInfluenceMonster
    walk emerge distance [225]
    AtlasExileEyrieCasterProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1.33 seg
    Inflige de 775.8 a 1164 de daño de hielo
    base is projectile [1]
    monster projectile variation [132]
    projectile uses contact position [1]
    use scaled contact offset [1]
    AtlasEyrieIceSpear
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire
    Lanza de hielo
    Probabilidad de golpe crítico: 7%
    Tiempo de lanzamiento: 2.5 seg
    Tiempo de recarga: 10 seg
    Lanza esquirlas de hielo en rápida sucesión. Después de viajar una corta distancia, cambian a una segunda forma, que se mueve mucho más rápido y perfora a los enemigos.
    Inflige de 383.6 a 575.4 de daño de hielo
    La segunda forma tiene la probabilidad de golpe crítico aumentada un 600%
    La segunda forma tiene un 1200% más de velocidad de proyectil
    base is projectile [1]
    projectile random angle based on distance to target location % [15]
    projectile uses contact position [1]
    skill visual scale +% [-50]
    use scaled contact offset [1]
    AtlasEyrieArcticCasterBlast
    Spell, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 3 seg
    Tiempo de recarga: 8 seg
    Inflige de 1926 a 2889 de daño de hielo
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasExiles/EyrieInfluenceMonsters/EyrieMonsterBase"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasExiles/EyrieInfluenceMonsters/EyrieMonsterBase"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasExiles/EyrieInfluenceMonsters/EyrieArcticCrystalCaster"] = {
        name = "Snowcaller",
        life = 4.05,
        energyShield = 0.4,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "AtlasEyrieIceSpear",
            "AtlasExileEyrieCasterProjectile",
            "WalkEmergeAtlasInfluenceMonster",
            "AtlasEyrieArcticCasterBlast",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AtlasEyrieIceSpear"] = {
        name = "Ice Spear",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "ice_spear_second_form_critical_strike_chance_+%",
            "ice_spear_second_form_projectile_speed_+%_final",
            "projectile_random_angle_based_on_distance_to_target_location_%",
            "skill_visual_scale_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 600, 1200, 15, -50, critChance = 7, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AtlasExileEyrieCasterProjectile"] = {
        name = "AtlasExileEyrieCasterProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.33,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 132, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeAtlasInfluenceMonster"] = {
        name = "WalkEmergeAtlasInfluenceMonster",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.25,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {225, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AtlasEyrieArcticCasterBlast"] = {
        name = "AtlasEyrieArcticCasterBlast",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Llamador de nieve
    Humanoide
    Snowcaller
    SpectreY
    TagsLanzador de hechizos, cold_affinity, eyrie_monster, fast_movement, female, human, humanoid, influence_monster, is_unarmed, light_armour, not_str, red_blood
    Vida
    360%
    Energy Shield From Life
    40%
    Evasión
    +40%
    Ailment Threshold
    360%
    Resistencia
    0 75 0 0
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    EyrieArcticCrystalCasterSpectre
    Metadata
    EyrieArcticCrystalCasterSpectre_
    Nivel
    68
    Vida
    23,160
    Armaduras
    28,790
    Evasión
    6,635
    Escudo de energía
    2,451
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    15,383
    Ailment Threshold
    23,160
    Chill
    73
    Shock
    73
    Brittle
    414
    Scorch
    73
    Sap
    202
    WalkEmergeAtlasInfluenceMonster
    walk emerge distance [225]
    AtlasExileEyrieCasterProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1.33 seg
    Inflige de 775.8 a 1164 de daño de hielo
    base is projectile [1]
    monster projectile variation [132]
    projectile uses contact position [1]
    use scaled contact offset [1]
    AtlasEyrieIceSpear
    Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire
    Lanza de hielo
    Probabilidad de golpe crítico: 7%
    Tiempo de lanzamiento: 2.5 seg
    Tiempo de recarga: 10 seg
    Lanza esquirlas de hielo en rápida sucesión. Después de viajar una corta distancia, cambian a una segunda forma, que se mueve mucho más rápido y perfora a los enemigos.
    Inflige de 383.6 a 575.4 de daño de hielo
    La segunda forma tiene la probabilidad de golpe crítico aumentada un 600%
    La segunda forma tiene un 1200% más de velocidad de proyectil
    base is projectile [1]
    projectile random angle based on distance to target location % [15]
    projectile uses contact position [1]
    skill visual scale +% [-50]
    use scaled contact offset [1]
    AtlasEyrieArcticCasterBlast
    Spell, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 3 seg
    Tiempo de recarga: 8 seg
    Inflige de 1926 a 2889 de daño de hielo
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasExiles/EyrieInfluenceMonsters/EyrieMonsterSpectreBase"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasExiles/EyrieInfluenceMonsters/EyrieMonsterSpectreBase"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasExiles/EyrieInfluenceMonsters/EyrieArcticCrystalCasterSpectre_"] = {
        name = "Snowcaller",
        life = 3.6,
        energyShield = 0.4,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "AtlasEyrieIceSpear",
            "AtlasExileEyrieCasterProjectile",
            "WalkEmergeAtlasInfluenceMonster",
            "AtlasEyrieArcticCasterBlast",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AtlasEyrieIceSpear"] = {
        name = "Ice Spear",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "ice_spear_second_form_critical_strike_chance_+%",
            "ice_spear_second_form_projectile_speed_+%_final",
            "projectile_random_angle_based_on_distance_to_target_location_%",
            "skill_visual_scale_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 600, 1200, 15, -50, critChance = 7, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AtlasExileEyrieCasterProjectile"] = {
        name = "AtlasExileEyrieCasterProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.33,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 132, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeAtlasInfluenceMonster"] = {
        name = "WalkEmergeAtlasInfluenceMonster",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.25,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {225, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AtlasEyrieArcticCasterBlast"] = {
        name = "AtlasEyrieArcticCasterBlast",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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