ปีศาจเหี่ยวเฉา
Wither Daemon
Spectre | N |
---|---|
Tags | extra_extra_small_height, ghost_armour, is_daemon, is_unarmed, very_slow_movement |
พลังชีวิต
100%
Ailment Threshold
100%
ค่าต้านทาน
0 0 0 0
Damage
100%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 6
Attack Time
1 Second
Damage Spread
±0%
ค่าประสบการณ์
100%
Model Size
100%
Type
Daemon
Metadata
DropBearWitherDaemon
IsSummoned
Y
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
6,433
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
374
ความเสียหายเวท
374
ความแม่นยำ
290
Attack Time
1
ค่าประสบการณ์
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
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).
DropBearBossWither
Spell, Area, Duration, Totemable, Chaos, AreaSpell
เหี่ยวเฉา (Wither)
เวลาร่าย: 0.28 วินาที
คูลดาวน์: 1 วินาที
ร่ายเวทที่พรากเรี่ยวแรงไปจากศัตรูในพื้นที่ สร้างสถานะ ขัดขวาง ซึ่งลดความเร็วในการเคลื่อนที่ของมัน และสร้างดีบัฟ เหี่ยวเฉา ที่ซ้อนทับได้ซึ่งจะเพิ่มความเสียหาย เคออส ที่มันได้รับ ผลนี้ซ้อนกันได้สูงสุด 15 ครั้ง
ระยะเวลาพื้นฐาน 0.5 วินาที
ระยะเวลารองพื้นฐาน 4 วินาที
ลดความเร็วในการเคลื่อนที่ 25%
เพิ่มความเสียหาย เคออส ที่ได้รับ 15%
ระยะเวลารองพื้นฐาน 4 วินาที
ลดความเร็วในการเคลื่อนที่ 25%
เพิ่มความเสียหาย เคออส ที่ได้รับ 15%
Object Type
version 2 extends "Metadata/Monsters/Daemon/AbstractDaemon"
Object Type Codes
version 2 extends "Metadata/Monsters/Daemon/AbstractDaemon"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Daemon/DropBearWitherDaemon"] = { name = "Wither Daemon", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1, attackRange = 6, accuracy = 1, skillList = { "DropBearBossWither", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["DropBearBossWither"] = { name = "Wither", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Casts a debilitating effect on enemies in an area, Hindering their movement and applying a stacking Withered debuff that increases the Chaos Damage they take. This effect can stack up to 15 times.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.Chaos] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.28, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_movement_velocity_+%", "chaos_damage_taken_+%", "base_skill_effect_duration", "base_secondary_skill_effect_duration", }, levels = { [1] = {-20, 15, 500, 4000, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {-21, 15, 500, 4000, levelRequirement = 15, statInterpolation = {1}, cost = { }, }, [3] = {-22, 15, 500, 4000, levelRequirement = 26, statInterpolation = {1}, cost = { }, }, [4] = {-23, 15, 500, 4000, levelRequirement = 42, statInterpolation = {1}, cost = { }, }, [5] = {-24, 15, 500, 4000, levelRequirement = 57, statInterpolation = {1}, cost = { }, }, [6] = {-25, 15, 500, 4000, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, [7] = {-26, 15, 500, 4000, levelRequirement = 72, statInterpolation = {1}, cost = { }, }, [8] = {-27, 15, 500, 4000, levelRequirement = 76, statInterpolation = {1}, cost = { }, }, [9] = {-28, 15, 500, 4000, levelRequirement = 80, statInterpolation = {1}, cost = { }, }, }, }