魔暴
Maelström
幽魂N
地區水道遺跡, 永恆實驗室, 岔河
標籤法術, 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
  • 水道遺跡: 魔暴
  • 永恆實驗室: 魔暴, 蒼白的烏旗守衛
  • 永恆實驗室: 魔暴, 活水之靈
  • 魔暴, 蒼白的烏旗守衛
  • 魔暴, 活水之靈
  • 生命
    150%
    生命轉為護盾
    150%
    異常狀態臨界值
    150%
    抗性
    75 0 0 0
    傷害
    137%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 6
    攻擊間隔
    1.305 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    100%
    類型
    WaterSpiral
    Metadata
    WaterSpiral
    等級
    78
    生命
    27,357
    護甲
    62,934
    閃避
    6,667
    能量護盾
    16,992
    傷害
    925
    法術傷害
    925
    命中
    428
    攻擊間隔
    1.305
    經驗值
    18,566
    異常狀態臨界值
    27,357
    冰緩
    87
    感電
    87
    易碎
    489
    焦灼
    87
    殘喘
    239
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 740–1110
    暴擊率: 5%
    攻擊間隔: 1.305 秒
    用強大的攻擊擊倒敵人。
    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
    投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
    施放時間: 1.4 秒
    冷卻時間: 1.6 秒
    造成 265.9398.8 冰冷傷害
    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 = { }, },
        },
    }
    
    魔暴
    生物
    cannot be used as minion [1]
    monster no map drops [1]
    Maelström
    幽魂N
    標籤construct, 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
    生命
    150%
    生命轉為護盾
    150%
    異常狀態臨界值
    150%
    抗性
    75 0 0 0
    傷害
    137%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 6
    攻擊間隔
    1.305 秒
    傷害分佈
    ±20%
    經驗值
    150%
    Model Size
    70%
    類型
    WaterSpiral
    Metadata
    WaterSpiral
    等級
    68
    生命
    9,650
    護甲
    28,790
    閃避
    4,739
    能量護盾
    9,191
    傷害
    512
    法術傷害
    512
    命中
    290
    攻擊間隔
    1.305
    經驗值
    15,383
    異常狀態臨界值
    9,650
    冰緩
    31
    感電
    31
    易碎
    173
    焦灼
    31
    殘喘
    84
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 409–614
    暴擊率: 5%
    攻擊間隔: 1.305 秒
    用強大的攻擊擊倒敵人。
    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
    攻擊, 範圍, 近戰, 位移
    旋風斬
    基本傷害: 409–614
    暴擊率: 5%
    攻擊傷害: 40%
    攻擊傷害: 40%
    攻擊間隔: 1.305 秒
    對周圍敵人造成傷害,接而進行一連串的旋轉攻擊,邊向目標地點前進邊攻擊路徑上的敵人。不能被多重打擊或殘暴輔助。
    造成 60% 更少攻擊傷害
    +3 秒基礎持續時間
    30% 更少移動速度
    150% 更多攻擊速度
    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
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • Edit

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