寒霜之語
不死
獲得 25% 物理傷害的冰冷傷害
20% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
Chatters
幽魂N
地區禁靈之獄下層
標籤bludgeoning_weapon, bone_armour, bones, cold_affinity, has_one_hand_mace, has_one_handed_melee, medium_height, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
生命
200%
護甲
+15%
異常狀態臨界值
200%
抗性
0 85 0 0
傷害
200%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 10
攻擊間隔
1.605 秒
傷害分佈
±20%
經驗值
100%
Model Size
140%
類型
SkeletonBoss
Metadata
SkeletonBossPrisonMelee
等級
8
生命
124
護甲
97
閃避
211
能量護盾
0
傷害
20
法術傷害
20
命中
20
攻擊間隔
1.605
經驗值
113
異常狀態臨界值
124
冰緩
0
感電
0
易碎
2
焦灼
0
殘喘
1
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 16–24
暴擊率: 5%
攻擊間隔: 1.605 秒
用強大的攻擊擊倒敵人。
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]
ChattersIceCrash
攻擊, 範圍, 近戰, 冰冷, 攻擊可重複, Slam, 圖騰技能
寒冰衝擊
基本傷害: 16–24
暴擊率: 5%
攻擊傷害: 150%
攻擊間隔: 1.605 秒
冷卻時間: 2.5 秒
猛擊地面,在影響範圍內的敵人造成三個階段的傷害,範圍逐漸增大。敵人在第二和第三階段受到稍微較少的傷害,並且只能被一個階段擊中。限定劍、錘、權杖、斧、長杖和空手。
造成 50% 更多攻擊傷害
100% 物理傷害轉化至冰冷傷害
25% 機率冰凍敵人
第二擊造成 15% 更少傷害
第三次命中時造成 30% 更少傷害
基礎範圍為 1.1
基礎二段範圍為 2.1
基礎三段範圍為 3.1
active skill area of effect radius +% final [-20]
is area damage [1]
ChattersThrowShieldProjectile
攻擊, 範圍攻擊, 投射物, 玩家投射物, SingleMainProjectile, 物理, 可觸發
基本傷害: 16–24
暴擊率: 5%
攻擊間隔: 1.605 秒
冷卻時間: 4 秒
投射物穿透全部目標
base is projectile [1]
projectile uses contact position [1]
thrown shield num additional projectiles [5]
use scaled contact offset [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
	basic_action = "Emerge"
	basic_action = "Revive"

	slow_animations_go_to_idle = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.35
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Skeletons/SkeletonBossPrisonMelee"] = {
    name = "Chatters",
    life = 2,
    fireResist = 0,
    coldResist = 85,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.605,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    weaponType2 = "Shield",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "ChattersIceCrash",
        "ChattersThrowShieldProjectile",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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["ChattersIceCrash"] = {
    name = "Ice Crash",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Slam the ground, damaging enemies in an area around the impact in three stages of increasing size. Enemies take slightly less damage on the second and third stage, and can only be hit by one stage. Works with Swords, Maces, Sceptres, Axes, Staves and Unarmed.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Cold] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.43,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_cold",
        "ice_crash_second_hit_damage_+%_final",
        "ice_crash_third_hit_damage_+%_final",
        "base_chance_to_freeze_%",
        "active_skill_area_of_effect_radius_+%_final",
        "active_skill_base_area_of_effect_radius",
        "active_skill_base_secondary_area_of_effect_radius",
        "active_skill_base_tertiary_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {100, -15, -30, 25, -20, 11, 21, 31, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ChattersThrowShieldProjectile"] = {
    name = "ChattersThrowShieldProjectile",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.SingleMainProjectile] = true,
        [SkillType.Physical] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "thrown_shield_num_additional_projectiles",
        "base_is_projectile",
        "always_pierce",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
獲得 25% 物理傷害的冰冷傷害
IdMonsterAuraAddedColdDamage
FamilyMonsterAura
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • physical damage % to add as cold Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    冰冷傷害光環
    範圍: 50
    周圍友方造成額外冰冷傷害
    獲得 25% 物理傷害的冰冷傷害
    Cold Damage Aura
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    IdMonsterAttackBlock40Bypass10_
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    寒霜之語
    不死
    獲得 25% 物理傷害的冰冷傷害
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    Chatters
    幽魂N
    標籤bludgeoning_weapon, bone_armour, bones, cold_affinity, has_one_hand_mace, has_one_handed_melee, medium_height, melee, not_dex, not_int, physical_affinity, skeleton, undead, very_slow_movement
    生命
    153%
    護甲
    +15%
    異常狀態臨界值
    153%
    抗性
    0 85 0 0
    傷害
    170%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 10
    攻擊間隔
    1.605 秒
    傷害分佈
    ±20%
    經驗值
    170%
    Model Size
    140%
    類型
    SkeletonBossEndlessLedge
    Metadata
    SkeletonBossPrisonMeleeEndlessLedge
    等級
    68
    生命
    9,843
    護甲
    33,109
    閃避
    4,739
    能量護盾
    0
    傷害
    635
    法術傷害
    635
    命中
    290
    攻擊間隔
    1.605
    經驗值
    17,434
    異常狀態臨界值
    9,843
    冰緩
    31
    感電
    31
    易碎
    176
    焦灼
    31
    殘喘
    86
    MeleeAtAnimationSpeedUnique
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 508–762
    暴擊率: 5%
    攻擊間隔: 1.605 秒
    用強大的攻擊擊倒敵人。
    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]
    ChattersIceCrash
    攻擊, 範圍, 近戰, 冰冷, 攻擊可重複, Slam, 圖騰技能
    寒冰衝擊
    基本傷害: 508–762
    暴擊率: 5%
    攻擊傷害: 150%
    攻擊間隔: 1.605 秒
    冷卻時間: 2.5 秒
    猛擊地面,在影響範圍內的敵人造成三個階段的傷害,範圍逐漸增大。敵人在第二和第三階段受到稍微較少的傷害,並且只能被一個階段擊中。限定劍、錘、權杖、斧、長杖和空手。
    造成 50% 更多攻擊傷害
    100% 物理傷害轉化至冰冷傷害
    25% 機率冰凍敵人
    第二擊造成 15% 更少傷害
    第三次命中時造成 30% 更少傷害
    基礎範圍為 1.1
    基礎二段範圍為 2.1
    基礎三段範圍為 3.1
    active skill area of effect radius +% final [-20]
    is area damage [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/SkeletonBossPrisonMeleeEndlessLedge"] = {
        name = "Chatters",
        life = 1.53,
        fireResist = 0,
        coldResist = 85,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.7,
        damageSpread = 0.2,
        attackTime = 1.605,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "ChattersIceCrash",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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["ChattersIceCrash"] = {
        name = "Ice Crash",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Slam the ground, damaging enemies in an area around the impact in three stages of increasing size. Enemies take slightly less damage on the second and third stage, and can only be hit by one stage. Works with Swords, Maces, Sceptres, Axes, Staves and Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.43,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "ice_crash_second_hit_damage_+%_final",
            "ice_crash_third_hit_damage_+%_final",
            "base_chance_to_freeze_%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "active_skill_base_tertiary_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {100, -15, -30, 25, -20, 11, 21, 31, baseMultiplier = 1.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    獲得 25% 物理傷害的冰冷傷害
    IdMonsterAuraAddedColdDamage
    FamilyMonsterAura
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 25 Max: 25 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    冰冷傷害光環
    範圍: 50
    周圍友方造成額外冰冷傷害
    獲得 25% 物理傷害的冰冷傷害
    Cold Damage Aura
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    IdMonsterAttackBlock40Bypass10_
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    Edit

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