哼鸣图腾
Humming Totem
幽魂 | N |
---|---|
地区 | 幽秘博物馆 |
标签 | construct, immobile, is_unarmed, medium_height, mud_blood, non_attacking, not_dex, not_int, stone_armour |
Packs |
生命
1200%
护甲
+100%
异常状态临界值
1200%
抗性
0 0 0 0
伤害
100%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 6
攻击间隔
1.5 秒
伤害分布
±0%
经验值
100%
Model Size
100%
类型
MonsterTotemSuperHighHealth
Metadata
TotemUniqueMapMonsterLightningDamageAura
Object Type
version 2 extends "Metadata/Monsters/Totems/TotemBase" Stats { set_item_drop_slots = 1 set_monster_no_drops_or_experience = 0 set_cannot_be_dominated = 0 }
Object Type Codes
version 2 extends "Metadata/Monsters/Totems/TotemBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Totems/TotemUniqueMapMonsterLightningDamageAura"] = { name = "Humming Totem", life = 12, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { }, modList = { }, }
获得额外闪电伤害, 其数值等同于物理伤害的 150%
Id | MonsterAuraUniqueMapLightningDamage |
---|---|
Family | MonsterAura |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental lightning |
闪电伤害光环
范围: 60
周围友军造成额外闪电伤害
获得额外闪电伤害, 其数值等同于物理伤害的 150%
Lightning Damage Aura
低语图腾
构造体
无法被伤害
无法被击退
monster penalty against minions damage +% final vs player minions [-30]
monster no map drops [1]
无法被击退
monster penalty against minions damage +% final vs player minions [-30]
monster no map drops [1]
Humming Totem
幽魂 | N |
---|---|
标签 | 施法, construct, immobile, is_unarmed, lightning_affinity, medium_height, mud_blood, not_dex, not_int, ranged, stone_armour |
生命
200%
护甲
+100%
异常状态临界值
200%
抗性
0 0 0 0
伤害
100%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 6
攻击间隔
1.5 秒
伤害分布
±0%
经验值
100%
Model Size
130%
类型
MonsterTotemStrMission
Metadata
StrMissionBallLightningTotem
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
12,867
护甲
57,580
闪避值
4,739
能量护盾
0
伤害
374
法术伤害
374
命中
290
攻击间隔
1.5
经验值
10,255
异常状态临界值
12,867
冰缓
41
Shock
41
Brittle
230
Scorch
41
Sap
112
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).
StrMissionTotemBallLighning
法术, 伤害, 投射物, 玩家投射物, 范围, 图腾技能, 陷阱技能, 地雷技能, 法术可重复, 可触发, 闪电, 可齐射, 范围法术
天雷之珠
施放间隔: 0.8 秒
冷却时间: 6.95 秒
射出一个移动缓慢的天雷之珠,对周围的每个敌人反复施放闪电并造成伤害。
造成 290.2 - 538.9 闪电伤害
你的击中不能眩晕敌人
技能可重复施放 1 次
额外发射 4 个投射物
环状发射投射物
投射物速度减慢 50%
基础范围为 1.8 米
active skill area of effect radius +% final [-33]
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
projectiles not offset [1]
你的击中不能眩晕敌人
技能可重复施放 1 次
额外发射 4 个投射物
环状发射投射物
投射物速度减慢 50%
基础范围为 1.8 米
active skill area of effect radius +% final [-33]
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
projectiles not offset [1]
Object Type
version 2 extends "Metadata/Monsters/Totems/MonsterTotem" Stats { is_hidden_monster = 1 }
Object Type Codes
version 2 extends "Metadata/Monsters/Totems/MonsterTotem" Targetable { targetable = false }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Totems/StrMissionBallLightningTotem"] = { name = "Humming Totem", life = 2, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "StrMissionTotemBallLighning", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["StrMissionTotemBallLighning"] = { name = "Ball Lightning", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.8, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "number_of_additional_projectiles", "skill_repeat_count", "base_projectile_speed_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "active_skill_area_of_effect_radius_+%_final", "active_skill_base_area_of_effect_radius", "base_is_projectile", "projectiles_nova", "projectiles_not_offset", "cannot_stun", }, levels = { [1] = {0.69999998807907, 1.2999999523163, 2, 1, -50, -25, -33, 18, levelRequirement = 3, statInterpolation = {3, 3, 1}, cost = { }, }, [2] = {0.69999998807907, 1.2999999523163, 2, 1, -50, -25, -33, 18, levelRequirement = 5, statInterpolation = {3, 3, 1}, cost = { }, }, [3] = {0.69999998807907, 1.2999999523163, 2, 1, -50, -25, -33, 18, levelRequirement = 8, statInterpolation = {3, 3, 1}, cost = { }, }, [4] = {0.69999998807907, 1.2999999523163, 2, 1, -50, -25, -33, 18, levelRequirement = 10, statInterpolation = {3, 3, 1}, cost = { }, }, [5] = {0.69999998807907, 1.2999999523163, 2, 1, -50, -25, -33, 18, levelRequirement = 12, statInterpolation = {3, 3, 1}, cost = { }, }, [6] = {0.69999998807907, 1.2999999523163, 2, 1, -50, -25, -33, 18, levelRequirement = 14, statInterpolation = {3, 3, 1}, cost = { }, }, [7] = {0.69999998807907, 1.2999999523163, 2, 1, -50, -25, -33, 18, levelRequirement = 17, statInterpolation = {3, 3, 1}, cost = { }, }, [8] = {0.69999998807907, 1.2999999523163, 2, 1, -50, -25, -33, 18, levelRequirement = 20, statInterpolation = {3, 3, 1}, cost = { }, }, [9] = {0.69999998807907, 1.2999999523163, 3, 1, -50, -25, -33, 18, levelRequirement = 24, statInterpolation = {3, 3, 1}, cost = { }, }, [10] = {0.69999998807907, 1.2999999523163, 3, 1, -50, -25, -33, 18, levelRequirement = 30, statInterpolation = {3, 3, 1}, cost = { }, }, [11] = {0.69999998807907, 1.2999999523163, 3, 1, -50, -25, -33, 18, levelRequirement = 31, statInterpolation = {3, 3, 1}, cost = { }, }, [12] = {0.69999998807907, 1.2999999523163, 3, 1, -50, -25, -33, 18, levelRequirement = 36, statInterpolation = {3, 3, 1}, cost = { }, }, [13] = {0.69999998807907, 1.2999999523163, 3, 1, -50, -25, -33, 18, levelRequirement = 41, statInterpolation = {3, 3, 1}, cost = { }, }, [14] = {0.69999998807907, 1.2999999523163, 3, 1, -50, -25, -33, 18, levelRequirement = 44, statInterpolation = {3, 3, 1}, cost = { }, }, [15] = {0.69999998807907, 1.2999999523163, 3, 1, -50, -25, -33, 18, levelRequirement = 51, statInterpolation = {3, 3, 1}, cost = { }, }, [16] = {0.69999998807907, 1.2999999523163, 4, 1, -50, -25, -33, 18, levelRequirement = 52, statInterpolation = {3, 3, 1}, cost = { }, }, [17] = {0.69999998807907, 1.2999999523163, 4, 1, -50, -25, -33, 18, levelRequirement = 57, statInterpolation = {3, 3, 1}, cost = { }, }, [18] = {0.69999998807907, 1.2999999523163, 4, 1, -50, -25, -33, 18, levelRequirement = 60, statInterpolation = {3, 3, 1}, cost = { }, }, [19] = {0.69999998807907, 1.2999999523163, 4, 1, -50, -25, -33, 18, levelRequirement = 65, statInterpolation = {3, 3, 1}, cost = { }, }, [20] = {0.69999998807907, 1.2999999523163, 4, 1, -50, -25, -33, 18, levelRequirement = 66, statInterpolation = {3, 3, 1}, cost = { }, }, [21] = {0.69999998807907, 1.2999999523163, 4, 1, -50, -25, -33, 18, levelRequirement = 67, statInterpolation = {3, 3, 1}, cost = { }, }, [22] = {0.69999998807907, 1.2999999523163, 4, 1, -50, -25, -33, 18, levelRequirement = 68, statInterpolation = {3, 3, 1}, cost = { }, }, [23] = {0.69999998807907, 1.2999999523163, 4, 1, -50, -25, -33, 18, levelRequirement = 69, statInterpolation = {3, 3, 1}, cost = { }, }, [24] = {0.69999998807907, 1.2999999523163, 5, 1, -50, -25, -33, 18, levelRequirement = 70, statInterpolation = {3, 3, 1}, cost = { }, }, [25] = {0.69999998807907, 1.2999999523163, 5, 1, -50, -25, -33, 18, levelRequirement = 71, statInterpolation = {3, 3, 1}, cost = { }, }, [26] = {0.69999998807907, 1.2999999523163, 5, 1, -50, -25, -33, 18, levelRequirement = 72, statInterpolation = {3, 3, 1}, cost = { }, }, [27] = {0.69999998807907, 1.2999999523163, 5, 1, -50, -25, -33, 18, levelRequirement = 73, statInterpolation = {3, 3, 1}, cost = { }, }, [28] = {0.69999998807907, 1.2999999523163, 5, 1, -50, -25, -33, 18, levelRequirement = 74, statInterpolation = {3, 3, 1}, cost = { }, }, [29] = {0.69999998807907, 1.2999999523163, 6, 1, -50, -25, -33, 18, levelRequirement = 75, statInterpolation = {3, 3, 1}, cost = { }, }, [30] = {0.69999998807907, 1.2999999523163, 6, 1, -50, -25, -33, 18, levelRequirement = 76, statInterpolation = {3, 3, 1}, cost = { }, }, [31] = {0.69999998807907, 1.2999999523163, 6, 1, -50, -25, -33, 18, levelRequirement = 77, statInterpolation = {3, 3, 1}, cost = { }, }, [32] = {0.69999998807907, 1.2999999523163, 6, 1, -50, -25, -33, 18, levelRequirement = 78, statInterpolation = {3, 3, 1}, cost = { }, }, [33] = {0.69999998807907, 1.2999999523163, 6, 1, -50, -25, -33, 18, levelRequirement = 79, statInterpolation = {3, 3, 1}, cost = { }, }, [34] = {0.69999998807907, 1.2999999523163, 6, 1, -50, -25, -33, 18, levelRequirement = 80, statInterpolation = {3, 3, 1}, cost = { }, }, [35] = {0.69999998807907, 1.2999999523163, 7, 1, -50, -25, -33, 18, levelRequirement = 81, statInterpolation = {3, 3, 1}, cost = { }, }, [36] = {0.69999998807907, 1.2999999523163, 7, 1, -50, -25, -33, 18, levelRequirement = 82, statInterpolation = {3, 3, 1}, cost = { }, }, }, }
无法被伤害
Id | MonsterCannotBeDamaged |
---|---|
Family | CannotBeDamaged |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
伤害免疫
免疫所有伤害
无法被伤害
Cannot Be Damaged
无法被击退
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
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 |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |