彪形壯漢波爾霸斯
人形
地區: 幽靜海灣
20% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
stance movement speed +% final [112]
Borboss the Bruiser
幽魂N
地區幽靜海灣
標籤bandit, bludgeoning_weapon, has_one_hand_mace, has_one_handed_melee, human, humanoid, medium_height, melee, not_int, physical_affinity, plate_armour, red_blood, slow_movement
生命
176%
護甲
+20%
閃避
+20%
異常狀態臨界值
176%
抗性
42 42 42 0
傷害
189%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
4 ~ 11
攻擊間隔
1.35 秒
傷害分佈
±20%
經驗值
130%
Model Size
115%
類型
BanditBoss
Metadata
Pirate1MasterBoss
等級
12
生命
171
護甲
182
閃避
373
能量護盾
0
傷害
26
法術傷害
26
命中
25
攻擊間隔
1.35
經驗值
325
異常狀態臨界值
171
冰緩
1
感電
1
易碎
3
焦灼
1
殘喘
1
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 21–31
暴擊率: 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]
MonsterHeavyStrike
攻擊, 近戰單一目標, 攻擊可重複, 近戰
沉重之擊
基本傷害: 21–31
暴擊率: 5%
攻擊間隔: 1.35 秒
對目標進行一次強而有力的攻擊並把目標擊退。限定斧、錘、劍或雙手武器。
擊中時擊退敵人
造成 50% 更多傷害
減少 30% 敵人暈眩門檻
EASBanditTaunt
法術
施放時間: 1.1 秒
冷卻時間: 6 秒
disable skill repeats [1]

Object Type

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

StateMachine
{
}

Transitionable
{
}

NPC
{
}

Object Type Codes

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

Life
{
	on_defeat = "masterth.ModifyState( key_boss_defeated, +1 );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Bandit/Pirate1MasterBoss"] = {
    name = "Borboss the Bruiser",
    life = 1.76,
    fireResist = 42,
    coldResist = 42,
    lightningResist = 42,
    chaosResist = 0,
    damage = 1.89,
    damageSpread = 0.2,
    attackTime = 1.35,
    attackRange = 11,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    weaponType2 = "Shield",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "MonsterHeavyStrike",
        "EASBanditTaunt",
    },
    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["MonsterHeavyStrike"] = {
    name = "Heavy Strike",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Attacks enemies with a forceful blow, knocking them back. Requires a Mace, Sceptre, Axe, Sword or Two-Handed Weapon.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_stun_threshold_reduction_+%",
        "active_skill_damage_+%_final",
        "global_knockback",
    },
    levels = {
        [1] = {30, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASBanditTaunt"] = {
    name = "EASBanditTaunt",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "disable_skill_repeats",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
20% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
IdMonsterAttackBlock20Bypass20
FamilyMonsterBlockAndBypass
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    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
    Edit

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