Vicario iluminado
No muerto
Las Habilidades disparan 2 Proyectiles adicionales
undead description [1]
Enlightened Vicar
SpectreY
AreaSantuario de Olmec, La prueba del cobarde
Tagsbone_armour, bones, Lanzador de hechizos, cold_affinity, is_unarmed, medium_height, not_str, ranged, skeleton, slashing_weapon, undead, very_slow_movement
Packs
  • WorldAreas#759: Nigromante, Carroña fétida, Vicario iluminado, Arquero pestilente
  • WorldAreas#837, WorldAreas#998, La prueba del cobarde: Nigromante, Carroña fétida, Vicario iluminado, Arquero pestilente
  • WorldAreas#820, WorldAreas#887, WorldAreas#980, Santuario de Olmec: Guardia de hielo de Axiom, Vicario iluminado
  • Obispo de muerte, Aspirante sombrío, Vicario iluminado
  • Vida
    84%
    Energy Shield From Life
    100%
    Evasión
    +15%
    Ailment Threshold
    84%
    Resistencia
    0 40 0 0
    Damage
    60%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 46
    Attack Time
    1.605 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    SkeletonCasterCold
    Metadata
    SkeletonCasterColdMultipleProjectiles2
    Nivel
    74
    Vida
    10,140
    Armaduras
    46,127
    Evasión
    6,702
    Escudo de energía
    8,876
    Damage
    321
    Daño de hechizos
    321
    Precisión
    366
    Attack Time
    1.605
    Experiencia
    13,921
    Ailment Threshold
    10,140
    Chill
    32
    Shock
    32
    Brittle
    181
    Scorch
    32
    Sap
    89
    SkeletonProjectileCold
    Spell, Damage, Multicastable, Projectile, ProjectilesFromUser, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1.95 seg
    Inflige de 2006 a 3128 de daño de hielo
    15% de probabilidad de congelar a los enemigos
    base is projectile [1]
    spell maximum action distance +% [-60]

    Object Type

    version 2
    extends "Metadata/Monsters/Skeletons/SkeletonCaster"
    
    StateMachine
    {
    	define_shared_state = "glow;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Skeletons/SkeletonCaster"
    
    Actor
    {
    	on_start_Revive =
    	"
    		AddAttachedObjectToBones( Metadata/Effects/Spells/monsters_effects/skeleton_glowhands/glowhand_ice.ao, R_Weapon );
    		AddAttachedObjectToBones( Metadata/Effects/Spells/monsters_effects/skeleton_glowhands/glowhand_ice.ao, L_Weapon );
    	"
    }
    
    StateMachine
    {
    	on_or_create_state_glow_0 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk );"
    	on_or_create_state_glow_1 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/SkeletonCasterColdMultipleProjectiles2"] = {
        name = "Enlightened Vicar",
        life = 0.84,
        energyShield = 1,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 1.605,
        attackRange = 46,
        accuracy = 1,
        skillList = {
            "SkeletonProjectileCold",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SkeletonProjectileCold"] = {
        name = "SkeletonProjectileCold",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.95,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "spell_maximum_action_distance_+%",
            "base_chance_to_freeze_%",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -60, 15, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, -60, 15, critChance = 5, levelRequirement = 19, statInterpolation = {3, 3},  cost = { }, },
            [3] = {2.7000000476837, 4.210000038147, -60, 15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Las Habilidades disparan 2 Proyectiles adicionales
    IdMonsterMultipleProjectilesImplicit1
    FamilyMonsterMultipleProjectile
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • number of additional projectiles Min: 2 Max: 2 Global
  • undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Edit

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