Vorágine
SpectreN
AreaEl Acueducto, El Laboratorio Eterno, Mapa de Río bifurcado
TagsLanzador de hechizos, cold_affinity, construct, is_unarmed, liquid_armour, medium_height, melee, no_strider_mod, not_dex, not_str, physical_affinity, puncturing_weapon, slow_movement, unusable_corpse, water, water_elemental
Packs
  • El Acueducto: Vorágine
  • El Laboratorio Eterno: Vorágine, Guardia negro pálido
  • El Laboratorio Eterno: Vorágine, Furia salina
  • Vorágine, Guardia negro pálido
  • Vorágine, Furia salina
  • Vida
    150%
    Energy Shield From Life
    150%
    Ailment Threshold
    150%
    Resistencia
    75 0 0 0
    Damage
    137%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    WaterSpiral
    Metadata
    WaterSpiral
    Nivel
    78
    Vida
    27,357
    Armaduras
    62,934
    Evasión
    6,667
    Escudo de energía
    16,992
    Damage
    925
    Daño de hechizos
    925
    Precisión
    428
    Attack Time
    1.305
    Experiencia
    18,566
    Ailment Threshold
    27,357
    Chill
    87
    Shock
    87
    Brittle
    489
    Scorch
    87
    Sap
    239
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 740–1110
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.305 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]
    WaterVortex
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tiempo de lanzamiento: 1.4 seg
    Tiempo de recarga: 1.6 seg
    Inflige de 265.9 a 398.8 de daño de hielo
    base is projectile [1]
    is area damage [1]
    monster reverse point blank damage -% at minimum range [35]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "ChangeToStance2"
    }
    
    Life
    {
    	corpse_usable = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.5
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/WaterSpiral/WaterSpiral"] = {
        name = "Maelström",
        life = 1.5,
        energyShield = 1.5,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.37,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "WaterVortex",
        },
        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["WaterVortex"] = {
        name = "WaterVortex",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 35, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
            [2] = {1.039999961853, 1.5599999427795, 35, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Vorágine
    Constructo
    cannot be used as minion [1]
    monster no map drops [1]
    Maelström
    SpectreN
    Tagsconstruct, delve_monster, is_unarmed, liquid_armour, melee, no_pantheon_mod, no_strider_mod, not_dex, not_str, physical_affinity, puncturing_weapon, slow_movement, small_height, unusable_corpse, water, water_elemental
    Vida
    150%
    Energy Shield From Life
    150%
    Ailment Threshold
    150%
    Resistencia
    75 0 0 0
    Damage
    137%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    70%
    Type
    WaterSpiral
    Metadata
    WaterSpiral
    Nivel
    68
    Vida
    9,650
    Armaduras
    28,790
    Evasión
    4,739
    Escudo de energía
    9,191
    Damage
    512
    Daño de hechizos
    512
    Precisión
    290
    Attack Time
    1.305
    Experiencia
    15,383
    Ailment Threshold
    9,650
    Chill
    31
    Shock
    31
    Brittle
    173
    Scorch
    31
    Sap
    84
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 409–614
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.305 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]
    WaterSpiralMapCyclone
    Attack, Area, Melee, Movement
    Ciclón
    Base Damage: 409–614
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 40%
    Daño de ataque: 40%
    Attack Time: 1.305 seg
    Daña a los enemigos a tu alrededor y luego realiza una serie de ataques giratorios mientras te trasladas a una ubicación objetivo. No se puede asistir con Asistencia de Implacabilidad ni con Asistencia de Golpes múltiples.
    Inflige un 60% menos de daño de ataque
    La duración base es de 3 segundos
    30% menos Velocidad de Movimiento
    150% más Velocidad de Ataque
    active skill area of effect radius +% final [100]
    cyclone extra distance [20]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/WaterSpiral/WaterSpiral"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/WaterSpiral/WaterSpiral"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueDelve/LightningGolemEncounter/WaterSpiral"] = {
        name = "Maelström",
        life = 1.5,
        energyShield = 1.5,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.37,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "WaterSpiralMapCyclone",
        },
        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["WaterSpiralMapCyclone"] = {
        name = "Cyclone",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "cyclone_movement_speed_+%_final",
            "cyclone_extra_distance",
            "base_skill_effect_duration",
            "active_skill_attack_speed_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-30, 20, 3000, 150, 100, baseMultiplier = 0.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

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