체오쉬의 눈
악마
monster no beyond portal [1]
monster no map drops [1]
monster no map drops [1]
Eye of Tzteosh
Spectre | N |
---|---|
Tags | animal_claw_weapon, beyond_demon, 시전, demon, fire_affinity, flesh_armour, insect_blood, is_unarmed, medium_height, melee, not_int, not_str, physical_affinity, very_slow_movement |
Packs |
생명력
140%
회피
+20%
Ailment Threshold
140%
저항
0 0 0 0
Damage
144%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
2 ~ 9
Attack Time
1.005 Second
Damage Spread
±20%
경험치
80%
Model Size
75%
Type
BeyondDemonSquid1
Metadata
BeyondDemon1-3
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
9,007
방어도
28,790
회피
5,687
에너지 보호막
0
Damage
538
주문 피해
538
정확도
290
Attack Time
1.005
경험치
8,204
Ailment Threshold
9,007
Chill
28
Shock
28
Brittle
161
Scorch
28
Sap
79
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 430–645
치명타 확률: 5%
Attack Time: 1.005 초
강력한 일격으로 적들을 쓰러트립니다.
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterRighteousFire
Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
정의의 화염
시전 속도: 1 초
시전자의 생명력과 에너지 보호막을 희생하여, 주변의 적들을 마법 불꽃으로 빠르게 태웁니다. 이 효과가 적용되는 동안 적에게 주는 주문 피해가 상당히 증가합니다. 시전자의 생명력이 1 남으면 효과가 종료됩니다.
1초마다 885.2의 기본 화염 피해를 줌
기본 반경 1.8미터
active skill area of effect radius +% final [64]
기본 반경 1.8미터
active skill area of effect radius +% final [64]
BeyondDemonFlameWhip
Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
화염 쇄도
치명타 확률: 6%
시전 속도: 0.5 초
전방의 대상들에게 피해를 줍니다. 화상을 입은 적들은 더 많은 피해를 줍니다. 점화된 적 명중 시 적의 발밑에 용암 지대를 생성합니다. 시전자의 피해 속성 부여는 이 용암 대지에 적용되지 않습니다.
440.2~660.3 화염 피해
화상 상태의 적에 대한 명중 피해 +25% 증폭
점화 불가
active skill area of effect radius +% final [-17]
is area damage [1]
화상 상태의 적에 대한 명중 피해 +25% 증폭
점화 불가
active skill area of effect radius +% final [-17]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { monster_is_beyond_monster = 1 } Life { corpse_usable = false } Actor { basic_action = "Emerge" } Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/gore_explode/gore_explosion_no_gibs_nofire.ao" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/BeyondDemons/BeyondDemon1-3"] = { name = "Eye of Tzteosh", life = 1.4, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.44, damageSpread = 0.2, attackTime = 1.005, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MonsterRighteousFire", "BeyondDemonFlameWhip", }, 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["MonsterRighteousFire"] = { name = "Righteous Fire", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Area] = true, [SkillType.CausesBurning] = true, [SkillType.DamageOverTime] = true, [SkillType.Fire] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Instant] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "active_skill_base_area_of_effect_radius", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {1, 18, 64, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BeyondDemonFlameWhip"] = { name = "Flame Surge", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Duration] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "flame_whip_damage_+%_final_vs_burning_enemies", "active_skill_area_of_effect_radius_+%_final", "never_ignite", "is_area_damage", }, levels = { [1] = {0.69999998807907, 1.1000000238419, 25, -17, critChance = 6, levelRequirement = 2, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.75, 1.1499999761581, 25, -17, critChance = 6, levelRequirement = 10, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 25, -17, critChance = 6, levelRequirement = 14, 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 map drops [1]
몬스터가 주는 경험치 300% 증가
monster no drops [0]
몬스터가 주는 경험치 300% 증가
monster no drops [0]
Eye of Tzteosh
Spectre | N |
---|---|
Tags | animal_claw_weapon, beyond_demon, 시전, delve_monster, demon, fire_affinity, flesh_armour, insect_blood, is_unarmed, medium_height, melee, no_pantheon_mod, not_int, not_str, physical_affinity, very_slow_movement |
생명력
140%
회피
+20%
Ailment Threshold
140%
저항
0 0 0 0
Damage
144%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
2 ~ 9
Attack Time
1.005 Second
Damage Spread
±20%
경험치
80%
Model Size
75%
Type
BeyondDemonSquid1
Metadata
BeyondDemon1-3
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
9,007
방어도
28,790
회피
5,687
에너지 보호막
0
Damage
538
주문 피해
538
정확도
290
Attack Time
1.005
경험치
8,204
Ailment Threshold
9,007
Chill
28
Shock
28
Brittle
161
Scorch
28
Sap
79
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 430–645
치명타 확률: 5%
Attack Time: 1.005 초
강력한 일격으로 적들을 쓰러트립니다.
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterRighteousFire
Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
정의의 화염
시전 속도: 1 초
시전자의 생명력과 에너지 보호막을 희생하여, 주변의 적들을 마법 불꽃으로 빠르게 태웁니다. 이 효과가 적용되는 동안 적에게 주는 주문 피해가 상당히 증가합니다. 시전자의 생명력이 1 남으면 효과가 종료됩니다.
1초마다 885.2의 기본 화염 피해를 줌
기본 반경 1.8미터
active skill area of effect radius +% final [64]
기본 반경 1.8미터
active skill area of effect radius +% final [64]
BeyondDemonFlameWhip
Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
화염 쇄도
치명타 확률: 6%
시전 속도: 0.5 초
전방의 대상들에게 피해를 줍니다. 화상을 입은 적들은 더 많은 피해를 줍니다. 점화된 적 명중 시 적의 발밑에 용암 지대를 생성합니다. 시전자의 피해 속성 부여는 이 용암 대지에 적용되지 않습니다.
440.2~660.3 화염 피해
화상 상태의 적에 대한 명중 피해 +25% 증폭
점화 불가
active skill area of effect radius +% final [-17]
is area damage [1]
화상 상태의 적에 대한 명중 피해 +25% 증폭
점화 불가
active skill area of effect radius +% final [-17]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { monster_is_beyond_monster = 1 } Life { corpse_usable = false } Actor { basic_action = "Emerge" } Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/gore_explode/gore_explosion_no_gibs_nofire.ao" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueDelve/BeyondEncounter/BeyondDemon1-3"] = { name = "Eye of Tzteosh", life = 1.4, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.44, damageSpread = 0.2, attackTime = 1.005, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MonsterRighteousFire", "BeyondDemonFlameWhip", }, 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["MonsterRighteousFire"] = { name = "Righteous Fire", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Area] = true, [SkillType.CausesBurning] = true, [SkillType.DamageOverTime] = true, [SkillType.Fire] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Instant] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "active_skill_base_area_of_effect_radius", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {1, 18, 64, levelRequirement = 3, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BeyondDemonFlameWhip"] = { name = "Flame Surge", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strikes enemies in front of you with a surge of flame. Burning enemies are dealt more damage. If you hit an ignited enemy, will create burning ground under them. Your damage modifiers don't apply to this burning ground.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, [SkillType.Fire] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Duration] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "flame_whip_damage_+%_final_vs_burning_enemies", "active_skill_area_of_effect_radius_+%_final", "never_ignite", "is_area_damage", }, levels = { [1] = {0.69999998807907, 1.1000000238419, 25, -17, critChance = 6, levelRequirement = 2, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.75, 1.1499999761581, 25, -17, critChance = 6, levelRequirement = 10, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 25, -17, critChance = 6, levelRequirement = 14, statInterpolation = {3, 3}, cost = { }, }, }, }
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 |