MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
바다 마녀
Sea Hag
Spectre
Spectre OverrideMetadata/Monsters/DeepwaterLeague/SeaHagSpectre
Area모래 덮인 해저, 산호 숲, 산호 암초
Tags시전, cold_affinity, humanoid, is_unarmed, not_dex, not_str, undead, very_slow_movement, water
Packs
  • 모래 덮인 해저, 산호 암초, 산호 숲: 바다 마녀, 사라진 노잡이, 사라진 노잡이
  • 생명력
    180%
    Energy Shield From Life
    40%
    Ailment Threshold
    180%
    저항
    IconEnemyResistanceFire0% IconEnemyResistanceColdStrong75% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    180%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    180%
    Model Size
    100%
    Type
    DeepwaterSeaHag
    Metadata
    SeaHag_
    레벨
    68
    생명력
    11,580
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    4,411
    Damage
    672
    주문 피해
    672
    정확도
    580
    Attack Time
    1.5
    경험치
    18,459
    Minion Life
    2,512
    Minion Energy Shield
    957
    Minion Damage
    537
    Ailment Threshold
    11,580
    Chill
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Phys Convert Ele
    240%
    MMSDeepwaterSeaHagRollingMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    치명타 확률: 5%
    시전 속도: 1 초
    일반적인 몬스터 박격포 스킬입니다. 몬스터 투사체와 같지만 충격 효과를 가집니다.
    748.9~1123 냉기 피해
    연쇄 +2
    효과 범위 65% 감폭
    base is projectile [1]
    is area damage [1]
    mortar projectile distance override [20]
    projectile uses contact position [1]
    spell maximum action distance +% [-50]
    use scaled contact offset [1]
    SSMDeepwaterHagDrowned
    Spell, Multicastable, Triggerable
    시전 속도: 1 초
    재사용 대기시간: 10 초
    action attack or cast time uses animation length [1]
    alternate minion [690]
    minion dies when parent dies [1]
    number of monsters to summon [4]
    summon specific monsters radius +% [-75]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    ABTTDeepwaterSeaHagVolatileBuff
    Buff, Duration, Spell
    시전 속도: 1 초
    재사용 대기시간: 10 초
    action attack or cast time uses animation length [1]
    GSDeepwaterHagVolatileExplode
    Spell, Triggerable
    치명타 확률: 5%
    시전 속도: 1 초
    855.9~1284 냉기 피해
    is area damage [1]
    DoLiterallyNothing

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DeepwaterLeague/SeaHag_"] = {
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        name = "Sea Hag",
        life = 1.8,
        energyShield = 0.4,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        skillList = {
            "SSMDeepwaterHagDrowned",
            "MMSDeepwaterSeaHagRollingMortar",
            "ABTTDeepwaterSeaHagVolatileBuff",
            "GSDeepwaterHagVolatileExplode",
            "DoLiterallyNothing",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMDeepwaterHagDrowned"] = {
        name = "SSMDeepwaterHagDrowned",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
            "minion_dies_when_parent_dies",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {4, 690, -75, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMSDeepwaterSeaHagRollingMortar"] = {
        name = "MMSDeepwaterSeaHagRollingMortar",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        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,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "spell_maximum_action_distance_+%",
            "number_of_chains",
            "mortar_projectile_distance_override",
            "active_skill_area_of_effect_+%_final",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -50, 2, 20, -65, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ABTTDeepwaterSeaHagVolatileBuff"] = {
        name = "ABTTDeepwaterSeaHagVolatileBuff",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSDeepwaterHagVolatileExplode"] = {
        name = "GSDeepwaterHagVolatileExplode",
        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_cold_damage",
            "spell_maximum_base_cold_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DoLiterallyNothing"] = {
        name = "DoLiterallyNothing",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    바다 마녀
    언데드
    IconEnemyResistanceColdStrong
    Sea Hag
    Spectre
    Tags시전, cold_affinity, humanoid, is_unarmed, not_dex, not_str, undead, very_slow_movement, water
    생명력
    180%
    Energy Shield From Life
    40%
    Ailment Threshold
    180%
    저항
    IconEnemyResistanceFire0% IconEnemyResistanceColdStrong75% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    180%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    180%
    Model Size
    100%
    Type
    DeepwaterSeaHag
    Metadata
    SeaHagSpectre
    레벨
    68
    생명력
    11,580
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    4,411
    Damage
    672
    주문 피해
    672
    정확도
    580
    Attack Time
    1.5
    경험치
    18,459
    Minion Life
    2,512
    Minion Energy Shield
    957
    Minion Damage
    537
    Ailment Threshold
    11,580
    Chill
    37
    Shock
    37
    Brittle
    207
    Scorch
    37
    Sap
    101
    Phys Convert Ele
    240%
    MMSDeepwaterSeaHagRollingMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    치명타 확률: 5%
    시전 속도: 1 초
    일반적인 몬스터 박격포 스킬입니다. 몬스터 투사체와 같지만 충격 효과를 가집니다.
    748.9~1123 냉기 피해
    연쇄 +2
    효과 범위 65% 감폭
    base is projectile [1]
    is area damage [1]
    mortar projectile distance override [20]
    projectile uses contact position [1]
    spell maximum action distance +% [-50]
    use scaled contact offset [1]
    SSMDeepwaterHagDrowned
    Spell, Multicastable, Triggerable
    시전 속도: 1 초
    재사용 대기시간: 10 초
    action attack or cast time uses animation length [1]
    alternate minion [690]
    minion dies when parent dies [1]
    number of monsters to summon [4]
    summon specific monsters radius +% [-75]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    ABTTDeepwaterSeaHagVolatileBuff
    Buff, Duration, Spell
    시전 속도: 1 초
    재사용 대기시간: 10 초
    action attack or cast time uses animation length [1]
    GSDeepwaterHagVolatileExplode
    Spell, Triggerable
    치명타 확률: 5%
    시전 속도: 1 초
    855.9~1284 냉기 피해
    is area damage [1]
    DoLiterallyNothing

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DeepwaterLeague/SeaHagSpectre"] = {
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        name = "Sea Hag",
        life = 1.8,
        energyShield = 0.4,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        skillList = {
            "SSMDeepwaterHagDrowned",
            "MMSDeepwaterSeaHagRollingMortar",
            "ABTTDeepwaterSeaHagVolatileBuff",
            "GSDeepwaterHagVolatileExplode",
            "DoLiterallyNothing",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SSMDeepwaterHagDrowned"] = {
        name = "SSMDeepwaterHagDrowned",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
            "minion_dies_when_parent_dies",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {4, 690, -75, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MMSDeepwaterSeaHagRollingMortar"] = {
        name = "MMSDeepwaterSeaHagRollingMortar",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        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,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "spell_maximum_action_distance_+%",
            "number_of_chains",
            "mortar_projectile_distance_override",
            "active_skill_area_of_effect_+%_final",
            "is_area_damage",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -50, 2, 20, -65, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ABTTDeepwaterSeaHagVolatileBuff"] = {
        name = "ABTTDeepwaterSeaHagVolatileBuff",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSDeepwaterHagVolatileExplode"] = {
        name = "GSDeepwaterHagVolatileExplode",
        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_cold_damage",
            "spell_maximum_base_cold_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DoLiterallyNothing"] = {
        name = "DoLiterallyNothing",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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