絕境野獸
幽魂Y
地區聖所地圖, 壁壘地圖, 堡壘地圖, 憎惡地圖, 高地神塔地圖
標籤animal_claw_weapon, beast, 法術, has_one_hand_sword, has_one_handed_melee, large_height, large_model, light_armour, mammal_beast, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, standalone_map_boss, ursine_beast
Packs
  • 高地神塔地圖, 堡壘地圖, 壁壘地圖, 憎惡地圖, 聖所地圖: 絕境野獸, 灰熊巨獸
  • 生命
    390%
    護甲
    +25%
    異常狀態臨界值
    390%
    抗性
    40 40 40 25
    傷害
    198%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 21
    攻擊間隔
    1.095 秒
    傷害分佈
    ±20%
    經驗值
    300%
    Model Size
    132%
    類型
    BeastMapBossAtlasUber
    Metadata
    MapBeastBossWhiteStandalone_AtlasUber
    等級
    84
    生命
    137,651
    護甲
    124,793
    閃避
    8,120
    能量護盾
    0
    傷害
    1,887
    法術傷害
    1,887
    命中
    538
    攻擊間隔
    1.095
    經驗值
    39,750
    異常狀態臨界值
    137,651
    冰緩
    435
    感電
    435
    易碎
    2,462
    焦灼
    435
    殘喘
    1,203
    MeleeAtAnimationSpeedUnique
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 1510–2265
    暴擊率: 5%
    攻擊間隔: 1.095 秒
    用強大的攻擊擊倒敵人。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    AtlasCharge
    攻擊, 近戰, 近戰單一目標, 位移, 快行
    重盾衝鋒
    基本傷害: 1510–2265
    暴擊率: 5%
    攻擊間隔: 1.095 秒
    冷卻時間: 8 秒
    向一個目標衝鋒,使用盾牌對其猛擊的同時也用近戰武器順手補刀。此攻擊將會擊退目標並將其擊暈,在路徑上的敵人將會被推向兩旁。傷害與擊暈機率將視衝鋒距離而定。不能被多重打擊輔助。
    造成 50% 更少傷害
    到達最大衝鋒距離時,增加 50% 暈眩門檻降低
    最大衝擊距離擊中時造成 215% 更多傷害
    增加 200% 移動速度
    ignores proximity shield [1]
    is area damage [1]
    shield charge continue past target [1]
    shield charge extra distance [150]
    skill cannot be interrupted [1]
    skill cannot be knocked back [1]
    skill cannot be stunned [1]
    GeometryAttackBeastBossSlam
    可觸發, 攻擊
    基本傷害: 1510–2265
    暴擊率: 5%
    攻擊間隔: 1.095 秒
    is area damage [1]
    BeastChargeShakeItOff
    冷卻時間: 3 秒
    DoLiterallyNothing

    Object Type

    version 2
    extends "Metadata/Monsters/Beasts/Beast"
    
    Animated
    {
    	animated_object = "Metadata/Monsters/Beasts/RabidBeast/RabidBeast.ao"
    	on_end_charge_end_dizzy = "ConsumeSkillUse( ChangeToStance1 );"
    }
    
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Beasts/Beast"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Beasts/MapBeastBossWhiteStandalone_AtlasUber"] = {
        name = "Apex Monstrosity",
        life = 3.9,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 1.98,
        damageSpread = 0.2,
        attackTime = 1.095,
        attackRange = 21,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "AtlasCharge",
            "BeastChargeShakeItOff",
            "GeometryAttackBeastBossSlam",
            "DoLiterallyNothing",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AtlasCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range",
            "base_movement_velocity_+%",
            "shield_charge_damage_+%_maximum",
            "active_skill_damage_+%_final",
            "shield_charge_extra_distance",
            "ignores_proximity_shield",
            "is_area_damage",
            "skill_cannot_be_interrupted",
            "skill_cannot_be_stunned",
            "skill_cannot_be_knocked_back",
            "shield_charge_continue_past_target",
        },
        levels = {
            [1] = {50, 200, 215, -50, 150, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BeastChargeShakeItOff"] = {
        name = "BeastChargeShakeItOff",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GeometryAttackBeastBossSlam"] = {
        name = "GeometryAttackBeastBossSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DoLiterallyNothing"] = {
        name = "DoLiterallyNothing",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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