盛宴斗士
恶魔
monster no drops or experience [1]
monster penalty against minions damage +% final vs player minions [-30]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
monster penalty against minions damage +% final vs player minions [-30]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Champion of the Feast
幽魂 | N |
---|---|
标签 | demon, extra_extra_small_height, fast_movement, ghost_armour, has_one_hand_sword, has_one_handed_melee, humanoid, melee, physical_affinity |
生命
400%
生命转为护盾
33%
护甲
+100%
闪避值
+33%
异常状态临界值
400%
抗性
37 37 37 0
伤害
200%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 11
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
140%
类型
KitavaMinionBoss1
Metadata
KitavaMinionBoss1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
25,733
护甲
57,580
闪避值
6,303
能量护盾
2,022
伤害
747
法术伤害
747
命中
290
攻击间隔
1.5
经验值
20,510
异常状态临界值
25,733
冰缓
81
Shock
81
Brittle
460
Scorch
81
Sap
225
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).
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
KitavaMinionFlickerStrike
攻击, 近战, 近战单一目标, 攻击可重复, 位移, 持续时间, 冷却
闪现打击
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
冷却时间: 1.5 秒
传送至目标怪物身边并用近战武器对其造成伤害。若是未选定目标,则系统会为其随机指定一只怪物。获得一个增益效果,使移动速度提高一段时间。消耗一个狂怒球能重置其技能冷却。
伤害总增 20%
攻击速度加快 40%
击中时造成瘫痪
ignores proximity shield [1]
攻击速度加快 40%
击中时造成瘫痪
ignores proximity shield [1]
KitavaMinionRemoteSlam
攻击, 范围, 伤害
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
冷却时间: 8 秒
伤害总增 25%
is area damage [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" basic_action = "Revive" } Stats { set_minion_dies_when_parent_deleted = 1 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.35 selection_height_override = 160.0 } BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act10/Kitava/heart_exposed/unique_minion_epk/unique_minion.epk );" } Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act10/Kitava/heart_exposed/unique_minion_death/uniqueminiondeath.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaBoss/KitavaMinionBoss1"] = { name = "Champion of the Feast", life = 4, energyShield = 0.33, fireResist = 37, coldResist = 37, lightningResist = 37, chaosResist = 0, damage = 2, damageSpread = 0.2, attackTime = 1.5, attackRange = 11, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "KitavaMinionFlickerStrike", "KitavaMinionRemoteSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KitavaMinionFlickerStrike"] = { name = "Flicker Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Movement] = true, [SkillType.Duration] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "attack_speed_+%", "ignores_proximity_shield", "global_maim_on_hit", }, levels = { [1] = {20, 40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KitavaMinionRemoteSlam"] = { name = "KitavaMinionRemoteSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "is_area_damage", }, levels = { [1] = {100, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {100, levelRequirement = 67, statInterpolation = {1}, cost = { }, }, [3] = {25, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
monster penalty against minions damage +% final vs player minions [-30]
Id | MonsterDamageVersusPlayerMinions30 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
盛宴斗士
恶魔
monster no drops or experience [1]
monster penalty against minions damage +% final vs player minions [-30]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
monster penalty against minions damage +% final vs player minions [-30]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Champion of the Feast
幽魂 | N |
---|---|
标签 | demon, extra_extra_small_height, fast_movement, ghost_armour, has_one_hand_sword, has_one_handed_melee, humanoid, melee, physical_affinity |
生命
400%
生命转为护盾
33%
护甲
+100%
闪避值
+33%
异常状态临界值
400%
抗性
37 37 37 0
伤害
200%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 11
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
140%
类型
KitavaMinionBoss1
Metadata
KitavaMinionBoss3
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
25,733
护甲
57,580
闪避值
6,303
能量护盾
2,022
伤害
747
法术伤害
747
命中
290
攻击间隔
1.5
经验值
20,510
异常状态临界值
25,733
冰缓
81
Shock
81
Brittle
460
Scorch
81
Sap
225
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).
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
KitavaMinionFlickerStrike
攻击, 近战, 近战单一目标, 攻击可重复, 位移, 持续时间, 冷却
闪现打击
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
冷却时间: 1.5 秒
传送至目标怪物身边并用近战武器对其造成伤害。若是未选定目标,则系统会为其随机指定一只怪物。获得一个增益效果,使移动速度提高一段时间。消耗一个狂怒球能重置其技能冷却。
伤害总增 20%
攻击速度加快 40%
击中时造成瘫痪
ignores proximity shield [1]
攻击速度加快 40%
击中时造成瘫痪
ignores proximity shield [1]
KitavaMinionRemoteSlam
攻击, 范围, 伤害
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
冷却时间: 8 秒
伤害总增 25%
is area damage [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" basic_action = "Revive" } Stats { set_minion_dies_when_parent_deleted = 1 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.35 selection_height_override = 160.0 } BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act10/Kitava/heart_exposed/unique_minion_epk/unique_minion.epk );" } Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act10/Kitava/heart_exposed/unique_minion_death/uniqueminiondeath.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaBoss/KitavaMinionBoss3"] = { name = "Champion of the Feast", life = 4, energyShield = 0.33, fireResist = 37, coldResist = 37, lightningResist = 37, chaosResist = 0, damage = 2, damageSpread = 0.2, attackTime = 1.5, attackRange = 11, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "KitavaMinionFlickerStrike", "KitavaMinionRemoteSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KitavaMinionFlickerStrike"] = { name = "Flicker Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Movement] = true, [SkillType.Duration] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "attack_speed_+%", "ignores_proximity_shield", "global_maim_on_hit", }, levels = { [1] = {20, 40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KitavaMinionRemoteSlam"] = { name = "KitavaMinionRemoteSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "is_area_damage", }, levels = { [1] = {100, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {100, levelRequirement = 67, statInterpolation = {1}, cost = { }, }, [3] = {25, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
monster penalty against minions damage +% final vs player minions [-30]
Id | MonsterDamageVersusPlayerMinions30 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
盛宴斗士
恶魔
monster no drops or experience [1]
monster penalty against minions damage +% final vs player minions [-30]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
monster penalty against minions damage +% final vs player minions [-30]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Champion of the Feast
幽魂 | N |
---|---|
标签 | demon, extra_extra_small_height, fast_movement, ghost_armour, has_one_hand_sword, has_one_handed_melee, humanoid, melee, physical_affinity |
生命
400%
生命转为护盾
33%
护甲
+100%
闪避值
+33%
异常状态临界值
400%
抗性
37 37 37 0
伤害
200%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 11
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
140%
类型
KitavaMinionBoss1
Metadata
KitavaMinionBoss4
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
25,733
护甲
57,580
闪避值
6,303
能量护盾
2,022
伤害
747
法术伤害
747
命中
290
攻击间隔
1.5
经验值
20,510
异常状态临界值
25,733
冰缓
81
Shock
81
Brittle
460
Scorch
81
Sap
225
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).
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
KitavaMinionFlickerStrike
攻击, 近战, 近战单一目标, 攻击可重复, 位移, 持续时间, 冷却
闪现打击
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
冷却时间: 1.5 秒
传送至目标怪物身边并用近战武器对其造成伤害。若是未选定目标,则系统会为其随机指定一只怪物。获得一个增益效果,使移动速度提高一段时间。消耗一个狂怒球能重置其技能冷却。
伤害总增 20%
攻击速度加快 40%
击中时造成瘫痪
ignores proximity shield [1]
攻击速度加快 40%
击中时造成瘫痪
ignores proximity shield [1]
KitavaMinionRemoteSlam
攻击, 范围, 伤害
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
冷却时间: 8 秒
伤害总增 25%
is area damage [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" basic_action = "Revive" } Stats { set_minion_dies_when_parent_deleted = 1 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.35 selection_height_override = 160.0 } BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act10/Kitava/heart_exposed/unique_minion_epk/unique_minion.epk );" } Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act10/Kitava/heart_exposed/unique_minion_death/uniqueminiondeath.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaBoss/KitavaMinionBoss4"] = { name = "Champion of the Feast", life = 4, energyShield = 0.33, fireResist = 37, coldResist = 37, lightningResist = 37, chaosResist = 0, damage = 2, damageSpread = 0.2, attackTime = 1.5, attackRange = 11, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "KitavaMinionFlickerStrike", "KitavaMinionRemoteSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KitavaMinionFlickerStrike"] = { name = "Flicker Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Movement] = true, [SkillType.Duration] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "attack_speed_+%", "ignores_proximity_shield", "global_maim_on_hit", }, levels = { [1] = {20, 40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KitavaMinionRemoteSlam"] = { name = "KitavaMinionRemoteSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "is_area_damage", }, levels = { [1] = {100, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {100, levelRequirement = 67, statInterpolation = {1}, cost = { }, }, [3] = {25, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
monster penalty against minions damage +% final vs player minions [-30]
Id | MonsterDamageVersusPlayerMinions30 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
盛宴斗士
恶魔
monster no drops or experience [1]
monster penalty against minions damage +% final vs player minions [-30]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
monster penalty against minions damage +% final vs player minions [-30]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Champion of the Feast
幽魂 | N |
---|---|
标签 | demon, extra_extra_small_height, fast_movement, ghost_armour, has_one_hand_sword, has_one_handed_melee, humanoid, melee, physical_affinity |
生命
400%
生命转为护盾
33%
护甲
+100%
闪避值
+33%
异常状态临界值
400%
抗性
37 37 37 0
伤害
200%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 11
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
140%
类型
KitavaMinionBoss1
Metadata
KitavaMinionBoss5
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
25,733
护甲
57,580
闪避值
6,303
能量护盾
2,022
伤害
747
法术伤害
747
命中
290
攻击间隔
1.5
经验值
20,510
异常状态临界值
25,733
冰缓
81
Shock
81
Brittle
460
Scorch
81
Sap
225
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).
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
KitavaMinionFlickerStrike
攻击, 近战, 近战单一目标, 攻击可重复, 位移, 持续时间, 冷却
闪现打击
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
冷却时间: 1.5 秒
传送至目标怪物身边并用近战武器对其造成伤害。若是未选定目标,则系统会为其随机指定一只怪物。获得一个增益效果,使移动速度提高一段时间。消耗一个狂怒球能重置其技能冷却。
伤害总增 20%
攻击速度加快 40%
击中时造成瘫痪
ignores proximity shield [1]
攻击速度加快 40%
击中时造成瘫痪
ignores proximity shield [1]
KitavaMinionRemoteSlam
攻击, 范围, 伤害
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
冷却时间: 8 秒
伤害总增 25%
is area damage [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" basic_action = "Revive" } Stats { set_minion_dies_when_parent_deleted = 1 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.35 selection_height_override = 160.0 } BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act10/Kitava/heart_exposed/unique_minion_epk/unique_minion.epk );" } Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act10/Kitava/heart_exposed/unique_minion_death/uniqueminiondeath.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaBoss/KitavaMinionBoss5"] = { name = "Champion of the Feast", life = 4, energyShield = 0.33, fireResist = 37, coldResist = 37, lightningResist = 37, chaosResist = 0, damage = 2, damageSpread = 0.2, attackTime = 1.5, attackRange = 11, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "KitavaMinionFlickerStrike", "KitavaMinionRemoteSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KitavaMinionFlickerStrike"] = { name = "Flicker Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Movement] = true, [SkillType.Duration] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "attack_speed_+%", "ignores_proximity_shield", "global_maim_on_hit", }, levels = { [1] = {20, 40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KitavaMinionRemoteSlam"] = { name = "KitavaMinionRemoteSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "is_area_damage", }, levels = { [1] = {100, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {100, levelRequirement = 67, statInterpolation = {1}, cost = { }, }, [3] = {25, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
monster penalty against minions damage +% final vs player minions [-30]
Id | MonsterDamageVersusPlayerMinions30 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
盛宴斗士
恶魔
monster no drops or experience [1]
monster penalty against minions damage +% final vs player minions [-30]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
monster penalty against minions damage +% final vs player minions [-30]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Champion of the Feast
幽魂 | N |
---|---|
标签 | demon, extra_extra_small_height, fast_movement, ghost_armour, has_one_hand_sword, has_one_handed_melee, humanoid, melee, physical_affinity |
生命
400%
生命转为护盾
33%
护甲
+100%
闪避值
+33%
异常状态临界值
400%
抗性
37 37 37 0
伤害
200%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 11
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
140%
类型
KitavaMinionBoss1
Metadata
KitavaMinionBoss7
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
25,733
护甲
57,580
闪避值
6,303
能量护盾
2,022
伤害
747
法术伤害
747
命中
290
攻击间隔
1.5
经验值
20,510
异常状态临界值
25,733
冰缓
81
Shock
81
Brittle
460
Scorch
81
Sap
225
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).
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
KitavaMinionFlickerStrike
攻击, 近战, 近战单一目标, 攻击可重复, 位移, 持续时间, 冷却
闪现打击
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
冷却时间: 1.5 秒
传送至目标怪物身边并用近战武器对其造成伤害。若是未选定目标,则系统会为其随机指定一只怪物。获得一个增益效果,使移动速度提高一段时间。消耗一个狂怒球能重置其技能冷却。
伤害总增 20%
攻击速度加快 40%
击中时造成瘫痪
ignores proximity shield [1]
攻击速度加快 40%
击中时造成瘫痪
ignores proximity shield [1]
KitavaMinionRemoteSlam
攻击, 范围, 伤害
基本伤害: 598–897
暴击几率: 5%
攻击间隔: 1.5 秒
冷却时间: 8 秒
伤害总增 25%
is area damage [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" basic_action = "Revive" } Stats { set_minion_dies_when_parent_deleted = 1 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.35 selection_height_override = 160.0 } BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act10/Kitava/heart_exposed/unique_minion_epk/unique_minion.epk );" } Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act10/Kitava/heart_exposed/unique_minion_death/uniqueminiondeath.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KitavaBoss/KitavaMinionBoss7"] = { name = "Champion of the Feast", life = 4, energyShield = 0.33, fireResist = 37, coldResist = 37, lightningResist = 37, chaosResist = 0, damage = 2, damageSpread = 0.2, attackTime = 1.5, attackRange = 11, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "Melee", "KitavaMinionFlickerStrike", "KitavaMinionRemoteSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KitavaMinionFlickerStrike"] = { name = "Flicker Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Movement] = true, [SkillType.Duration] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "attack_speed_+%", "ignores_proximity_shield", "global_maim_on_hit", }, levels = { [1] = {20, 40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KitavaMinionRemoteSlam"] = { name = "KitavaMinionRemoteSlam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "is_area_damage", }, levels = { [1] = {100, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {100, levelRequirement = 67, statInterpolation = {1}, cost = { }, }, [3] = {25, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
monster penalty against minions damage +% final vs player minions [-30]
Id | MonsterDamageVersusPlayerMinions30 |
---|---|
Family | MonsterDamageVersusMinions |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |