暗夜瘟疫行者
野兽
Fenumal Plaguecrawler
幽魂N
标签animal_claw_weapon, beast, bestiary_beast_boss, 施法, chaos_affinity, extra_small_height, flesh_armour, hidden_monster, insect_blood, is_unarmed, slow_movement, spider
生命
450%
异常状态临界值
450%
抗性
40 40 40 25
伤害
150%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 9
攻击间隔
1.95 秒
伤害分布
±20%
经验值
300%
Model Size
100%
类型
SpiderPlagueBestiary
Metadata
SpiderPlagueBestiaryClone
等级
68
生命
28,950
护甲
28,790
闪避值
4,739
能量护盾
0
伤害
560
法术伤害
560
命中
290
攻击间隔
1.95
经验值
30,765
异常状态临界值
28,950
冰缓
92
Shock
92
Brittle
518
Scorch
92
Sap
253
BestiarySpiderPlagueMortarElementalClone
投射物, 玩家投射物, 法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 范围法术
迫击炮
施放间隔: 1 秒
冷却时间: 10 秒
如同怪物迫击炮技能, 但是在地上留下冲击效果.
造成 125.8 - 188.7 混沌伤害
基础持续时间为 3
base is projectile [1]
base projectile ground caustic cloud damage per minute [18344]
ground caustic art variation [2]
is area damage [1]
monster projectile variation [7]
projectile spread radius [25]
projectile spread radius per additional projectile [3]

Object Type

version 2
extends "Metadata/Monsters/Monster"

DiesAfterTime
{
}

Pathfinding
{
	immobile = true
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
Render
{
     //turn_duration = 0.35
}

Monster
{
}

Animated
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Maligaro_Act7_e/BlackDeath/Purple_poison/poisonpoof.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueBestiary/SpiderPlagueBestiaryClone"] = {
    name = "Fenumal Plaguecrawler",
    life = 4.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.95,
    attackRange = 9,
    accuracy = 1,
    skillList = {
        "BestiarySpiderPlagueMortarElementalClone",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BestiarySpiderPlagueMortarElementalClone"] = {
    name = "Mortar",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Like monster mortar skill, but leaves a ground effect on impact.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = 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,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_chaos_damage",
        "spell_maximum_base_chaos_damage",
        "base_projectile_ground_caustic_cloud_damage_per_minute",
        "monster_projectile_variation",
        "projectile_spread_radius",
        "ground_caustic_art_variation",
        "base_skill_effect_duration",
        "projectile_spread_radius_per_additional_projectile",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 7, 7, 25, 2, 3000, 3, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 7, 7, 25, 2, 3000, 3, levelRequirement = 56, statInterpolation = {3, 3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 6, 7, 25, 2, 3000, 3, levelRequirement = 82, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
Edit

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