血祝征服者
人形
monster ignores delve darkness mechanic [1]
Bloodblessed Conqueror
幽魂 | Y |
---|---|
幽魂 取代 | Metadata/Monsters/LegionLeague/LegionVaalCultistSergeantSpectre |
标签 | 施法, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, legion_monster, medium_height, medium_movement, no_pantheon_mod, not_int, physical_affinity, puncturing_weapon, ranged, red_blood |
生命
263%
护甲
+25%
闪避值
+40%
异常状态临界值
263%
抗性
30 30 30 20
伤害
150%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.335 秒
伤害分布
±20%
经验值
250%
Model Size
120%
类型
LegionVaalCultistSergeant
Metadata
LegionVaalCultistSergeant
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
16,920
护甲
35,988
闪避值
6,635
能量护盾
0
伤害
560
法术伤害
560
命中
290
攻击间隔
1.335
经验值
25,638
异常状态临界值
16,920
冰缓
54
Shock
54
Brittle
303
Scorch
54
Sap
148
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).
VaalincursionMortar
投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围法术
施放间隔: 1.2 秒
通用的怪物炮击技能. 与怪物投射物相似, 但带有冲击效果.
造成 439.3 - 658.9 物理伤害
active skill area of effect radius +% final [-40]
base is projectile [1]
is area damage [1]
projectile minimum range [10]
projectile spread radius [10]
projectile spread radius per additional projectile [5]
projectile uses contact position [1]
spell maximum action distance +% [-40]
active skill area of effect radius +% final [-40]
base is projectile [1]
is area damage [1]
projectile minimum range [10]
projectile spread radius [10]
projectile spread radius per additional projectile [5]
projectile uses contact position [1]
spell maximum action distance +% [-40]
LegionSpecialBloodCannon
法术, 伤害
暴击几率: 5%
施放间隔: 2 秒
冷却时间: 8 秒
造成 449.4 - 674.1 物理伤害
active skill area of effect radius +% final [-40]
is area damage [1]
spell maximum action distance +% [-50]
active skill area of effect radius +% final [-40]
is area damage [1]
spell maximum action distance +% [-50]
LegionVaalSiphonField
法术, 可触发
暴击几率: 5%
施放间隔: 1 秒
造成 214 - 320.9 物理伤害
你的击中不能眩晕敌人
is area damage [1]
你的击中不能眩晕敌人
is area damage [1]
GeometryTriggerVaalSiphonField
可触发, 法术
施放间隔: 2 秒
冷却时间: 12 秒
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
Object Type
version 2 extends "Metadata/Monsters/LegionLeague/LegionSergeantBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LegionLeague/LegionSergeantBase" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LegionLeague/LegionVaalCultistSergeant"] = { name = "Bloodblessed Conqueror", life = 2.63, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.335, attackRange = 9, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "VaalincursionMortar", "LegionVaalSiphonField", "LegionSpecialBloodCannon", "GeometryTriggerVaalSiphonField", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["VaalincursionMortar"] = { name = "VaalincursionMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "projectile_spread_radius", "spell_maximum_action_distance_+%", "projectile_spread_radius_per_additional_projectile", "projectile_minimum_range", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10, -40, 5, 10, -40, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LegionVaalSiphonField"] = { name = "LegionVaalSiphonField", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LegionSpecialBloodCannon"] = { name = "LegionSpecialBloodCannon", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_maximum_action_distance_+%", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -50, -40, critChance = 5, levelRequirement = 83, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GeometryTriggerVaalSiphonField"] = { name = "GeometryTriggerVaalSiphonField", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
monster ignores delve darkness mechanic [1]
Id | MonsterIgnoresDelveDarkness |
---|---|
Family | MonsterIgnoresDelveDarkness |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
血祝征服者
人形
monster ignores delve darkness mechanic [1]
Bloodblessed Conqueror
幽魂 | Y |
---|---|
标签 | 施法, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, legion_monster, medium_movement, no_pantheon_mod, not_int, physical_affinity, puncturing_weapon, ranged, red_blood |
生命
263%
护甲
+25%
闪避值
+40%
异常状态临界值
263%
抗性
30 30 30 20
伤害
150%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.335 秒
伤害分布
±20%
经验值
250%
Model Size
120%
类型
LegionVaalCultistSergeant
Metadata
LegionVaalCultistSergeantSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
16,920
护甲
35,988
闪避值
6,635
能量护盾
0
伤害
560
法术伤害
560
命中
290
攻击间隔
1.335
经验值
25,638
异常状态临界值
16,920
冰缓
54
Shock
54
Brittle
303
Scorch
54
Sap
148
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).
VaalincursionMortar
投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围法术
施放间隔: 1.2 秒
通用的怪物炮击技能. 与怪物投射物相似, 但带有冲击效果.
造成 439.3 - 658.9 物理伤害
active skill area of effect radius +% final [-40]
base is projectile [1]
is area damage [1]
projectile minimum range [10]
projectile spread radius [10]
projectile spread radius per additional projectile [5]
projectile uses contact position [1]
spell maximum action distance +% [-40]
active skill area of effect radius +% final [-40]
base is projectile [1]
is area damage [1]
projectile minimum range [10]
projectile spread radius [10]
projectile spread radius per additional projectile [5]
projectile uses contact position [1]
spell maximum action distance +% [-40]
LegionSpecialBloodCannon
法术, 伤害
暴击几率: 5%
施放间隔: 2 秒
冷却时间: 8 秒
造成 449.4 - 674.1 物理伤害
active skill area of effect radius +% final [-40]
is area damage [1]
spell maximum action distance +% [-50]
active skill area of effect radius +% final [-40]
is area damage [1]
spell maximum action distance +% [-50]
LegionVaalSiphonField
法术, 可触发
暴击几率: 5%
施放间隔: 1 秒
造成 214 - 320.9 物理伤害
你的击中不能眩晕敌人
is area damage [1]
你的击中不能眩晕敌人
is area damage [1]
GeometryTriggerVaalSiphonField
可触发, 法术
施放间隔: 2 秒
冷却时间: 12 秒
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
Object Type
version 2 extends "Metadata/Monsters/LegionLeague/LegionSergeantBaseSpectre"
Object Type Codes
version 2 extends "Metadata/Monsters/LegionLeague/LegionSergeantBaseSpectre" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LegionLeague/LegionVaalCultistSergeantSpectre"] = { name = "Bloodblessed Conqueror", life = 2.63, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.335, attackRange = 9, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "VaalincursionMortar", "LegionVaalSiphonField", "LegionSpecialBloodCannon", "GeometryTriggerVaalSiphonField", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["VaalincursionMortar"] = { name = "VaalincursionMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "projectile_spread_radius", "spell_maximum_action_distance_+%", "projectile_spread_radius_per_additional_projectile", "projectile_minimum_range", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10, -40, 5, 10, -40, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LegionVaalSiphonField"] = { name = "LegionVaalSiphonField", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LegionSpecialBloodCannon"] = { name = "LegionSpecialBloodCannon", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_maximum_action_distance_+%", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -50, -40, critChance = 5, levelRequirement = 83, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GeometryTriggerVaalSiphonField"] = { name = "GeometryTriggerVaalSiphonField", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
monster ignores delve darkness mechanic [1]
Id | MonsterIgnoresDelveDarkness |
---|---|
Family | MonsterIgnoresDelveDarkness |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
血祝征服者
人形
Bloodblessed Conqueror
幽魂 | Y |
---|---|
幽魂 取代 | Metadata/Monsters/LegionLeague/LegionVaalCultistSergeantSpectre |
标签 | 施法, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, humanoid, legion_monster, medium_height, medium_movement, no_pantheon_mod, not_int, physical_affinity, puncturing_weapon, ranged, red_blood |
Packs |
生命
263%
护甲
+25%
闪避值
+40%
异常状态临界值
263%
抗性
30 30 30 20
伤害
150%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.335 秒
伤害分布
±20%
经验值
250%
Model Size
120%
类型
LegionVaalCultistSergeant
Metadata
LegionVaalCultistSergeantStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
16,920
护甲
35,988
闪避值
6,635
能量护盾
0
伤害
560
法术伤害
560
命中
290
攻击间隔
1.335
经验值
25,638
异常状态临界值
16,920
冰缓
54
Shock
54
Brittle
303
Scorch
54
Sap
148
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).
VaalincursionMortar
投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围法术
施放间隔: 1.2 秒
通用的怪物炮击技能. 与怪物投射物相似, 但带有冲击效果.
造成 439.3 - 658.9 物理伤害
active skill area of effect radius +% final [-40]
base is projectile [1]
is area damage [1]
projectile minimum range [10]
projectile spread radius [10]
projectile spread radius per additional projectile [5]
projectile uses contact position [1]
spell maximum action distance +% [-40]
active skill area of effect radius +% final [-40]
base is projectile [1]
is area damage [1]
projectile minimum range [10]
projectile spread radius [10]
projectile spread radius per additional projectile [5]
projectile uses contact position [1]
spell maximum action distance +% [-40]
LegionSpecialBloodCannon
法术, 伤害
暴击几率: 5%
施放间隔: 2 秒
冷却时间: 8 秒
造成 449.4 - 674.1 物理伤害
active skill area of effect radius +% final [-40]
is area damage [1]
spell maximum action distance +% [-50]
active skill area of effect radius +% final [-40]
is area damage [1]
spell maximum action distance +% [-50]
LegionVaalSiphonField
法术, 可触发
暴击几率: 5%
施放间隔: 1 秒
造成 214 - 320.9 物理伤害
你的击中不能眩晕敌人
is area damage [1]
你的击中不能眩晕敌人
is area damage [1]
GeometryTriggerVaalSiphonField
可触发, 法术
施放间隔: 2 秒
冷却时间: 12 秒
skill cannot be knocked back [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
Object Type
version 2 extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseStandalone"
Object Type Codes
version 2 extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseStandalone" Life { on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );" on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Incursion/diversefx/buffs/monsterfx/caster/physical/blood_caster.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LegionLeague/LegionVaalCultistSergeantStandalone"] = { name = "Bloodblessed Conqueror", life = 2.63, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.5, damageSpread = 0.2, attackTime = 1.335, attackRange = 9, accuracy = 1, weaponType1 = "Thrusting One Hand Sword", skillList = { "VaalincursionMortar", "LegionVaalSiphonField", "LegionSpecialBloodCannon", "GeometryTriggerVaalSiphonField", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["VaalincursionMortar"] = { name = "VaalincursionMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "projectile_spread_radius", "spell_maximum_action_distance_+%", "projectile_spread_radius_per_additional_projectile", "projectile_minimum_range", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 10, -40, 5, 10, -40, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LegionVaalSiphonField"] = { name = "LegionVaalSiphonField", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["LegionSpecialBloodCannon"] = { name = "LegionSpecialBloodCannon", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_maximum_action_distance_+%", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -50, -40, critChance = 5, levelRequirement = 83, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GeometryTriggerVaalSiphonField"] = { name = "GeometryTriggerVaalSiphonField", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }