焚书者
恶魔
区域: InvasionBoss
monster dropped item quantity +% [300]
monster dropped item rarity +% [800]
移动速度减慢 25%
monster no map drops [1]
陷阱在投掷后不能造成伤害的时间 +4
地雷在投掷后不会受到伤害的时间 +4
monster is invasion boss [1]
kill traps mines and totems on death [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
The Book Burner
幽魂N
地区InvasionBoss
End Game生命上限提高 50%
标签施法, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, invasion_boss, large_height, lightning_affinity, not_int, physical_affinity, ranged, red_blood, undying, very_fast_movement
Packs
  • InvasionBoss: 焚书者, 不朽管理者, 不朽管理者
  • 生命
    220%
    护甲
    +30%
    闪避值
    +30%
    异常状态临界值
    220%
    抗性
    30 30 30 20
    伤害
    194%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 8
    攻击间隔
    1.245 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    150%
    类型
    CityStalkerBossInvasion
    Metadata
    CityStalkerMaleBossInvasion
    等级
    68
    生命
    14,153
    护甲
    37,427
    闪避值
    6,161
    能量护盾
    0
    伤害
    725
    法术伤害
    725
    命中
    290
    攻击间隔
    1.245
    经验值
    20,510
    异常状态临界值
    14,153
    冰缓
    45
    Shock
    45
    Brittle
    253
    Scorch
    45
    Sap
    124
    BookSparkInvasion
    法术, 投射物, 玩家投射物, 伤害, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 闪电, 可齐射
    电球
    施放间隔: 0.65 秒
    冷却时间: 1.5 秒
    施放出多颗变幻莫测的电球,这些电球将会随机移动直到撞到敌人或是自然消失.
    造成 129.1 - 193.6 物理伤害
    投射物贯穿所有目标
    基础持续时间为 10
    额外发射 2 个投射物
    投射物速度减慢 80%
    base is projectile [1]
    monster projectile variation [1]
    BookProjectileInvasion
    攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 伤害, 可触发
    基本伤害: 580–870
    攻击暴击率: 5%
    攻击间隔: 1.245 秒
    物理伤害总增 10%
    投射物速度加快 30%
    base is projectile [1]
    monster projectile variation [7]
    spell maximum action distance +% [-30]
    BookMultiProjectileInvasion
    攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 伤害, 可触发
    基本伤害: 580–870
    攻击暴击率: 5%
    攻击间隔: 1.245 秒
    物理伤害总增 10%
    额外发射 4 个投射物
    投射物速度加快 30%
    base is projectile [1]
    monster projectile variation [7]
    spell maximum action distance +% [-30]
    MonsterLightningWarpInvasion
    法术, 伤害, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 可触发, 位移, 闪电, 范围法术, 快行, 法术可重复, 可齐射
    闪电传送
    攻击暴击率: 5%
    施放间隔: 1 秒
    指定一个传送目的地,等待一段时间,该时间由距离和你的移动速度决定。传送发生时,对玩家原本所在位置和传送目的地周围同时造成闪电伤害。重复释放会按照顺序连续进行传送。
    造成 444.2 - 1332 闪电伤害
    base skill show average damage instead of dps [1]
    is area damage [1]
    MonsterBearTrapInvasion
    法术, 持续时间, 地雷技能, 陷阱, 伤害, 物理, 冷却
    捕熊陷阱
    攻击暴击率: 5%
    伤害效用: 150%
    施放间隔: 1 秒
    冷却时间: 8 秒
    投掷一个陷阱,对单个敌人造成伤害并使其定身,定身时长由造成的伤害决定。定身结束后,敌人将承受一个移动速度降低的减益效果。被该减益影响的敌人承受陷阱和地雷的伤害会提高。法术伤害加成不会影响该技能。
    造成 - 456.8 物理伤害
    陷阱持续 +30
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]
    trap variation [12]

    Object Type

    version 2
    extends "Metadata/Monsters/CityStalkers/CityStalker"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/CityStalkers/CityStalker"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/CityStalkerMaleBossInvasion"] = {
        name = "The Book Burner",
        life = 2.2,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.94,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "BookSparkInvasion",
            "MonsterLightningWarpInvasion",
            "BookProjectileInvasion",
            "BookMultiProjectileInvasion",
            "MonsterBearTrapInvasion",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BookSparkInvasion"] = {
        name = "Spark",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "monster_projectile_variation",
            "base_projectile_speed_+%",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10000, 1, -80, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 2, 10000, 1, -80, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterLightningWarpInvasion"] = {
        name = "Lightning Warp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Movement] = true,
            [SkillType.Lightning] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.Multicastable] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "variable_duration_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_show_average_damage_instead_of_dps",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.5, 1.5, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.5, 1.5, critChance = 5, levelRequirement = 10, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.5, 1.5, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.5, 1.5, critChance = 5, levelRequirement = 24, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.5, 1.5, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BookProjectileInvasion"] = {
        name = "BookProjectileInvasion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_projectile_speed_+%",
            "active_skill_physical_damage_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {7, -30, 30, 10, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BookMultiProjectileInvasion"] = {
        name = "BookMultiProjectileInvasion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_projectile_speed_+%",
            "number_of_additional_projectiles",
            "active_skill_physical_damage_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {7, -30, 30, 4, 10, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterBearTrapInvasion"] = {
        name = "Bear Trap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that damages and immobilises a single enemy for a duration based on how much damage was dealt. After the immobilise expires, a debuff remains on the enemy for a duration, lowering their movement speed by an amount which lessens over time. The affected enemy will take increased damage from traps and mines until the debuff expires. Modifiers to spell damage do not affect this skill's damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Mineable] = true,
            [SkillType.Trapped] = true,
            [SkillType.Damage] = true,
            [SkillType.Physical] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "secondary_minimum_base_physical_damage",
            "secondary_maximum_base_physical_damage",
            "base_trap_duration",
            "trap_variation",
            "base_skill_is_trapped",
            "ignores_trap_and_mine_cooldown_limit",
            "is_trap",
        },
        levels = {
            [1] = {0, 0.69999998807907, 30000, 12, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0, 1, 30000, 12, critChance = 5, levelRequirement = 39, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    monster dropped item quantity +% [300]
    monster dropped item rarity +% [800]
    IdMonsterInvasionBoss
    FamilyMonsterInvasionBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 800 Max: 800 全域
  • monster dropped item quantity +% Min: 300 Max: 300 全域
  • 移动速度减慢 25%
    IdMonsterImplicitAuraSlow1
    FamilyMonsterAura
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level4 (Effective: 3)
    Stats
  • base movement velocity +% Min: -25 Max: -25 全域
  • Craft Tagsspeed
    缓速光环
    范围: 40
    周围的敌军被缓速
    增益效果使移动速度减慢 25%
    Slow Aura
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 陷阱在投掷后不能造成伤害的时间 +4
    地雷在投掷后不会受到伤害的时间 +4
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 全域
  • traps invulnerable for duration ms Min: 4000 Max: 4000 全域
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster is invasion boss Min: 1 Max: 1 全域
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 全域
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 全域
  • level 33 or lower damage +% final Min: -20 Max: -20 全域
  • Craft Tagsresource life damage
    Edit

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