← Back to list

Sigbert of the Sullied Oath

Slug: Sigbert_of_the_Sullied_Oath

Open Source Page
Tags: 2HBluntWood_onhit_audio construct not_dex not_int stone_construct very_slow_movement
Areas: Holten
Sigbert of the Sullied Oath artwork

No custom art yet. Upload one to replace the placeholder.

Core Stat Percentiles

Spell Damage
481
Top 20%
Damage
481
Top 67%
Evasion Rating
524
Top 81%
Armour
2,210
Top 86%
Life
7,050
Top 91%
Accuracy
1,494
Top 93%

Other Notable Percentiles

Critical Damage Bonus
+30%
Top 0.1%
Attack Distance
9 ~ 23
Top 1.6%
Critical Hits Chance
5%
Top 3.2%
Model Size
150%
Top 4.2%
Attack Time
2.325 Second
Top 7.4%
Minion Armour
4,420
Top 28%

Sigbert of the Sullied Oath

Variant code: SentinelMaceBossGothic
Section 1 of 1

Overview

Construct
Area: Holten

Implicit Mods: stance movement speed +% final [-25], i am boss of tier [2] monster dropped item rarity +% [1600] monster slain experience +% [0]

Summary

Spectre N
Area Holten
Tags 2HBluntWood_onhit_audio, construct, not_dex, not_int, stone_construct, very_slow_movement

Base Multipliers

Life
200%
Armour
+100%
Resistance
-30 75 0 0
Damage
313%
Accuracy
100%
Critical Hits Chance
5%
Critical Damage Bonus
+30%
Attack Distance
9 ~ 23
Attack Time
2.325 Second
Damage Spread
±10%
Experience
250%
Model Size
150%
Type
SanctumSentinelMaceBossGothic
Metadata
SentinelMaceBossGothic

Extra Data

version 2
extends "Metadata/Monsters/GothicSentinels/GothicSentinelsBase"

Stats
{
	set_base_heavy_stun_duration_ms = 8933
	set_check_for_targets_between_initiator_and_projectile_source = 0
}

BaseEvents
{
	on_construction_complete = "globals.sentinelmaceboss += this;"
}
version 2
extends "Metadata/Monsters/GothicSentinels/GothicSentinelsBase"

Life
{
	on_death = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Sanctum/TheExperimets/epk/fieryAura.epk' );"
}

Animated
{
	on_event_death =
	"
		globals.sentinelunarmedboss.IfAlive( (){ AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Sanctum/TheExperimets/epk/frozenAura.epk' ); } );
		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/League_Sanctum/TheExperimets/epk/ice_death_01.epk' );
	"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/MarakethSanctumTrial/Boss/SentinelMaceBossGothic"] = {
    name = "Sigbert of the Sullied Oath",
    life = 2,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 3.13,
    damageSpread = 0.1,
    attackTime = 2.325,
    attackRange = 23,
    accuracy = 1,
    weaponType1 = "Two Hand Mace",
    skillList = {
        "MeleeAtAnimationSpeedCold",
        "GAMarakethSentinelMaceBossBasicSlam",
        "GAMarakethMaceBossHeavySlam",
        "GSMarakethSentinalMaceBossIceSpikeExplode",
        "GAMarakethSentinalMaceBossMarkerSlamImpact",
        "MPWMarakethSentinalMaceBossMultiSlamImpact",
        "GAMarakethSentinelMaceBossFootStepSlam",
        "GAMarakethSentinelMaceBossMultiSlam",
        "EAAMarakethSentinelMaceBossMarkerSlam",
        "EAAMarakethSentinelMaceBossEnrage",
        "EAAMarakethSentinelMaceBossMultiSlam",
        "SOMarakethSentinelMaceBossIceSpike",
        "GTMarakethSentinelMaceBossIceMarkers",
        "GTMarakethSentinelMaceBossIceMarkersBig",
        "GAMarakethSentinalMaceBossMarkerWaveOut",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedCold"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_base_physical_damage_%_to_convert_to_cold",
        "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] = {40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAMarakethSentinelMaceBossBasicSlam"] = {
    name = "GAMarakethSentinelMaceBossBasicSlam",
    hidden = true,
    color = ,
    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 = {
        "active_skill_base_physical_damage_%_to_convert_to_cold",
        "attack_maximum_action_distance_+",
        "voll_slam_damage_+%_final_at_centre",
        "is_area_damage",
        "base_skill_can_be_blocked",
        "base_skill_can_be_avoided_by_dodge_roll",
    },
    levels = {
        [1] = {40, 20, 50, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAMarakethMaceBossHeavySlam"] = {
    name = "GAMarakethMaceBossHeavySlam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4.3,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_base_physical_damage_%_to_convert_to_cold",
        "attack_maximum_action_distance_+",
        "voll_slam_damage_+%_final_at_centre",
        "is_area_damage",
    },
    levels = {
        [1] = {80, 16, 50, baseMultiplier = 3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSMarakethSentinalMaceBossIceSpikeExplode"] = {
    name = "GSMarakethSentinalMaceBossIceSpikeExplode",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "geometry_spell",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "active_skill_base_physical_damage_%_to_convert_to_cold",
        "is_area_damage",
    },
    levels = {
        [1] = {0.89999997615814, 1.1000000238419, 60, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAMarakethSentinalMaceBossMarkerSlamImpact"] = {
    name = "GAMarakethSentinalMaceBossMarkerSlamImpact",
    hidden = true,
    color = ,
    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",
        "global_knockback",
    },
    levels = {
        [1] = {baseMultiplier = 1.7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPWMarakethSentinalMaceBossMultiSlamImpact"] = {
    name = "MPWMarakethSentinalMaceBossMultiSlamImpact",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_additional_projectiles",
        "monster_projectile_variation",
        "active_skill_base_physical_damage_%_to_convert_to_cold",
        "base_is_projectile",
        "use_scaled_contact_offset",
        "projectile_uses_contact_position",
        "action_attack_or_cast_time_uses_animation_length",
        "projectiles_travel_at_fixed_height",
        "projectiles_nova",
    },
    levels = {
        [1] = {50, 1142, 60, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAMarakethSentinelMaceBossFootStepSlam"] = {
    name = "GAMarakethSentinelMaceBossFootStepSlam",
    hidden = true,
    color = ,
    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] = {baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAMarakethSentinelMaceBossMultiSlam"] = {
    name = "GAMarakethSentinelMaceBossMultiSlam",
    hidden = true,
    color = ,
    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 = {
        "active_skill_base_physical_damage_%_to_convert_to_cold",
        "attack_maximum_action_distance_+",
        "voll_slam_damage_+%_final_at_centre",
        "is_area_damage",
    },
    levels = {
        [1] = {40, 20, 50, baseMultiplier = 1.7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EAAMarakethSentinelMaceBossMarkerSlam"] = {
    name = "EAAMarakethSentinelMaceBossMarkerSlam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 4.833,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "attack_maximum_action_distance_+",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EAAMarakethSentinelMaceBossEnrage"] = {
    name = "EAAMarakethSentinelMaceBossEnrage",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EAAMarakethSentinelMaceBossMultiSlam"] = {
    name = "EAAMarakethSentinelMaceBossMultiSlam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 8.9,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SOMarakethSentinelMaceBossIceSpike"] = {
    name = "SOMarakethSentinelMaceBossIceSpike",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTMarakethSentinelMaceBossIceMarkers"] = {
    name = "GTMarakethSentinelMaceBossIceMarkers",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTMarakethSentinelMaceBossIceMarkersBig"] = {
    name = "GTMarakethSentinelMaceBossIceMarkersBig",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAMarakethSentinalMaceBossMarkerWaveOut"] = {
    name = "GAMarakethSentinalMaceBossMarkerWaveOut",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "geometry_spell",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
        "base_deal_no_damage",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}