尊師寵召的歐克的擁護者
異能
visual attached elder tentacles [1]
stance movement speed +% final [112]
增加 30% 傷害
增加 40% 攻擊速度
增加 40% 移動速度
減少 25% 承受傷害
Elder-Blessed Brute
幽魂N
標籤bandit, bludgeoning_weapon, eldritch, flesh_armour, has_two_hand_mace, has_two_handed_melee, human, humanoid, medium_height, melee, no_legacy_of_zeal, not_int, physical_affinity, red_blood, slow_movement
Packs
  • 異界召喚門, 尊師寵召的壯碩路霸, 尊師寵召的歐克的擁護者, 尊師寵召的守衛哨兵, 尊師寵召的守衛雷使, 尊師寵召的古斯特的犄角
  • 生命
    192%
    護甲
    +20%
    閃避
    +20%
    異常狀態臨界值
    192%
    抗性
    0 0 0 0
    傷害
    101%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 11
    攻擊間隔
    1.35 秒
    傷害分佈
    ±20%
    經驗值
    120%
    Model Size
    115%
    類型
    BanditChampion
    Metadata
    BanditMeleeChampionTentacles
    等級
    68
    生命
    12,352
    護甲
    34,548
    閃避
    5,687
    能量護盾
    0
    傷害
    377
    法術傷害
    377
    命中
    290
    攻擊間隔
    1.35
    經驗值
    12,306
    異常狀態臨界值
    12,352
    冰緩
    39
    感電
    39
    易碎
    221
    焦灼
    39
    殘喘
    108
    MeleeAtAnimationSpeed
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 302–453
    暴擊率: 5%
    攻擊間隔: 1.35 秒
    用強大的攻擊擊倒敵人。
    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]
    BanditEnrage
    法術
    施放時間: 1 秒
    冷卻時間: 15 秒
    +6 秒基礎持續時間
    增加 50% 移動速度
    增加 38% 傷害
    增加 50% 攻擊和施放速度
    TentaclePortalWalkEmerge
    walk emerge distance [150]
    walk emerge height offset [-100]

    Object Type

    version 2
    extends "Metadata/Monsters/Bandits/Bandit"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bandits/Bandit"
    
    BaseEvents 
    { 
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/raise_spectre/shadow_mirror/shadow_mirror_EPK.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandits/BanditMeleeChampionTentacles"] = {
        name = "Elder-Blessed Brute",
        life = 1.92,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.01,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "BanditEnrage",
            "TentaclePortalWalkEmerge",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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["BanditEnrage"] = {
        name = "BanditEnrage",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "attack_and_cast_speed_+%",
            "base_movement_velocity_+%",
            "damage_+%",
        },
        levels = {
            [1] = {6000, 50, 50, 38, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TentaclePortalWalkEmerge"] = {
        name = "TentaclePortalWalkEmerge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.3,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
            "walk_emerge_height_offset",
        },
        levels = {
            [1] = {150, -100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    visual attached elder tentacles [1]
    IdMonsterTentacles_
    FamilyMonsterTentacles
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • visual attached elder tentacles Min: 1 Max: 1 全域
  • IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 全域
  • Craft Tagsspeed
    增加 30% 傷害
    增加 40% 攻擊速度
    增加 40% 移動速度
    減少 25% 承受傷害
    IdChimeraMinionFerocity
    FamilyChimeraMinionFerocity
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • damage +% Min: 30 Max: 30 全域
  • attack speed +% Min: 40 Max: 40 全域
  • base damage taken +% Min: -25 Max: -25 全域
  • base movement velocity +% Min: 40 Max: 40 全域
  • Craft Tagsdamage attack speed
    Edit

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