Lunar Devotee
| Spectre | |
|---|---|
| Area | วิหารลูนาริส ชั้นที่ 1, วิหารลูนาริส ชั้นที่ 2, ห้องทดลองนิรันดร, Moon Temple Map |
| Tags | bludgeoning_weapon, นักเวท, cold_affinity, fast_movement, has_staff, has_two_handed_melee, human, humanoid, light_armour, medium_height, not_int, not_str, ranged, red_blood |
| Packs |
พลังชีวิต
180%
การหลบหลีก
+15%
Ailment Threshold
180%
ค่าต้านทาน
Damage
121%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
4 ~ 12
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
180%
Model Size
115%
Type
Cannibal2Champion
Metadata
CannibalLunarisChampion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
76
พลังชีวิต
26,900
ค่าเกราะ
53,896
อัตราการหลบหลีก
7,170
Damage
727
ความเสียหายเวท
727
ความแม่นยำ
792
Attack Time
1.995
ค่าประสบการณ์
21,607
Minion Life
5,442
Minion Damage
597
Ailment Threshold
26,900
Chill
85
Shock
85
Brittle
481
Scorch
85
Sap
235
Phys Convert Ele
280%
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).
CannibalIcestorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
พายุไฟ (Firestorm)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.9 วินาที
คูลดาวน์: 6 วินาที
ฝนลูกไฟตกทั่วพื้นที่เป้าหมาย ลูกไฟจะระเบิดเมื่อตกถึงพื้น สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
ระยะเวลาพื้นฐาน 3 วินาที
ลูกไฟตก 1 ลูก ทุก 0.12 วินาที
รัศมีพื้นฐาน 1 เมตร
active skill area of effect radius +% final [-50]
is area damage [1]
spell maximum base cold damage [516.4]
spell minimum base cold damage [344.3]
SummonIceElementalsCannibal
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
เวลาร่าย: 1 วินาที
คูลดาวน์: 10 วินาที
alternate minion [248]
number of monsters to summon [1]
summoned monsters are minions [1]
MonsterCannibalLunarisProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
โอกาสคริติคอล: 5%
เวลาร่าย: 1 วินาที
เพิ่มความเร็วโพรเจกไทล์ 100%
base is projectile [1]
monster projectile variation [16]
skill visual scale +% [-50]
spell maximum base cold damage [1118]
spell minimum base cold damage [745]
Object Type
version 2 extends "Metadata/Monsters/Cannibal/Cannibal"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Cannibal/CannibalLunarisChampion"] = {
fireResist = 0,
coldResist = 30,
lightningResist = 0,
chaosResist = 30,
name = "Lunar Devotee",
life = 1.8,
damage = 1.21,
damageSpread = 0.2,
attackTime = 1.995,
attackRange = 12,
accuracy = 1,
weaponType1 = "Staff",
skillList = {
"CannibalIcestorm",
"MonsterCannibalLunarisProjectile",
"SummonIceElementalsCannibal",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["CannibalIcestorm"] = {
name = "Firestorm",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Fire] = true,
[SkillType.Cascadable] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.9,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"base_skill_effect_duration",
"fire_storm_fireball_delay_ms",
"active_skill_area_of_effect_radius_+%_final",
"active_skill_base_area_of_effect_radius",
"is_area_damage",
},
levels = {
[1] = {0.43999999761581, 0.66000002622604, 3000, 120, -50, 10, critChance = 5, levelRequirement = 59, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.40000000596046, 0.60000002384186, 3000, 120, -50, 10, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.40000000596046, 0.60000002384186, 3000, 120, -50, 10, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MonsterCannibalLunarisProjectile"] = {
name = "MonsterCannibalLunarisProjectile",
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,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"monster_projectile_variation",
"base_projectile_speed_+%",
"skill_visual_scale_+%",
"base_is_projectile",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 16, 100, -50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SummonIceElementalsCannibal"] = {
name = "SummonIceElementalsCannibal",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"number_of_monsters_to_summon",
"alternate_minion",
"summoned_monsters_are_minions",
},
levels = {
[1] = {1, 248, levelRequirement = 59, statInterpolation = {}, cost = { }, },
},
}
Lunar Devotee
| Spectre | |
|---|---|
| Area | The Twilight Temple |
| Tags | bludgeoning_weapon, นักเวท, cold_affinity, fast_movement, has_staff, has_two_handed_melee, human, humanoid, light_armour, medium_height, not_int, not_str, ranged, red_blood |
| Packs |
พลังชีวิต
180%
การหลบหลีก
+15%
Ailment Threshold
180%
ค่าต้านทาน
Damage
121%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
4 ~ 12
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
180%
Model Size
115%
Type
Cannibal2Champion
Metadata
CannibalLunarisChampionSchism
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
76
พลังชีวิต
26,900
ค่าเกราะ
53,896
อัตราการหลบหลีก
7,170
Damage
727
ความเสียหายเวท
727
ความแม่นยำ
792
Attack Time
1.995
ค่าประสบการณ์
21,607
Minion Life
5,442
Minion Damage
597
Ailment Threshold
26,900
Chill
85
Shock
85
Brittle
481
Scorch
85
Sap
235
Phys Convert Ele
280%
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).
CannibalIcestorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
พายุไฟ (Firestorm)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.9 วินาที
คูลดาวน์: 6 วินาที
ฝนลูกไฟตกทั่วพื้นที่เป้าหมาย ลูกไฟจะระเบิดเมื่อตกถึงพื้น สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
ระยะเวลาพื้นฐาน 3 วินาที
ลูกไฟตก 1 ลูก ทุก 0.12 วินาที
รัศมีพื้นฐาน 1 เมตร
active skill area of effect radius +% final [-50]
is area damage [1]
spell maximum base cold damage [516.4]
spell minimum base cold damage [344.3]
SummonIceElementalsCannibal
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
เวลาร่าย: 1 วินาที
คูลดาวน์: 10 วินาที
alternate minion [248]
number of monsters to summon [1]
summoned monsters are minions [1]
MonsterCannibalLunarisProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
โอกาสคริติคอล: 5%
เวลาร่าย: 1 วินาที
เพิ่มความเร็วโพรเจกไทล์ 100%
base is projectile [1]
monster projectile variation [16]
skill visual scale +% [-50]
spell maximum base cold damage [1118]
spell minimum base cold damage [745]
Object Type
version 2 extends "Metadata/Monsters/Cannibal/Cannibal"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Cannibal/CannibalLunarisChampionSchism"] = {
fireResist = 0,
coldResist = 30,
lightningResist = 0,
chaosResist = 30,
name = "Lunar Devotee",
life = 1.8,
damage = 1.21,
damageSpread = 0.2,
attackTime = 1.995,
attackRange = 12,
accuracy = 1,
weaponType1 = "Staff",
skillList = {
"CannibalIcestorm",
"MonsterCannibalLunarisProjectile",
"SummonIceElementalsCannibal",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["CannibalIcestorm"] = {
name = "Firestorm",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Fire] = true,
[SkillType.Cascadable] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.9,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"base_skill_effect_duration",
"fire_storm_fireball_delay_ms",
"active_skill_area_of_effect_radius_+%_final",
"active_skill_base_area_of_effect_radius",
"is_area_damage",
},
levels = {
[1] = {0.43999999761581, 0.66000002622604, 3000, 120, -50, 10, critChance = 5, levelRequirement = 59, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.40000000596046, 0.60000002384186, 3000, 120, -50, 10, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.40000000596046, 0.60000002384186, 3000, 120, -50, 10, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MonsterCannibalLunarisProjectile"] = {
name = "MonsterCannibalLunarisProjectile",
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,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"monster_projectile_variation",
"base_projectile_speed_+%",
"skill_visual_scale_+%",
"base_is_projectile",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 16, 100, -50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SummonIceElementalsCannibal"] = {
name = "SummonIceElementalsCannibal",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"number_of_monsters_to_summon",
"alternate_minion",
"summoned_monsters_are_minions",
},
levels = {
[1] = {1, 248, levelRequirement = 59, statInterpolation = {}, cost = { }, },
},
}
Lunar Devotee
| Spectre | |
|---|---|
| Area | สะพานท่าเรือ |
| Tags | bludgeoning_weapon, นักเวท, cold_affinity, fast_movement, has_staff, has_two_handed_melee, human, humanoid, light_armour, medium_height, melee, not_int, not_str, physical_affinity, red_blood |
| Packs |
พลังชีวิต
180%
การหลบหลีก
+15%
Ailment Threshold
180%
ค่าต้านทาน
Damage
121%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
4 ~ 12
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
180%
Model Size
115%
Type
Cannibal2Champion
Metadata
CannibalLunarisChampionNewTeam
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
60
พลังชีวิต
6,656
ค่าเกราะ
15,178
อัตราการหลบหลีก
4,089
Damage
301
ความเสียหายเวท
301
ความแม่นยำ
422
Attack Time
1.995
ค่าประสบการณ์
14,877
Minion Life
1,552
Minion Damage
234
Ailment Threshold
6,656
Chill
21
Shock
21
Brittle
119
Scorch
21
Sap
58
Phys Convert Ele
200%
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
โจมตีธรรมดา (Default Attack)
Base Damage: 240—361
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
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]
CannibalIcestorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
พายุไฟ (Firestorm)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.9 วินาที
คูลดาวน์: 6 วินาที
ฝนลูกไฟตกทั่วพื้นที่เป้าหมาย ลูกไฟจะระเบิดเมื่อตกถึงพื้น สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
ระยะเวลาพื้นฐาน 3 วินาที
ลูกไฟตก 1 ลูก ทุก 0.12 วินาที
รัศมีพื้นฐาน 1 เมตร
active skill area of effect radius +% final [-50]
is area damage [1]
spell maximum base cold damage [239.2]
spell minimum base cold damage [159.5]
SummonIceElementalsCannibal
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
เวลาร่าย: 1 วินาที
คูลดาวน์: 10 วินาที
alternate minion [248]
number of monsters to summon [1]
summoned monsters are minions [1]
Object Type
version 2
extends "Metadata/Monsters/Cannibal/Cannibal"
Positioned
{
team = 127
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Cannibal/CannibalLunarisChampionNewTeam"] = {
fireResist = 0,
coldResist = 30,
lightningResist = 0,
chaosResist = 30,
name = "Lunar Devotee",
life = 1.8,
damage = 1.21,
damageSpread = 0.2,
attackTime = 1.995,
attackRange = 12,
accuracy = 1,
weaponType1 = "Staff",
skillList = {
"MeleeAtAnimationSpeed",
"CannibalIcestorm",
"SummonIceElementalsCannibal",
},
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["CannibalIcestorm"] = {
name = "Firestorm",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Fire] = true,
[SkillType.Cascadable] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.9,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_cold_damage",
"spell_maximum_base_cold_damage",
"base_skill_effect_duration",
"fire_storm_fireball_delay_ms",
"active_skill_area_of_effect_radius_+%_final",
"active_skill_base_area_of_effect_radius",
"is_area_damage",
},
levels = {
[1] = {0.43999999761581, 0.66000002622604, 3000, 120, -50, 10, critChance = 5, levelRequirement = 59, statInterpolation = {3, 3}, cost = { }, },
[2] = {0.40000000596046, 0.60000002384186, 3000, 120, -50, 10, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, },
[3] = {0.40000000596046, 0.60000002384186, 3000, 120, -50, 10, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["SummonIceElementalsCannibal"] = {
name = "SummonIceElementalsCannibal",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"number_of_monsters_to_summon",
"alternate_minion",
"summoned_monsters_are_minions",
},
levels = {
[1] = {1, 248, levelRequirement = 59, statInterpolation = {}, 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.





















มนุษย์