El Quemador de Libros
Demonio
monster dropped item quantity +% [300]
monster dropped item rarity +% [800]
Velocidad de movimiento reducida un 25%
monster no map drops [1]
Las trampas no pueden ser dañadas durante +4 segundos después de ser lanzadas
Las minas no pueden ser dañadas durante +4 segundos después de ser lanzadas
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
SpectreN
AreaInvasionBoss
End GameVida máxima aumentada un 50%
TagsLanzador de hechizos, 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: El Quemador de Libros, Archivador Imperecedero, Archivador Imperecedero
  • Vida
    220%
    Armadura
    +30%
    Evasión
    +30%
    Ailment Threshold
    220%
    Resistencia
    30 30 30 20
    Damage
    194%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    150%
    Type
    CityStalkerBossInvasion
    Metadata
    CityStalkerMaleBossInvasion
    Nivel
    68
    Vida
    14,153
    Armadura
    37,427
    Evasión
    6,161
    Escudo de energía
    0
    Damage
    725
    Daño de hechizos
    725
    Precisión
    290
    Attack Time
    1.245
    Experiencia
    20,510
    Ailment Threshold
    14,153
    Chill
    45
    Shock
    45
    Brittle
    253
    Scorch
    45
    Sap
    124
    BookSparkInvasion
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Chispa
    Tiempo de lanzamiento: 0.65 seg
    Tiempo de recarga: 1.5 seg
    Lanza chispas impredecibles que se mueven al azar hasta que golpean a un enemigo o expiran.
    Inflige de 129.1 a 193.6 de daño físico
    Los proyectiles perforan a todos los objetivos
    La duración base es de 10 segundos
    Dispara 2 proyectiles adicionales
    Velocidad de proyectiles reducida un 80%
    base is projectile [1]
    monster projectile variation [1]
    BookProjectileInvasion
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 580–870
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.245 seg
    Inflige un 10% más de daño físico
    Velocidad de proyectiles aumentada un 30%
    base is projectile [1]
    monster projectile variation [7]
    spell maximum action distance +% [-30]
    BookMultiProjectileInvasion
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 580–870
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.245 seg
    Inflige un 10% más de daño físico
    Dispara 4 proyectiles adicionales
    Velocidad de proyectiles aumentada un 30%
    base is projectile [1]
    monster projectile variation [7]
    spell maximum action distance +% [-30]
    MonsterLightningWarpInvasion
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
    Teletransporte de rayo
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Te teletransporta a una ubicación objetivo después de una duración, que se basa en la distancia y tu velocidad de movimiento. Cuando se produce el teletransporte, inflige daño de rayo alrededor de las áreas de inicio y de destino. Si vuelves a lanzar la habilidad, los múltiples teletransportes se ponen en cola para llevarse a cabo en secuencia.
    Inflige de 444.2 a 1332 de daño de rayo
    base skill show average damage instead of dps [1]
    is area damage [1]
    MonsterBearTrapInvasion
    Spell, Duration, Mineable, Trapped, Damage, Physical, Cooldown
    Trampa de osos
    Probabilidad de golpe crítico: 5%
    Efectividad del daño agregado: 150%
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 8 seg
    Lanza una trampa que daña e inmoviliza a un solo enemigo durante un tiempo que se calcula en función de la cantidad de daño infligido. Cuando finaliza la inmovilización, el enemigo obtiene una penalidad temporal que reduce su velocidad de movimiento en una cantidad que decrece con el paso del tiempo. El enemigo afectado recibirá daño aumentado de las trampas y las minas hasta que expire la penalidad. Los modificadores de daño de hechizos no afectan al daño de esta habilidad.
    Inflige de a 456.8 de daño físico
    La trampa dura +30 segundos
    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
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 800 Max: 800 Global
  • monster dropped item quantity +% Min: 300 Max: 300 Global
  • Velocidad de movimiento reducida un 25%
    IdMonsterImplicitAuraSlow1
    FamilyMonsterAura
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level4 (Effective: 3)
    Stats
  • base movement velocity +% Min: -25 Max: -25 Global
  • Craft Tagsspeed
    Aura de lentitud
    Radio: 40
    Los enemigos están ralentizados
    La bonificación otorga velocidad de movimiento reducida un 25%
    Slow Aura
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Las trampas no pueden ser dañadas durante +4 segundos después de ser lanzadas
    Las minas no pueden ser dañadas durante +4 segundos después de ser lanzadas
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 Global
  • traps invulnerable for duration ms Min: 4000 Max: 4000 Global
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster is invasion boss Min: 1 Max: 1 Global
  • kill traps mines and totems on death [1]
    IdMonsterKillTrapsMinesTotemsOnDeath
    FamilyMonsterKillTrapsMinesTotemsOnDeath
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • kill traps mines and totems on death Min: 1 Max: 1 Global
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • level 33 or lower damage +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    Edit

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