幽魂 | Y |
---|---|
地区 | 先驱者地图, 先驱者地图, 先驱者地图, 灌注的降临之地 |
标签 | bludgeoning_weapon, 施法, cold_affinity, fast_movement, has_staff, has_two_handed_melee, human, humanoid, light_armour, medium_height, not_int, not_str, ranged, red_blood |
Packs |
生命
180%
闪避值
+15%
异常状态临界值
180%
抗性
0 30 0 30
伤害
121%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
4 ~ 12
攻击间隔
1.995 秒
伤害分布
±20%
经验值
180%
Model Size
115%
类型
Cannibal2Champion
Metadata
CannibalHarbingerChampion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
83
生命
57,630
护甲
92,477
闪避值
9,039
能量护盾
0
伤害
1,089
法术伤害
1,089
命中
518
攻击间隔
1.995
经验值
23,638
异常状态临界值
57,630
冰缓
182
Shock
182
Brittle
1,031
Scorch
182
Sap
503
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).
CannibalIcestorm
法术, 伤害, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 火焰, 可秘能爆发, 可齐射, 范围法术
烈炎风暴
暴击几率: 5%
施放间隔: 0.9 秒
冷却时间: 6 秒
低语呢喃,呼唤无数火焰之球如雨一般洒落在目标区域。每颗火球落地时将会爆炸,并对周围的敌人造成伤害。
造成 496.6 - 744.9 冰霜伤害
基础持续时间为 3 秒
每 0.12 秒一次冲击
基础范围为 1 米
active skill area of effect radius +% final [-50]
is area damage [1]
基础持续时间为 3 秒
每 0.12 秒一次冲击
基础范围为 1 米
active skill area of effect radius +% final [-50]
is area damage [1]
SummonIceElementalsCannibal
法术, 法术可重复, 可触发, 陷阱技能, 图腾技能, 地雷技能
施放间隔: 1 秒
冷却时间: 10 秒
alternate minion [248]
number of monsters to summon [1]
summoned monsters are minions [1]
number of monsters to summon [1]
summoned monsters are minions [1]
MonsterCannibalLunarisProjectile
法术, 投射物, 玩家投射物, 可触发
暴击几率: 5%
施放间隔: 1 秒
造成 1015 - 1522 冰霜伤害
投射物速度加快 100%
base is projectile [1]
monster projectile variation [16]
skill visual scale +% [-50]
投射物速度加快 100%
base is projectile [1]
monster projectile variation [16]
skill visual scale +% [-50]
Object Type
version 2 extends "Metadata/Monsters/Cannibal/Cannibal"
Object Type Codes
version 2 extends "Metadata/Monsters/Cannibal/Cannibal" Life { on_death = "RemoveEffects();" on_spawned_dead = "RemoveEffects();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Cannibal/CannibalHarbingerChampion"] = { name = "Harbinger Puppet", life = 1.8, fireResist = 0, coldResist = 30, lightningResist = 0, chaosResist = 30, damage = 1.21, damageSpread = 0.2, attackTime = 1.995, attackRange = 12, accuracy = 1, weaponType1 = "Staff", skillList = { "CannibalIcestorm", "MonsterCannibalLunarisProjectile", "SummonIceElementalsCannibal", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["CannibalIcestorm"] = { name = "Firestorm", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Fire] = true, [SkillType.Cascadable] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.9, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "base_skill_effect_duration", "fire_storm_fireball_delay_ms", "active_skill_area_of_effect_radius_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", }, levels = { [1] = {0.43999999761581, 0.66000002622604, 3000, 120, -50, 10, critChance = 5, levelRequirement = 59, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.40000000596046, 0.60000002384186, 3000, 120, -50, 10, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.40000000596046, 0.60000002384186, 3000, 120, -50, 10, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterCannibalLunarisProjectile"] = { name = "MonsterCannibalLunarisProjectile", 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 = 1, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "base_projectile_speed_+%", "skill_visual_scale_+%", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 16, 100, -50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SummonIceElementalsCannibal"] = { name = "SummonIceElementalsCannibal", 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", }, levels = { [1] = {1, 248, levelRequirement = 59, statInterpolation = {}, cost = { }, }, }, }