El árbitro del conocimiento
Demonio
La rareza de los objetos arrojados está aumentada un 15000%
Los monstruos otorgan la experiencia aumentada un 100%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
The Arbiter of Knowledge
SpectreN
AreaMapa de Academia
TagsLanzador de hechizos, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, humanoid, medium_movement, medium_small_height, melee, non_unique_map_boss, not_int, physical_affinity, ranged, red_blood, undying
Vida
400%
Armaduras
+30%
Evasión
+30%
Ailment Threshold
400%
Resistencia
40 40 40 25
Damage
328%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 12
Attack Time
1.425 Second
Damage Spread
±20%
Experiencia
200%
Model Size
115%
Type
CityStalkerMapBoss
Metadata
CityStalkerMaleMapBoss
Nivel
76
Vida
2,289,127
Armaduras
70,065
Evasión
8,106
Escudo de energía
0
Damage
2,245
Daño de hechizos
3,350
Precisión
396
Attack Time
0.95475
Experiencia
132,044
Ailment Threshold
1,167,455
Chill
3,691
Shock
3,691
Brittle
20,885
Scorch
3,691
Sap
10,199
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 3564–5347
Probabilidad de golpe crítico: 5%
Attack Time: 1.425 seg
Derriba a tus enemigos con un golpe poderoso.
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]
BookSparkMapBoss
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Chispa
Tiempo de lanzamiento: 0.65 seg
Lanza chispas impredecibles que se mueven al azar hasta que golpean a un enemigo o expiran.
Inflige de 326.6 a 490 de daño físico
Los proyectiles perforan a todos los objetivos
La duración base es de 10 segundos
Velocidad de proyectiles reducida un 80%
base is projectile [1]
monster projectile variation [1]
BookProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 3564–5347
Probabilidad de golpe crítico: 5%
Attack Time: 1.425 seg
Inflige un 30% menos de daño físico
Velocidad de proyectiles aumentada un 30%
base is projectile [1]
monster projectile variation [7]
spell maximum action distance +% [-30]
BookMultiProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 3564–5347
Probabilidad de golpe crítico: 5%
Attack Time: 1.425 seg
Inflige un 40% menos 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]
BookSparkOnDamageTaken
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Chispa
Tiempo de lanzamiento: 0.65 seg
Tiempo de recarga: 10 seg
Lanza chispas impredecibles que se mueven al azar hasta que golpean a un enemigo o expiran.
Inflige de 175.9 a 263.8 de daño físico
Los proyectiles perforan a todos los objetivos
Activa los hechizos asistidos cuando recibes un total de 4000 de daño de los golpes
La duración base es de 10 segundos
Velocidad de proyectiles reducida un 70%
base is projectile [1]
cast on damage taken also tracks dot [1]
monster penalty against minions damage +% final vs player minions [-40]
monster projectile variation [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
}

Transitionable
{
	
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Undying/CityStalkerMaleMapBoss"] = {
    name = "The Arbiter of Knowledge",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 3.28,
    damageSpread = 0.2,
    attackTime = 1.425,
    attackRange = 12,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "BookSparkMapBoss",
        "BookSparkOnDamageTaken",
        "BookProjectile",
        "BookMultiProjectile",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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["BookSparkMapBoss"] = {
    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 = 66, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BookSparkOnDamageTaken"] = {
    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",
        "cast_on_damage_taken_%",
        "base_projectile_speed_+%",
        "cast_on_damage_taken_threshold",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "base_is_projectile",
        "always_pierce",
        "cast_on_damage_taken_also_tracks_dot",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10000, 1, 100, -70, 4000, -40, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BookProjectile"] = {
    name = "BookProjectile",
    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 = {
        "active_skill_physical_damage_+%_final",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "base_projectile_speed_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {0, 7, -30, 30, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
        [2] = {-10, 7, -30, 30, levelRequirement = 31, statInterpolation = {1},  cost = { }, },
        [3] = {-20, 7, -30, 30, levelRequirement = 53, statInterpolation = {1},  cost = { }, },
        [4] = {-30, 7, -30, 30, levelRequirement = 66, statInterpolation = {1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BookMultiProjectile"] = {
    name = "BookMultiProjectile",
    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 = {
        "active_skill_physical_damage_+%_final",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "base_projectile_speed_+%",
        "number_of_additional_projectiles",
        "base_is_projectile",
    },
    levels = {
        [1] = {-15, 7, -30, 30, 4, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
        [2] = {-25, 7, -30, 30, 4, levelRequirement = 31, statInterpolation = {1},  cost = { }, },
        [3] = {-35, 7, -30, 30, 4, levelRequirement = 53, statInterpolation = {1},  cost = { }, },
        [4] = {-40, 7, -30, 30, 4, levelRequirement = 66, statInterpolation = {1},  cost = { }, },
    },
}
La rareza de los objetos arrojados está aumentada un 15000%
Los monstruos otorgan la experiencia aumentada un 100%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • IdMonsterImplicitNemesisCurseDaemon
    NameFuente de Maleficios
    FamilyMonsterNemesis
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • El árbitro del conocimiento
    Demonio
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    The Arbiter of Knowledge
    SpectreN
    TagsLanzador de hechizos, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, humanoid, medium_movement, medium_small_height, melee, not_int, physical_affinity, ranged, red_blood, standalone_map_boss, undying
    Vida
    400%
    Armaduras
    +30%
    Evasión
    +30%
    Ailment Threshold
    400%
    Resistencia
    40 40 40 25
    Damage
    328%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.425 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    115%
    Type
    CityStalkerMapBoss
    Metadata
    CityStalkerMaleMapBossStandalone
    Nivel
    68
    Vida
    557,385
    Armaduras
    37,427
    Evasión
    6,161
    Escudo de energía
    0
    Damage
    1,396
    Daño de hechizos
    2,083
    Precisión
    290
    Attack Time
    0.95475
    Experiencia
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 2216–3324
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.425 seg
    Derriba a tus enemigos con un golpe poderoso.
    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]
    BookSparkMapBoss
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Chispa
    Tiempo de lanzamiento: 0.65 seg
    Lanza chispas impredecibles que se mueven al azar hasta que golpean a un enemigo o expiran.
    Inflige de 255.1 a 382.6 de daño físico
    Los proyectiles perforan a todos los objetivos
    La duración base es de 10 segundos
    Velocidad de proyectiles reducida un 80%
    base is projectile [1]
    monster projectile variation [1]
    BookProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 2216–3324
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.425 seg
    Inflige un 30% menos de daño físico
    Velocidad de proyectiles aumentada un 30%
    base is projectile [1]
    monster projectile variation [7]
    spell maximum action distance +% [-30]
    BookMultiProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 2216–3324
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.425 seg
    Inflige un 40% menos 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]
    BookSparkOnDamageTaken
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Chispa
    Tiempo de lanzamiento: 0.65 seg
    Tiempo de recarga: 10 seg
    Lanza chispas impredecibles que se mueven al azar hasta que golpean a un enemigo o expiran.
    Inflige de 137.3 a 206 de daño físico
    Los proyectiles perforan a todos los objetivos
    Activa los hechizos asistidos cuando recibes un total de 4000 de daño de los golpes
    La duración base es de 10 segundos
    Velocidad de proyectiles reducida un 70%
    base is projectile [1]
    cast on damage taken also tracks dot [1]
    monster penalty against minions damage +% final vs player minions [-40]
    monster projectile variation [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/CityStalkerMaleMapBossStandalone"] = {
        name = "The Arbiter of Knowledge",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 3.28,
        damageSpread = 0.2,
        attackTime = 1.425,
        attackRange = 12,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "BookSparkMapBoss",
            "BookSparkOnDamageTaken",
            "BookProjectile",
            "BookMultiProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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["BookSparkMapBoss"] = {
        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 = 66, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BookSparkOnDamageTaken"] = {
        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",
            "cast_on_damage_taken_%",
            "base_projectile_speed_+%",
            "cast_on_damage_taken_threshold",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "always_pierce",
            "cast_on_damage_taken_also_tracks_dot",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10000, 1, 100, -70, 4000, -40, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BookProjectile"] = {
        name = "BookProjectile",
        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 = {
            "active_skill_physical_damage_+%_final",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_projectile_speed_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {0, 7, -30, 30, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {-10, 7, -30, 30, levelRequirement = 31, statInterpolation = {1},  cost = { }, },
            [3] = {-20, 7, -30, 30, levelRequirement = 53, statInterpolation = {1},  cost = { }, },
            [4] = {-30, 7, -30, 30, levelRequirement = 66, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BookMultiProjectile"] = {
        name = "BookMultiProjectile",
        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 = {
            "active_skill_physical_damage_+%_final",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "base_projectile_speed_+%",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {-15, 7, -30, 30, 4, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {-25, 7, -30, 30, 4, levelRequirement = 31, statInterpolation = {1},  cost = { }, },
            [3] = {-35, 7, -30, 30, 4, levelRequirement = 53, statInterpolation = {1},  cost = { }, },
            [4] = {-40, 7, -30, 30, 4, levelRequirement = 66, statInterpolation = {1},  cost = { }, },
        },
    }
    
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • IdMonsterImplicitNemesisCurseDaemon
    NameFuente de Maleficios
    FamilyMonsterNemesis
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • El árbitro del conocimiento
    Demonio
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    The Arbiter of Knowledge
    SpectreN
    Tagsdemon, elder_map_boss, flesh_armour, humanoid, is_unarmed, medium_movement, medium_small_height, non_attacking, not_int, red_blood, undying
    Vida
    400%
    Armaduras
    +30%
    Evasión
    +30%
    Ailment Threshold
    400%
    Resistencia
    40 40 40 25
    Damage
    328%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 12
    Attack Time
    1.425 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    115%
    Type
    CityStalkerMapBoss
    Metadata
    CityStalkerMaleMapBossElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
    	create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/CityStalkerMaleMapBossElder"] = {
        name = "The Arbiter of Knowledge",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 3.28,
        damageSpread = 0.2,
        attackTime = 1.425,
        attackRange = 12,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    La rareza de los objetos arrojados está aumentada un 15000%
    Los monstruos otorgan la experiencia aumentada un 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • IdMonsterImplicitNemesisCurseDaemon
    NameFuente de Maleficios
    FamilyMonsterNemesis
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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