Soledad aulladora
Constructo
drop zana influence petals on death [1]
monster difficulty tankiness +% [100]
Screaming Loneliness
SpectreY
Tagsconstruct, fast_movement, large_model, mud_blood, not_str
Packs
  • Soledad aulladora, Memoria retorcida, Memoria retorcida
  • Vida
    675%
    Energy Shield From Life
    33%
    Evasión
    +100%
    Ailment Threshold
    675%
    Resistencia
    0 0 0 0
    Damage
    225%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    225%
    Model Size
    112%
    Type
    ZanaWyvern
    Metadata
    ZanaWyvern_
    Nivel
    68
    Vida
    29,095
    Armadura
    28,790
    Evasión
    9,478
    Escudo de energía
    13,648
    Damage
    840
    Daño de hechizos
    840
    Precisión
    580
    Attack Time
    1.5
    Experiencia
    23,074
    Minion Life
    6,311
    Minion Energy Shield
    2,960
    Minion Damage
    671
    Ailment Threshold
    43,425
    Chill
    137
    Shock
    137
    Brittle
    777
    Scorch
    137
    Sap
    379
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 672–1009
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un 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]
    GSZanaWyvernStormCall
    Spell, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Inflige de 1620 a 2430 de daño físico
    El 60% del daño físico se convierte en daño de rayo
    25% de probabilidad de electrocutar a los enemigos
    action attack or cast time uses animation length [1]
    is area damage [1]
    MPSZanaWalkerLightningProj
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Inflige de 22.42 a 33.63 de daño físico
    El 60% del daño físico se convierte en daño de rayo
    action attack or cast time uses animation length [1]
    base deal no damage [1]
    base is projectile [1]
    check for targets between initiator and projectile source [1]
    maintain projectile direction when using contact position [1]
    monster projectile variation [263]
    projectile uses contact position [1]
    spell maximum action distance +% [-25]
    use scaled contact offset [1]
    GSZanaWalkerProjImpact
    Spell, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Inflige de 1473 a 2210 de daño físico
    El 60% del daño físico se convierte en daño de rayo
    action attack or cast time uses animation length [1]
    is area damage [1]
    GTZanaWyvernStormcalls
    Triggerable, Spell
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 10 seg
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [-35]

    Object Type

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasMemories/ZanaInfluenceMonsters/ZanaWyvern_"] = {
        name = "Screaming Loneliness",
        life = 6.75,
        energyShield = 0.33,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.25,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "MPSZanaWalkerLightningProj",
            "GSZanaWalkerProjImpact",
            "GSZanaWyvernStormCall",
            "GTZanaWyvernStormcalls",
        },
        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["MPSZanaWalkerLightningProj"] = {
        name = "MPSZanaWalkerLightningProj",
        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,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "base_physical_damage_%_to_convert_to_lightning",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
            "action_attack_or_cast_time_uses_animation_length",
            "maintain_projectile_direction_when_using_contact_position",
            "check_for_targets_between_initiator_and_projectile_source",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 263, 60, -25, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSZanaWalkerProjImpact"] = {
        name = "GSZanaWalkerProjImpact",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_physical_damage_%_to_convert_to_lightning",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 60, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSZanaWyvernStormCall"] = {
        name = "GSZanaWyvernStormCall",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_physical_damage_%_to_convert_to_lightning",
            "base_chance_to_shock_%",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 60, 25, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTZanaWyvernStormcalls"] = {
        name = "GTZanaWyvernStormcalls",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-35, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    drop zana influence petals on death [1]
    monster difficulty tankiness +% [100]
    IdMonsterZanaInfluenced
    FamilyMonsterZanaInfluenced
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster difficulty tankiness +% Min: 100 Max: 100 Global
  • drop zana influence petals on death Min: 1 Max: 1 Global
  • visual_display_buff_removed_on_death
    Edit

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