燃烧追随者
构造体
无法被击退
immune to lava damage [1]
monster do not fracture [1]
Burning Follower
幽魂N
标签construct, immobile, is_unarmed, large_height, large_model, metal_armour, non_attacking
生命
400%
异常状态临界值
400%
抗性
75 0 0 0
伤害
100%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 6
攻击间隔
1.5 秒
伤害分布
±20%
经验值
100%
Model Size
100%
类型
LabyrinthLavaSpawner
Metadata
LabyrinthSkeletonSpawner
等级
68
生命
25,733
护甲
28,790
闪避值
4,739
伤害
374
法术伤害
374
命中
580
攻击间隔
1.5
经验值
10,255
Minion Life
5,582
Minion Damage
298
异常状态临界值
25,733
冰缓
81
Shock
81
Brittle
460
Scorch
81
Sap
225
SummonLabyrinthFireSkeleton
法术, 法术可重复, 可触发
施放间隔: 2.17 秒
冷却时间: 3 秒
alternate minion [73]
number of monsters to summon [1]
summon specific monsters in front offset [114]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Pathfinding
{
	immobile = true
}

Life
{
	corpse_usable = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LavaTrap/LabyrinthSkeletonSpawner"] = {
    name = "Burning Follower",
    life = 4,
    fireResist = 75,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "SummonLabyrinthFireSkeleton",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonLabyrinthFireSkeleton"] = {
    name = "SummonLabyrinthFireSkeleton",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.17,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_in_front_offset",
        "summoned_monsters_no_drops_or_experience",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {73, 1, 114, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
无法被击退
IdImmuneToKnockback
FamilyImmuneToKnockback
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • immune to lava damage [1]
    IdImmuneToLavaDamage
    FamilyImmuneToLavaDamage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • immune to lava damage Min: 1 Max: 1 全域
  • monster do not fracture [1]
    IdMonsterDoNotFracture
    FamilyMonsterDoNotFracture
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster do not fracture Min: 1 Max: 1 全域
  • Edit

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