Braom, das erste Experiment
Humanoid
Wächst oder schrumpft mit dem Leben von Uzar
Monster gewähren 100% erhöhte Erfahrung
15000% erhöhte Seltenheit fallen gelassener Gegenstände
Aktionsgeschwindigkeit kann nicht unter 50% des Basiswerts modifiziert werden
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
stance movement speed +% final [-3]
Kann nicht zurückgestoßen werden
Braom, the First Experiment
SpectreN
Tagshuman, humanoid, large_model, not_dex, not_int, red_blood, sanctum_monster, very_slow_movement
Leben
960%
Rüstung
+100%
Ailment Threshold
440%
Widerstand
50 50 50 30
Damage
100%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritische Treffer
+130%
Attack Distance
6 ~ 18
Attack Time
2.25 Second
Damage Spread
±20%
Erfahrung
200%
Model Size
130%
Type
SanctumSentinelMaceBoss
Metadata
SentinelMaceBoss
Stufe
68
Leben
1,337,725
Rüstung
57,580
Ausweichwert
4,739
Damage
425
Zauberschaden
635
Genauigkeit
580
Attack Time
1.5075
Erfahrung
112,805
Minion Life
290,164
Minion Damage
340
Ailment Threshold
386,268
Chill
1,221
Shock
1,221
Brittle
6,910
Scorch
1,221
Sap
3,374
MeleeAtAnimationSpeedWithDirectionalKnockbackSanctum
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Standardangriff
Base Damage: 676–1014
Kritische Trefferchance: 5%
Attack Time: 2.25 Sek.
Streckt Eure Feinde mit einem mächtigen Schlag nieder.
Stößt Gegner bei Treffer zurück
100% erhöhte Rückstoßdistanz
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
Attack
Base Damage: 676–1014
Kritische Trefferchance: 5%
Attack Time: 2.25 Sek.
Abklingzeit: 20 Sek.
+3 Meter zur Nahkampfschlagreichweite
GASanctumSentinelMaceFootstepCascade
Triggerable, Attack
Base Damage: 676–1014
Kritische Trefferchance: 5%
Angriffsschaden: 75%
Attack Time: 2.25 Sek.
Stößt Gegner bei Treffer zurück
Verursacht 25% weniger Angriffsschaden
10% weniger Wirkungsbereich
base sanctum damage [30]
is area damage [1]
GASanctumSentinelMaceBasicSlam
Triggerable, Attack
Base Damage: 676–1014
Kritische Trefferchance: 5%
Attack Time: 2.25 Sek.
Stößt Gegner bei Treffer zurück
base sanctum damage [30]
is area damage [1]
GASanctumSentinelMaceHeavySlam
Triggerable, Attack
Base Damage: 676–1014
Kritische Trefferchance: 5%
Angriffsschaden: 150%
Attack Time: 2.25 Sek.
Abklingzeit: 12 Sek.
Stößt Gegner bei Treffer zurück
Verursacht 50% mehr Angriffsschaden
Betäubt Gegner
+2 Meter zur Nahkampfschlagreichweite
action attack or cast time uses animation length [1]
base knockback speed +% [100]
base sanctum damage [60]
is area damage [1]
GASanctumSentinelMaceMarkerSlamImpact
Triggerable, Attack
Base Damage: 676–1014
Kritische Trefferchance: 5%
Angriffsschaden: 75%
Attack Time: 2.25 Sek.
Stößt Gegner bei Treffer zurück
Verursacht 25% weniger Angriffsschaden
base sanctum damage [30]
is area damage [1]
GASanctumSentinelMaceMarkerSlamCascade
Triggerable, Attack
Base Damage: 676–1014
Kritische Trefferchance: 5%
Angriffsschaden: 150%
Attack Time: 2.25 Sek.
Stößt Gegner bei Treffer zurück
Verursacht 50% mehr Angriffsschaden
base sanctum damage [80]
is area damage [1]
SOSanctumMarkerSlamMarker
Triggerable, Spell
Zauberzeit: 1 Sek.
GTSanctumSentinelMarkerSlamSunder
Triggerable, Spell
Zauberzeit: 1.33 Sek.

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 = { }, },
    },
}
Monster gewähren 100% erhöhte Erfahrung
15000% erhöhte Seltenheit fallen gelassener Gegenstände
IdMonsterMapBoss
FamilyMonsterMapBoss
DomainsMonster (3)
GenerationTypeEinzigartig (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • Aktionsgeschwindigkeit kann nicht unter 50% des Basiswerts modifiziert werden
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • hellscape boots action speed +% minimum value Min: -50 Max: -50 Global
  • Craft Tagsspeed
    cannot be stunned for ms after stun finished [4000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBossSuper
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 4000 Max: 4000 Global
  • IdMonsterTagSanctumBraomBoss
    FamilyMonsterTagSanctumBraomBoss
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Adds Tagssanctum_braom_boss
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    stance movement speed +% final [-3]
    IdStanceSanctumSentinelAngryWalk
    FamilyStance
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -3 Max: -3 Global
  • Craft Tagsspeed
    Kann nicht zurückgestoßen werden
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    DomainsMonster (3)
    GenerationTypeEinzigartig (3)
    Req. level1
    Stats
  • cannot be knocked back Min: 1 Max: 1 Global
  • Edit

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