Sentinelle céleste
Fabrication
Sky Sentry
SpectreN
Tagsconstruct, eyrie_monster, immobile, influence_monster, is_unarmed, mud_blood, non_attacking, not_dex, not_str, small_height, stone_armour
Packs
  • Sentinelle céleste, Vomisseur des nuages
  • Sentinelle céleste, Rhex des neiges
  • Vie
    800%
    Energy Shield From Life
    100%
    Ailment Threshold
    800%
    Résistance
    0 75 0 0
    Damage
    200%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    100%
    Type
    EyrieEagleTotem
    Metadata
    EyrieEagleTotem
    Niveau
    68
    Vie
    51,467
    Pièce d'armure
    28,790
    Évasion
    4,739
    Bouclier d'énergie
    6,127
    Damage
    747
    Dégâts des sorts
    747
    Précision
    290
    Attack Time
    1.5
    Expérience
    20,510
    Ailment Threshold
    51,467
    Chill
    163
    Shock
    163
    Brittle
    921
    Scorch
    163
    Sap
    450
    AtlasEyrieTotemSummonBirds
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    Temps d'incantation: 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.