溺死船員
不死
你的移動速度加成不會讓你降至基礎速度以下
行動速度不能被調整至低於基礎值
monster no drops or experience [1]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Drowned Crew
幽魂N
標籤bone_armour, bones, cleaving_weapon, is_unarmed, non_attacking, not_dex, not_int, skeleton, undead, very_slow_movement
生命
800%
護甲
+25%
異常狀態臨界值
800%
抗性
40 40 40 25
傷害
150%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 12
攻擊間隔
1.605 秒
傷害分佈
±30%
經驗值
100%
Model Size
100%
類型
PirateLordBrutalShipmate
Metadata
BrutalPirateShipmate
等級
68
生命
51,467
護甲
35,988
閃避值
4,739
傷害
560
法術傷害
560
命中
580
攻擊間隔
1.605
經驗值
10,255
Minion Life
11,164
Minion Damage
447
異常狀態臨界值
51,467
冰緩
163
感電
163
易碎
921
焦灼
163
殘喘
450
BrutalPirateLordSkeletonGhostfireAura
增益, 持續時間, 法術, 可觸發
施放時間: 1 秒
每秒造成 772.2 基本火焰傷害
infinite skill effect duration [1]
BrutalPirateLordSkeletonGhostfireAuraNonPlayer
增益, 持續時間, 法術, 可觸發
施放時間: 1 秒
每秒造成 386.1 基本火焰傷害
infinite skill effect duration [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Positioned
{
	collision_hull_type = "projectile"
	blocking = false
}

StateMachine
{
	define_shared_state = "lanternaura"
	define_shared_state = "revealedbymoonlight"
	on_state_revealedbymoonlight_1 = "MakeCollidable();"
}

SectorEvents {}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

StateMachine
{
	on_state_lanternaura_1 = "AddAttached( Metadata/Effects/Spells/monsters_effects/frozen_cabins/ghostflame_skeleton_aura.ao, , 1.2 ); PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/frozen_cabins/ghostflame_skeleton_aura.ao, start ); QueueAnimationAttached( Metadata/Effects/Spells/monsters_effects/frozen_cabins/ghostflame_skeleton_aura.ao, idle );"
	create_state_lanternaura_1 = "AddAttached( Metadata/Effects/Spells/monsters_effects/frozen_cabins/ghostflame_skeleton_aura.ao, , 1.2 );"
	create_state_lanternaura_2 = "AddAttached( Metadata/Effects/Spells/monsters_effects/frozen_cabins/ghostflame_skeleton_aura.ao, , 1.2 );"
	on_state_lanternaura_3 = "PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/frozen_cabins/ghostflame_skeleton_aura.ao, end );"

	create_state_revealedbymoonlight_0 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/frozen_cabins/invisible.epk ); DisableTargetable(); DisableHighlighting();"
	on_state_revealedbymoonlight_1 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/frozen_cabins/invisible.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/frozen_cabins/reveal_skeleton.epk ); EnableTargetable(); EnableHighlighting();"
	create_state_revealedbymoonlight_1 = "MakeCollidable();"
}

Life
{
	on_death = "RemoveEffectPack(Metadata/Effects/Spells/monsters_effects/frozen_cabins/reveal_skeleton.epk); AddEffectPack(Metadata/Effects/Spells/monsters_effects/frozen_cabins/ondeath_emissiveMulti.epk); AddEffectPack( Metadata/Effects/Spells/monsters_effects/frozen_cabins/skeleton_disappear.epk ); PlayAnimationAttached( Metadata/Monsters/Skeletons/Pirate/GhostLantern.ao, turn_off );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Skeletons/Pirate/BrutalPirateShipmate"] = {
    name = "Drowned Crew",
    life = 8,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.5,
    damageSpread = 0.3,
    attackTime = 1.605,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "BrutalPirateLordSkeletonGhostfireAura",
        "BrutalPirateLordSkeletonGhostfireAuraNonPlayer",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BrutalPirateLordSkeletonGhostfireAura"] = {
    name = "BrutalPirateLordSkeletonGhostfireAura",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "infinite_skill_effect_duration",
    },
    levels = {
        [1] = {1, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BrutalPirateLordSkeletonGhostfireAuraNonPlayer"] = {
    name = "BrutalPirateLordSkeletonGhostfireAuraNonPlayer",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "infinite_skill_effect_duration",
    },
    levels = {
        [1] = {1, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
你的移動速度加成不會讓你降至基礎速度以下
行動速度不能被調整至低於基礎值
IdMonsterCannotBeSlowed
FamilyMonsterCannotBeSlowed
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • action speed cannot be reduced below base Min: 1 Max: 1 全域
  • movement speed cannot be reduced below base Min: 1 Max: 1 全域
  • Craft Tagsspeed
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • 溺死船員
    不死
    你的移動速度加成不會讓你降至基礎速度以下
    行動速度不能被調整至低於基礎值
    monster no drops or experience [1]
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Drowned Crew
    幽魂N
    標籤bone_armour, bones, cleaving_weapon, is_unarmed, non_attacking, not_dex, not_int, skeleton, undead, very_slow_movement
    生命
    800%
    護甲
    +25%
    異常狀態臨界值
    800%
    抗性
    40 40 40 25
    傷害
    150%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 12
    攻擊間隔
    1.605 秒
    傷害分佈
    ±30%
    經驗值
    100%
    Model Size
    100%
    類型
    PirateLordBrutalShipmate
    Metadata
    BrutalPirateShipmateStandalone
    等級
    68
    生命
    51,467
    護甲
    35,988
    閃避值
    4,739
    傷害
    560
    法術傷害
    560
    命中
    580
    攻擊間隔
    1.605
    經驗值
    10,255
    Minion Life
    11,164
    Minion Damage
    447
    異常狀態臨界值
    51,467
    冰緩
    163
    感電
    163
    易碎
    921
    焦灼
    163
    殘喘
    450
    BrutalPirateLordSkeletonGhostfireAura
    增益, 持續時間, 法術, 可觸發
    施放時間: 1 秒
    每秒造成 772.2 基本火焰傷害
    infinite skill effect duration [1]
    BrutalPirateLordSkeletonGhostfireAuraNonPlayer
    增益, 持續時間, 法術, 可觸發
    施放時間: 1 秒
    每秒造成 386.1 基本火焰傷害
    infinite skill effect duration [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Positioned
    {
    	collision_hull_type = "projectile"
    }
    
    StateMachine
    {
    	define_shared_state = "lanternaura"
    	define_shared_state = "revealedbymoonlight"
    	on_state_revealedbymoonlight_1 = "MakeCollidable();"
    }
    
    SectorEvents {}

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	on_state_lanternaura_1 = "AddAttached( Metadata/Effects/Spells/monsters_effects/frozen_cabins/ghostflame_skeleton_aura.ao, , 1.2 ); PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/frozen_cabins/ghostflame_skeleton_aura.ao, start ); QueueAnimationAttached( Metadata/Effects/Spells/monsters_effects/frozen_cabins/ghostflame_skeleton_aura.ao, idle );"
    	create_state_lanternaura_1 = "AddAttached( Metadata/Effects/Spells/monsters_effects/frozen_cabins/ghostflame_skeleton_aura.ao, , 1.2 );"
    	create_state_lanternaura_2 = "AddAttached( Metadata/Effects/Spells/monsters_effects/frozen_cabins/ghostflame_skeleton_aura.ao, , 1.2 );"
    	on_state_lanternaura_3 = "PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/frozen_cabins/ghostflame_skeleton_aura.ao, end );"
    
    	create_state_revealedbymoonlight_0 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/frozen_cabins/invisible.epk ); DisableTargetable(); DisableHighlighting();"
    	on_state_revealedbymoonlight_1 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/frozen_cabins/invisible.epk ); AddEffectPack( Metadata/Effects/Spells/monsters_effects/frozen_cabins/reveal_skeleton.epk ); EnableTargetable(); EnableHighlighting();"
    	create_state_revealedbymoonlight_1 = "MakeCollidable();"
    }
    
    Life
    {
    	on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/frozen_cabins/skeleton_disappear.epk ); PlayAnimationAttached( Metadata/Monsters/Skeletons/Pirate/GhostLantern.ao, turn_off );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/Pirate/BrutalPirateShipmateStandalone"] = {
        name = "Drowned Crew",
        life = 8,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.5,
        damageSpread = 0.3,
        attackTime = 1.605,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "BrutalPirateLordSkeletonGhostfireAura",
            "BrutalPirateLordSkeletonGhostfireAuraNonPlayer",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BrutalPirateLordSkeletonGhostfireAura"] = {
        name = "BrutalPirateLordSkeletonGhostfireAura",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "infinite_skill_effect_duration",
        },
        levels = {
            [1] = {1, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BrutalPirateLordSkeletonGhostfireAuraNonPlayer"] = {
        name = "BrutalPirateLordSkeletonGhostfireAuraNonPlayer",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "infinite_skill_effect_duration",
        },
        levels = {
            [1] = {1, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    
    你的移動速度加成不會讓你降至基礎速度以下
    行動速度不能被調整至低於基礎值
    IdMonsterCannotBeSlowed
    FamilyMonsterCannotBeSlowed
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • action speed cannot be reduced below base Min: 1 Max: 1 全域
  • movement speed cannot be reduced below base Min: 1 Max: 1 全域
  • Craft Tagsspeed
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    IdCannotBeAugmented
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 全域
  • cant possess this Min: 1 Max: 1 全域
  • cannot be afflicted Min: 1 Max: 1 全域
  • monster no talismans Min: 1 Max: 1 全域
  • cannot have azmeri dust Min: 1 Max: 1 全域
  • cannot have affliction mods Min: 1 Max: 1 全域
  • cannot be tagged by sentinel Min: 1 Max: 1 全域
  • Edit

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