Sky Sentry
Construct
SpectreN
Tagsconstruct, eyrie_monster, immobile, influence_monster, is_unarmed, mud_blood, non_attacking, not_dex, not_str, small_height, stone_armour
Packs
  • Sky Sentry, Cloud Retch
  • Sky Sentry, Snow Rhex
  • Life
    800%
    Energy Shield From Life
    100%
    Ailment Threshold
    800%
    Resistance
    0 75 0 0
    Damage
    200%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    200%
    Model Size
    100%
    Type
    EyrieEagleTotem
    Metadata
    EyrieEagleTotem
    Level
    68
    Life
    51,467
    Armour
    28,790
    Evasion
    4,739
    Energy Shield
    6,127
    Damage
    747
    Spell Damage
    747
    Accuracy
    290
    Attack Time
    1.5
    Experience
    20,510
    Ailment Threshold
    51,467
    Chill
    163
    Shock
    163
    Brittle
    921
    Scorch
    163
    Sap
    450
    AtlasEyrieTotemSummonBirds
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    Cast Time: 1 sec
    alternate minion [443]
    number of monsters to summon [3]
    summon specific monsters radius +% [-99]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]

    Object Type

    version 2
    extends "Metadata/Monsters/AtlasExiles/EyrieInfluenceMonsters/EyrieMonsterBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/AtlasExiles/EyrieInfluenceMonsters/EyrieMonsterBase"
    
    Life
    {
        on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasExiles/EyrieMonsters/EagleTotem/basebody.epk );"
        on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasExiles/EyrieMonsters/EagleTotem/basebody.epk );"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/AtlasExiles/EyrieInfluenceMonsters/EyrieEagleTotem"] = {
        name = "Sky Sentry",
        life = 8,
        energyShield = 1,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "AtlasEyrieTotemSummonBirds",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AtlasEyrieTotemSummonBirds"] = {
        name = "AtlasEyrieTotemSummonBirds",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "alternate_minion",
            "summon_specific_monsters_radius_+%",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {3, 443, -99, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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