고통받는 요녀
악마
지역: 와카와 투아후
level [0]
이동 속도 100% 증가
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
동작 속도가 기본 수치 50% 밑으로 내려가지 않음
monster penalty against minions damage +% final vs player minions [-40]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
이동 속도 100% 증가
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
동작 속도가 기본 수치 50% 밑으로 내려가지 않음
monster penalty against minions damage +% final vs player minions [-40]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Tormented Temptress
Spectre | N |
---|---|
Area | 와카와 투아후 |
Tags | cursing_monster, demon, flesh_armour, has_dagger, has_one_handed_melee, medium_height, medium_movement, merveil_boss, non_attacking, not_dex, not_str, red_blood, unique_map_boss |
생명력
1200%
Energy Shield From Life
100%
Ailment Threshold
1200%
저항
40 40 40 25
Damage
1080%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
4 ~ 12
Attack Time
1.005 Second
Damage Spread
±20%
경험치
300%
Model Size
149%
Type
DarkSeaWitch
Metadata
DarkSeaWitch
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
70
생명력
2,185,505
방어도
33,714
회피
5,081
에너지 보호막
6,937
Damage
5,182
주문 피해
7,735
정확도
314
Attack Time
0.67335
경험치
176,880
Ailment Threshold
1,267,593
Chill
4,008
Shock
4,008
Brittle
22,676
Scorch
4,008
Sap
11,074
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).
DarkSeawitchSmokeMine
Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
연막 지뢰
시전 속도: 0.5 초
재사용 대기시간: 5 초
폭발 시 시전자를 폭발 지점으로 순간이동시키는 지뢰를 투척합니다. 탈출 지점과 도착 지점을 모두 연막으로 뒤덮어 적들의 눈을 멀게 만듦과 동시에 일시적으로 시전자에게 이동 속도 버프를 부여합니다. 점멸 계열 스킬과 재사용 대기시간을 공유합니다.
버프 시 이동 속도 80% 증가
active skill area of effect radius +% final [-45]
active skill area of effect radius +% final [-45]
DarkSeawitchTemporalChains
Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
시간의 사슬
시전 속도: 0.5 초
재사용 대기시간: 3 초
범위 내 모든 적에게 저주를 걸어 동작 속도를 늦춥니다. 이때 적에게 걸려있던 다른 효과의 만료시간도 더 느려집니다.
피격으로 총 1 피해를 받을 시 보조 대상 주문 발동
기본 지속시간 4초
저주받은 일반 및 마법 등급 적의 동작 속도 20% 감폭
저주받은 적에게 적용된 다른 효과들이 25% 느리게 만료
저주받은 희귀 및 고유 적의 동작 속도 10% 감폭
active skill area of effect radius +% final [45]
cast on damage taken also tracks dot [1]
기본 지속시간 4초
저주받은 일반 및 마법 등급 적의 동작 속도 20% 감폭
저주받은 적에게 적용된 다른 효과들이 25% 느리게 만료
저주받은 희귀 및 고유 적의 동작 속도 10% 감폭
active skill area of effect radius +% final [45]
cast on damage taken also tracks dot [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Dagger" basic_action = "Emerge" } Stats { set_mana_regeneration_rate_per_minute_% = 1500 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Seawitch/DarkSeaWitch"] = { name = "Tormented Temptress", life = 12, energyShield = 1, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 10.8, damageSpread = 0.2, attackTime = 1.005, attackRange = 12, accuracy = 1, skillList = { "DarkSeawitchTemporalChains", "DarkSeawitchSmokeMine", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["DarkSeawitchTemporalChains"] = { name = "Temporal Chains", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Curses all enemies in an area, lowering their action speed and making other effects on them expire more slowly.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cascadable] = true, [SkillType.AppliesCurse] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Hex] = true, }, statDescriptionScope = "curse_skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "temporal_chains_action_speed_+%_final", "buff_time_passed_+%_other_than_temporal_chains", "cast_on_damage_taken_threshold", "cast_on_damage_taken_%", "temporal_chains_action_speed_+%_vs_rare_or_unique_final", "active_skill_area_of_effect_radius_+%_final", "cast_on_damage_taken_also_tracks_dot", }, levels = { [1] = {4000, -20, -25, 1, 100, -10, 45, levelRequirement = 73, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DarkSeawitchSmokeMine"] = { name = "Smoke Mine", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Movement] = true, [SkillType.RemoteMined] = true, [SkillType.AreaSpell] = true, [SkillType.Travel] = true, [SkillType.HasReservation] = true, [SkillType.Blink] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_movement_velocity_+%", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {80, -45, levelRequirement = 73, statInterpolation = {}, cost = { }, }, }, }
Id | MonsterIceNovaUniqueMapBoss |
---|---|
Name | 한기의 폭발 |
Family | MonsterNemesis |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
level [0]
Id | MonsterImplicitNemesisProximityShield |
---|---|
Name | 근접 보호막 |
Family | MonsterNemesis |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
이동 속도 100% 증가
Id | MonsterImplicitFastRun2 |
---|---|
Family | MovementVelocity |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
동작 속도가 기본 수치 50% 밑으로 내려가지 않음
Id | CannotBeSlowedBelowValueBosses |
---|---|
Family | CannotBeSlowedBelowValue |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
monster penalty against minions damage +% final vs player minions [-40]
Id | MonsterDamageVersusPlayerMinions40 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |