Draven, the Eternal Praetor
Undead
stance movement speed +% final [233]
monster dropped item rarity +% [1600]
monster slain experience +% [0]
SpectreN
AreaMausoleum of the Praetor
Tags2HSharpMetal_onhit_audio, ghost_blood, humanoid, not_dex, not_int, undead, very_slow_movement
Life
163%
Armour
+100%
Resistance
30 0 0 0
Damage
313%
Accuracy
100%
5%
Attack Distance
5 ~ 11
Attack Time
1.5 Second
Damage Spread
±20%
Experience
250%
Model Size
130%
Type
HusbandMonster
Metadata
HusbandMonster
Level
8
Life
82
Armour
44
Evasion Rating
70
Damage
55
Spell Damage
55
Accuracy
124
Attack Time
1.5
Experience
188
Minion Life
489
Minion Damage
45
Minion Armour
88
MeleeAtAnimationSpeedBoss
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
Basic Attack
Base Damage: 44–66
Critical Hit Chance: 5%
Attack Time: 1.5 sec
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MPSHusbandMonsterCleaveBalls
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
Critical Hit Chance: 5%
Cast Time: 1 sec
Deals 22.37 to 33.56 Physical Damage
Deals 22.37 to 33.56 Fire Damage
action attack or cast time uses animation length [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster penalty against minions damage +% final vs player minions [100]
monster projectile variation [1108]
projectile uses contact direction [1]
projectile uses contact position [1]
spell maximum action distance +% [-30]
HusbandMonsterBlazingLance
Attack, Projectile, ProjectilesFromUser, RangedAttack, Fire, Barrageable, Spear, UsableWhileMounted
Blazing Lance
Base Damage: 44–66
Critical Hit Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 13.5 sec
Throw a spear leaving a trail of Fire in its wake, Burning enemies. Then throws a second spear in the same direction, causing the trail of Fire to expand outwards.
Deals 53.8 Base Fire Damage per second
Converts 60% of Physical Damage to Fire Damage
Pierces all Targets
action attack or cast time uses animation length [1]
active skill base area of effect radius [8]
active skill base secondary area of effect radius [50]
additional projectiles fire parallel y dist [-50]
base is projectile [1]
base skill cannot be avoided by dodge roll or evaded or blocked [1]
base skill effect duration [4000]
fire wake spear wall speed [1000]
monster penalty against minions damage +% final vs player minions [80]
no additional projectiles [1]
number of firing points equals projectile count [1]
use scaled contact offset [1]
EASHusbandMonsterConsumeSpirit
action attack or cast time uses animation length [1]
EASHusbandMonsterSpiritExpire
action attack or cast time uses animation length [1]
HusbandMonsterCleave
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
Basic Attack
Base Damage: 44–66
Critical Hit Chance: 5%
Attack Damage: 175%
Attack Time: 1.5 sec
Cooldown Time: 7 sec
Deals 75% more Attack Damage
Knocks Back Enemies
action attack or cast time uses animation length [1]
attack maximum action distance + [20]
determine knockback direction from melee pattern [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
HusbandMonsterComboAttack
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
Basic Attack
Base Damage: 44–66
Critical Hit Chance: 5%
Attack Damage: 80%
Attack Time: 1.5 sec
Cooldown Time: 9 sec
Deals 20% less Attack Damage
Knocks Back Enemies
action attack or cast time uses animation length [1]
attack maximum action distance + [15]
determine knockback direction from melee pattern [1]
monster penalty against minions damage +% final vs player minions [100]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
HusbandMonsterCleaveEmpowered
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
Basic Attack
Base Damage: 44–66
Critical Hit Chance: 5%
Attack Damage: 210%
Attack Time: 1.5 sec
Cooldown Time: 9 sec
Deals 110% more Attack Damage
Knocks Back Enemies
action attack or cast time uses animation length [1]
attack maximum action distance + [20]
determine knockback direction from melee pattern [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GSHusbandPurge
Triggerable, Spell, Damage
Cast Time: 1 sec
base deal no damage over time [1]
is area damage [1]
EASHusbandCallSpirits
action attack or cast time uses animation length [1]
DTTHusbandDash
Attack, Movement
Dash
Base Damage: 44–66
Critical Hit Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 6 sec
action attack or cast time uses animation length [1]
leap slam minimum distance [46]
skill maximum travel distance [64]
spell maximum action distance +% [0]
walk emerge extra distance [-11]
GAHusbandCleaveDash
Triggerable, Attack
Base Damage: 44–66
Critical Hit Chance: 5%
Attack Damage: 130%
Attack Time: 1.5 sec
Deals 30% more Attack Damage
action attack or cast time uses animation length [1]
monster penalty against minions damage +% final vs player minions [100]
GAHusbandDashTrigger
Triggerable, Spell, Damage
Cast Time: 1 sec
Deals 80% less Attack Damage
action attack or cast time uses animation length [1]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBase"

StateMachine
{
	define_shared_state = "spirits; max; souls;"
}

Positioned
{
	force_placement = true
}

Stats
{
	set_monster_delay_item_drops_millis = 3200
}

Actor
{
	// resets projectiles pierce list between 1st and 2nd swipes
	on_effect_event_reset_pierce_list_for_HusbandMonsterCleaveEmpowered = "RemoveNamedTask( SharedPierceList ); AddNamedTask( SharedPierceList );"
}

Preload
{
	preload_monster_variety = "Metadata/Monsters/SummonedPhantasm/HusbandWifeSpirits"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBase"

Render
{
	use_ao_lights = true
	light_starts_disabled = true
}

GlobalAudioParamEvents
{
	player_in_range_param = "HusbandInRange"
	life_percent_param = "HusbandLifePercentage"
	range = 130
}

StateMachine
{
	create_state_light_0 = "DisableLight();"

	create_state_light_1 =
	"
		Delay( 0.01, { EnableLight(); } );
		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/HusbandBoss/epk/powerup.epk' );
	"

	on_state_light_0 = "DisableLight();"

	on_state_light_1 =
	"
		FadeInLight( 6 );
		SetStateTo( spirits, 1 );
		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/HusbandBoss/epk/powerup.epk' );
	"

	on_state_light_2 = "SetLightState( dim, 2 );"
	create_state_light_2 = "SetLightState( dim );"

	on_or_create_state_light_0 =
	"
		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/HusbandBoss/epk/powerup.epk' );
		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/HusbandBoss/epk/powerup_body.epk' );
	"

	on_or_create_state_max_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/HusbandBoss/epk/powerup_body.epk' );"
	on_or_create_state_spirits_0 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/HusbandBoss/epk/powerup_body.epk' );"

	on_change_state_spirits =
	"
		this.soul_intensity = Clamp( 0.0 + GetState( spirits ), 0.0, 4.0 );
		Call( update_soul_states, soul_intensity );
	"
}

Functions
{
	update_soul_states =
	"
		this.effect_values = arg1;
		effect_values += arg1;
		effect_values += 0.0;
		effect_values += 0.0;
	"
}

Actor
{
	//		&0&
	//		on_effect_event_dialogue_for_***** = ""
	on_effect_event_dialogue_for_CTS1BossFightStart = 	
	"		
		local player = GetLocalPlayer();
		local succeeded;
		this.player_ascendancy = player.GetAscendancyName();
		If( Or( player_ascendancy == 'Druid', player_ascendancy == 'Druid1', player_ascendancy == 'Druid2', player_ascendancy == 'Druid3' ),
		{
			PlayTextAudio( HusbandBoss_Emerge_Ezo_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster', 1200 );
			succeeded = true;
		} );
		If( Or( player_ascendancy == 'Warrior', player_ascendancy == 'Warrior1', player_ascendancy == 'Warrior2', player_ascendancy == 'Warrior3' ),
		{
			PlayTextAudio( HusbandBoss_Emerge_Karui_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster', 500 );
			succeeded = true;
		} );
		If( Or( player_ascendancy == 'Marauder', player_ascendancy == 'Marauder1', player_ascendancy == 'Marauder2', player_ascendancy == 'Marauder3' ),
		{
			PlayTextAudio( HusbandBoss_Emerge_Karui_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster', 500 );
			succeeded = true;
		} );
		If( Or( player_ascendancy == 'Witch', player_ascendancy == 'Witch1', player_ascendancy == 'Witch2', player_ascendancy == 'Witch3' ),
		{
			PlayTextAudio( HusbandBoss_Emerge_Witch, 'Metadata/Monsters/HusbandMonster/HusbandMonster', 200 );
			succeeded = true;
		} );
		If( Or( player_ascendancy == 'Templar', player_ascendancy == 'Templar1', player_ascendancy == 'Templar2', player_ascendancy == 'Templar3' ),
		{
			PlayTextAudio( HusbandBoss_Emerge_Templar, 'Metadata/Monsters/HusbandMonster/HusbandMonster', 500 );
			succeeded = true;
		} );
		If( !VariableExists( succeeded ), ()
		{
			PlayTextAudio( HusbandBoss_Emerge_Other_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster', 1500 );
		} );
	"

	on_effect_start_HusbandMonsterComboAttack =
	"
		Roll( 1, 2, ()
		{
			PlayTextAudio( HusbandBoss_Combo_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster' );
		} );
	"

	on_effect_start_HusbandMonsterBlazingLance =
	"
		Roll( 1, 1, ()
		{
			PlayTextAudio( HusbandBoss_Overhead_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster' );
		} );
	"
}

Functions
{
	call_wife =
	"
		Roll( 1, 1, ()
		{
			PlayTextAudio( HusbandBoss_Summon_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster' );
		} );
	"
}

Animated
{
	on_cleave_01 = "PlayTextAudio( HusbandBoss_Cleave_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster' );"
	on_cleave_02 = "PlayTextAudio( HusbandBoss_Cleave2_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster' );"
	on_dash_slice_01 = "PlayTextAudio( HusbandBoss_Dash_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster' );"
	on_empower_01 = "PlayTextAudio( HusbandBoss_Empower_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster' );"
	on_knockdown_bwd_01 = "PlayTextAudio( HusbandBoss_Knockdown_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster' );"
	on_end_death_bwd_02 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/HusbandBoss/epk/powerup_body.epk' );"
}

Life
{
	on_death = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/HusbandBoss/epk/powerup_body.epk' );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/HusbandMonster/HusbandMonster"] = {
    name = "Draven, the Eternal Praetor",
    life = 1.63,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 3.13,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 11,
    accuracy = 1,
    weaponType1 = "Two Hand Sword",
    skillList = {
        "MeleeAtAnimationSpeedBoss",
        "HusbandMonsterCleave",
        "HusbandMonsterCleaveEmpowered",
        "HusbandMonsterComboAttack",
        "MPSHusbandMonsterCleaveBalls",
        "GSHusbandPurge",
        "GAHusbandCleaveDash",
        "GAHusbandDashTrigger",
        "EASHusbandMonsterConsumeSpirit",
        "EASHusbandMonsterSpiritExpire",
        "EASHusbandCallSpirits",
        "DTTHusbandDash",
        "HusbandMonsterBlazingLance",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedBoss"] = {
    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 = {
        "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["HusbandMonsterCleave"] = {
    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 = {
        "attack_maximum_action_distance_+",
        "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] = {20, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HusbandMonsterCleaveEmpowered"] = {
    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 = {
        "attack_maximum_action_distance_+",
        "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] = {20, baseMultiplier = 2.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HusbandMonsterComboAttack"] = {
    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 = {
        "attack_maximum_action_distance_+",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "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] = {15, 100, baseMultiplier = 0.8, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSHusbandMonsterCleaveBalls"] = {
    name = "MPSHusbandMonsterCleaveBalls",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "maintain_projectile_direction_when_using_contact_position",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_direction",
    },
    levels = {
        [1] = {0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, 1108, -30, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSHusbandPurge"] = {
    name = "GSHusbandPurge",
    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 = {
        "base_deal_no_damage_over_time",
        "is_area_damage",
    },
    levels = {
        [1] = {levelRequirement = 8, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAHusbandCleaveDash"] = {
    name = "GAHusbandCleaveDash",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {100, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAHusbandDashTrigger"] = {
    name = "GAHusbandDashTrigger",
    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",
    },
    levels = {
        [1] = {baseMultiplier = 0.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASHusbandMonsterConsumeSpirit"] = {
    name = "EASHusbandMonsterConsumeSpirit",
    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["EASHusbandMonsterSpiritExpire"] = {
    name = "EASHusbandMonsterSpiritExpire",
    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["EASHusbandCallSpirits"] = {
    name = "EASHusbandCallSpirits",
    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["DTTHusbandDash"] = {
    name = "Dash",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_extra_distance",
        "leap_slam_minimum_distance",
        "skill_maximum_travel_distance",
        "spell_maximum_action_distance_+%",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {-11, 46, 64, 0, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["HusbandMonsterBlazingLance"] = {
    name = "Blazing Lance",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throw a spear leaving a trail of [Fire|Fire] in its wake, [Burning|Burning] enemies. Then throws a second spear in the same direction, causing the trail of [Fire|Fire] to expand outwards.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Fire] = true,
        [SkillType.Barrageable] = true,
        [SkillType.Spear] = true,
        [SkillType.UsableWhileMounted] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "active_skill_base_physical_damage_%_to_convert_to_fire",
        "additional_projectiles_fire_parallel_y_dist",
        "active_skill_base_area_of_effect_radius",
        "active_skill_base_secondary_area_of_effect_radius",
        "base_skill_effect_duration",
        "fire_wake_spear_wall_speed",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "base_is_projectile",
        "use_scaled_contact_offset",
        "number_of_firing_points_equals_projectile_count",
        "always_pierce",
        "action_attack_or_cast_time_uses_animation_length",
        "no_additional_projectiles",
        "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
    },
    levels = {
        [1] = {3, 60, -50, 8, 50, 4000, 1000, 80, critChance = 5, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
FamilyNothing
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
FamilyNothing
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
stance movement speed +% final [233]
FamilyStance
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • stance movement speed +% final Min: 233 Max: 233 Global
  • monster dropped item rarity +% [1600]
    monster slain experience +% [0]
    FamilyMonsterActBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 0 Max: 0 Global
  • monster dropped item rarity +% Min: 1600 Max: 1600 Global
  • keyval
    StateMachine./*,
    StateMachine.boss_life_bar - controls when to show the big life bar (also requires the checkbox in MonsterVarieties to be checked)
    StateMachine.0: Life bar is hidden
    StateMachine.1: Life bar is visible, will hide on death
    StateMachine.dont_hide_lifebar_on_unaggro - controls whether the boss life bar should be hidden when the boss unaggros
    StateMachine.0: Life bar is hidden after a short duration when the boss loses aggro
    StateMachine.1: Life bar remains visible the entire time, can still be controlled by setting the disable_life_bar state
    StateMachine.show_life_bar_when_in_range - delay the life bar from showing up, until the boss is on screen (for wild bosses)
    StateMachine.0: Life bar behaves as normal
    StateMachine.1: Life bar initially only shows up when a player can see the boss on screen, this doesn't make it get removed if the player goes off screen though
    StateMachine.hidden - replaces the Unaggro+hidden_monster combo, and optionally pauses delirium fog
    StateMachine.0: Make aggro and remove hidden monster buff
    StateMachine.1: Unaggro and add hidden monster buff
    StateMachine.2: Unaggro, add hidden monster buff and pause delirium fog
    StateMachine.light - controls the boss point light, attaches to head_light_attachment if it exists (otherwise uses the default)
    StateMachine.0: Light off, handles the fade out
    StateMachine.1: Light on, handles the fade in
    StateMachine.introsequence - for bosses that are doing something before you rudely interrupt them
    StateMachine.boss uses the ChangeToStance1BossFightStart granted effect for this, which is added through the actor component in here
    StateMachine.0: no intro sequence
    StateMachine.1: boss starts off in stance2, then does change to stance1 when a proximity trigger is triggered
    StateMachine.intro_zoom - for bosses that should have the camera zoom out during the intro
    StateMachine.0: no zoom
    StateMachine.1: zoom enabled, with default values. These can be overridden in the monsters ots.
    StateMachine.intro_pan - for bosses that should have the camera pan towards them during the intro
    StateMachine.0: no pan
    StateMachine.1: pan enabled, with default values. These can be overridden in the monsters ots.
    StateMachine.use_offset_camera_controller - if this is set to 1, the boss will spawn and use a specific object as the zoom/pan center point
    StateMachine.The location of this object needs to be set by the boss too, if it isn't you will get warning message
    StateMachine.See GreatWhiteOne (shark boss) as an example, but all you really need is to set the state to 1 and move the object after it spawns
    StateMachine.0: use self as zoom/pan origin
    StateMachine.1: use a new object as the zoom/pan origin
    StateMachine.door_type - defaults to 0 for no door (or no boss control over door), other values are related to specific door types
    StateMachine.When used, also need to do 'set_telepad_indexx' in the monsters ots (BaseEvents), where x is the telepad index
    StateMachine.0: disable telepad, but only if a telepad index has been set
    StateMachine.1: force field door, forcefield blocks entrance on boss aggro, is removed on boss death (requires Metadata/MiscellaneousObjects/BossForceFieldDoor.ot in arena)
    StateMachine.2: prisoner boss door, closed on fight start, doesn't reopen afterwards (Metadata/Terrain/Gallows/Act4/4_5_2/Objects/PrisonBossDoor.ot)
    StateMachine.roaming - State for disabling instant portals on roaming bosses vs arena bosses.
    StateMachine.0: Arena Boss
    StateMachine.1: Roaming Boss
    StateMachine.arena_sector_id - If there are multiple arena bosses in an instance, each boss needs a different arena_sector_id INCLUDING roaming bosses
    StateMachine.It defaults to 1 so most bosses wont need this to be changed
    StateMachine.Currently supports up to three different bosses, but its easy to add more
    StateMachine.This state value is used to decide which boss sectors to destroy, see the triggerbracket on death in the BossBase.ots for more detail
    StateMachine.use_custom_sector_removal_handling - Set to 1 if a boss needs to use its own custom handling for sector removal on death (eg Mastodon)
    StateMachine.0: default behaviour, arena sector is removed on boss death
    StateMachine.1: custom behaviour, this disables the on death sector removal in boss base, so will need to be handled in the bosses otc AND ots
    StateMachine.quick_death_enabled - Use this for bosses with long deaths that are visible when you resurrect at checkpoint after killing them
    StateMachine.DO NOT set the quick_death state manually, this will cause the monster to do its quick death anim when it first dies
    StateMachine.0: default behaviour, death will be played at regular speed
    StateMachine.1: death anim is sped up by 10000x, this should be used for bosses that have events in their death that need to trigger
    StateMachine.2: death anim is sped up by 1000x, deaths with move events dont like being super fast so they can use this slower one
    StateMachine.am_final_boss_in_fight - This is used for multi boss fights to handle resurrecting etc after killing a single boss from fight
    StateMachine.0: reaching this state toggles part_of_multiple_boss_fight to be true, and signifies that this boss is not the final boss
    StateMachine.1: default value, will remain here unless another boss turns flips it to 0
    StateMachine.part_of_multiple_boss_fight - helper state for the above, shouldn't be interacted with manually
    StateMachine.0: currently not part of a multi boss fight
    StateMachine.1: was part of a multi boss fight at some point
    StateMachine.*/,
    StateMachine.define_shared_state =
    StateMachine.",
    StateMachine.boss_life_bar;
    StateMachine.hidden;
    StateMachine.light;
    StateMachine.introsequence;
    StateMachine.disable_life_bar;
    StateMachine.intro_zoom;
    StateMachine.intro_pan;
    StateMachine.use_offset_camera_controller;
    StateMachine.door_type;
    StateMachine.roaming;
    StateMachine.first_aggro;
    StateMachine.room_marker;
    StateMachine.arena_sector_id1;
    StateMachine.use_custom_sector_removal_handling;
    StateMachine.quick_death_enabled;
    StateMachine.quick_death;
    StateMachine.am_final_boss_in_fight1;
    StateMachine.part_of_multiple_boss_fight;
    StateMachine.dead - Boss is dead. This state is saved to the character checkpoint, so if you respawn at checkpoint this state will be automatically set. In BossBase.ots, this also calls KillSelfNoDrops().
    StateMachine.if you DON'T want this state to save/load automatically, use StateMachine{ checkpoint_save_deadfalse }
    StateMachine.0: Boss is alive
    StateMachine.1: Boss is dead
    StateMachine.2: Boss is dead and corpse is hidden
    StateMachine.define_shared_checkpoint_statedead
    StateMachine.define_shared_statespirits; max; souls;
    Actor.slow_animations_go_to_idlefalse
    Actor.leveled_starting_effectsCTS1BossFightStart
    Actor.on_effect_event_reset_pierce_list_for_HusbandMonsterCleaveEmpoweredRemoveNamedTask( SharedPierceList ); AddNamedTask( SharedPierceList );
    Stats.corpse_cannot_be_destroyed1
    Stats.base_heavy_stun_duration_ms4000
    Stats.additional_life_scaling_index6
    Stats.monster_delay_item_drops_millis3200
    Life.corpse_usablefalse
    Monster.is_bosstrue
    Positioned.force_placementtrue
    Preload.preload_monster_varietyMetadata/Monsters/SummonedPhantasm/HusbandWifeSpirits
    Draven, the Eternal Praetor
    Undead
    stance movement speed +% final [233]
    monster dropped item rarity +% [1600]
    monster slain experience +% [0]
    SpectreN
    Tags2HSharpMetal_onhit_audio, ghost_blood, humanoid, not_dex, not_int, undead, very_slow_movement
    Life
    250%
    Armour
    +100%
    Resistance
    30 0 0 0
    Damage
    313%
    Accuracy
    100%
    5%
    Attack Distance
    5 ~ 11
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    250%
    Model Size
    130%
    Type
    HusbandMonsterCRUEL
    Metadata
    HusbandMonsterCRUEL
    Level
    68
    Life
    19,393
    Armour
    4,826
    Evasion Rating
    708
    Damage
    730
    Spell Damage
    730
    Accuracy
    2,464
    Attack Time
    1.5
    Experience
    71,585
    Minion Life
    17,325
    Minion Damage
    3,032
    Minion Armour
    9,652
    MeleeAtAnimationSpeedBoss
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Basic Attack
    Base Damage: 584–876
    Critical Hit Chance: 5%
    Attack Time: 1.5 sec
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    MPSHusbandMonsterCleaveBalls
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    Critical Hit Chance: 5%
    Cast Time: 1 sec
    Deals 287 to 430.5 Physical Damage
    Deals 287 to 430.5 Fire Damage
    action attack or cast time uses animation length [1]
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster penalty against minions damage +% final vs player minions [100]
    monster projectile variation [1108]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-30]
    HusbandMonsterBlazingLance
    Attack, Projectile, ProjectilesFromUser, RangedAttack, Fire, Barrageable, Spear, UsableWhileMounted
    Blazing Lance
    Base Damage: 584–876
    Critical Hit Chance: 5%
    Attack Time: 1.5 sec
    Cooldown Time: 13.5 sec
    Throw a spear leaving a trail of Fire in its wake, Burning enemies. Then throws a second spear in the same direction, causing the trail of Fire to expand outwards.
    Deals 689.5 Base Fire Damage per second
    Converts 60% of Physical Damage to Fire Damage
    Pierces all Targets
    action attack or cast time uses animation length [1]
    active skill base area of effect radius [8]
    active skill base secondary area of effect radius [50]
    additional projectiles fire parallel y dist [-50]
    base is projectile [1]
    base skill cannot be avoided by dodge roll or evaded or blocked [1]
    base skill effect duration [4000]
    fire wake spear wall speed [1000]
    monster penalty against minions damage +% final vs player minions [80]
    no additional projectiles [1]
    number of firing points equals projectile count [1]
    use scaled contact offset [1]
    EASHusbandMonsterConsumeSpirit
    action attack or cast time uses animation length [1]
    EASHusbandMonsterSpiritExpire
    action attack or cast time uses animation length [1]
    HusbandMonsterCleave
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Basic Attack
    Base Damage: 584–876
    Critical Hit Chance: 5%
    Attack Damage: 175%
    Attack Time: 1.5 sec
    Cooldown Time: 7 sec
    Deals 75% more Attack Damage
    Knocks Back Enemies
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    determine knockback direction from melee pattern [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    HusbandMonsterComboAttack
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Basic Attack
    Base Damage: 584–876
    Critical Hit Chance: 5%
    Attack Damage: 80%
    Attack Time: 1.5 sec
    Cooldown Time: 9 sec
    Deals 20% less Attack Damage
    Knocks Back Enemies
    action attack or cast time uses animation length [1]
    attack maximum action distance + [15]
    determine knockback direction from melee pattern [1]
    monster penalty against minions damage +% final vs player minions [100]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    HusbandMonsterCleaveEmpowered
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Basic Attack
    Base Damage: 584–876
    Critical Hit Chance: 5%
    Attack Damage: 210%
    Attack Time: 1.5 sec
    Cooldown Time: 9 sec
    Deals 110% more Attack Damage
    Knocks Back Enemies
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    determine knockback direction from melee pattern [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GSHusbandPurge
    Triggerable, Spell, Damage
    Cast Time: 1 sec
    base deal no damage over time [1]
    is area damage [1]
    EASHusbandCallSpirits
    action attack or cast time uses animation length [1]
    DTTHusbandDash
    Attack, Movement
    Dash
    Base Damage: 584–876
    Critical Hit Chance: 5%
    Attack Time: 1.5 sec
    Cooldown Time: 6 sec
    action attack or cast time uses animation length [1]
    leap slam minimum distance [46]
    skill maximum travel distance [64]
    spell maximum action distance +% [0]
    walk emerge extra distance [-11]
    GAHusbandCleaveDash
    Triggerable, Attack
    Base Damage: 584–876
    Critical Hit Chance: 5%
    Attack Damage: 130%
    Attack Time: 1.5 sec
    Deals 30% more Attack Damage
    action attack or cast time uses animation length [1]
    monster penalty against minions damage +% final vs player minions [100]
    GAHusbandDashTrigger
    Triggerable, Spell, Damage
    Cast Time: 1 sec
    Deals 80% less Attack Damage
    action attack or cast time uses animation length [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BossBase"
    
    StateMachine
    {
    	define_shared_state = "spirits; max; souls;"
    }
    
    Positioned
    {
    	force_placement = true
    }
    
    Stats
    {
    	set_monster_delay_item_drops_millis = 3200
    }
    
    Actor
    {
    	// resets projectiles pierce list between 1st and 2nd swipes
    	on_effect_event_reset_pierce_list_for_HusbandMonsterCleaveEmpowered = "RemoveNamedTask( SharedPierceList ); AddNamedTask( SharedPierceList );"
    }
    
    Preload
    {
    	preload_monster_variety = "Metadata/Monsters/SummonedPhantasm/HusbandWifeSpirits"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BossBase"
    
    Render
    {
    	use_ao_lights = true
    	light_starts_disabled = true
    }
    
    GlobalAudioParamEvents
    {
    	player_in_range_param = "HusbandInRange"
    	life_percent_param = "HusbandLifePercentage"
    	range = 130
    }
    
    StateMachine
    {
    	create_state_light_0 = "DisableLight();"
    
    	create_state_light_1 =
    	"
    		Delay( 0.01, { EnableLight(); } );
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/HusbandBoss/epk/powerup.epk' );
    	"
    
    	on_state_light_0 = "DisableLight();"
    
    	on_state_light_1 =
    	"
    		FadeInLight( 6 );
    		SetStateTo( spirits, 1 );
    		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/HusbandBoss/epk/powerup.epk' );
    	"
    
    	on_state_light_2 = "SetLightState( dim, 2 );"
    	create_state_light_2 = "SetLightState( dim );"
    
    	on_or_create_state_light_0 =
    	"
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/HusbandBoss/epk/powerup.epk' );
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/HusbandBoss/epk/powerup_body.epk' );
    	"
    
    	on_or_create_state_max_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/HusbandBoss/epk/powerup_body.epk' );"
    	on_or_create_state_spirits_0 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/HusbandBoss/epk/powerup_body.epk' );"
    
    	on_change_state_spirits =
    	"
    		this.soul_intensity = Clamp( 0.0 + GetState( spirits ), 0.0, 4.0 );
    		Call( update_soul_states, soul_intensity );
    	"
    }
    
    Functions
    {
    	update_soul_states =
    	"
    		this.effect_values = arg1;
    		effect_values += arg1;
    		effect_values += 0.0;
    		effect_values += 0.0;
    	"
    }
    
    Actor
    {
    	//		&0&
    	//		on_effect_event_dialogue_for_***** = ""
    	on_effect_event_dialogue_for_CTS1BossFightStart = 	
    	"		
    		local player = GetLocalPlayer();
    		local succeeded;
    		this.player_ascendancy = player.GetAscendancyName();
    		If( Or( player_ascendancy == 'Druid', player_ascendancy == 'Druid1', player_ascendancy == 'Druid2', player_ascendancy == 'Druid3' ),
    		{
    			PlayTextAudio( HusbandBoss_Emerge_Ezo_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster', 1200 );
    			succeeded = true;
    		} );
    		If( Or( player_ascendancy == 'Warrior', player_ascendancy == 'Warrior1', player_ascendancy == 'Warrior2', player_ascendancy == 'Warrior3' ),
    		{
    			PlayTextAudio( HusbandBoss_Emerge_Karui_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster', 500 );
    			succeeded = true;
    		} );
    		If( Or( player_ascendancy == 'Marauder', player_ascendancy == 'Marauder1', player_ascendancy == 'Marauder2', player_ascendancy == 'Marauder3' ),
    		{
    			PlayTextAudio( HusbandBoss_Emerge_Karui_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster', 500 );
    			succeeded = true;
    		} );
    		If( Or( player_ascendancy == 'Witch', player_ascendancy == 'Witch1', player_ascendancy == 'Witch2', player_ascendancy == 'Witch3' ),
    		{
    			PlayTextAudio( HusbandBoss_Emerge_Witch, 'Metadata/Monsters/HusbandMonster/HusbandMonster', 200 );
    			succeeded = true;
    		} );
    		If( Or( player_ascendancy == 'Templar', player_ascendancy == 'Templar1', player_ascendancy == 'Templar2', player_ascendancy == 'Templar3' ),
    		{
    			PlayTextAudio( HusbandBoss_Emerge_Templar, 'Metadata/Monsters/HusbandMonster/HusbandMonster', 500 );
    			succeeded = true;
    		} );
    		If( !VariableExists( succeeded ), ()
    		{
    			PlayTextAudio( HusbandBoss_Emerge_Other_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster', 1500 );
    		} );
    	"
    
    	on_effect_start_HusbandMonsterComboAttack =
    	"
    		Roll( 1, 2, ()
    		{
    			PlayTextAudio( HusbandBoss_Combo_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster' );
    		} );
    	"
    
    	on_effect_start_HusbandMonsterBlazingLance =
    	"
    		Roll( 1, 1, ()
    		{
    			PlayTextAudio( HusbandBoss_Overhead_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster' );
    		} );
    	"
    }
    
    Functions
    {
    	call_wife =
    	"
    		Roll( 1, 1, ()
    		{
    			PlayTextAudio( HusbandBoss_Summon_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster' );
    		} );
    	"
    }
    
    Animated
    {
    	on_cleave_01 = "PlayTextAudio( HusbandBoss_Cleave_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster' );"
    	on_cleave_02 = "PlayTextAudio( HusbandBoss_Cleave2_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster' );"
    	on_dash_slice_01 = "PlayTextAudio( HusbandBoss_Dash_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster' );"
    	on_empower_01 = "PlayTextAudio( HusbandBoss_Empower_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster' );"
    	on_knockdown_bwd_01 = "PlayTextAudio( HusbandBoss_Knockdown_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster' );"
    	on_end_death_bwd_02 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/HusbandBoss/epk/powerup_body.epk' );"
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act1_FOUR/HusbandBoss/epk/powerup_body.epk' );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HusbandMonster/HusbandMonsterCRUEL"] = {
        name = "Draven, the Eternal Praetor",
        life = 2.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 3.13,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeedBoss",
            "HusbandMonsterCleave",
            "HusbandMonsterCleaveEmpowered",
            "HusbandMonsterComboAttack",
            "MPSHusbandMonsterCleaveBalls",
            "GSHusbandPurge",
            "GAHusbandCleaveDash",
            "GAHusbandDashTrigger",
            "EASHusbandMonsterConsumeSpirit",
            "EASHusbandMonsterSpiritExpire",
            "EASHusbandCallSpirits",
            "DTTHusbandDash",
            "HusbandMonsterBlazingLance",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedBoss"] = {
        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 = {
            "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["HusbandMonsterCleave"] = {
        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 = {
            "attack_maximum_action_distance_+",
            "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] = {20, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HusbandMonsterCleaveEmpowered"] = {
        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 = {
            "attack_maximum_action_distance_+",
            "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] = {20, baseMultiplier = 2.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HusbandMonsterComboAttack"] = {
        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 = {
            "attack_maximum_action_distance_+",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "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] = {15, 100, baseMultiplier = 0.8, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSHusbandMonsterCleaveBalls"] = {
        name = "MPSHusbandMonsterCleaveBalls",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_direction",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, 1108, -30, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSHusbandPurge"] = {
        name = "GSHusbandPurge",
        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 = {
            "base_deal_no_damage_over_time",
            "is_area_damage",
        },
        levels = {
            [1] = {levelRequirement = 8, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAHusbandCleaveDash"] = {
        name = "GAHusbandCleaveDash",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {100, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GAHusbandDashTrigger"] = {
        name = "GAHusbandDashTrigger",
        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",
        },
        levels = {
            [1] = {baseMultiplier = 0.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASHusbandMonsterConsumeSpirit"] = {
        name = "EASHusbandMonsterConsumeSpirit",
        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["EASHusbandMonsterSpiritExpire"] = {
        name = "EASHusbandMonsterSpiritExpire",
        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["EASHusbandCallSpirits"] = {
        name = "EASHusbandCallSpirits",
        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["DTTHusbandDash"] = {
        name = "Dash",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_extra_distance",
            "leap_slam_minimum_distance",
            "skill_maximum_travel_distance",
            "spell_maximum_action_distance_+%",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-11, 46, 64, 0, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HusbandMonsterBlazingLance"] = {
        name = "Blazing Lance",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throw a spear leaving a trail of [Fire|Fire] in its wake, [Burning|Burning] enemies. Then throws a second spear in the same direction, causing the trail of [Fire|Fire] to expand outwards.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Fire] = true,
            [SkillType.Barrageable] = true,
            [SkillType.Spear] = true,
            [SkillType.UsableWhileMounted] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "additional_projectiles_fire_parallel_y_dist",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "base_skill_effect_duration",
            "fire_wake_spear_wall_speed",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "number_of_firing_points_equals_projectile_count",
            "always_pierce",
            "action_attack_or_cast_time_uses_animation_length",
            "no_additional_projectiles",
            "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
        },
        levels = {
            [1] = {3, 60, -50, 8, 50, 4000, 1000, 80, critChance = 5, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [233]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 233 Max: 233 Global
  • monster dropped item rarity +% [1600]
    monster slain experience +% [0]
    FamilyMonsterActBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 0 Max: 0 Global
  • monster dropped item rarity +% Min: 1600 Max: 1600 Global
  • Draven, the Eternal Praetor
    Undead
    stance movement speed +% final [233]
    SpectreN
    Tags2HSharpMetal_onhit_audio, ghost_blood, humanoid, not_dex, not_int, undead, very_slow_movement
    Life
    163%
    Armour
    +100%
    Resistance
    30 0 0 0
    Damage
    313%
    Accuracy
    100%
    5%
    Attack Distance
    5 ~ 11
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    250%
    Model Size
    130%
    Type
    HusbandMonster
    Metadata
    HusbandMonsterApparition
    Level
    68
    Life
    12,644
    Armour
    4,826
    Evasion Rating
    708
    Damage
    730
    Spell Damage
    730
    Accuracy
    2,464
    Attack Time
    1.5
    Experience
    71,585
    Minion Life
    11,296
    Minion Damage
    3,032
    Minion Armour
    9,652
    MPSHusbandMonsterCleaveBalls
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    Critical Hit Chance: 5%
    Cast Time: 1 sec
    Deals 287 to 430.5 Physical Damage
    Deals 287 to 430.5 Fire Damage
    action attack or cast time uses animation length [1]
    base is projectile [1]
    maintain projectile direction when using contact position [1]
    monster penalty against minions damage +% final vs player minions [100]
    monster projectile variation [1108]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-30]
    HusbandMonsterCleave
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
    Basic Attack
    Base Damage: 584–876
    Critical Hit Chance: 5%
    Attack Damage: 175%
    Attack Time: 1.5 sec
    Cooldown Time: 7 sec
    Deals 75% more Attack Damage
    Knocks Back Enemies
    action attack or cast time uses animation length [1]
    attack maximum action distance + [20]
    determine knockback direction from melee pattern [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	define_shared_state = "light; death; emerged;"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	use_ao_lights = true
    	light_starts_disabled = true
    }
    
    StateMachine
    {
    	create_state_light_0 = "DisableLight();"
    	on_state_light_0 = "FadeOutLight( 1.5 );"
    
    	create_state_light_1 =
    	"
    		Delay( 0.01, { EnableLight(); } );
    	"
    
    	on_state_light_1 = "FadeInLight( 0.5 );"
    	
    	on_or_create_state_death_1 = "DisableRendering();"
    }
    
    Animated
    {
    	on_summoned_cleave_01 = "PlayTextAudio( HusbandBoss_AsiniaSummon_Random, 'Metadata/Monsters/HusbandMonster/HusbandMonster', 3000 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/HusbandMonster/HusbandMonsterApparition"] = {
        name = "Draven, the Eternal Praetor",
        life = 1.63,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 3.13,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "HusbandMonsterCleave",
            "MPSHusbandMonsterCleaveBalls",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HusbandMonsterCleave"] = {
        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 = {
            "attack_maximum_action_distance_+",
            "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] = {20, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSHusbandMonsterCleaveBalls"] = {
        name = "MPSHusbandMonsterCleaveBalls",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "maintain_projectile_direction_when_using_contact_position",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_direction",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, 1108, -30, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3, 3},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [233]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 233 Max: 233 Global
  • Draven, the Eternal Praetor Text Audio /144
    Name
    Asinia!
    HusbandBoss_Death_Random
    Asinia!
    HusbandBoss_Death_2
    Asinia!
    HusbandBoss_Death_3
    Cut down!
    HusbandBoss_Cleave_Random
    Cut down!
    HusbandBoss_Cleave_2
    Cut down!
    HusbandBoss_Cleave_3
    Rend your soul!
    HusbandBoss_Cleave_4
    Rend your soul!
    HusbandBoss_Cleave_5
    Rend your soul!
    HusbandBoss_Cleave_6
    Your intrusion will be punished!
    HusbandBoss_Cleave2_Random
    Your intrusion will be punished!
    HusbandBoss_Cleave2_2
    Your intrusion will be punished!
    HusbandBoss_Cleave2_3
    I will end your meaningless life!
    HusbandBoss_Combo_Random
    I will end your meaningless life!
    HusbandBoss_Combo_2
    I will end your meaningless life!
    HusbandBoss_Combo_3
    Your meaningless life ends now!
    HusbandBoss_Combo_4
    Your meaningless life ends now!
    HusbandBoss_Combo_5
    Your meaningless life ends now!
    HusbandBoss_Combo_6
    Your meaningless life ends now!
    HusbandBoss_Combo_7
    Your meaningless life ends now!
    HusbandBoss_Combo_8
    Your meaningless life ends now!
    HusbandBoss_Combo_9
    I am your master!
    HusbandBoss_Cooldown_Random
    I am your master!
    HusbandBoss_Cooldown_2
    I am your master!
    HusbandBoss_Cooldown_3
    I command you!
    HusbandBoss_Cooldown_4
    I command you!
    HusbandBoss_Cooldown_5
    I command you!
    HusbandBoss_Cooldown_6
    Servants, obey!
    HusbandBoss_Cooldown_7
    Servants, obey!
    HusbandBoss_Cooldown_8
    Servants, obey!
    HusbandBoss_Cooldown_9
    Your soul is mine!
    HusbandBoss_Dash_Random
    Your soul is mine!
    HusbandBoss_Dash_2
    Ezomyte filth! Your people will rot for eternity, beneath my feet!
    HusbandBoss_Emerge_Ezo_Random
    Ezomyte filth! Your people will rot for eternity, beneath my feet!
    HusbandBoss_Emerge_Ezo_2
    Ezomyte filth.... Your people will rot for eternity beneath my feet!
    HusbandBoss_Emerge_Ezo_3
    Ezomyte filth.... Your people will rot for eternity beneath my feet!
    HusbandBoss_Emerge_Ezo_4
    A Karui soul for my collection! You shall die... Slowly.
    HusbandBoss_Emerge_Karui
    You will have eternity to regret your intrusion here!
    HusbandBoss_Emerge_Other_Random
    Now... your soul will join my steeple of death!
    HusbandBoss_Emerge_Other_2
    Oriathan... Your soul will never see the light of your god!
    HusbandBoss_Emerge_Templar_Random
    Oriathan... Your soul will never see the light of your god!
    HusbandBoss_Emerge_Templar_2
    Depraved witch... Your soul is not long for this world!
    HusbandBoss_Emerge_Witch
    These spirits are mine!
    HusbandBoss_Empower_Random
    These spirits are mine!
    HusbandBoss_Empower_2
    The spirits hunger!
    HusbandBoss_Empower_3
    The spirits hunger!
    HusbandBoss_Empower_4
    The spirits yearn!
    HusbandBoss_Empower_5
    The spirits yearn!
    HusbandBoss_Empower_6
    The spirits yearn!
    HusbandBoss_Empower_7
    Ugh... The Eternals will never surrender!
    HusbandBoss_Knockdown_Random
    Ugh... The Eternals will never surrender!
    HusbandBoss_Knockdown_2
    Ugh... The Eternals will never surrender!
    HusbandBoss_Knockdown_3
    Ugh... You cannot stop me!
    HusbandBoss_Knockdown_4
    Ugh... You cannot stop me!
    HusbandBoss_Knockdown_5
    Ugh... You cannot stop me!
    HusbandBoss_Knockdown_6
    Perish!
    HusbandBoss_Overhead_Random
    Perish!
    HusbandBoss_Overhead_2
    Perish!
    HusbandBoss_Overhead_3
    Perish!
    HusbandBoss_Overhead_4
    Perish!
    HusbandBoss_Overhead_5
    Perish!
    HusbandBoss_Overhead_6
    What living soul walks among the dead?
    HusbandBoss_Area1_Random
    What living soul walks among the dead?
    HusbandBoss_Area1_2
    What living soul walks among the dead?
    HusbandBoss_Area1_3
    What living soul walks among the dead?
    HusbandBoss_Area1_4
    I felt Asinia's final death. After all these centuries, you've finally managed to take everything from me.
    HusbandBoss_Area1_AsiniaDead_Ezo_Random
    I felt Asinia's final death. After all these centuries, you've finally managed to take everything from me.
    HusbandBoss_Area1_AsiniaDead_Ezo_2
    You defile this place with your very presence, Ezomyte!
    HusbandBoss_Area1_AsiniaDead_Ezo_3
    You defile this place with your very presence, Ezomyte!
    HusbandBoss_Area1_AsiniaDead_Ezo_4
    I know what you did. I shall repay, in kind, every moment of Asinia's suffering!

    HusbandBoss_Area1_AsiniaDead_Random
    I know what you did. I shall repay, in kind, every moment of Asinia's suffering!

    HusbandBoss_Area1_AsiniaDead_2
    I know what you did. I shall repay, in kind, every moment of Asinia's suffering!

    HusbandBoss_Area1_AsiniaDead_3
    I know what you did. I shall repay, in kind, every moment of Asinia's suffering!

    HusbandBoss_Area1_AsiniaDead_4
    Begone, Azmeri. This is not your war.
    HusbandBoss_Area1_Azmeri_Random
    Begone, Azmeri. This is not your war.
    HusbandBoss_Area1_Azmeri_2
    Begone, Azmeri. This is not your war.
    HusbandBoss_Area1_Azmeri_3
    Begone, Azmeri. This is not your war.
    HusbandBoss_Area1_Azmeri_4
    Come to carry on your useless rebellion, Ezomyte? How pathetic.
    HusbandBoss_Area1_Ezo_Random
    Come to carry on your useless rebellion, Ezomyte? How pathetic.
    HusbandBoss_Area1_Ezo_2
    Ezomyte dog! You dare enter this place after what you did to Asinia? I will rip your soul from your very flesh!

    HusbandBoss_Area1_Ezo_3
    Ezomyte dog! You dare enter this place after what you did to Asinia? I will rip your soul from your very flesh!

    HusbandBoss_Area1_Ezo_4
    Ezomyte dog! You dare enter this place after what you did to Asinia? I will rip your soul from your very flesh!

    HusbandBoss_Area1_Ezo_5
    I'm surprised your kind still exist at all, Maji... You are treading on someone else's war.
    HusbandBoss_Area1_Maji_Random
    I'm surprised your kind still exist at all, Maji... You are treading on someone else's war.
    HusbandBoss_Area1_Maji_2
    A child of the Maji... Unexpected. You should not have come here.
    HusbandBoss_Area1_Maji_3
    A child of the Maji... Unexpected. You should not have come here.
    HusbandBoss_Area1_Maji_4
    This belongs to the Eternal Empire... For this theft, your blood will stain these halls!
    HusbandBoss_Area2_Random
    This belongs to the Eternal Empire... For this theft, your blood will stain these halls!
    HusbandBoss_Area2_2
    Hmmm... Clever dog.
    HusbandBoss_Area2_Ezo_Random
    Hmmm... Clever dog.
    HusbandBoss_Area2_Ezo_2
    Hmmm... Clever dog.
    HusbandBoss_Area2_Ezo_3
    Hmmm... Clever dog.
    HusbandBoss_Area2_Ezo_4
    Those relics belong to the Eternal Empire... Such theft will not go unanswered!
    HusbandBoss_Area2_Treasure_Random
    Those relics belong to the Eternal Empire... Such theft will not go unanswered!
    HusbandBoss_Area2_Treasure_2
    Those relics belong to the Eternal Empire... Such theft will not go unanswered!
    HusbandBoss_Area2_Treasure_3
    Those relics belong to the Eternal Empire... Such theft will not go unanswered!
    HusbandBoss_Area2_Treasure_4
    This belongs to the Eternal Empire... For this theft, your blood will stain these halls!
    HusbandBoss_Area2_Treasure_6
    This belongs to the Eternal Empire... For this theft, your blood will stain these halls!
    HusbandBoss_Area2_Treasure_7
    This belongs to the Eternal Empire... For this theft, your blood will stain these halls!
    HusbandBoss_Area2_Treasure_8
    This belongs to the Eternal Empire... For this theft, your blood will stain these halls!
    HusbandBoss_Area2_Treasure_9
    Vile rodent... You shall pay for this sacrilege with your life!

    HusbandBoss_Area2_Treasure_Ezo_Random
    Vile rodent... You shall pay for this sacrilege with your life!

    HusbandBoss_Area2_Treasure_Ezo_2
    Vile rodent... You shall pay for this sacrilege with your life!

    HusbandBoss_Area2_Treasure_Ezo_3
    Vile rodent... You shall pay for this sacrilege with your life!

    HusbandBoss_Area2_Treasure_Ezo_4
    How expected. An Ezomyte that defiles our graves and steals what is ours. You are a testament to your kind.
    HusbandBoss_Area2_Treasure_Ezo_5
    How expected. An Ezomyte that defiles our graves and steals what is ours. You are a testament to your kind.
    HusbandBoss_Area2_Treasure_Ezo_6
    You journey ever deeper towards your own death. Join me.
    HusbandBoss_Area3_Random
    You journey ever deeper towards your own death. Join me.
    HusbandBoss_Area3_2
    You journey ever deeper towards your own death. Join me.
    HusbandBoss_Area3_3
    You journey ever deeper towards your own death. Join me.
    HusbandBoss_Area3_4
    The path you tread grows ever darker. Embrace death, for in your suffering, you shall learn humility.

    HusbandBoss_Area3_5
    The path you tread grows ever darker. Embrace death, for in your suffering, you shall learn humility.

    HusbandBoss_Area3_6
    Your path is one of inevitable ruin... Embrace your death, and in darkness, learn to submit, as countless Ezomytes have before you.

    HusbandBoss_Area3_Ezo_Random
    Your path is one of inevitable ruin... Embrace your death, and in darkness, learn to submit, as countless Ezomytes have before you.
    HusbandBoss_Area3_Ezo_2
    Yes, come to me, dog! One way or another, we shall finally break this endless cycle of vengeance.
    HusbandBoss_Area3_Ezo_3
    Yes, come to me, dog! One way or another, we shall finally break this endless cycle of vengeance.
    HusbandBoss_Area3_Ezo_4
    Yes, come to me, dog! One way or another, we shall finally break this endless cycle of vengeance.
    HusbandBoss_Area3_Ezo_5
    Yes, come to me, dog! One way or another, we shall finally break this endless cycle of vengeance.
    HusbandBoss_Area3_Ezo_6
    Yes, come to me, dog! I will rip your soul from your very flesh! You will be the kindling that reignites Asinia's spirit...
    HusbandBoss_Area3_AsiniaDead_Ezo_Random
    Yes, come to me, dog! I will rip your soul from your very flesh! You will be the kindling that reignites Asinia's spirit...
    HusbandBoss_Area3_AsiniaDead_Ezo_2
    Yes, come to me, dog! I will rip your soul from your very flesh! You will be the kindling that reignites Asinia's spirit...
    HusbandBoss_Area3_AsiniaDead_Ezo_3
    Yes, come to me, dog! I will rip your soul from your very flesh! You will be the kindling that reignites Asinia's spirit...
    HusbandBoss_Area3_AsiniaDead_Ezo_4
    Foul intruder!
    HusbandBoss_AsiniaSummon_Random
    Foul intruder!
    HusbandBoss_AsiniaSummon_2
    Foul intruder!
    HusbandBoss_AsiniaSummon_3
    Yes, my beloved...
    HusbandBoss_AsiniaSummon_4
    Yes, my beloved...
    HusbandBoss_AsiniaSummon_5
    Foul intruder!
    HusbandBoss_AsiniaSummon_6
    I answer your call!
    HusbandBoss_AsiniaSummon_7
    I answer your call!
    HusbandBoss_AsiniaSummon_8
    I answer your call!
    HusbandBoss_AsiniaSummon_9
    Yes, my beloved!
    HusbandBoss_AsiniaSummon_10
    Yes, my beloved!
    HusbandBoss_AsiniaSummon_11
    Asinia!
    HusbandBoss_Summon_Random
    Asinia!
    HusbandBoss_Summon_2
    Asinia, join me!
    HusbandBoss_Summon_3
    Asinia, join me!
    HusbandBoss_Summon_4
    I require your aid Asinia!
    HusbandBoss_Summon_5
    My beloved Asinia!
    HusbandBoss_Summon_6
    My beloved Asinia!
    HusbandBoss_Summon_7
    My beloved Asinia!
    HusbandBoss_Summon_8
    My beloved Asinia!
    HusbandBoss_Summon_9
    My beloved Asinia!
    HusbandBoss_Summon_10
    To me, Asinia!
    HusbandBoss_Summon_11
    Edit

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