菌潮邪魔
恶魔
Blighted Fiend
幽魂 | N |
---|---|
标签 | avian_beast, beast, blight_monster, demon, flesh_armour, gladiator, has_bow, medium_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, very_slow_movement |
生命
550%
闪避值
+50%
异常状态临界值
550%
抗性
0 0 75 0
伤害
177%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 35
攻击间隔
1.065 秒
伤害分布
±20%
经验值
110%
Model Size
100%
类型
BlightCockerelBow
Metadata
CockerelBow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
35,383
护甲
28,790
闪避值
7,109
能量护盾
0
伤害
661
法术伤害
661
命中
290
攻击间隔
1.065
经验值
11,281
异常状态临界值
35,383
冰缓
112
Shock
112
Brittle
633
Scorch
112
Sap
309
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).
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 529–793
暴击几率: 5%
攻击间隔: 1.065 秒
对你的敌人无情痛击。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterPuncture
攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 持续时间, 陷阱技能, 地雷技能, 图腾技能, 近战单一目标, 攻击可重复, 近战, DoT, 可触发, 物理
放血
基本伤害: 529–793
暴击几率: 5%
攻击伤害: 120%
攻击间隔: 1.065 秒
对敌人放血,施加一个流血减益效果。该效果受技能持续时间属性影响。流血的敌人在移动时会受到更多的伤害。限定弓类,匕首,爪类与剑类。
攻击伤害总增 20%
流血伤害总增 +197%
导致流血
skill can fire arrows [1]
流血伤害总增 +197%
导致流血
skill can fire arrows [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBlight/BlightMonsterBaseSink" Render { //turn_duration = 0.3 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBlight/Generic/CockerelBow"] = { name = "Blighted Fiend", life = 5.5, fireResist = 0, coldResist = 0, lightningResist = 75, chaosResist = 0, damage = 1.77, damageSpread = 0.2, attackTime = 1.065, attackRange = 35, accuracy = 1, weaponType1 = "Bow", skillList = { "MeleeAtAnimationSpeed", "MonsterPuncture", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterPuncture"] = { name = "Puncture", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.DamageOverTime] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_bleeding_damage_+%_final", "skill_can_fire_arrows", "global_bleed_on_hit", }, levels = { [1] = {112, baseMultiplier = 1.2, levelRequirement = 9, statInterpolation = {1}, cost = { }, }, [2] = {155, baseMultiplier = 1.2, levelRequirement = 30, statInterpolation = {1}, cost = { }, }, [3] = {197, baseMultiplier = 1.2, levelRequirement = 60, statInterpolation = {1}, cost = { }, }, }, }