盛宴萨满
恶魔
monster no drops or experience [1]
monster penalty against minions damage +% final vs player minions [-30]
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]
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]
Shaman of the Feast
幽魂 | N |
---|---|
标签 | 施法, demon, extra_extra_small_height, fast_movement, ghost_armour, humanoid, is_unarmed, physical_affinity, ranged |
生命
400%
生命转为护盾
33%
护甲
+100%
闪避值
+33%
异常状态临界值
400%
抗性
37 37 37 0
伤害
200%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 11
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
140%
类型
KitavaMinionBoss2
Metadata
KitavaMinionBoss2
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).
KitavaMinionProjectileSpell
法术, 投射物, 玩家投射物, 可触发
施放间隔: 0.9 秒
造成 337 - 505.6 物理伤害
base is projectile [1]
monster projectile variation [23]
base is projectile [1]
monster projectile variation [23]
KitavaMinionProjectileSpellBarrage
法术, 投射物, 玩家投射物, 可触发
施放间隔: 2.5 秒
冷却时间: 8 秒
造成 175.9 - 262.6 物理伤害
base is projectile [1]
monster projectile variation [24]
projectile spread radius [20]
base is projectile [1]
monster projectile variation [24]
projectile spread radius [20]
KitavaSummonCasterMinions
法术, 法术可重复, 可触发, 陷阱技能, 图腾技能, 地雷技能
施放间隔: 1 秒
冷却时间: 20 秒
alternate minion [230]
monster no drops or experience [1]
number of monsters to summon [4]
summoned monsters are minions [1]
monster no drops or experience [1]
number of monsters to summon [4]
summoned monsters are minions [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/KitavaMinionBoss2"] = { name = "Shaman 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, skillList = { "KitavaSummonCasterMinions", "KitavaMinionProjectileSpell", "KitavaMinionProjectileSpellBarrage", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["KitavaSummonCasterMinions"] = { name = "KitavaSummonCasterMinions", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summoned_monsters_are_minions", "monster_no_drops_or_experience", }, levels = { [1] = {4, 230, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KitavaMinionProjectileSpell"] = { name = "KitavaMinionProjectileSpell", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.9, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_projectile_variation", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 23, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 23, levelRequirement = 67, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.60000002384186, 0.89999997615814, 23, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KitavaMinionProjectileSpellBarrage"] = { name = "KitavaMinionProjectileSpellBarrage", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_projectile_variation", "projectile_spread_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 24, 20, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 24, 20, levelRequirement = 67, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.75, 1.1200000047684, 24, 20, levelRequirement = 68, statInterpolation = {3, 3}, 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]
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]
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]
Shaman of the Feast
幽魂 | N |
---|---|
标签 | 施法, demon, extra_extra_small_height, fast_movement, ghost_armour, humanoid, is_unarmed, physical_affinity, ranged |
生命
400%
生命转为护盾
33%
护甲
+100%
闪避值
+33%
异常状态临界值
400%
抗性
37 37 37 0
伤害
200%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 11
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
140%
类型
KitavaMinionBoss2
Metadata
KitavaMinionBoss6
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).
MoveDaemonIonCannonParallelKitava
法术可重复, 可触发
冷却时间: 12 秒
KitavaBossXMortar
投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围法术
施放间隔: 1.5 秒
冷却时间: 3 秒
造成 417.1 - 617.9 物理伤害
额外发射 2 个投射物
active skill area of effect radius +% final [60]
base is projectile [1]
is area damage [1]
monster projectile variation [2]
projectile minimum range [10]
projectile spread radius per additional projectile [150]
spell maximum action distance +% [500]
额外发射 2 个投射物
active skill area of effect radius +% final [60]
base is projectile [1]
is area damage [1]
monster projectile variation [2]
projectile minimum range [10]
projectile spread radius per additional projectile [150]
spell maximum action distance +% [500]
KitavaMinionProjectileSpell
法术, 投射物, 玩家投射物, 可触发
施放间隔: 0.9 秒
造成 337 - 505.6 物理伤害
base is projectile [1]
monster projectile variation [23]
base is projectile [1]
monster projectile variation [23]
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/KitavaMinionBoss6"] = { name = "Shaman 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, skillList = { "KitavaBossXMortar", "KitavaMinionProjectileSpell", "MoveDaemonIonCannonParallelKitava", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["KitavaBossXMortar"] = { name = "KitavaBossXMortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Projectile] = 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.5, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "projectile_minimum_range", "projectile_spread_radius_per_additional_projectile", "number_of_additional_projectiles", "active_skill_area_of_effect_radius_+%_final", "base_is_projectile", "is_area_damage", }, levels = { [1] = {0.54000002145767, 0.80000001192093, 2, 500, 10, 150, 2, 60, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KitavaMinionProjectileSpell"] = { name = "KitavaMinionProjectileSpell", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.9, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_projectile_variation", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 23, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 23, levelRequirement = 67, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.60000002384186, 0.89999997615814, 23, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MoveDaemonIonCannonParallelKitava"] = { name = "MoveDaemonIonCannonParallelKitava", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, 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]
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]
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]
Shaman of the Feast
幽魂 | N |
---|---|
标签 | 施法, demon, extra_extra_small_height, fast_movement, ghost_armour, humanoid, is_unarmed, physical_affinity, ranged |
生命
400%
生命转为护盾
33%
护甲
+100%
闪避值
+33%
异常状态临界值
400%
抗性
37 37 37 0
伤害
200%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 11
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
140%
类型
KitavaMinionBoss2
Metadata
KitavaMinionBoss8
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).
KitavaMinionProjectileSpell
法术, 投射物, 玩家投射物, 可触发
施放间隔: 0.9 秒
造成 337 - 505.6 物理伤害
base is projectile [1]
monster projectile variation [23]
base is projectile [1]
monster projectile variation [23]
KitavaMinionProjectileSpellBarrage
法术, 投射物, 玩家投射物, 可触发
施放间隔: 2.5 秒
冷却时间: 8 秒
造成 175.9 - 262.6 物理伤害
base is projectile [1]
monster projectile variation [24]
projectile spread radius [20]
base is projectile [1]
monster projectile variation [24]
projectile spread radius [20]
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/KitavaMinionBoss8"] = { name = "Shaman 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, skillList = { "KitavaMinionProjectileSpell", "KitavaMinionProjectileSpellBarrage", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["KitavaMinionProjectileSpell"] = { name = "KitavaMinionProjectileSpell", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.9, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_projectile_variation", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 23, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 23, levelRequirement = 67, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.60000002384186, 0.89999997615814, 23, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["KitavaMinionProjectileSpellBarrage"] = { name = "KitavaMinionProjectileSpellBarrage", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_projectile_variation", "projectile_spread_radius", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 24, 20, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 24, 20, levelRequirement = 67, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.75, 1.1200000047684, 24, 20, levelRequirement = 68, statInterpolation = {3, 3}, 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 |