實驗體No1. 布隆
人形
根據烏扎爾的生命成長或限縮
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
行動速度不能被調整至低於 70% 基礎值
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
stance movement speed +% final [-3]
不能被擊退
Braom, the First Experiment
幽魂N
標籤human, humanoid, large_model, not_dex, not_int, red_blood, sanctum_monster, very_slow_movement
生命
960%
護甲
+100%
異常狀態臨界值
440%
抗性
50 50 50 30
傷害
100%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 18
攻擊間隔
2.25 秒
傷害分佈
±20%
經驗值
200%
Model Size
130%
類型
SanctumSentinelMaceBoss
Metadata
SentinelMaceBoss
等級
68
生命
1,337,725
護甲
57,580
閃避
4,739
能量護盾
0
傷害
425
法術傷害
635
命中
290
攻擊間隔
1.5075
經驗值
112,805
異常狀態臨界值
386,268
冰緩
1,221
感電
1,221
易碎
6,910
焦灼
1,221
殘喘
3,374
MeleeAtAnimationSpeedWithDirectionalKnockbackSanctum
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 676–1014
暴擊率: 5%
攻擊間隔: 2.25 秒
用強大的攻擊擊倒敵人。
擊中時擊退敵人
增加 100% 擊退距離
action attack or cast time uses animation length [1]
base knockback speed +% [300]
base sanctum damage [15]
determine knockback direction from melee pattern [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
EAASanctumSentinelMaceMarkerSlam
攻擊
基本傷害: 676–1014
暴擊率: 5%
攻擊間隔: 2.25 秒
冷卻時間: 20 秒
+3 米近戰打擊距離
GASanctumSentinelMaceFootstepCascade
可觸發, 攻擊
基本傷害: 676–1014
暴擊率: 5%
攻擊傷害: 75%
攻擊間隔: 2.25 秒
擊中時擊退敵人
造成 25% 更少攻擊傷害
10% 更少範圍效果
base sanctum damage [30]
is area damage [1]
GASanctumSentinelMaceBasicSlam
可觸發, 攻擊
基本傷害: 676–1014
暴擊率: 5%
攻擊間隔: 2.25 秒
擊中時擊退敵人
base sanctum damage [30]
is area damage [1]
GASanctumSentinelMaceHeavySlam
可觸發, 攻擊
基本傷害: 676–1014
暴擊率: 5%
攻擊傷害: 150%
攻擊間隔: 2.25 秒
冷卻時間: 12 秒
擊中時擊退敵人
造成 50% 更多攻擊傷害
暈眩敵人
+2 米近戰打擊距離
action attack or cast time uses animation length [1]
base knockback speed +% [100]
base sanctum damage [60]
is area damage [1]
GASanctumSentinelMaceMarkerSlamImpact
可觸發, 攻擊
基本傷害: 676–1014
暴擊率: 5%
攻擊傷害: 75%
攻擊間隔: 2.25 秒
擊中時擊退敵人
造成 25% 更少攻擊傷害
base sanctum damage [30]
is area damage [1]
GASanctumSentinelMaceMarkerSlamCascade
可觸發, 攻擊
基本傷害: 676–1014
暴擊率: 5%
攻擊傷害: 150%
攻擊間隔: 2.25 秒
擊中時擊退敵人
造成 50% 更多攻擊傷害
base sanctum damage [80]
is area damage [1]
SOSanctumMarkerSlamMarker
可觸發, 法術
施放時間: 1 秒
GTSanctumSentinelMarkerSlamSunder
可觸發, 法術
施放時間: 1.33 秒

Object Type

version 2
extends "Metadata/Monsters/LeagueSanctum/Boss/SanctumBossBase"


StateMachine
{
	define_shared_state = "active; phase;"
}


Actor
{
	basic_action = "ChangeToStance1"
	basic_action = "ChangeToStance2"

	on_start_ChangeToStance2 = "FaceTarget();"
}

Stats
{
	base_sanctum_gold_to_drop = 320
	base_sanctum_gold_piles = 30
	is_sanctum_floor_boss = 1
	monster_no_drops_or_experience = 1
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueSanctum/Boss/SanctumBossBase"

Functions
{
	CreateLightOn =
	"
		AddAttached( Metadata/Effects/Spells/monsters_effects/League_Sanctum/TheSentinels/boss_light.ao, aux_light_attach );
		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/League_Sanctum/TheSentinels/boss_light.ao, light_idle_on );
	"

	TurnLightOn =
	"
		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/League_Sanctum/TheSentinels/boss_light.ao, light_on );
		QueueAnimationAttached( Metadata/Effects/Spells/monsters_effects/League_Sanctum/TheSentinels/boss_light.ao, light_idle_on );
	"

	CreateLightOff =
	"
		AddAttached( Metadata/Effects/Spells/monsters_effects/League_Sanctum/TheSentinels/boss_light.ao, aux_light_attach );
		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/League_Sanctum/TheSentinels/boss_light.ao, light_idle_off );
	"

	TurnLightOff =
	"
		PlayAnimationAttached( Metadata/Effects/Spells/monsters_effects/League_Sanctum/TheSentinels/boss_light.ao, light_off );
		QueueAnimationAttached( Metadata/Effects/Spells/monsters_effects/League_Sanctum/TheSentinels/boss_light.ao, light_idle_off );
	"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueSanctum/Boss/SentinelMaceBoss"] = {
    name = "Braom, the First Experiment",
    life = 9.6,
    fireResist = 50,
    coldResist = 50,
    lightningResist = 50,
    chaosResist = 30,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 2.25,
    attackRange = 18,
    accuracy = 1,
    weaponType1 = "Two Hand Mace",
    skillList = {
        "MeleeAtAnimationSpeedWithDirectionalKnockbackSanctum",
        "GASanctumSentinelMaceFootstepCascade",
        "GASanctumSentinelMaceBasicSlam",
        "GASanctumSentinelMaceHeavySlam",
        "GASanctumSentinelMaceMarkerSlamImpact",
        "GASanctumSentinelMaceMarkerSlamCascade",
        "EAASanctumSentinelMaceMarkerSlam",
        "SOSanctumMarkerSlamMarker",
        "GTSanctumSentinelMarkerSlamSunder",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedWithDirectionalKnockbackSanctum"] = {
    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 = {
        "base_knockback_speed_+%",
        "knockback_distance_+%",
        "base_sanctum_damage",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "global_knockback",
        "determine_knockback_direction_from_melee_pattern",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {300, 100, 15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GASanctumSentinelMaceFootstepCascade"] = {
    name = "GASanctumSentinelMaceFootstepCascade",
    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 = {
        "base_sanctum_damage",
        "active_skill_area_of_effect_+%_final",
        "is_area_damage",
        "global_knockback",
    },
    levels = {
        [1] = {30, -10, baseMultiplier = 0.75, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GASanctumSentinelMaceBasicSlam"] = {
    name = "GASanctumSentinelMaceBasicSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.33,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_sanctum_damage",
        "is_area_damage",
        "global_knockback",
    },
    levels = {
        [1] = {30, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GASanctumSentinelMaceHeavySlam"] = {
    name = "GASanctumSentinelMaceHeavySlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_sanctum_damage",
        "melee_range_+",
        "base_knockback_speed_+%",
        "is_area_damage",
        "always_stun",
        "global_knockback",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {60, 20, 100, baseMultiplier = 1.5, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GASanctumSentinelMaceMarkerSlamImpact"] = {
    name = "GASanctumSentinelMaceMarkerSlamImpact",
    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 = {
        "base_sanctum_damage",
        "is_area_damage",
        "global_knockback",
    },
    levels = {
        [1] = {30, baseMultiplier = 0.75, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GASanctumSentinelMaceMarkerSlamCascade"] = {
    name = "GASanctumSentinelMaceMarkerSlamCascade",
    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 = {
        "base_sanctum_damage",
        "is_area_damage",
        "global_knockback",
    },
    levels = {
        [1] = {80, baseMultiplier = 1.5, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EAASanctumSentinelMaceMarkerSlam"] = {
    name = "EAASanctumSentinelMaceMarkerSlam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4.77,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "melee_range_+",
    },
    levels = {
        [1] = {30, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SOSanctumMarkerSlamMarker"] = {
    name = "SOSanctumMarkerSlamMarker",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTSanctumSentinelMarkerSlamSunder"] = {
    name = "GTSanctumSentinelMarkerSlamSunder",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.33,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
怪物增加 100% 經驗值
增加 15000% 物品掉落稀有度
IdMonsterMapBoss
FamilyMonsterMapBoss
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 全域
  • monster dropped item rarity +% Min: 15000 Max: 15000 全域
  • 行動速度不能被調整至低於 70% 基礎值
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -30 Max: -30 全域
  • Craft Tagsspeed
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBossSuper
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 全域
  • cannot be stunned for ms after stun finished Min: 4000 Max: 4000 全域
  • IdMonsterTagSanctumBraomBoss
    FamilyMonsterTagSanctumBraomBoss
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Adds Tagssanctum_braom_boss
    IdNothing
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    stance movement speed +% final [-3]
    IdStanceSanctumSentinelAngryWalk
    FamilyStance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -3 Max: -3 全域
  • Craft Tagsspeed
    不能被擊退
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 全域
  • Edit

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