不稳定吞噬者
野兽
monster grants frenzy charges to allies within distance on death [50]
monster no drops or experience [1]
无法被击退
Unstable Devourer
幽魂Y
标签beast, cannot_be_monolith, 施法, cleaving_weapon, devourer, extra_small_height, fire_affinity, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_model, melee, physical_affinity, ranged, red_blood, very_slow_movement
生命
80%
异常状态临界值
80%
抗性
0 75 0 0
伤害
120%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 7
攻击间隔
1.5 秒
伤害分布
±20%
经验值
100%
Model Size
50%
类型
RootSpiderBossMinionType
Metadata
RootSpiderBossMinion__
等级
68
生命
5,147
护甲
28,790
闪避值
4,739
能量护盾
0
伤害
448
法术伤害
448
命中
290
攻击间隔
1.5
经验值
10,255
异常状态临界值
5,147
冰缓
16
Shock
16
Brittle
92
Scorch
16
Sap
45
MeleeAtAnimationSpeed
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 359–538
攻击暴击率: 5%
攻击间隔: 1.5 秒
对你的敌人无情痛击。
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]
RootSpiderBurrow
基础持续时间为 2
spell maximum action distance +% [120]
RootSpiderEmerge
攻击
基本伤害: 359–538
攻击暴击率: 5%
攻击间隔: 1.5 秒
伤害总降 10%
DeathExplodeRootSpiderMinion
法术, 可触发
施放间隔: 1 秒
造成 2057 - 2742 火焰伤害
死亡时有 100% 的几率触发该法术
active skill area of effect radius +% final [-43]
is area damage [1]
spell uncastable if triggerable [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Pathfinding
{
	immobile = true
}

Actor
{
	basic_action = "Emerge"
	slow_animations_go_to_idle = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Monster
{
	preload_object_type = "RootSpiderHole"
}

Life
{
	on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/act4/revenant/revive/revive_explode.epk );"
}

-- src\Data\Spectres.lua
minions["Metadata/Monsters/RootSpiders/RootSpiderBossMinion__"] = {
    name = "Unstable Devourer",
    life = 0.8,
    fireResist = 0,
    coldResist = 75,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 7,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeed",
        "RootSpiderBurrow",
        "RootSpiderEmerge",
        "DeathExplodeRootSpiderMinion",
    },
    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["RootSpiderBurrow"] = {
    name = "RootSpiderBurrow",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "spell_maximum_action_distance_+%",
    },
    levels = {
        [1] = {2000, 120, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RootSpiderEmerge"] = {
    name = "RootSpiderEmerge",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
    },
    levels = {
        [1] = {-10, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DeathExplodeRootSpiderMinion"] = {
    name = "DeathExplodeRootSpiderMinion",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "cast_on_death_%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "spell_uncastable_if_triggerable",
    },
    levels = {
        [1] = {1.2000000476837, 1.6000000238419, 100, -43, levelRequirement = 53, statInterpolation = {3, 3},  cost = { }, },
        [2] = {1.2000000476837, 1.6000000238419, 100, -43, levelRequirement = 75, statInterpolation = {3, 3},  cost = { }, },
    },
}
monster grants frenzy charges to allies within distance on death [50]
IdMonsterImplicitGrantsFrenzyChargesToAlliesOnDeath1
FamilyMonsterGrantsCharges
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • monster grants frenzy charges to allies within distance on death Min: 50 Max: 50 全域
  • Craft Tagsfrenzy_charge
    monster no drops or experience [1]
    IdMonsterNoDropsOrExperience
    FamilyMonsterNoDropsOrExperience
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 全域
  • 无法被击退
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • Edit

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