Capellán de la Guardia negra
Humanoide
20% de probabilidad de bloquear el daño de hechizos
Recibes el 10% del daño de los golpes bloqueados
Blackguard Chaplain
SpectreY
TagsLanzador de hechizos, hard_armour, has_wand, human, humanoid, medium_height, medium_movement, military, not_dex, physical_affinity, ranged, red_blood
Packs
  • Capellán de la Guardia negra, Élite de la Guardia negra
  • Vida
    160%
    Energy Shield From Life
    50%
    Armadura
    +25%
    Ailment Threshold
    160%
    Resistencia
    0 0 75 0
    Damage
    79%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.305 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    AxisCasterRestoreLife
    Metadata
    AxisCasterSextant
    Nivel
    68
    Vida
    5,147
    Armadura
    35,988
    Evasión
    4,739
    Escudo de energía
    4,902
    Damage
    295
    Daño de hechizos
    295
    Precisión
    580
    Attack Time
    1.305
    Experiencia
    10,255
    Minion Life
    1,116
    Minion Energy Shield
    1,063
    Minion Damage
    236
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 236–354
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.305 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]
    AxisCasterRestoreLife
    Spell, Triggerable
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 4 seg
    La duración base es de 2 segundos
    restore skill life regeneration rate per minute % [10800]
    AxisCasterRestoreLifeUnique
    Spell, Triggerable
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 30 seg
    La duración base es de 3 segundos
    restore skill life regeneration rate per minute % [600]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Preload
    {
    	preload_misc_beam = "HarbingerShock"
    	preload_misc_animated = "RepeatedPulseLightning"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act3/lightning_sheild/lightning_sheild_mid.ao"
    	preload_epk = "Metadata/Effects/Spells/monsters_effects/act3/lightning_sheild/lightning_sheild_epk.epk"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/AxisCasterSextant"] = {
        name = "Blackguard Chaplain",
        life = 1.6,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 0.79,
        damageSpread = 0.2,
        attackTime = 1.305,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Wand",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeed",
            "AxisCasterRestoreLife",
            "AxisCasterRestoreLifeUnique",
        },
        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["AxisCasterRestoreLife"] = {
        name = "AxisCasterRestoreLife",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "restore_skill_life_regeneration_rate_per_minute_%",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {10800, 2000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AxisCasterRestoreLifeUnique"] = {
        name = "AxisCasterRestoreLifeUnique",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "restore_skill_life_regeneration_rate_per_minute_%",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {600, 3000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    20% de probabilidad de bloquear el daño de hechizos
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterSpellBlock25Bypass30___
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    Editar

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