← Back to list

Siora, Blade of the Mists

Slug: Siora%2C_Blade_of_the_Mists

Open Source Page
Tags: 1HSword_onhit_audio bones has_dual_wield_melee has_one_hand_sword has_one_handed_melee melee metal_armour not_int physical_affinity skeleton slashing_weapon undead very_slow_movement
Areas: Stones of Serle
Siora, Blade of the Mists artwork

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

Core Stat Percentiles

Evasion Rating
767
Top 22%
Spell Damage
371
Top 46%
Damage
371
Top 82%
Life
8,697
Top 86%
Armour
1,299
Top 94%
Accuracy
1,434
Top 94%

Other Notable Percentiles

Critical Damage Bonus
+30%
Top 0.1%
Critical Hits Chance
5%
Top 3.2%
Attack Distance
8 ~ 17
Top 4.7%
Damage Spread
±20%
Top 4.7%
Model Size
130%
Top 16%
Minion Life
11,304
Top 36%

Siora, Blade of the Mists

Variant code: EzomyteReaperBoss
Section 1 of 1

Overview

Undead

Implicit Mods: i am boss of tier [2] monster dropped item rarity +% [1600] monster slain experience +% [0]

Summary

Spectre N
Area Stones of Serle
Tags 1HSword_onhit_audio, bones, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, melee, metal_armour, not_int, physical_affinity, skeleton, slashing_weapon, undead, very_slow_movement

Base Multipliers

Life
263%
Armour
+25%
Evasion
+50%
Resistance
-30 0 75 0
Damage
250%
Accuracy
100%
Critical Hits Chance
5%
Critical Damage Bonus
+30%
Attack Distance
8 ~ 17
Attack Time
1.455 Second
Damage Spread
±20%
Experience
250%
Model Size
130%
Type
EzomyteReaperBoss
Metadata
EzomyteReaperBoss

Extra Data

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

Animated
{
	animated_object = "Metadata/Monsters/LeagueExpedition/ReaperBoss/EzomyteReaperBoss.ao"
}

StateMachine
{
	define_shared_state = "active"
	define_shared_state = "appear"
}

Life
{
	corpse_usable = false
}

Stats
{
	set_monster_uses_map_boss_difficulty_scaling = 1
	set_base_heavy_stun_duration_ms = 4866
}

Actor
{
	basic_action = "Emerge"
}

BaseEvents
{
	on_construction_complete = "globals.voranaboss = this;"
}

Preload
{
	preload_monster_variety = "Metadata/Monsters/ReaperBoss/EzomyteReaperBoss/Objects/DarknessDaemon"
	preload_object = "Metadata/NPC/Four_Interlude/Part1/UnaStoneCircleSummon"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act4_FOUR/Verona/ao/darkness_phase_screen.ao"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Expedition/boss/reaper_boss/ao/on_act_teleport.ao"
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Act4_FOUR/Verona/ao/darkness_phase_screen.ao"
}
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/BossBase"

StateMachine
{
	create_state_active_0 = "DisableRendering();"
	on_or_create_state_active_1 = "EnableRendering();"

	on_state_appear_1 =
	"
		Call( addbaseepk );
		EnableRendering();
		ShowWeapons();
		Delay( 1.5, { EnableHighlighting(); } );
	"

	create_state_appear_1 = "Call( addbaseepk );"
}

Animated
{
	on_emerge_boss_02 = "PlayTextAudio( SioraBoss_Emerge_Random, 'Metadata/Monsters/LeagueExpedition/ReaperBoss/EzomyteReaperBoss' );"
	on_dualstrike_01 = "PlayTextAudio( SioraBoss_Skill_DualStrike_Random, 'Metadata/Monsters/LeagueExpedition/ReaperBoss/EzomyteReaperBoss' );"
	on_cyclone_01 = "PlayTextAudio( SioraBoss_Skill_Cyclone_Random, 'Metadata/Monsters/LeagueExpedition/ReaperBoss/EzomyteReaperBoss' );"
	on_knockdown_bwd_01 = "PlayTextAudio( SioraBoss_Knockdown_Random, 'Metadata/Monsters/LeagueExpedition/ReaperBoss/EzomyteReaperBoss' );"
	on_attack_03 = "PlayTextAudio( SioraBoss_Skill_Attack_Random, 'Metadata/Monsters/LeagueExpedition/ReaperBoss/EzomyteReaperBoss' );"
}

Actor
{
	on_event_teleportout_for_EmptyActionSpell2 =
	"
		PlayTextAudio( SioraBoss_Skill_StormPhase_Random, 'Metadata/Monsters/LeagueExpedition/ReaperBoss/EzomyteReaperBoss' );
		DisableHighlighting();
		HideWeapons();
		Call( removebaseepk );
	"

	on_event_teleportin_for_EmptyActionSpell2 =
	"
		ShowWeapons();
		Delay( 1.5, { EnableHighlighting(); } );
		Call( addbaseepk );
	"

	on_event_teleportout_for_EmptyActionSpell =
	"
		DisableHighlighting();
		HideWeapons();
		Call( removebaseepk );
	"

	on_event_teleportslow_for_EmptyActionSpell =
	"
		Delay( 1, { DisableRendering(); } );
	"
}

Life
{
	on_death =
	"
		Call( removebaseepk );
		PlayTextAudio( SioraBoss_Death_Random, 'Metadata/Monsters/LeagueExpedition/ReaperBoss/EzomyteReaperBoss' );
		SpawnEffect( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/Verona/ao/death_loop.ao' );
	"
}

GlobalAudioParamEvents
{
	life_percent_param = "VoranaLifePercentage"
	life_percent_is_boolean = true
}

Render
{
	use_ao_lights = true
}

Functions
{
	teleport_effect = "arg1.PlayEffectAttached( 'Metadata/Effects/Environment/Endgame/Megalith/ao/Arena/ForcedTeleportBuildup.ao', 1, root_jntBnd );"
	teleport_epk = "arg1.AddEffectPack( 'Metadata/Effects/Environment/Endgame/Megalith/epk/PlayerForcedTeleport.epk', 1 );"

	rockepk =
	"
		arg1.AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/Verona/epk/stone_to_boss_wisp.epk' );
		Delay( 0.1, { arg1.SetDynamicFloat3( 'centre_rune_loc', arg2, arg3, arg4, true ); } );
	"

	addbaseepk =
	"
		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/Verona/epk/head_FXs.epk' );
		AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/Verona/epk/ambient_FXs.epk' );
	"

	removebaseepk =
	"
		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/Verona/epk/head_FXs.epk' );
		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act4_FOUR/Verona/epk/ambient_FXs.epk' );
	"
}

Preload
{
	preload_epk = "Metadata/Effects/Spells/monsters_effects/Act4_FOUR/Verona/epk/head_FXs.epk"
	preload_epk = "Metadata/Effects/Spells/monsters_effects/Act4_FOUR/Verona/epk/stone_to_boss_wisp.epk"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/ReaperBoss/EzomyteReaperBoss"] = {
    name = "Siora, Blade of the Mists",
    life = 2.63,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2.5,
    damageSpread = 0.2,
    attackTime = 1.455,
    attackRange = 17,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "One Hand Sword",
    skillList = {
        "MeleeAtAnimationSpeedChaos",
        "MeleeAtAnimationSpeedChaosCombo35",
        "GAEzomyteReaperComboWhirl",
        "GAEzomyteReaperComboLeftSlash",
        "GAEzomyteReaperComboRightSlash",
        "GAEzomyteReaperDashImpactSlash",
        "GAEzomyteReaperDash",
        "GAEzomyteReaperCycloneImpact",
        "GSEzomyteReaperLightningStrike",
        "EzomyteReaperComboAttack",
        "EzomyteReaperCyclone",
        "EAAEzomyteReaperDualStrike",
        "EASEzomyteReaperTeleport",
        "EASEzomyteReaperTeleportFast",
        "TBEzomyteReaperCycloneBeamSingle",
        "GTEzomyteReaperCycloneBeam",
        "GTEzomyteReaperLightningStrike",
        "DTTEzomyteReaper",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedChaos"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_base_physical_damage_%_to_convert_to_chaos",
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedChaosCombo35"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_base_physical_damage_%_to_convert_to_chaos",
        "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] = {35, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAEzomyteReaperComboWhirl"] = {
    name = "GAEzomyteReaperComboWhirl",
    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 = {
        "active_skill_base_physical_damage_%_to_convert_to_lightning",
        "active_skill_base_physical_damage_%_to_convert_to_chaos",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {60, 40, baseMultiplier = 0.75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAEzomyteReaperComboLeftSlash"] = {
    name = "GAEzomyteReaperComboLeftSlash",
    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 = {
        "active_skill_base_physical_damage_%_to_convert_to_lightning",
        "active_skill_base_physical_damage_%_to_convert_to_chaos",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {60, 40, baseMultiplier = 0.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAEzomyteReaperComboRightSlash"] = {
    name = "GAEzomyteReaperComboRightSlash",
    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 = {
        "active_skill_base_physical_damage_%_to_convert_to_lightning",
        "active_skill_base_physical_damage_%_to_convert_to_chaos",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {60, 40, baseMultiplier = 0.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAEzomyteReaperDashImpactSlash"] = {
    name = "GAEzomyteReaperDashImpactSlash",
    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 = {
        "active_skill_base_physical_damage_%_to_convert_to_chaos",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {60, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAEzomyteReaperDash"] = {
    name = "GAEzomyteReaperDash",
    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 = {
        "active_skill_base_physical_damage_%_to_convert_to_chaos",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {60, baseMultiplier = 0.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GAEzomyteReaperCycloneImpact"] = {
    name = "GAEzomyteReaperCycloneImpact",
    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 = {
        "active_skill_base_physical_damage_%_to_convert_to_lightning",
        "active_skill_base_physical_damage_%_to_convert_to_chaos",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {60, 40, baseMultiplier = 0.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSEzomyteReaperLightningStrike"] = {
    name = "GSEzomyteReaperLightningStrike",
    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,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "active_skill_base_lightning_damage_%_to_convert_to_chaos",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {0.5, 1.5, 50, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EzomyteReaperComboAttack"] = {
    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.67,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "attack_maximum_action_distance_+",
        "active_skill_base_physical_damage_%_to_convert_to_chaos",
        "action_attack_or_cast_time_uses_animation_length",
        "base_skill_cannot_be_avoided_by_dodge_roll_or_evaded_or_blocked",
    },
    levels = {
        [1] = {3, 60, baseMultiplier = 1.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EzomyteReaperCyclone"] = {
    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 = 2.33,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "attack_maximum_action_distance_+",
        "active_skill_base_physical_damage_%_to_convert_to_chaos",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {40, 60, baseMultiplier = 0.5, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EAAEzomyteReaperDualStrike"] = {
    name = "EAAEzomyteReaperDualStrike",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "attack_maximum_action_distance_+",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASEzomyteReaperTeleport"] = {
    name = "EASEzomyteReaperTeleport",
    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["EASEzomyteReaperTeleportFast"] = {
    name = "EASEzomyteReaperTeleportFast",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {1000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TBEzomyteReaperCycloneBeamSingle"] = {
    name = "TBEzomyteReaperCycloneBeamSingle",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "active_skill_shock_chance_+%_final",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {0.5, 1.5, 33, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTEzomyteReaperCycloneBeam"] = {
    name = "GTEzomyteReaperCycloneBeam",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GTEzomyteReaperLightningStrike"] = {
    name = "GTEzomyteReaperLightningStrike",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DTTEzomyteReaper"] = {
    name = "DTTEzomyteReaper",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_extra_distance",
        "leap_slam_minimum_distance",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {-9, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}