幽魂 | Y |
---|---|
地区 | 月影广场, 月影神殿 1 层, 月影神殿 2 层, 永恒的实验室, 卡兰德之湖 |
标签 | 施法, cold_affinity, has_two_hand_sword, has_two_handed_melee, human, humanoid, medium_height, melee, military, not_dex, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, slow_movement |
Packs |
生命
120%
护甲
+75%
异常状态临界值
120%
抗性
20 20 20 0
伤害
113%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 14
攻击间隔
1.245 秒
伤害分布
±20%
经验值
120%
Model Size
100%
类型
AxisSoldierEliteLunaris
Metadata
AxisEliteSoldier4
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
7,720
护甲
50,383
闪避值
4,739
能量护盾
0
伤害
422
法术伤害
422
命中
290
攻击间隔
1.245
经验值
12,306
异常状态临界值
7,720
冰缓
24
Shock
24
Brittle
138
Scorch
24
Sap
67
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 338–507
暴击几率: 5%
攻击间隔: 1.245 秒
对你的敌人无情痛击。
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]
MonsterIceShieldTriggered
法术, 增益, 图腾技能, 持续时间, 图腾施放单独, 冰冷, 可触发, NonHitChill, 造成元素状态, 冰缓区域, 范围法术, 消耗保留
极地装甲
施放间隔: 0.5 秒
基础持续时间为 3 秒
基础额外效果持续时间 6 秒
静止时,增益效果使受到的击中物理伤害总降 10%
静止时,增益效果使受到的击中火焰伤害总降 10%
基础额外效果持续时间 6 秒
静止时,增益效果使受到的击中物理伤害总降 10%
静止时,增益效果使受到的击中火焰伤害总降 10%
ColdFlameDashLunaris
法术, 位移, 伤害, DoT, 持续时间, 图腾技能, 可触发, 火焰, 陷阱技能, 地雷技能, 快行, 闪现, 冷却
烈焰冲刺
暴击几率: 5%
施放间隔: 0.75 秒
冷却时间: 4 秒
传送到指定地点,对敌人造成伤害并在路线上留下燃烧地面。和其它闪现技能共用冷却时间。
造成 436.8 - 655.3 冰霜伤害
基础持续时间为 4 秒
is area damage [1]
基础持续时间为 4 秒
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" off_hand_unarmed_type = "Shield" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Axis/AxisEliteSoldier4"] = { name = "Lunaris Elite", life = 1.2, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.13, damageSpread = 0.2, attackTime = 1.245, attackRange = 14, accuracy = 1, weaponType1 = "Two Hand Sword", skillList = { "MeleeAtAnimationSpeed", "MonsterIceShieldTriggered", "ColdFlameDashLunaris", }, 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["MonsterIceShieldTriggered"] = { name = "Arctic Armour", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Totemable] = true, [SkillType.Duration] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.NonHitChill] = true, [SkillType.ElementalStatus] = true, [SkillType.ChillingArea] = true, [SkillType.AreaSpell] = true, [SkillType.HasReservation] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "chill_enemy_when_hit_duration_ms", "new_arctic_armour_physical_damage_taken_when_hit_+%_final", "new_arctic_armour_fire_damage_taken_when_hit_+%_final", "base_skill_effect_duration", "base_secondary_skill_effect_duration", }, levels = { [1] = {500, -10, -10, 3000, 6000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ColdFlameDashLunaris"] = { name = "Flame Dash", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Teleport to a location, damaging enemies and leaving a trail of burning ground. Shares a cooldown with other Blink skills.", skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, [SkillType.Damage] = true, [SkillType.DamageOverTime] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Travel] = true, [SkillType.Blink] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.75, baseFlags = { spell = true, duration = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "base_skill_effect_duration", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 4000, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
获得额外冰霜伤害, 其数值等同于物理伤害的 100%
Id | MonsterPhysicalAddedAsColdSkeletonMaps |
---|---|
Family | PhysicalAddedAsCold |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
月影精英
Lunaris Elite
幽魂 | Y |
---|---|
地区 | 暮光古庙 |
标签 | 施法, cold_affinity, has_two_hand_sword, has_two_handed_melee, human, humanoid, medium_height, melee, military, not_dex, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, slow_movement |
Packs |
生命
120%
护甲
+75%
异常状态临界值
120%
抗性
20 20 20 0
伤害
113%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 14
攻击间隔
1.245 秒
伤害分布
±20%
经验值
120%
Model Size
100%
类型
AxisSoldierEliteLunaris
Metadata
AxisEliteSoldier4Schism
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
71
生命
10,539
护甲
63,828
闪避值
5,260
能量护盾
0
伤害
505
法术伤害
505
命中
326
攻击间隔
1.245
经验值
13,139
异常状态临界值
10,539
冰缓
33
Shock
33
Brittle
189
Scorch
33
Sap
92
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 404–606
暴击几率: 5%
攻击间隔: 1.245 秒
对你的敌人无情痛击。
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]
MonsterIceShieldTriggered
法术, 增益, 图腾技能, 持续时间, 图腾施放单独, 冰冷, 可触发, NonHitChill, 造成元素状态, 冰缓区域, 范围法术, 消耗保留
极地装甲
施放间隔: 0.5 秒
基础持续时间为 3 秒
基础额外效果持续时间 6 秒
静止时,增益效果使受到的击中物理伤害总降 10%
静止时,增益效果使受到的击中火焰伤害总降 10%
基础额外效果持续时间 6 秒
静止时,增益效果使受到的击中物理伤害总降 10%
静止时,增益效果使受到的击中火焰伤害总降 10%
ColdFlameDashLunaris
法术, 位移, 伤害, DoT, 持续时间, 图腾技能, 可触发, 火焰, 陷阱技能, 地雷技能, 快行, 闪现, 冷却
烈焰冲刺
暴击几率: 5%
施放间隔: 0.75 秒
冷却时间: 4 秒
传送到指定地点,对敌人造成伤害并在路线上留下燃烧地面。和其它闪现技能共用冷却时间。
造成 497.8 - 746.7 冰霜伤害
基础持续时间为 4 秒
is area damage [1]
基础持续时间为 4 秒
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" off_hand_unarmed_type = "Shield" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Axis/AxisEliteSoldier4Schism"] = { name = "Lunaris Elite", life = 1.2, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.13, damageSpread = 0.2, attackTime = 1.245, attackRange = 14, accuracy = 1, weaponType1 = "Two Hand Sword", skillList = { "MeleeAtAnimationSpeed", "MonsterIceShieldTriggered", "ColdFlameDashLunaris", }, 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["MonsterIceShieldTriggered"] = { name = "Arctic Armour", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Totemable] = true, [SkillType.Duration] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.NonHitChill] = true, [SkillType.ElementalStatus] = true, [SkillType.ChillingArea] = true, [SkillType.AreaSpell] = true, [SkillType.HasReservation] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "chill_enemy_when_hit_duration_ms", "new_arctic_armour_physical_damage_taken_when_hit_+%_final", "new_arctic_armour_fire_damage_taken_when_hit_+%_final", "base_skill_effect_duration", "base_secondary_skill_effect_duration", }, levels = { [1] = {500, -10, -10, 3000, 6000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ColdFlameDashLunaris"] = { name = "Flame Dash", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Teleport to a location, damaging enemies and leaving a trail of burning ground. Shares a cooldown with other Blink skills.", skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, [SkillType.Damage] = true, [SkillType.DamageOverTime] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Travel] = true, [SkillType.Blink] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.75, baseFlags = { spell = true, duration = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "base_skill_effect_duration", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 4000, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
获得额外冰霜伤害, 其数值等同于物理伤害的 100%
Id | MonsterPhysicalAddedAsColdSkeletonMaps |
---|---|
Family | PhysicalAddedAsCold |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |
月影精英
Lunaris Elite
幽魂 | Y |
---|---|
地区 | 港湾大桥 |
标签 | 施法, cold_affinity, has_two_hand_sword, has_two_handed_melee, human, humanoid, medium_height, melee, military, not_dex, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, slow_movement |
Packs |
生命
120%
护甲
+75%
异常状态临界值
120%
抗性
20 20 20 0
伤害
113%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 14
攻击间隔
1.245 秒
伤害分布
±20%
经验值
120%
Model Size
100%
类型
AxisSoldierEliteLunaris
Metadata
AxisEliteSoldier4NewTeam
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
60
生命
4,438
护甲
26,562
闪避值
3,556
能量护盾
0
伤害
281
法术伤害
281
命中
211
攻击间隔
1.245
经验值
9,918
异常状态临界值
4,438
冰缓
14
Shock
14
Brittle
79
Scorch
14
Sap
39
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 225–337
暴击几率: 5%
攻击间隔: 1.245 秒
对你的敌人无情痛击。
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]
MonsterIceShieldTriggered
法术, 增益, 图腾技能, 持续时间, 图腾施放单独, 冰冷, 可触发, NonHitChill, 造成元素状态, 冰缓区域, 范围法术, 消耗保留
极地装甲
施放间隔: 0.5 秒
基础持续时间为 3 秒
基础额外效果持续时间 6 秒
静止时,增益效果使受到的击中物理伤害总降 10%
静止时,增益效果使受到的击中火焰伤害总降 10%
基础额外效果持续时间 6 秒
静止时,增益效果使受到的击中物理伤害总降 10%
静止时,增益效果使受到的击中火焰伤害总降 10%
ColdFlameDashLunaris
法术, 位移, 伤害, DoT, 持续时间, 图腾技能, 可触发, 火焰, 陷阱技能, 地雷技能, 快行, 闪现, 冷却
烈焰冲刺
暴击几率: 5%
施放间隔: 0.75 秒
冷却时间: 4 秒
传送到指定地点,对敌人造成伤害并在路线上留下燃烧地面。和其它闪现技能共用冷却时间。
造成 308.4 - 462.5 冰霜伤害
基础持续时间为 4 秒
is area damage [1]
基础持续时间为 4 秒
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" off_hand_unarmed_type = "Shield" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" } Positioned { team = 127 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Axis/AxisEliteSoldier4NewTeam"] = { name = "Lunaris Elite", life = 1.2, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.13, damageSpread = 0.2, attackTime = 1.245, attackRange = 14, accuracy = 1, weaponType1 = "Two Hand Sword", skillList = { "MeleeAtAnimationSpeed", "MonsterIceShieldTriggered", "ColdFlameDashLunaris", }, 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["MonsterIceShieldTriggered"] = { name = "Arctic Armour", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Totemable] = true, [SkillType.Duration] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.NonHitChill] = true, [SkillType.ElementalStatus] = true, [SkillType.ChillingArea] = true, [SkillType.AreaSpell] = true, [SkillType.HasReservation] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "chill_enemy_when_hit_duration_ms", "new_arctic_armour_physical_damage_taken_when_hit_+%_final", "new_arctic_armour_fire_damage_taken_when_hit_+%_final", "base_skill_effect_duration", "base_secondary_skill_effect_duration", }, levels = { [1] = {500, -10, -10, 3000, 6000, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ColdFlameDashLunaris"] = { name = "Flame Dash", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Teleport to a location, damaging enemies and leaving a trail of burning ground. Shares a cooldown with other Blink skills.", skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, [SkillType.Damage] = true, [SkillType.DamageOverTime] = true, [SkillType.Duration] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Travel] = true, [SkillType.Blink] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.75, baseFlags = { spell = true, duration = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "base_skill_effect_duration", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 4000, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
获得额外冰霜伤害, 其数值等同于物理伤害的 100%
Id | MonsterPhysicalAddedAsColdSkeletonMaps |
---|---|
Family | PhysicalAddedAsCold |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental cold |