달의 손길 기형물
악마
물리 피해의 100%를 추가 냉기 피해로 획득
stance movement speed +% final [112]
Moontouched Miscreation
SpectreY
Area루나리스 중앙 광장, 영원한 실험실, 달의 사원 지도
Tagscannot_be_monolith, 시전, cleaving_weapon, cold_affinity, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, medium_height, melee, physical_affinity, red_blood, very_slow_movement
Packs
  • 루나리스 중앙 광장: 달의 기형물, 달의 손길 기형물
  • 영원한 실험실: 달의 손길 기형물, 달의 기형물
  • 달의 기형물, 달의 손길 기형물
  • 달의 손길 기형물
  • 생명력
    120%
    Ailment Threshold
    120%
    저항
    0 75 0 0
    Damage
    110%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    120%
    Model Size
    97%
    Type
    DemonModularColdLunaris
    Metadata
    DemonModularColdLunaris
    레벨
    71
    생명력
    10,539
    방어도
    36,473
    회피
    5,260
    에너지 보호막
    0
    Damage
    492
    주문 피해
    492
    정확도
    326
    Attack Time
    1.5
    경험치
    13,139
    Ailment Threshold
    10,539
    Chill
    33
    Shock
    33
    Brittle
    189
    Scorch
    33
    Sap
    92
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 394–590
    치명타 확률: 5%
    Attack Time: 1.5 초
    강력한 일격으로 적들을 쓰러트립니다.
    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]
    MonsterIceShield
    Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
    한기의 방어구
    시전 속도: 0.5 초
    피격 시 해당 적을 냉각시키는 얼음 방어막을 만듭니다. 이동 상태에서는 지면을 얼어붙게 만들고, 정지 상태에서는 화염 피해와 물리 피해가 감폭합니다.
    기본 지속시간 3
    버프 시 정지 상태일 때 피격으로 받는 물리 피해 10% 감폭
    버프 시 정지 상태일 때 피격으로 받는 화염 피해 10% 감폭
    DemonModularSlam
    Attack, Area, Triggerable
    Base Damage: 394–590
    치명타 확률: 5%
    공격 피해: 140%
    Attack Time: 1.5 초
    재사용 대기시간: 6 초
    주는 공격 피해 40% 증폭
    공격 속도 20% 감폭
    active skill area of effect radius +% final [100]
    is area damage [1]
    DemonModularFrostBomb
    Spell, Area, Duration, Cold, Damage, Multicastable, Totemable, Trappable, Mineable, Triggerable, Cascadable, AreaSpell, Cooldown, Orb
    서리 폭탄
    치명타 확률: 6%
    시전 속도: 0.5 초
    일정 시간 동안 냉기로 파동치는 수정을 생성합니다. 파동이 칠 때마다 주변의 적들에게 2차 지속시간 동안 디버프를 줍니다. 디버프는 생명력 재생 속도를 낮추고 냉기 노출을 유발합니다. 수정의 지속시간이 종료되면, 폭발하여 주변의 적들에게 큰 냉기 피해를 줍니다.
    588~882 냉기 피해
    기본 지속시간 3.5
    기본 2차 지속시간 2
    생명력 재생 속도 75% 감소
    기본 반경 2.4미터
    냉기 노출이 냉기 저항 -20% 적용
    active skill area of effect radius +% final [50]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Demonmodular/Demon"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Demonmodular/Demon"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonModular/DemonModularColdLunaris"] = {
        name = "Moontouched Miscreation",
        life = 1.2,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "DemonModularSlam",
            "MeleeAtAnimationSpeed",
            "MonsterIceShield",
            "DemonModularFrostBomb",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonModularSlam"] = {
        name = "DemonModularSlam",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-20, 100, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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["MonsterIceShield"] = {
        name = "Arctic Armour",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Totemable] = true,
            [SkillType.Duration] = true,
            [SkillType.HasReservation] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Cold] = true,
            [SkillType.ElementalStatus] = true,
            [SkillType.Instant] = true,
            [SkillType.NonHitChill] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "chill_enemy_when_hit_duration_ms",
            "new_arctic_armour_physical_damage_taken_when_hit_+%_final",
            "new_arctic_armour_fire_damage_taken_when_hit_+%_final",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonModularFrostBomb"] = {
        name = "Frost Bomb",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Creates a crystal that pulses with cold for a duration. Each pulse applies a debuff to nearby enemies for a secondary duration which reduces life regeneration rate, and also inflicts Cold Exposure. When the crystal's duration ends, it explodes, dealing heavy cold damage to enemies around it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Cold] = true,
            [SkillType.Damage] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
            [SkillType.Orb] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_base_area_of_effect_radius",
            "base_skill_effect_duration",
            "base_secondary_skill_effect_duration",
            "base_cold_damage_resistance_%",
            "life_regeneration_rate_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 24, 3500, 2000, -20, -75, 50, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    물리 피해의 100%를 추가 냉기 피해로 획득
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    IdNothing
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    달의 손길 기형물
    악마
    물리 피해의 100%를 추가 냉기 피해로 획득
    stance movement speed +% final [112]
    Moontouched Miscreation
    SpectreY
    Tagscannot_be_monolith, 시전, cleaving_weapon, cold_affinity, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, melee, physical_affinity, red_blood, very_slow_movement
    생명력
    120%
    Ailment Threshold
    120%
    저항
    0 75 0 0
    Damage
    110%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    120%
    Model Size
    97%
    Type
    DemonModularColdLunaris
    Metadata
    DemonModularColdLunarisHellscape
    레벨
    68
    생명력
    7,720
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    0
    Damage
    411
    주문 피해
    411
    정확도
    290
    Attack Time
    1.5
    경험치
    12,306
    Ailment Threshold
    7,720
    Chill
    24
    Shock
    24
    Brittle
    138
    Scorch
    24
    Sap
    67
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 329–493
    치명타 확률: 5%
    Attack Time: 1.5 초
    강력한 일격으로 적들을 쓰러트립니다.
    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]
    MonsterIceShield
    Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
    한기의 방어구
    시전 속도: 0.5 초
    피격 시 해당 적을 냉각시키는 얼음 방어막을 만듭니다. 이동 상태에서는 지면을 얼어붙게 만들고, 정지 상태에서는 화염 피해와 물리 피해가 감폭합니다.
    기본 지속시간 3
    버프 시 정지 상태일 때 피격으로 받는 물리 피해 10% 감폭
    버프 시 정지 상태일 때 피격으로 받는 화염 피해 10% 감폭
    DemonModularSlam
    Attack, Area, Triggerable
    Base Damage: 329–493
    치명타 확률: 5%
    공격 피해: 140%
    Attack Time: 1.5 초
    재사용 대기시간: 6 초
    주는 공격 피해 40% 증폭
    공격 속도 20% 감폭
    active skill area of effect radius +% final [100]
    is area damage [1]
    DemonModularFrostBomb
    Spell, Area, Duration, Cold, Damage, Multicastable, Totemable, Trappable, Mineable, Triggerable, Cascadable, AreaSpell, Cooldown, Orb
    서리 폭탄
    치명타 확률: 6%
    시전 속도: 0.5 초
    일정 시간 동안 냉기로 파동치는 수정을 생성합니다. 파동이 칠 때마다 주변의 적들에게 2차 지속시간 동안 디버프를 줍니다. 디버프는 생명력 재생 속도를 낮추고 냉기 노출을 유발합니다. 수정의 지속시간이 종료되면, 폭발하여 주변의 적들에게 큰 냉기 피해를 줍니다.
    530.4~795.5 냉기 피해
    기본 지속시간 3.5
    기본 2차 지속시간 2
    생명력 재생 속도 75% 감소
    기본 반경 2.4미터
    냉기 노출이 냉기 저항 -20% 적용
    active skill area of effect radius +% final [50]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Demonmodular/Demon"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Demonmodular/Demon"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonModular/DemonModularColdLunarisHellscape"] = {
        name = "Moontouched Miscreation",
        life = 1.2,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "DemonModularSlam",
            "MeleeAtAnimationSpeed",
            "MonsterIceShield",
            "DemonModularFrostBomb",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonModularSlam"] = {
        name = "DemonModularSlam",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-20, 100, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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["MonsterIceShield"] = {
        name = "Arctic Armour",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Totemable] = true,
            [SkillType.Duration] = true,
            [SkillType.HasReservation] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Cold] = true,
            [SkillType.ElementalStatus] = true,
            [SkillType.Instant] = true,
            [SkillType.NonHitChill] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "chill_enemy_when_hit_duration_ms",
            "new_arctic_armour_physical_damage_taken_when_hit_+%_final",
            "new_arctic_armour_fire_damage_taken_when_hit_+%_final",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonModularFrostBomb"] = {
        name = "Frost Bomb",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Creates a crystal that pulses with cold for a duration. Each pulse applies a debuff to nearby enemies for a secondary duration which reduces life regeneration rate, and also inflicts Cold Exposure. When the crystal's duration ends, it explodes, dealing heavy cold damage to enemies around it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Cold] = true,
            [SkillType.Damage] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
            [SkillType.Orb] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_base_area_of_effect_radius",
            "base_skill_effect_duration",
            "base_secondary_skill_effect_duration",
            "base_cold_damage_resistance_%",
            "life_regeneration_rate_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 24, 3500, 2000, -20, -75, 50, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    물리 피해의 100%를 추가 냉기 피해로 획득
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    IdNothing
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    달의 손길 기형물
    악마
    물리 피해의 100%를 추가 냉기 피해로 획득
    stance movement speed +% final [112]
    Moontouched Miscreation
    SpectreY
    Area황혼의 사원
    Tagscannot_be_monolith, 시전, cleaving_weapon, cold_affinity, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, medium_height, melee, physical_affinity, red_blood, very_slow_movement
    Packs
  • 황혼의 사원: 달의 기형물, 달의 손길 기형물
  • 생명력
    120%
    Ailment Threshold
    120%
    저항
    0 75 0 0
    Damage
    110%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    120%
    Model Size
    97%
    Type
    DemonModularColdLunaris
    Metadata
    DemonModularColdLunarisSchism
    레벨
    71
    생명력
    10,539
    방어도
    36,473
    회피
    5,260
    에너지 보호막
    0
    Damage
    492
    주문 피해
    492
    정확도
    326
    Attack Time
    1.5
    경험치
    13,139
    Ailment Threshold
    10,539
    Chill
    33
    Shock
    33
    Brittle
    189
    Scorch
    33
    Sap
    92
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 394–590
    치명타 확률: 5%
    Attack Time: 1.5 초
    강력한 일격으로 적들을 쓰러트립니다.
    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]
    MonsterIceShield
    Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
    한기의 방어구
    시전 속도: 0.5 초
    피격 시 해당 적을 냉각시키는 얼음 방어막을 만듭니다. 이동 상태에서는 지면을 얼어붙게 만들고, 정지 상태에서는 화염 피해와 물리 피해가 감폭합니다.
    기본 지속시간 3
    버프 시 정지 상태일 때 피격으로 받는 물리 피해 10% 감폭
    버프 시 정지 상태일 때 피격으로 받는 화염 피해 10% 감폭
    DemonModularSlam
    Attack, Area, Triggerable
    Base Damage: 394–590
    치명타 확률: 5%
    공격 피해: 140%
    Attack Time: 1.5 초
    재사용 대기시간: 6 초
    주는 공격 피해 40% 증폭
    공격 속도 20% 감폭
    active skill area of effect radius +% final [100]
    is area damage [1]
    DemonModularFrostBomb
    Spell, Area, Duration, Cold, Damage, Multicastable, Totemable, Trappable, Mineable, Triggerable, Cascadable, AreaSpell, Cooldown, Orb
    서리 폭탄
    치명타 확률: 6%
    시전 속도: 0.5 초
    일정 시간 동안 냉기로 파동치는 수정을 생성합니다. 파동이 칠 때마다 주변의 적들에게 2차 지속시간 동안 디버프를 줍니다. 디버프는 생명력 재생 속도를 낮추고 냉기 노출을 유발합니다. 수정의 지속시간이 종료되면, 폭발하여 주변의 적들에게 큰 냉기 피해를 줍니다.
    588~882 냉기 피해
    기본 지속시간 3.5
    기본 2차 지속시간 2
    생명력 재생 속도 75% 감소
    기본 반경 2.4미터
    냉기 노출이 냉기 저항 -20% 적용
    active skill area of effect radius +% final [50]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Demonmodular/Demon"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Demonmodular/Demon"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonModular/DemonModularColdLunarisSchism"] = {
        name = "Moontouched Miscreation",
        life = 1.2,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "DemonModularSlam",
            "MeleeAtAnimationSpeed",
            "MonsterIceShield",
            "DemonModularFrostBomb",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonModularSlam"] = {
        name = "DemonModularSlam",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-20, 100, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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["MonsterIceShield"] = {
        name = "Arctic Armour",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Totemable] = true,
            [SkillType.Duration] = true,
            [SkillType.HasReservation] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Cold] = true,
            [SkillType.ElementalStatus] = true,
            [SkillType.Instant] = true,
            [SkillType.NonHitChill] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "chill_enemy_when_hit_duration_ms",
            "new_arctic_armour_physical_damage_taken_when_hit_+%_final",
            "new_arctic_armour_fire_damage_taken_when_hit_+%_final",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonModularFrostBomb"] = {
        name = "Frost Bomb",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Creates a crystal that pulses with cold for a duration. Each pulse applies a debuff to nearby enemies for a secondary duration which reduces life regeneration rate, and also inflicts Cold Exposure. When the crystal's duration ends, it explodes, dealing heavy cold damage to enemies around it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Cold] = true,
            [SkillType.Damage] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
            [SkillType.Orb] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_base_area_of_effect_radius",
            "base_skill_effect_duration",
            "base_secondary_skill_effect_duration",
            "base_cold_damage_resistance_%",
            "life_regeneration_rate_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 24, 3500, 2000, -20, -75, 50, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    물리 피해의 100%를 추가 냉기 피해로 획득
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    IdNothing
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Edit

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