Braom, el primer experimento
Humanoide
Crece o se encoge en función de la vida de Uzar
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
La velocidad de acción no se puede modificar por debajo del 50% de su valor base
cannot be stunned for ms after stun finished [4000]
cannot be stunned while stunned [1]
stance movement speed +% final [-3]
No puede ser empujado
Braom, the First Experiment
SpectreN
Tagshuman, humanoid, large_model, not_dex, not_int, red_blood, sanctum_monster, very_slow_movement
Vida
960%
Armadura
+100%
Ailment Threshold
440%
Resistencia
50 50 50 30
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 18
Attack Time
2.25 Second
Damage Spread
±20%
Experiencia
200%
Model Size
130%
Type
SanctumSentinelMaceBoss
Metadata
SentinelMaceBoss
Nivel
68
Vida
1,337,725
Armadura
57,580
Evasión
4,739
Damage
425
Daño de hechizos
635
Precisión
580
Attack Time
1.5075
Experiencia
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
Ataque estándar
Base Damage: 676–1014
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
Derriba a tus enemigos con un golpe poderoso.
Empuja a los enemigos con cada golpe
Distancia de empuje aumentada un 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
Attack
Base Damage: 676–1014
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
Tiempo de recarga: 20 seg
+3 metros al alcance de los golpes cuerpo a cuerpo
GASanctumSentinelMaceFootstepCascade
Triggerable, Attack
Base Damage: 676–1014
Probabilidad de golpe crítico: 5%
Daño de ataque: 75%
Attack Time: 2.25 seg
Empuja a los enemigos con cada golpe
Inflige un 25% menos de daño de ataque
10% menos Área de Efecto
base sanctum damage [30]
is area damage [1]
GASanctumSentinelMaceBasicSlam
Triggerable, Attack
Base Damage: 676–1014
Probabilidad de golpe crítico: 5%
Attack Time: 2.25 seg
Empuja a los enemigos con cada golpe
base sanctum damage [30]
is area damage [1]
GASanctumSentinelMaceHeavySlam
Triggerable, Attack
Base Damage: 676–1014
Probabilidad de golpe crítico: 5%
Daño de ataque: 150%
Attack Time: 2.25 seg
Tiempo de recarga: 12 seg
Empuja a los enemigos con cada golpe
Inflige un 50% más de daño de ataque
Aturde a los enemigos
+2 metros al alcance de los golpes cuerpo a cuerpo
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
Probabilidad de golpe crítico: 5%
Daño de ataque: 75%
Attack Time: 2.25 seg
Empuja a los enemigos con cada golpe
Inflige un 25% menos de daño de ataque
base sanctum damage [30]
is area damage [1]
GASanctumSentinelMaceMarkerSlamCascade
Triggerable, Attack
Base Damage: 676–1014
Probabilidad de golpe crítico: 5%
Daño de ataque: 150%
Attack Time: 2.25 seg
Empuja a los enemigos con cada golpe
Inflige un 50% más de daño de ataque
base sanctum damage [80]
is area damage [1]
SOSanctumMarkerSlamMarker
Triggerable, Spell
Tiempo de lanzamiento: 1 seg
GTSanctumSentinelMarkerSlamSunder
Triggerable, Spell
Tiempo de lanzamiento: 1.33 seg

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 = { }, },
    },
}
Los monstruos otorgan la experiencia aumentada un 100%
La rareza de los objetos arrojados está aumentada un 15000%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstruo (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • La velocidad de acción no se puede modificar por debajo del 50% de su valor base
    IdCannotBeSlowedBelowValueBosses
    FamilyCannotBeSlowedBelowValue
    Domainsmonstruo (3)
    GenerationTypeÚnico (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
    Domainsmonstruo (3)
    GenerationTypeÚnico (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
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Adds Tagssanctum_braom_boss
    IdNothing
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [-3]
    IdStanceSanctumSentinelAngryWalk
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: -3 Max: -3 Global
  • Craft Tagsspeed
    No puede ser empujado
    IdImmuneToKnockback
    FamilyImmuneToKnockback
    Domainsmonstruo (3)
    GenerationTypeÚnico (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.