MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
行方知れずの甲板長
Lost Boatswain
Spectre
Spectre OverrideMetadata/Monsters/DeepwaterLeague/DrownedCrewSlamSpectre
Area砂だらけの海底, サンゴの森, サンゴ礁
Tagshumanoid, medium_height, not_dex, not_int, red_blood, undead, very_slow_movement, zombie
Packs
  • 砂だらけの海底, サンゴ礁, サンゴの森: 行方知れずの甲板長, 行方知れずの船員, 行方知れずの船員, 行方知れずの船員
  • ライフ
    270%
    アーマー
    +20%
    Ailment Threshold
    270%
    耐性
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    180%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    4 ~ 35
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    経験値
    180%
    Model Size
    100%
    Type
    DeepwaterDrownedCrewSlam
    Metadata
    DrownedCrewSlam
    レベル
    68
    ライフ
    17,370
    アーマー
    34,548
    回避力
    4,739
    Damage
    672
    スペルダメージ
    672
    命中
    580
    Attack Time
    1.5
    経験値
    18,459
    Minion Life
    3,768
    Minion Damage
    537
    Ailment Threshold
    17,370
    Chill
    55
    Shock
    55
    Brittle
    311
    Scorch
    55
    Sap
    152
    Phys Convert Ele
    240%
    EAADeepwaterDrownedSlam
    Attack
    Base Damage: 538807
    クリティカル率: 5%
    Attack Time: 1.5 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    GADeepwaterDrownedSlamImpact
    Triggerable, Attack
    Base Damage: 538807
    クリティカル率: 5%
    アタックダメージ: 110%
    アタックダメージ: 110%
    Attack Time: 1.5 秒
    アタックダメージが10%上昇する
    is area damage [1]
    GADeepwaterDrownedSlamAftershock
    Triggerable, Attack
    Base Damage: 538807
    クリティカル率: 5%
    アタックダメージ: 140%
    アタックダメージ: 140%
    Attack Time: 1.5 秒
    物理ダメージの100%を火ダメージに変換する
    アタックダメージが40%上昇する
    100%の確率で敵を発火させる
    is area damage [1]
    DoLiterallyNothing

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DeepwaterLeague/DrownedCrewSlam"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Lost Boatswain",
        life = 2.7,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 35,
        accuracy = 1,
        skillList = {
            "GADeepwaterDrownedSlamImpact",
            "GADeepwaterDrownedSlamAftershock",
            "EAADeepwaterDrownedSlam",
            "DoLiterallyNothing",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GADeepwaterDrownedSlamImpact"] = {
        name = "GADeepwaterDrownedSlamImpact",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.1, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GADeepwaterDrownedSlamAftershock"] = {
        name = "GADeepwaterDrownedSlamAftershock",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_physical_damage_%_to_convert_to_fire",
            "base_chance_to_ignite_%",
            "is_area_damage",
        },
        levels = {
            [1] = {100, 100, baseMultiplier = 1.4, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAADeepwaterDrownedSlam"] = {
        name = "EAADeepwaterDrownedSlam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {20, levelRequirement = 0, statInterpolation = {},  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 = { }, },
        },
    }
    
    行方知れずの甲板長
    不死者
    Lost Boatswain
    Spectre
    Tagshumanoid, medium_height, not_dex, not_int, red_blood, undead, very_slow_movement, zombie
    ライフ
    270%
    アーマー
    +20%
    Ailment Threshold
    270%
    耐性
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    180%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    4 ~ 35
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    経験値
    180%
    Model Size
    100%
    Type
    DeepwaterDrownedCrewSlam
    Metadata
    DrownedCrewSlamSpectre
    レベル
    68
    ライフ
    17,370
    アーマー
    34,548
    回避力
    4,739
    Damage
    672
    スペルダメージ
    672
    命中
    580
    Attack Time
    1.5
    経験値
    18,459
    Minion Life
    3,768
    Minion Damage
    537
    Ailment Threshold
    17,370
    Chill
    55
    Shock
    55
    Brittle
    311
    Scorch
    55
    Sap
    152
    Phys Convert Ele
    240%
    EAADeepwaterDrownedSlam
    Attack
    Base Damage: 538807
    クリティカル率: 5%
    Attack Time: 1.5 秒
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    GADeepwaterDrownedSlamImpact
    Triggerable, Attack
    Base Damage: 538807
    クリティカル率: 5%
    アタックダメージ: 110%
    アタックダメージ: 110%
    Attack Time: 1.5 秒
    アタックダメージが10%上昇する
    is area damage [1]
    GADeepwaterDrownedSlamAftershock
    Triggerable, Attack
    Base Damage: 538807
    クリティカル率: 5%
    アタックダメージ: 140%
    アタックダメージ: 140%
    Attack Time: 1.5 秒
    物理ダメージの100%を火ダメージに変換する
    アタックダメージが40%上昇する
    100%の確率で敵を発火させる
    is area damage [1]
    DoLiterallyNothing

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DeepwaterLeague/DrownedCrewSlamSpectre"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Lost Boatswain",
        life = 2.7,
        damage = 1.8,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 35,
        accuracy = 1,
        skillList = {
            "GADeepwaterDrownedSlamImpact",
            "GADeepwaterDrownedSlamAftershock",
            "EAADeepwaterDrownedSlam",
            "DoLiterallyNothing",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GADeepwaterDrownedSlamImpact"] = {
        name = "GADeepwaterDrownedSlamImpact",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {baseMultiplier = 1.1, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GADeepwaterDrownedSlamAftershock"] = {
        name = "GADeepwaterDrownedSlamAftershock",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_physical_damage_%_to_convert_to_fire",
            "base_chance_to_ignite_%",
            "is_area_damage",
        },
        levels = {
            [1] = {100, 100, baseMultiplier = 1.4, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EAADeepwaterDrownedSlam"] = {
        name = "EAADeepwaterDrownedSlam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {20, levelRequirement = 0, statInterpolation = {},  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.