Shavronne's Legacy
Spectre | Y |
---|---|
Area | แก่นเน่าเปื่อย, ทะเลสาบคาลานดรา |
Tags | cleaving_weapon, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, lightning_affinity, medium_height, melee, physical_affinity, red_blood, very_slow_movement |
Packs |
พลังชีวิต
100%
Ailment Threshold
100%
ค่าต้านทาน
0 0 40 0
Damage
135%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
DemonModularLightning
Metadata
DemonModularLightningShavronne_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
64
พลังชีวิต
4,768
ค่าเกราะ
20,943
การหลบหลีก
4,112
โล่พลังงาน
0
Damage
412
ความเสียหายเวท
412
ความแม่นยำ
247
Attack Time
1.5
ค่าประสบการณ์
9,283
Ailment Threshold
4,768
Chill
15
Shock
15
Brittle
85
Scorch
15
Sap
42
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: 329–494
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
ShavronneMinionStaticStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee, Area, Duration, Lightning
ฟาดสายฟ้าสถิต (Static Strike)
Base Damage: 329–494
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
คูลดาวน์: 5 วินาที
ฟาดศัตรูด้วย อาวุธประชิด สะสมสายฟ้าสถิตให้ผู้เล่น สายฟ้าสถิตนี้จะสร้างความเสียหายใส่ศัตรูรอบตัวผู้เล่นหลังหมดอายุ ซึ่งความเสียหายนี้จะหลบไม่ได้ด้วย
แปลงความเสียหาย กายภาพ 60% เป็น สายฟ้า
ระยะเวลาพื้นฐาน 1 วินาที
ระเบิด สร้างความเสียหาย ปะทะและเจ็บป่วย ลดลง อีก 25%
active skill area of effect radius +% final [-25]
ระยะเวลาพื้นฐาน 1 วินาที
ระเบิด สร้างความเสียหาย ปะทะและเจ็บป่วย ลดลง อีก 25%
active skill area of effect radius +% final [-25]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" basic_action = "ChangeToStance3" basic_action = "Emerge2" basic_action = "Emerge3" main_hand_unarmed_type = "One_Hand_Sword" } Stats { mana_regeneration_rate_per_minute_% = 0 } StateMachine { define_shared_state = "generic1" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "DetachAllContainingText( elehands );" on_spawned_dead = "DetachAllContainingText( elehands );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/DemonModular/DemonModularLightningShavronne_"] = { name = "Shavronne's Legacy", life = 1, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.35, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "ShavronneMinionStaticStrike", }, 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["ShavronneMinionStaticStrike"] = { name = "Static Strike", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your enemies with a melee weapon, building up static energy on you. This energy damages enemies around you when it expires, dealing damage that cannot be evaded or dodged. ", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Lightning] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_physical_damage_%_to_convert_to_lightning", "base_skill_effect_duration", "static_strike_explosion_damage_+%_final", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {60, 1000, -25, -25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Shavronne's Legacy
ปีศาจ
stance movement speed +% final [112]
Spectre | Y |
---|---|
Tags | cleaving_weapon, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, lightning_affinity, melee, physical_affinity, red_blood, very_slow_movement |
พลังชีวิต
100%
Ailment Threshold
100%
ค่าต้านทาน
0 0 40 0
Damage
135%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
DemonModularLightning
Metadata
DemonModularLightningShavronne_Hellscape
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
504
ความเสียหายเวท
504
ความแม่นยำ
290
Attack Time
1.5
ค่าประสบการณ์
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 403–605
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
ShavronneMinionStaticStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee, Area, Duration, Lightning
ฟาดสายฟ้าสถิต (Static Strike)
Base Damage: 403–605
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
คูลดาวน์: 5 วินาที
ฟาดศัตรูด้วย อาวุธประชิด สะสมสายฟ้าสถิตให้ผู้เล่น สายฟ้าสถิตนี้จะสร้างความเสียหายใส่ศัตรูรอบตัวผู้เล่นหลังหมดอายุ ซึ่งความเสียหายนี้จะหลบไม่ได้ด้วย
แปลงความเสียหาย กายภาพ 60% เป็น สายฟ้า
ระยะเวลาพื้นฐาน 1 วินาที
ระเบิด สร้างความเสียหาย ปะทะและเจ็บป่วย ลดลง อีก 25%
active skill area of effect radius +% final [-25]
ระยะเวลาพื้นฐาน 1 วินาที
ระเบิด สร้างความเสียหาย ปะทะและเจ็บป่วย ลดลง อีก 25%
active skill area of effect radius +% final [-25]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" basic_action = "ChangeToStance3" basic_action = "Emerge2" basic_action = "Emerge3" main_hand_unarmed_type = "One_Hand_Sword" } Stats { mana_regeneration_rate_per_minute_% = 0 } StateMachine { define_shared_state = "generic1" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "DetachAllContainingText( elehands );" on_spawned_dead = "DetachAllContainingText( elehands );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/DemonModular/DemonModularLightningShavronne_Hellscape"] = { name = "Shavronne's Legacy", life = 1, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1.35, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "ShavronneMinionStaticStrike", }, 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["ShavronneMinionStaticStrike"] = { name = "Static Strike", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your enemies with a melee weapon, building up static energy on you. This energy damages enemies around you when it expires, dealing damage that cannot be evaded or dodged. ", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Lightning] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_physical_damage_%_to_convert_to_lightning", "base_skill_effect_duration", "static_strike_explosion_damage_+%_final", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {60, 1000, -25, -25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |