天空哨兵
构造体
Sky Sentry
幽魂N
标签construct, eyrie_monster, immobile, influence_monster, is_unarmed, mud_blood, non_attacking, not_dex, not_str, small_height, stone_armour
Packs
  • 天空哨兵, 毒云
  • 天空哨兵, 雪凶鸟
  • 生命
    800%
    生命转为护盾
    100%
    异常状态临界值
    800%
    抗性
    0 75 0 0
    伤害
    200%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 6
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    100%
    类型
    EyrieEagleTotem
    Metadata
    EyrieEagleTotem
    等级
    68
    生命
    51,467
    护甲
    28,790
    闪避值
    4,739
    能量护盾
    6,127
    伤害
    747
    法术伤害
    747
    命中
    290
    攻击间隔
    1.5
    经验值
    20,510
    异常状态临界值
    51,467
    冰缓
    163
    Shock
    163
    Brittle
    921
    Scorch
    163
    Sap
    450
    AtlasEyrieTotemSummonBirds
    法术, 法术可重复, 可触发, 陷阱技能, 图腾技能, 地雷技能
    施放间隔: 1 秒
    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.