바메스의 눈
악마
monster no beyond portal [1]
monster no map drops [1]
monster no map drops [1]
Eye of Bameth
Spectre | N |
---|---|
Tags | animal_claw_weapon, 시전, chaos_affinity, demon, flesh_armour, insect_blood, is_unarmed, medium_height, melee, 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-3Prophecy
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]
ProphecyEssenceDrain2
Spell, Projectile, ProjectilesFromUser, Duration, Totemable, Multicastable, DamageOverTime, Chaos, Damage, Triggerable, CanRapidFire, Area, AreaSpell, Trappable, Mineable
정수 흡수
시전 속도: 0.75 초
재사용 대기시간: 2.5 초
투사체를 발사하여 명중 시 지속 피해를 주는 디버프를 겁니다. 시전자는 디버프 피해의 일정 비율만큼 치유됩니다. 디버프는 전염에 의해 확산됩니다.
113.1~158.4 카오스 피해
1초마다 251.4의 기본 카오스 피해를 줌
기본 지속시간 2초
투사체 2개 추가 발사
base is projectile [1]
spell maximum action distance +% [-30]
1초마다 251.4의 기본 카오스 피해를 줌
기본 지속시간 2초
투사체 2개 추가 발사
base is projectile [1]
spell maximum action distance +% [-30]
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-3Prophecy"] = { name = "Eye of Bameth", 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", "ProphecyEssenceDrain2", }, 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["ProphecyEssenceDrain2"] = { name = "Essence Drain", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a projectile that applies a damage over time debuff when it hits. You are healed for a portion of the debuff damage. The debuff is spread by Contagion.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.Multicastable] = true, [SkillType.DamageOverTime] = true, [SkillType.Chaos] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 0.75, baseFlags = { area = true, spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "base_skill_effect_duration", "number_of_additional_projectiles", "spell_maximum_action_distance_+%", "base_is_projectile", }, levels = { [1] = {2, 0.25, 0.34999999403954, 2000, 2, -30, levelRequirement = 3, statInterpolation = {3, 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]
monster no map drops [1]
Eye of Bameth
Spectre | N |
---|---|
Tags | animal_claw_weapon, 시전, chaos_affinity, demon, flesh_armour, insect_blood, is_unarmed, melee, 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-3ProphecyStandalone
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]
ProphecyEssenceDrain2
Spell, Projectile, ProjectilesFromUser, Duration, Totemable, Multicastable, DamageOverTime, Chaos, Damage, Triggerable, CanRapidFire, Area, AreaSpell, Trappable, Mineable
정수 흡수
시전 속도: 0.75 초
재사용 대기시간: 2.5 초
투사체를 발사하여 명중 시 지속 피해를 주는 디버프를 겁니다. 시전자는 디버프 피해의 일정 비율만큼 치유됩니다. 디버프는 전염에 의해 확산됩니다.
113.1~158.4 카오스 피해
1초마다 251.4의 기본 카오스 피해를 줌
기본 지속시간 2초
투사체 2개 추가 발사
base is projectile [1]
spell maximum action distance +% [-30]
1초마다 251.4의 기본 카오스 피해를 줌
기본 지속시간 2초
투사체 2개 추가 발사
base is projectile [1]
spell maximum action distance +% [-30]
Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { monster_is_beyond_monster = 1 } Life { corpse_usable = false } 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-3ProphecyStandalone"] = { name = "Eye of Bameth", 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", "ProphecyEssenceDrain2", }, 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["ProphecyEssenceDrain2"] = { name = "Essence Drain", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a projectile that applies a damage over time debuff when it hits. You are healed for a portion of the debuff damage. The debuff is spread by Contagion.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.Multicastable] = true, [SkillType.DamageOverTime] = true, [SkillType.Chaos] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.Area] = true, [SkillType.AreaSpell] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 0.75, baseFlags = { area = true, spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_chaos_damage_to_deal_per_minute", "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "base_skill_effect_duration", "number_of_additional_projectiles", "spell_maximum_action_distance_+%", "base_is_projectile", }, levels = { [1] = {2, 0.25, 0.34999999403954, 2000, 2, -30, levelRequirement = 3, statInterpolation = {3, 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 |