烈毒塑像
野兽
display monster uses far shot text [0]
monster reverse point blank damage -% at minimum range [30]
monster penalty against minions damage +% final vs player minions [-30]
Effigy of Venom
幽魂N
标签animal_claw_weapon, beast, 施法, chaos_affinity, flesh_armour, has_dagger, has_one_handed_melee, insect_blood, medium_height, medium_movement, melee, not_dex, physical_affinity, ranged, spider
生命
400%
生命转为护盾
50%
护甲
+50%
异常状态临界值
400%
抗性
30 30 30 20
伤害
278%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
5 ~ 21
攻击间隔
0.945 秒
伤害分布
±20%
经验值
200%
Model Size
170%
类型
SpiderBossLake
Metadata
SpiderBossLake
等级
68
生命
25,733
护甲
43,185
闪避值
4,739
能量护盾
3,064
伤害
1,038
法术伤害
1,038
命中
290
攻击间隔
0.945
经验值
20,510
异常状态临界值
25,733
冰缓
81
Shock
81
Brittle
460
Scorch
81
Sap
225
MeleeAtAnimationSpeedUnique
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 831–1246
攻击暴击率: 5%
攻击间隔: 0.945 秒
对你的敌人无情痛击。
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]
MonsterFlickerStrikeSideAreaBoss
攻击, 近战, 近战单一目标, 攻击可重复, 位移, 持续时间, 冷却
闪现打击
基本伤害: 831–1246
攻击暴击率: 5%
攻击间隔: 0.945 秒
冷却时间: 2 秒
传送至目标怪物身边并用近战武器对其造成伤害。若是未选定目标,则系统会为其随机指定一只怪物。获得一个增益效果,使移动速度提高一段时间。消耗一个狂怒球能重置其技能冷却。
伤害总增 10%
此攻击额外重复 2
攻击速度加快 120%
每个狂怒球可使攻击速度加快 10%
ignores proximity shield [1]
monster penalty against minions damage +% final vs player minions [30]
SpiderBossEtherealKnivesSideArea
法术, 伤害, 投射物, 玩家投射物, 图腾技能, 陷阱技能, 地雷技能, 法术可重复, 可触发, 可齐射, 物理
虚空匕首
施放间隔: 0.6 秒
冷却时间: 6 秒
向前方依弧形射出数支匕首,对敌人造成物理伤害。
造成 354.6 - 531.9 物理伤害
你的击中不能眩晕敌人
技能可重复施放 4
投射物会分裂
施法速度总降 35%
额外发射 10 个投射物
施法速度加快 102%
投射物速度加快 150%
base is projectile [1]
SpiderViperStrikeSideAreaBoss
攻击, 持续时间, 攻击可重复, 近战, 近战单一目标, DoT, 混沌
毒蛇打击
基本伤害: 831–1246
攻击暴击率: 5%
攻击间隔: 0.945 秒
击中敌人,将部分物理伤害转化为混沌伤害,并使敌人中毒。该技能受技能持续时间词缀影响。双持武器时会用两把武器同时攻击。限定爪类、匕首与剑类。
被辅助的单体近战攻击技能对周围目标造成溅射伤害
被辅助技能对周围目标造成的溅射伤害总降 30%
基础持续时间为 4
获得额外混沌伤害,其数值等同于自身物理伤害的 25%
击中时必定使敌人中毒
active skill area of effect radius +% final [70]
monster penalty against minions damage +% final vs player minions [10]
poison duration is skill duration [1]
visual hit effect chaos is green [1]

Object Type

version 2
extends "Metadata/Monsters/Spiders/Spider"

Object Type Codes

version 2
extends "Metadata/Monsters/Spiders/Spider"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueLake/SpiderBossLake"] = {
    name = "Effigy of Venom",
    life = 4,
    energyShield = 0.5,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 2.78,
    damageSpread = 0.2,
    attackTime = 0.945,
    attackRange = 21,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "SpiderViperStrikeSideAreaBoss",
        "MonsterFlickerStrikeSideAreaBoss",
        "SpiderBossEtherealKnivesSideArea",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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["SpiderViperStrikeSideAreaBoss"] = {
    name = "Viper Strike",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Hits enemies, converting some of your physical damage to chaos damage and inflicting poison which will be affected by modifiers to skill duration. If dual wielding, will strike with both weapons. Requires a claw, dagger or sword.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Duration] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Chaos] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_%_to_add_as_chaos",
        "base_chance_to_poison_on_hit_%",
        "support_melee_splash_damage_+%_final_for_splash",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "melee_splash",
        "poison_duration_is_skill_duration",
        "visual_hit_effect_chaos_is_green",
    },
    levels = {
        [1] = {25, 100, -30, 10, 4000, 70, levelRequirement = 3, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterFlickerStrikeSideAreaBoss"] = {
    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 = {
        "attack_speed_+%",
        "base_attack_speed_+%_per_frenzy_charge",
        "active_skill_damage_+%_final",
        "base_melee_attack_repeat_count",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "ignores_proximity_shield",
    },
    levels = {
        [1] = {120, 10, 10, 2, 30, levelRequirement = 13, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SpiderBossEtherealKnivesSideArea"] = {
    name = "Ethereal Knives",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.6,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_cast_speed_+%",
        "number_of_additional_projectiles",
        "base_projectile_speed_+%",
        "skill_repeat_count",
        "active_skill_cast_speed_+%_final",
        "base_is_projectile",
        "cannot_stun",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 30, 10, 150, 4, -35, levelRequirement = 3, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 32, 10, 150, 4, -35, levelRequirement = 5, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 34, 10, 150, 4, -35, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 36, 10, 150, 4, -35, levelRequirement = 10, statInterpolation = {3, 3, 1},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, 38, 10, 150, 4, -35, levelRequirement = 12, statInterpolation = {3, 3, 1},  cost = { }, },
        [6] = {0.80000001192093, 1.2000000476837, 40, 10, 150, 4, -35, levelRequirement = 14, statInterpolation = {3, 3, 1},  cost = { }, },
        [7] = {0.80000001192093, 1.2000000476837, 42, 10, 150, 4, -35, levelRequirement = 17, statInterpolation = {3, 3, 1},  cost = { }, },
        [8] = {0.80000001192093, 1.2000000476837, 44, 10, 150, 4, -35, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
        [9] = {0.80000001192093, 1.2000000476837, 46, 10, 150, 4, -35, levelRequirement = 24, statInterpolation = {3, 3, 1},  cost = { }, },
        [10] = {0.80000001192093, 1.2000000476837, 48, 10, 150, 4, -35, levelRequirement = 30, statInterpolation = {3, 3, 1},  cost = { }, },
        [11] = {0.80000001192093, 1.2000000476837, 50, 10, 150, 4, -35, levelRequirement = 31, statInterpolation = {3, 3, 1},  cost = { }, },
        [12] = {0.80000001192093, 1.2000000476837, 60, 10, 150, 4, -35, levelRequirement = 36, statInterpolation = {3, 3, 1},  cost = { }, },
        [13] = {0.80000001192093, 1.2000000476837, 62, 10, 150, 4, -35, levelRequirement = 41, statInterpolation = {3, 3, 1},  cost = { }, },
        [14] = {0.80000001192093, 1.2000000476837, 64, 10, 150, 4, -35, levelRequirement = 44, statInterpolation = {3, 3, 1},  cost = { }, },
        [15] = {0.80000001192093, 1.2000000476837, 66, 10, 150, 4, -35, levelRequirement = 51, statInterpolation = {3, 3, 1},  cost = { }, },
        [16] = {0.80000001192093, 1.2000000476837, 90, 10, 150, 4, -35, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
        [17] = {0.80000001192093, 1.2000000476837, 92, 10, 150, 4, -35, levelRequirement = 57, statInterpolation = {3, 3, 1},  cost = { }, },
        [18] = {0.80000001192093, 1.2000000476837, 94, 10, 150, 4, -35, levelRequirement = 60, statInterpolation = {3, 3, 1},  cost = { }, },
        [19] = {0.80000001192093, 1.2000000476837, 96, 10, 150, 4, -35, levelRequirement = 65, statInterpolation = {3, 3, 1},  cost = { }, },
        [20] = {0.80000001192093, 1.2000000476837, 98, 10, 150, 4, -35, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
        [21] = {0.80000001192093, 1.2000000476837, 100, 10, 150, 4, -35, levelRequirement = 67, statInterpolation = {3, 3, 1},  cost = { }, },
        [22] = {0.80000001192093, 1.2000000476837, 102, 10, 150, 4, -35, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        [23] = {0.80000001192093, 1.2000000476837, 104, 10, 150, 4, -35, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
        [24] = {0.80000001192093, 1.2000000476837, 106, 10, 150, 4, -35, levelRequirement = 70, statInterpolation = {3, 3, 1},  cost = { }, },
        [25] = {0.80000001192093, 1.2000000476837, 108, 10, 150, 4, -35, levelRequirement = 71, statInterpolation = {3, 3, 1},  cost = { }, },
        [26] = {0.80000001192093, 1.2000000476837, 110, 10, 150, 4, -35, levelRequirement = 72, statInterpolation = {3, 3, 1},  cost = { }, },
        [27] = {0.80000001192093, 1.2000000476837, 112, 10, 150, 4, -35, levelRequirement = 73, statInterpolation = {3, 3, 1},  cost = { }, },
        [28] = {0.80000001192093, 1.2000000476837, 114, 10, 150, 4, -35, levelRequirement = 74, statInterpolation = {3, 3, 1},  cost = { }, },
        [29] = {0.80000001192093, 1.2000000476837, 116, 10, 150, 4, -35, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
        [30] = {0.80000001192093, 1.2000000476837, 118, 10, 150, 4, -35, levelRequirement = 76, statInterpolation = {3, 3, 1},  cost = { }, },
        [31] = {0.80000001192093, 1.2000000476837, 120, 10, 150, 4, -35, levelRequirement = 77, statInterpolation = {3, 3, 1},  cost = { }, },
        [32] = {0.80000001192093, 1.2000000476837, 122, 10, 150, 4, -35, levelRequirement = 78, statInterpolation = {3, 3, 1},  cost = { }, },
        [33] = {0.80000001192093, 1.2000000476837, 124, 10, 150, 4, -35, levelRequirement = 79, statInterpolation = {3, 3, 1},  cost = { }, },
        [34] = {0.80000001192093, 1.2000000476837, 126, 10, 150, 4, -35, levelRequirement = 80, statInterpolation = {3, 3, 1},  cost = { }, },
        [35] = {0.80000001192093, 1.2000000476837, 128, 10, 150, 4, -35, levelRequirement = 81, statInterpolation = {3, 3, 1},  cost = { }, },
        [36] = {0.80000001192093, 1.2000000476837, 130, 10, 150, 4, -35, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
display monster uses far shot text [0]
monster reverse point blank damage -% at minimum range [30]
IdMonsterFarShotPenaltyOnly
FamilyFarShot
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • projectile damage +% Min: 0 Max: 0 全域
  • display monster uses far shot text Min: 0 Max: 0 全域
  • monster reverse point blank damage -% at minimum range Min: 30 Max: 30 全域
  • Craft Tagsdamage
    monster penalty against minions damage +% final vs player minions [-30]
    IdMonsterDamageVersusPlayerMinions30
    FamilyMonsterDamageVersusMinions
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster penalty against minions damage +% final vs player minions Min: -30 Max: -30 全域
  • Craft Tagsdamage
    Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.