沙瀑看守者
不死
undead description [1]
Sandworn Watchman
幽魂Y
地區絕望烽塔, 卡蘭德迷湖
標籤bone_armour, bones, cold_affinity, has_one_hand_sword, has_one_handed_melee, medium_height, melee, not_dex, not_int, physical_affinity, puncturing_weapon, skeleton, undead, very_slow_movement
Packs
  • 絕望烽塔: 沙瀑看守者
  • 生命
    90%
    護甲
    +15%
    異常狀態臨界值
    90%
    抗性
    0 0 40 0
    傷害
    160%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 11
    攻擊間隔
    0.975 秒
    傷害分佈
    ±30%
    經驗值
    100%
    Model Size
    100%
    類型
    SkeletonMelee
    Metadata
    SkeletonMelee7
    等級
    49
    生命
    1,622
    護甲
    7,036
    閃避
    2,331
    能量護盾
    0
    傷害
    222
    法術傷害
    222
    命中
    135
    攻擊間隔
    0.975
    經驗值
    5,318
    異常狀態臨界值
    1,622
    冰緩
    5
    感電
    5
    易碎
    29
    焦灼
    5
    殘喘
    14
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 155–289
    暴擊率: 5%
    攻擊間隔: 0.975 秒
    用強大的攻擊擊倒敵人。
    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]
    SkeletonFrostBlades
    攻擊, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 冰冷, 範圍攻擊, ProjectilesNotFromUser
    冰霜之刃
    基本傷害: 155–289
    暴擊率: 5%
    攻擊間隔: 0.975 秒
    增加攻擊範圍,當被擊飛的敵人與其他敵人碰撞時釋放冰霜之刃。限定近戰武器。
    發射 2 個額外投射物
    40% 物理傷害轉化至冰冷傷害
    +1.4 米近戰打擊距離
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/MonsterIgnoreMeleePatternRange"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/MonsterIgnoreMeleePatternRange"
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/SkeletonMelee7"] = {
        name = "Sandworn Watchman",
        life = 0.9,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.6,
        damageSpread = 0.3,
        attackTime = 0.975,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "SkeletonFrostBlades",
        },
        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["SkeletonFrostBlades"] = {
        name = "Frost Blades",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_additional_projectiles",
            "melee_weapon_range_+",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_is_projectile",
        },
        levels = {
            [1] = {2, 14, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 全域
  • Adds Tagsnecromancer_raisable
    沙瀑看守者
    不死
    undead description [1]
    Sandworn Watchman
    幽魂Y
    標籤bone_armour, bones, cold_affinity, has_one_hand_sword, has_one_handed_melee, melee, not_dex, not_int, physical_affinity, puncturing_weapon, skeleton, undead, very_slow_movement
    Packs
  • 盜獵者殘骨, 夜之守望者, 沙瀑看守者
  • 生命
    90%
    護甲
    +15%
    異常狀態臨界值
    90%
    抗性
    0 0 40 0
    傷害
    160%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 11
    攻擊間隔
    0.975 秒
    傷害分佈
    ±30%
    經驗值
    100%
    Model Size
    100%
    類型
    SkeletonMelee
    Metadata
    SkeletonMelee7Hellscape
    等級
    68
    生命
    5,790
    護甲
    33,109
    閃避
    4,739
    能量護盾
    0
    傷害
    598
    法術傷害
    598
    命中
    290
    攻擊間隔
    0.975
    經驗值
    10,255
    異常狀態臨界值
    5,790
    冰緩
    18
    感電
    18
    易碎
    104
    焦灼
    18
    殘喘
    51
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 418–777
    暴擊率: 5%
    攻擊間隔: 0.975 秒
    用強大的攻擊擊倒敵人。
    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]
    SkeletonFrostBlades
    攻擊, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 冰冷, 範圍攻擊, ProjectilesNotFromUser
    冰霜之刃
    基本傷害: 418–777
    暴擊率: 5%
    攻擊間隔: 0.975 秒
    增加攻擊範圍,當被擊飛的敵人與其他敵人碰撞時釋放冰霜之刃。限定近戰武器。
    發射 2 個額外投射物
    40% 物理傷害轉化至冰冷傷害
    +1.4 米近戰打擊距離
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/MonsterIgnoreMeleePatternRange"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/MonsterIgnoreMeleePatternRange"
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/SkeletonMelee7Hellscape"] = {
        name = "Sandworn Watchman",
        life = 0.9,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.6,
        damageSpread = 0.3,
        attackTime = 0.975,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "SkeletonFrostBlades",
        },
        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["SkeletonFrostBlades"] = {
        name = "Frost Blades",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_additional_projectiles",
            "melee_weapon_range_+",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_is_projectile",
        },
        levels = {
            [1] = {2, 14, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 全域
  • Adds Tagsnecromancer_raisable
    沙瀑看守者
    不死
    undead description [1]
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    monster no map drops [1]
    Sandworn Watchman
    幽魂N
    標籤bone_armour, bones, cold_affinity, has_one_hand_sword, has_one_handed_melee, melee, not_dex, not_int, physical_affinity, puncturing_weapon, skeleton, undead, very_slow_movement
    Packs
  • 遠古遺骸, 逝者枯骨, 永恆浪者, 沙瀑看守者, 遠古之弓
  • 巨型骸骨鬥士, 遠古遺骸, 逝者枯骨, 永恆浪者, 沙瀑看守者, 遠古之弓
  • 生命
    90%
    護甲
    +15%
    異常狀態臨界值
    90%
    抗性
    0 0 40 0
    傷害
    160%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    4 ~ 11
    攻擊間隔
    0.975 秒
    傷害分佈
    ±30%
    經驗值
    100%
    Model Size
    100%
    類型
    SkeletonMelee
    Metadata
    SkeletonMelee7Expedition
    等級
    68
    生命
    5,790
    護甲
    33,109
    閃避
    4,739
    能量護盾
    0
    傷害
    598
    法術傷害
    598
    命中
    290
    攻擊間隔
    0.975
    經驗值
    10,255
    異常狀態臨界值
    5,790
    冰緩
    18
    感電
    18
    易碎
    104
    焦灼
    18
    殘喘
    51
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 418–777
    暴擊率: 5%
    攻擊間隔: 0.975 秒
    用強大的攻擊擊倒敵人。
    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]
    SkeletonFrostBlades
    攻擊, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 冰冷, 範圍攻擊, ProjectilesNotFromUser
    冰霜之刃
    基本傷害: 418–777
    暴擊率: 5%
    攻擊間隔: 0.975 秒
    增加攻擊範圍,當被擊飛的敵人與其他敵人碰撞時釋放冰霜之刃。限定近戰武器。
    發射 2 個額外投射物
    40% 物理傷害轉化至冰冷傷害
    +1.4 米近戰打擊距離
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEmerge"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEmerge"
    
    Render
    {
         //turn_duration = 0.35
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/SkeletonMelee7Expedition"] = {
        name = "Sandworn Watchman",
        life = 0.9,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.6,
        damageSpread = 0.3,
        attackTime = 0.975,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "SkeletonFrostBlades",
        },
        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["SkeletonFrostBlades"] = {
        name = "Frost Blades",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_additional_projectiles",
            "melee_weapon_range_+",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_is_projectile",
        },
        levels = {
            [1] = {2, 14, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 全域
  • Adds Tagsnecromancer_raisable
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    IdExpeditionReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -35 Max: -35 全域
  • monster beyond portal chance +% final Min: -35 Max: -35 全域
  • 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.