하스트의 신봉자
악마
monster no beyond portal [1]
monster no map drops [1]
monster no map drops [1]
Disciple of Haast
Spectre | N |
---|---|
Tags | beyond_commander_monster, beyond_demon, bludgeoning_weapon, 시전, cold_affinity, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, medium_height, not_int, not_str, ranged, red_blood, slow_movement |
Packs |
생명력
210%
회피
+20%
Ailment Threshold
210%
저항
20 20 20 0
Damage
150%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 8
Attack Time
1.35 Second
Damage Spread
±20%
경험치
120%
Model Size
120%
Type
BeyondDemon2
Metadata
BeyondDemon2-7
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
13,510
방어도
28,790
회피
5,687
에너지 보호막
0
Damage
560
주문 피해
560
정확도
290
Attack Time
1.35
경험치
12,306
Ailment Threshold
13,510
Chill
43
Shock
43
Brittle
242
Scorch
43
Sap
118
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MonsterGlacialHammer
Attack, MeleeSingleTarget, Multistrikeable, Melee, Cold, ThresholdJewelArea
빙하 망치
Base Damage: 448–672
치명타 확률: 5%
Attack Time: 1.35 초
물리 피해 일부를 냉기 피해로 전환하여 공격합니다. 비-고유 적이 동결 상태이고 생명력이 1/3 미만일 경우, 빙하 망치로 공격하면 산산이 조각납니다. 연속으로 3회 공격 시 3번째 공격은 적을 더 쉽게 동결시킵니다. 철퇴나 셉터, 지팡이가 필요합니다.
주는 피해 25% 증폭
물리 피해의 50%를 냉기 피해로 전환
25%의 확률로 적을 동결
물리 피해의 50%를 냉기 피해로 전환
25%의 확률로 적을 동결
MonsterArcticBreath
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Duration, Area, Multicastable, Triggerable, Cold, ChillingArea, CanRapidFire, AreaSpell
엄습하는 서리
치명타 확률: 5%
시전 속도: 0.8 초
재사용 대기시간: 10 초
대상 지점에 도달하거나 충돌 시 폭발하는 얼음 투사체를 발사하여 범위 피해를 주고 지역을 냉각시켜 지속 냉기 피해를 줍니다. 해당 지역은 지속시간이 끝날 때까지 적들을 찾아 이동합니다.
742~1113 냉기 피해
기본 지속시간 3.5초
투사체 속도 50% 감소
기본 반경 1.5미터
기본 2차 반경 1.5미터
base is projectile [1]
기본 지속시간 3.5초
투사체 속도 50% 감소
기본 반경 1.5미터
기본 2차 반경 1.5미터
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/BeyondDemons/BeyondDemon"
Object Type Codes
version 2 extends "Metadata/Monsters/BeyondDemons/BeyondDemon"
-- src\Data\Spectres.lua minions["Metadata/Monsters/BeyondDemons/BeyondDemon2-7"] = { name = "Disciple of Haast", life = 2.1, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.35, attackRange = 8, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "MonsterGlacialHammer", "MonsterArcticBreath", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterGlacialHammer"] = { name = "Glacial Hammer", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Hits enemies, converting some of your physical damage to cold damage. If a non-unique enemy is frozen and is on less than one third life, they will shatter when hit by Glacial Hammer. If striking three times in a row, the third strike will freeze enemies more easily. Requires a Mace, Sceptre or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_physical_damage_%_to_convert_to_cold", "base_chance_to_freeze_%", "active_skill_damage_+%_final", }, levels = { [1] = {50, 25, 25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterArcticBreath"] = { name = "Creeping Frost", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.ChillingArea] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "base_skill_effect_duration", "base_projectile_speed_+%", "active_skill_base_area_of_effect_radius", "active_skill_base_secondary_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no beyond portal [1]
Id | CannotSpawnBeyondPortals |
---|---|
Family | CannotSpawnBeyondPortals |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
하스트의 신봉자
악마
monster no beyond portal [1]
monster no map drops [1]
몬스터가 주는 경험치 300% 증가
monster no drops [0]
monster no map drops [1]
몬스터가 주는 경험치 300% 증가
monster no drops [0]
Disciple of Haast
Spectre | N |
---|---|
Tags | beyond_commander_monster, beyond_demon, bludgeoning_weapon, 시전, cold_affinity, delve_monster, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, medium_height, no_pantheon_mod, not_int, not_str, ranged, red_blood, slow_movement |
생명력
210%
회피
+20%
Ailment Threshold
210%
저항
20 20 20 0
Damage
150%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 8
Attack Time
1.35 Second
Damage Spread
±20%
경험치
120%
Model Size
120%
Type
BeyondDemon2
Metadata
BeyondDemon2-7
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
13,510
방어도
28,790
회피
5,687
에너지 보호막
0
Damage
560
주문 피해
560
정확도
290
Attack Time
1.35
경험치
12,306
Ailment Threshold
13,510
Chill
43
Shock
43
Brittle
242
Scorch
43
Sap
118
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MonsterGlacialHammer
Attack, MeleeSingleTarget, Multistrikeable, Melee, Cold, ThresholdJewelArea
빙하 망치
Base Damage: 448–672
치명타 확률: 5%
Attack Time: 1.35 초
물리 피해 일부를 냉기 피해로 전환하여 공격합니다. 비-고유 적이 동결 상태이고 생명력이 1/3 미만일 경우, 빙하 망치로 공격하면 산산이 조각납니다. 연속으로 3회 공격 시 3번째 공격은 적을 더 쉽게 동결시킵니다. 철퇴나 셉터, 지팡이가 필요합니다.
주는 피해 25% 증폭
물리 피해의 50%를 냉기 피해로 전환
25%의 확률로 적을 동결
물리 피해의 50%를 냉기 피해로 전환
25%의 확률로 적을 동결
MonsterArcticBreath
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Duration, Area, Multicastable, Triggerable, Cold, ChillingArea, CanRapidFire, AreaSpell
엄습하는 서리
치명타 확률: 5%
시전 속도: 0.8 초
재사용 대기시간: 10 초
대상 지점에 도달하거나 충돌 시 폭발하는 얼음 투사체를 발사하여 범위 피해를 주고 지역을 냉각시켜 지속 냉기 피해를 줍니다. 해당 지역은 지속시간이 끝날 때까지 적들을 찾아 이동합니다.
742~1113 냉기 피해
기본 지속시간 3.5초
투사체 속도 50% 감소
기본 반경 1.5미터
기본 2차 반경 1.5미터
base is projectile [1]
기본 지속시간 3.5초
투사체 속도 50% 감소
기본 반경 1.5미터
기본 2차 반경 1.5미터
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/BeyondDemons/BeyondDemon"
Object Type Codes
version 2 extends "Metadata/Monsters/BeyondDemons/BeyondDemon"
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueDelve/BeyondEncounter/BeyondDemon2-7"] = { name = "Disciple of Haast", life = 2.1, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.35, attackRange = 8, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "MonsterGlacialHammer", "MonsterArcticBreath", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MonsterGlacialHammer"] = { name = "Glacial Hammer", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Hits enemies, converting some of your physical damage to cold damage. If a non-unique enemy is frozen and is on less than one third life, they will shatter when hit by Glacial Hammer. If striking three times in a row, the third strike will freeze enemies more easily. Requires a Mace, Sceptre or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_physical_damage_%_to_convert_to_cold", "base_chance_to_freeze_%", "active_skill_damage_+%_final", }, levels = { [1] = {50, 25, 25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterArcticBreath"] = { name = "Creeping Frost", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Duration] = true, [SkillType.Area] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.ChillingArea] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "base_skill_effect_duration", "base_projectile_speed_+%", "active_skill_base_area_of_effect_radius", "active_skill_base_secondary_area_of_effect_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 3500, -50, 15, 15, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, }, }, }
monster no beyond portal [1]
Id | CannotSpawnBeyondPortals |
---|---|
Family | CannotSpawnBeyondPortals |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
몬스터가 주는 경험치 300% 증가
monster no drops [0]
Id | MonsterSlainExperienceIncreaseBeyondDelve__ |
---|---|
Family | MonsterSlainExperience |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |