Dusk Horror
ปีศาจ
นำความเสียหาย กายภาพ 100% ไปเสริมเป็น น้ำแข็ง
Spectre | Y |
---|---|
Area | สาธารณสถานลูนาริส, วิหารลูนาริส ชั้นที่ 2, ห้องทดลองนิรันดร, Moon Temple Map |
Tags | animal_claw_weapon, นักเวท, cold_affinity, demon, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, medium_height, melee, physical_affinity, ranged, red_blood |
Packs |
พลังชีวิต
99%
Ailment Threshold
99%
ค่าต้านทาน
0 0 75 0
Damage
66%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 18
Attack Time
2.445 Second
Damage Spread
±20%
ค่าประสบการณ์
110%
Model Size
100%
Type
DemonFemale2
Metadata
DemonFemale2Champion_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
71
พลังชีวิต
8,694
ค่าเกราะ
36,473
การหลบหลีก
5,260
โล่พลังงาน
0
Damage
295
ความเสียหายเวท
295
ความแม่นยำ
326
Attack Time
2.445
ค่าประสบการณ์
12,044
Ailment Threshold
8,694
Chill
27
Shock
27
Brittle
156
Scorch
27
Sap
76
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
โจมตีธรรมดา (Default Attack)
Base Damage: 236–354
โอกาสคริติคอล: 5%
Attack Time: 2.445 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
LunarisWhipperFlameWhip
Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
คลื่นเพลิง (Flame Surge)
โอกาสคริติคอล: 6%
เวลาร่าย: 1.63 วินาที
คูลดาวน์: 3 วินาที
จู่โจมศัตรูตรงหน้าของคุณด้วยคลื่นเปลวไฟ ศัตรูที่ติดสถานะ ติดไฟ จะได้รับความเสียหายเพิ่มขึ้น อีก หากคุณปะทะศัตรูที่ติดสถานะ ลุกไหม้ สกิลนี้จะสร้าง พื้นลุกไหม้ ข้างใต้มัน ม็อดความเสียหายของคุณไม่ส่งผลต่อ พื้นลุกไหม้ นี้
สร้างความเสียหาย น้ำแข็ง 922.1 ถึง 1383
active skill area of effect radius +% final [-17]
is area damage [1]
active skill area of effect radius +% final [-17]
is area damage [1]
LunarisWhipperProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
เวลาร่าย: 1.63 วินาที
คูลดาวน์: 2 วินาที
สร้างความเสียหาย น้ำแข็ง 725.1 ถึง 1088
กระสุน เจาะทะลุ ทุกเป้าหมาย
base is projectile [1]
monster projectile variation [26]
กระสุน เจาะทะลุ ทุกเป้าหมาย
base is projectile [1]
monster projectile variation [26]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Dagger" basic_action = "Emerge2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/DemonFemale/DemonFemale2Champion_"] = { name = "Dusk Horror", life = 0.99, fireResist = 0, coldResist = 0, lightningResist = 75, chaosResist = 0, damage = 0.66, damageSpread = 0.2, attackTime = 2.445, attackRange = 18, accuracy = 1, skillList = { "Melee", "LunarisWhipperFlameWhip", "LunarisWhipperProjectile", }, 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["LunarisWhipperFlameWhip"] = { 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 = 1.63, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -17, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LunarisWhipperProjectile"] = { name = "LunarisWhipperProjectile", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.63, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, }, }, }
นำความเสียหาย กายภาพ 100% ไปเสริมเป็น น้ำแข็ง
Id | MonsterPhysicalAddedAsColdSkeletonMaps |
---|---|
Family | PhysicalAddedAsCold |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
Dusk Horror
ปีศาจ
นำความเสียหาย กายภาพ 100% ไปเสริมเป็น น้ำแข็ง
Spectre | Y |
---|---|
Tags | animal_claw_weapon, นักเวท, cold_affinity, demon, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, melee, physical_affinity, ranged, red_blood |
Packs |
พลังชีวิต
99%
Ailment Threshold
99%
ค่าต้านทาน
0 0 75 0
Damage
66%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 18
Attack Time
2.445 Second
Damage Spread
±20%
ค่าประสบการณ์
110%
Model Size
100%
Type
DemonFemale2
Metadata
DemonFemale2Champion_Hellscape
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
6,369
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
247
ความเสียหายเวท
247
ความแม่นยำ
290
Attack Time
2.445
ค่าประสบการณ์
11,281
Ailment Threshold
6,369
Chill
20
Shock
20
Brittle
114
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 197–296
โอกาสคริติคอล: 5%
Attack Time: 2.445 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
LunarisWhipperFlameWhip
Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
คลื่นเพลิง (Flame Surge)
โอกาสคริติคอล: 6%
เวลาร่าย: 1.63 วินาที
คูลดาวน์: 3 วินาที
จู่โจมศัตรูตรงหน้าของคุณด้วยคลื่นเปลวไฟ ศัตรูที่ติดสถานะ ติดไฟ จะได้รับความเสียหายเพิ่มขึ้น อีก หากคุณปะทะศัตรูที่ติดสถานะ ลุกไหม้ สกิลนี้จะสร้าง พื้นลุกไหม้ ข้างใต้มัน ม็อดความเสียหายของคุณไม่ส่งผลต่อ พื้นลุกไหม้ นี้
สร้างความเสียหาย น้ำแข็ง 808.1 ถึง 1212
active skill area of effect radius +% final [-17]
is area damage [1]
active skill area of effect radius +% final [-17]
is area damage [1]
LunarisWhipperProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
เวลาร่าย: 1.63 วินาที
คูลดาวน์: 2 วินาที
สร้างความเสียหาย น้ำแข็ง 644.6 ถึง 966.9
กระสุน เจาะทะลุ ทุกเป้าหมาย
base is projectile [1]
monster projectile variation [26]
กระสุน เจาะทะลุ ทุกเป้าหมาย
base is projectile [1]
monster projectile variation [26]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Dagger" basic_action = "Emerge2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/DemonFemale/DemonFemale2Champion_Hellscape"] = { name = "Dusk Horror", life = 0.99, fireResist = 0, coldResist = 0, lightningResist = 75, chaosResist = 0, damage = 0.66, damageSpread = 0.2, attackTime = 2.445, attackRange = 18, accuracy = 1, skillList = { "Melee", "LunarisWhipperFlameWhip", "LunarisWhipperProjectile", }, 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["LunarisWhipperFlameWhip"] = { 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 = 1.63, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -17, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LunarisWhipperProjectile"] = { name = "LunarisWhipperProjectile", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.63, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, }, }, }
นำความเสียหาย กายภาพ 100% ไปเสริมเป็น น้ำแข็ง
Id | MonsterPhysicalAddedAsColdSkeletonMaps |
---|---|
Family | PhysicalAddedAsCold |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
Dusk Horror
Spectre | Y |
---|---|
Area | The Twilight Temple |
Tags | animal_claw_weapon, นักเวท, cold_affinity, demon, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, medium_height, melee, physical_affinity, ranged, red_blood |
Packs |
พลังชีวิต
99%
Ailment Threshold
99%
ค่าต้านทาน
0 0 75 0
Damage
66%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 18
Attack Time
2.445 Second
Damage Spread
±20%
ค่าประสบการณ์
110%
Model Size
100%
Type
DemonFemale2
Metadata
DemonFemale2Champion_Schism
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
71
พลังชีวิต
8,694
ค่าเกราะ
36,473
การหลบหลีก
5,260
โล่พลังงาน
0
Damage
295
ความเสียหายเวท
295
ความแม่นยำ
326
Attack Time
2.445
ค่าประสบการณ์
12,044
Ailment Threshold
8,694
Chill
27
Shock
27
Brittle
156
Scorch
27
Sap
76
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
โจมตีธรรมดา (Default Attack)
Base Damage: 236–354
โอกาสคริติคอล: 5%
Attack Time: 2.445 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
LunarisWhipperFlameWhip
Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
คลื่นเพลิง (Flame Surge)
โอกาสคริติคอล: 6%
เวลาร่าย: 1.63 วินาที
คูลดาวน์: 3 วินาที
จู่โจมศัตรูตรงหน้าของคุณด้วยคลื่นเปลวไฟ ศัตรูที่ติดสถานะ ติดไฟ จะได้รับความเสียหายเพิ่มขึ้น อีก หากคุณปะทะศัตรูที่ติดสถานะ ลุกไหม้ สกิลนี้จะสร้าง พื้นลุกไหม้ ข้างใต้มัน ม็อดความเสียหายของคุณไม่ส่งผลต่อ พื้นลุกไหม้ นี้
สร้างความเสียหาย น้ำแข็ง 922.1 ถึง 1383
active skill area of effect radius +% final [-17]
is area damage [1]
active skill area of effect radius +% final [-17]
is area damage [1]
LunarisWhipperProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
เวลาร่าย: 1.63 วินาที
คูลดาวน์: 2 วินาที
สร้างความเสียหาย น้ำแข็ง 725.1 ถึง 1088
กระสุน เจาะทะลุ ทุกเป้าหมาย
base is projectile [1]
monster projectile variation [26]
กระสุน เจาะทะลุ ทุกเป้าหมาย
base is projectile [1]
monster projectile variation [26]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Dagger" basic_action = "Emerge2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/DemonFemale/DemonFemale2Champion_Schism"] = { name = "Dusk Horror", life = 0.99, fireResist = 0, coldResist = 0, lightningResist = 75, chaosResist = 0, damage = 0.66, damageSpread = 0.2, attackTime = 2.445, attackRange = 18, accuracy = 1, skillList = { "Melee", "LunarisWhipperFlameWhip", "LunarisWhipperProjectile", }, 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["LunarisWhipperFlameWhip"] = { 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 = 1.63, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -17, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LunarisWhipperProjectile"] = { name = "LunarisWhipperProjectile", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.63, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, }, }, }
นำความเสียหาย กายภาพ 100% ไปเสริมเป็น น้ำแข็ง
Id | MonsterPhysicalAddedAsColdSkeletonMaps |
---|---|
Family | PhysicalAddedAsCold |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
Dusk Horror
Spectre | Y |
---|---|
Area | สะพานท่าเรือ |
Tags | animal_claw_weapon, นักเวท, cold_affinity, demon, fast_movement, flesh_armour, has_dagger, has_one_handed_melee, medium_height, melee, physical_affinity, ranged, red_blood |
Packs |
พลังชีวิต
99%
Ailment Threshold
99%
ค่าต้านทาน
0 0 75 0
Damage
66%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 18
Attack Time
2.445 Second
Damage Spread
±20%
ค่าประสบการณ์
110%
Model Size
100%
Type
DemonFemale2
Metadata
DemonFemale2ChampionNewTeam
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
60
พลังชีวิต
3,661
ค่าเกราะ
15,178
การหลบหลีก
3,556
โล่พลังงาน
0
Damage
164
ความเสียหายเวท
164
ความแม่นยำ
211
Attack Time
2.445
ค่าประสบการณ์
9,092
Ailment Threshold
3,661
Chill
12
Shock
12
Brittle
65
Scorch
12
Sap
32
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
โจมตีธรรมดา (Default Attack)
Base Damage: 131–197
โอกาสคริติคอล: 5%
Attack Time: 2.445 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
LunarisWhipperFlameWhip
Spell, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Area, Fire, CanRapidFire, AreaSpell, Duration
คลื่นเพลิง (Flame Surge)
โอกาสคริติคอล: 6%
เวลาร่าย: 1.63 วินาที
คูลดาวน์: 3 วินาที
จู่โจมศัตรูตรงหน้าของคุณด้วยคลื่นเปลวไฟ ศัตรูที่ติดสถานะ ติดไฟ จะได้รับความเสียหายเพิ่มขึ้น อีก หากคุณปะทะศัตรูที่ติดสถานะ ลุกไหม้ สกิลนี้จะสร้าง พื้นลุกไหม้ ข้างใต้มัน ม็อดความเสียหายของคุณไม่ส่งผลต่อ พื้นลุกไหม้ นี้
สร้างความเสียหาย น้ำแข็ง 568.2 ถึง 852.3
active skill area of effect radius +% final [-17]
is area damage [1]
active skill area of effect radius +% final [-17]
is area damage [1]
LunarisWhipperProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
เวลาร่าย: 1.63 วินาที
คูลดาวน์: 2 วินาที
สร้างความเสียหาย น้ำแข็ง 471 ถึง 706.5
กระสุน เจาะทะลุ ทุกเป้าหมาย
base is projectile [1]
monster projectile variation [26]
กระสุน เจาะทะลุ ทุกเป้าหมาย
base is projectile [1]
monster projectile variation [26]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Dagger" basic_action = "Emerge2" } Positioned { team = 127 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/DemonFemale/DemonFemale2ChampionNewTeam"] = { name = "Dusk Horror", life = 0.99, fireResist = 0, coldResist = 0, lightningResist = 75, chaosResist = 0, damage = 0.66, damageSpread = 0.2, attackTime = 2.445, attackRange = 18, accuracy = 1, skillList = { "Melee", "LunarisWhipperFlameWhip", "LunarisWhipperProjectile", }, 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["LunarisWhipperFlameWhip"] = { 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 = 1.63, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -17, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LunarisWhipperProjectile"] = { name = "LunarisWhipperProjectile", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.63, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "base_is_projectile", "always_pierce", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 58, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 26, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, }, }, }
นำความเสียหาย กายภาพ 100% ไปเสริมเป็น น้ำแข็ง
Id | MonsterPhysicalAddedAsColdSkeletonMaps |
---|---|
Family | PhysicalAddedAsCold |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |