Spectre | Y |
---|---|
Area | 사안 성벽, 영원한 실험실, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 빈민촌 지도 |
Tags | cannot_be_monolith, 시전, demon, extra_small_height, fast_movement, has_one_hand_sword, has_one_handed_melee, humanoid, light_armour, melee, not_int, not_str, physical_affinity, red_blood, slashing_weapon, undying |
Packs |
생명력
180%
회피
+25%
Ailment Threshold
180%
저항
0 0 40 0
Damage
120%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1.65 Second
Damage Spread
±20%
경험치
150%
Model Size
150%
Type
UndyingChampion
Metadata
UndyingOutcastChampion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
83
생명력
57,630
방어도
92,477
회피
9,825
에너지 보호막
0
Damage
1,080
주문 피해
1,080
정확도
518
Attack Time
1.65
경험치
19,698
Ailment Threshold
57,630
Chill
182
Shock
182
Brittle
1,031
Scorch
182
Sap
503
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 864–1297
치명타 확률: 5%
Attack Time: 1.65 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
UndyingBladefall
Spell, Area, Trappable, Mineable, Totemable, Damage, Triggerable, Multicastable, Cascadable, CanRapidFire, AreaSpell, Physical, Duration
칼날비
치명타 확률: 5%
추가 피해 효율: 90%
시전 속도: 1.6 초
재사용 대기시간: 2 초
하늘에서 천상의 무기가 연속으로 떨어져 적들에게 피해를 줍니다. 겹쳐지는 지점에 있는 적들은 여러 번 명중될 수 있습니다.
240.7~361 물리 피해
플레이어가 명중 시 적을 기절시킬 수 없음
칼날 +5개 추가
칼날 하나당 피해 10% 감폭
active skill area of effect radius +% final [50]
bladefall width +% [-80]
is area damage [1]
플레이어가 명중 시 적을 기절시킬 수 없음
칼날 +5개 추가
칼날 하나당 피해 10% 감폭
active skill area of effect radius +% final [50]
bladefall width +% [-80]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/UndyingOutcastChampion"] = { name = "Undying Ravager", life = 1.8, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.65, attackRange = 6, accuracy = 1, skillList = { "Melee", "UndyingBladefall", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["UndyingBladefall"] = { name = "Bladefall", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Ethereal weapons rain from the sky, dealing damage to enemies in a sequence of volleys. Enemies can be hit multiple times where these overlap.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Multicastable] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Physical] = true, [SkillType.Duration] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.6, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "bladefall_damage_per_stage_+%_final", "bladefall_width_+%", "bladefall_number_of_volleys", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -10, -80, 5, 50, critChance = 5, levelRequirement = 55, statInterpolation = {3, 3}, cost = { }, }, }, }
산 송장 유린자
악마
Undying Ravager
Spectre | Y |
---|---|
Tags | cannot_be_monolith, 시전, demon, fast_movement, has_one_hand_sword, has_one_handed_melee, humanoid, light_armour, melee, not_int, not_str, physical_affinity, red_blood, slashing_weapon, undying |
Packs |
생명력
180%
회피
+25%
Ailment Threshold
180%
저항
0 0 40 0
Damage
120%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 6
Attack Time
1.65 Second
Damage Spread
±20%
경험치
150%
Model Size
150%
Type
UndyingChampion
Metadata
UndyingOutcastChampionHellscape
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
11,580
방어도
28,790
회피
5,924
에너지 보호막
0
Damage
448
주문 피해
448
정확도
290
Attack Time
1.65
경험치
15,383
Ailment Threshold
11,580
Chill
37
Shock
37
Brittle
207
Scorch
37
Sap
101
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 359–538
치명타 확률: 5%
Attack Time: 1.65 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
UndyingBladefall
Spell, Area, Trappable, Mineable, Totemable, Damage, Triggerable, Multicastable, Cascadable, CanRapidFire, AreaSpell, Physical, Duration
칼날비
치명타 확률: 5%
추가 피해 효율: 90%
시전 속도: 1.6 초
재사용 대기시간: 2 초
하늘에서 천상의 무기가 연속으로 떨어져 적들에게 피해를 줍니다. 겹쳐지는 지점에 있는 적들은 여러 번 명중될 수 있습니다.
199.8~299.6 물리 피해
플레이어가 명중 시 적을 기절시킬 수 없음
칼날 +5개 추가
칼날 하나당 피해 10% 감폭
active skill area of effect radius +% final [50]
bladefall width +% [-80]
is area damage [1]
플레이어가 명중 시 적을 기절시킬 수 없음
칼날 +5개 추가
칼날 하나당 피해 10% 감폭
active skill area of effect radius +% final [50]
bladefall width +% [-80]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Undying/UndyingOutcastChampionHellscape"] = { name = "Undying Ravager", life = 1.8, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.65, attackRange = 6, accuracy = 1, skillList = { "Melee", "UndyingBladefall", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["UndyingBladefall"] = { name = "Bladefall", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Ethereal weapons rain from the sky, dealing damage to enemies in a sequence of volleys. Enemies can be hit multiple times where these overlap.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Multicastable] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Physical] = true, [SkillType.Duration] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.6, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "bladefall_damage_per_stage_+%_final", "bladefall_width_+%", "bladefall_number_of_volleys", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -10, -80, 5, 50, critChance = 5, levelRequirement = 55, statInterpolation = {3, 3}, cost = { }, }, }, }
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.