幽魂 | Y |
---|---|
地區 | 腐敗之核, 卡蘭德迷湖 |
標籤 | 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%
異常狀態臨界值
100%
抗性
0 0 40 0
傷害
135%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
DemonModularLightning
Metadata
DemonModularLightningShavronne_
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
64
生命
4,768
護甲
20,943
閃避
4,112
能量護盾
0
傷害
412
法術傷害
412
命中
247
攻擊間隔
1.5
經驗值
9,283
異常狀態臨界值
4,768
冰緩
15
感電
15
易碎
85
焦灼
15
殘喘
42
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 329–494
暴擊率: 5%
攻擊間隔: 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
攻擊, 近戰單一目標, 攻擊可重複, 近戰, 範圍, 持續時間, 閃電
充能打擊
基本傷害: 329–494
暴擊率: 5%
攻擊間隔: 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 | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
薛朗的後代
惡魔
stance movement speed +% final [112]
Shavronne's Legacy
幽魂 | Y |
---|---|
標籤 | cleaving_weapon, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, lightning_affinity, melee, physical_affinity, red_blood, very_slow_movement |
生命
100%
異常狀態臨界值
100%
抗性
0 0 40 0
傷害
135%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
DemonModularLightning
Metadata
DemonModularLightningShavronne_Hellscape
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
6,433
護甲
28,790
閃避
4,739
能量護盾
0
傷害
504
法術傷害
504
命中
290
攻擊間隔
1.5
經驗值
10,255
異常狀態臨界值
6,433
冰緩
20
感電
20
易碎
115
焦灼
20
殘喘
56
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 403–605
暴擊率: 5%
攻擊間隔: 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
攻擊, 近戰單一目標, 攻擊可重複, 近戰, 範圍, 持續時間, 閃電
充能打擊
基本傷害: 403–605
暴擊率: 5%
攻擊間隔: 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 | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 傳奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |