Spirit of Ikiaho
Humanoid
SpectreY
Tagshuman, humanoid, medium_movement, not_dex, not_str, red_blood
Life
100%
Energy Shield From Life
1000%
Ailment Threshold
100%
Resistance
0 0 0 0
Damage
120%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
5 ~ 10
Attack Time
1 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
AncestralIkiahoMinion
Metadata
AncestralIkiahoMinion
IsSummoned
Y
Level
68
Life
6,433
Armour
28,790
Evasion
4,739
Energy Shield
61,270
Damage
448
Spell Damage
448
Accuracy
290
Attack Time
1
Experience
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
AncestralIkiahoArcticBreath
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Duration, Area, Multicastable, Triggerable, Cold, ChillingArea, CanRapidFire, AreaSpell
Creeping Frost
Cast Time: 1 sec
Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.
Deals 396.2 to 594.3 Cold Damage
Base duration is 5 seconds
Deals 550.2 Base Cold Damage per second
Modifiers to Spell Damage apply to this Skill's Damage Over Time effect
Base radius is 1.5 metres
Base secondary radius is 1.5 metres
Can have up to 10 Chilling Areas
active skill projectile speed +% variation final [60]
base is projectile [1]
projectile ballistic angle from target distance [1]
spell maximum action distance +% [-45]
total projectile spread angle override [200]
AncestralIkiahoIceStorm
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
Firestorm
Critical Strike Chance: 5%
Cast Time: 1 sec
Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.
Deals 1321 to 1981 Cold Damage
Base duration is 0.25 seconds
One impact every 0.5 seconds
Base radius is 1.3 metres
First Impact has 100% more Area of Effect
action attack or cast time uses animation length [1]
firestorm base area of effect +% [-90]
is area damage [1]
removes % mana on hit [10]
spell maximum action distance +% [-45]
EASIkiahoIceStorm
Spell
Cast Time: 1 sec
Cooldown Time: 4 sec
action attack or cast time uses animation length [1]
spell maximum action distance +% [-40]

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterChieftainMinionBase"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterChieftainMinionBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAncestral/AncestralIkiahoMinion"] = {
    name = "Spirit of Ikiaho",
    life = 1,
    energyShield = 10,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1,
    attackRange = 10,
    accuracy = 1,
    skillList = {
        "AncestralIkiahoIceStorm",
        "AncestralIkiahoArcticBreath",
        "EASIkiahoIceStorm",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["AncestralIkiahoIceStorm"] = {
    name = "Firestorm",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "fire_storm_fireball_delay_ms",
        "firestorm_base_area_of_effect_+%",
        "base_skill_effect_duration",
        "spell_maximum_action_distance_+%",
        "firestorm_initial_impact_area_of_effect_+%_final",
        "removes_%_mana_on_hit",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 500, -90, 250, -45, 100, 10, 13, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AncestralIkiahoArcticBreath"] = {
    name = "Creeping Frost",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fire an icy projectile that bursts on impact or when reaching the targeted area, dealing area damage and creating a chilling area that deals cold damage over time. This area will creep across the ground towards nearby enemies until its duration expires.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Duration] = true,
        [SkillType.Area] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.ChillingArea] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_cold_damage_to_deal_per_minute",
        "arctic_breath_maximum_number_of_skulls_allowed",
        "total_projectile_spread_angle_override",
        "active_skill_projectile_speed_+%_variation_final",
        "base_skill_effect_duration",
        "spell_maximum_action_distance_+%",
        "active_skill_base_area_of_effect_radius",
        "active_skill_base_secondary_area_of_effect_radius",
        "spell_damage_modifiers_apply_to_skill_dot",
        "base_is_projectile",
        "projectile_ballistic_angle_from_target_distance",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 4, 10, 200, 60, 5000, -45, 15, 15, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EASIkiahoIceStorm"] = {
    name = "EASIkiahoIceStorm",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {-40, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Edit

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