Sábio Profanado
Morto-vivo
undead description [1]
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
monster no map drops [1]
Desecrated Sage
SpectreY
Tagsbone_armour, bones, Conjurador, is_unarmed, not_str, physical_affinity, ranged, skeleton, slashing_weapon, undead, very_slow_movement
Packs
  • Escorpídeo Ósseo, Sábio Profanado
  • Espreitador Ósseo, Sábio Profanado
  • Vida
    84%
    Energy Shield From Life
    100%
    Evasão
    +15%
    Ailment Threshold
    84%
    Resistência
    20 20 20 0
    Damage
    60%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 46
    Attack Time
    1.605 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    SkeletonCasterBlack
    Metadata
    SkeletonCasterBlackExpedition
    Nível
    68
    Vida
    5,404
    Armadura
    28,790
    Evasão
    5,450
    Escudo de Energia
    6,127
    Damage
    224
    Dano Mágico
    224
    Precisão
    290
    Attack Time
    1.605
    Experiência
    12,306
    Ailment Threshold
    5,404
    Chill
    17
    Shock
    17
    Brittle
    97
    Scorch
    17
    Sap
    47
    SkeletonProjectileBlackExpedition
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 1.2 seg
    Causa 173 a 259.5 de Dano Físico
    base is projectile [1]
    monster projectile variation [202]
    projectile uses contact position [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEmerge"
    
    Actor
    {
    	basic_action = "Emerge"
    	basic_action = "Revive"
    }
    
    StateMachine
    {
    	define_shared_state = "glow;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEmerge"
    
    Life
    {
    	on_death =
    	"
    		DetachAllContainingText( glowhand );
    		IfVarietyContains( Cold, { AddEffectPack( Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk ); } );
    	"
    
    	on_spawned_dead =
    	"
    		DetachAllContainingText( glowhand );
    		IfVarietyContains( Cold, { AddEffectPack( Metadata/Effects/Spells/monsters_effects/on_death_epks/monster_on_death.epk ); } );
    	"
    }
    
    Render
    {
    	//turn_duration = 0.35
    	
    }
    
    Actor
    {
    	on_start_Revive =
    	"
    		IfVarietyContains( Cold,
    		{
    			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 );
    		} );
    		IfVarietyContains( Lightning,
    		{
    			AddAttachedObjectToBones( Metadata/Effects/Spells/monsters_effects/skeleton_glowhands/glowhand_light.ao, R_Weapon );
    			AddAttachedObjectToBones( Metadata/Effects/Spells/monsters_effects/skeleton_glowhands/glowhand_light.ao, L_Weapon );
    		} );
    		IfVarietyContains( Fire,
    		{
    			AddAttachedObjectToBones( Metadata/Effects/Spells/monsters_effects/skeleton_glowhands/glowhand_fire.ao, R_Weapon );
    			AddAttachedObjectToBones( Metadata/Effects/Spells/monsters_effects/skeleton_glowhands/glowhand_fire.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/SkeletonCasterBlackExpedition"] = {
        name = "Desecrated Sage",
        life = 0.84,
        energyShield = 1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 1.605,
        attackRange = 46,
        accuracy = 1,
        skillList = {
            "SkeletonProjectileBlackExpedition",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SkeletonProjectileBlackExpedition"] = {
        name = "SkeletonProjectileBlackExpedition",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 202, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    IdExpeditionReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -35 Max: -35 Global
  • monster beyond portal chance +% final Min: -35 Max: -35 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

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