วิญญาณอีคียาโฮ
มนุษย์
Spirit of Ikiaho
SpectreY
Tagshuman, humanoid, medium_movement, not_dex, not_str, red_blood
พลังชีวิต
100%
Energy Shield From Life
1000%
Ailment Threshold
100%
ค่าต้านทาน
0 0 0 0
Damage
120%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
5 ~ 10
Attack Time
1 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
AncestralIkiahoMinion
Metadata
AncestralIkiahoMinion
IsSummoned
Y
เลเวล
68
พลังชีวิต
6,433
เกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
61,270
Damage
448
ความเสียหายเวท
448
ความแม่นยำ
290
Attack Time
1
ค่าประสบการณ์
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)
เวลาร่าย: 1 วินาที
ยิงกระสุนน้ำแข็งที่จะระเบิดเมื่อกระทบหรือถึงพื้นที่เป้าหมาย สร้างความเสียหาย พื้นที่ และสร้าง พื้นที่หนาวเย็น ที่สร้างความเสียหาย น้ำแข็ง ต่อเนื่อง ให้กับศัตรูที่อยู่บนพื้นที่ พื้นที่นี้จะค่อยๆ คืบคลานเข้าหาศัตรูที่อยู่ใกล้จนกว่าระยะเวลาของมันจะหมดลง
สร้างความเสียหาย น้ำแข็ง 396.2 ถึง 594.3
ระยะเวลาพื้นฐาน 5 วินาที
สร้างความเสียหาย น้ำแข็ง พื้นฐาน 550.2 ต่อวินาที
ม็อดที่ส่งผลต่อ ความเสียหาย เวท ส่งผลต่อ ความเสียหายต่อเนื่อง ของสกิลนี้
รัศมีพื้นฐาน 1.5 เมตร
รัศมีรองพื้นฐาน 1.5 เมตร
สร้าง พื้นที่หนาวเย็น ได้สูงสุด 10 ตำแหน่ง
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)
โอกาสคริติคอล: 5%
เวลาร่าย: 1 วินาที
ฝนลูกไฟตกทั่วพื้นที่เป้าหมาย ลูกไฟจะระเบิดเมื่อตกถึงพื้น สร้างความเสียหายให้กับศัตรูที่อยู่ใกล้
สร้างความเสียหาย น้ำแข็ง 1321 ถึง 1981
ระยะเวลาพื้นฐาน 0.25 วินาที
ลูกไฟตก 1 ลูก ทุก 0.5 วินาที
รัศมีพื้นฐาน 1.3 เมตร
ลูกไฟแรก มีพื้นที่ส่งผล เพิ่มขึ้น อีก 100%
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
เวลาร่าย: 1 วินาที
คูลดาวน์: 4 วินาที
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.