ดาริโอ ความว่างเปล่ามีชีวิต
มนุษย์
Dario, the Living Void
SpectreN
Tagsนักเวท, cold_affinity, fire_affinity, has_wand, human, humanoid, large_height, light_armour, not_dex, not_str, ranged, red_blood, very_slow_movement
พลังชีวิต
600%
Energy Shield From Life
50%
Ailment Threshold
600%
ค่าต้านทาน
42 42 42 0
Damage
200%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.2 Second
Damage Spread
±20%
ค่าประสบการณ์
200%
Model Size
130%
Type
ExperimenterBossStrongbox
Metadata
ExperimenterBossStrongboxFire
เลเวล
68
พลังชีวิต
38,600
เกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
3,064
Damage
747
ความเสียหายเวท
747
ความแม่นยำ
290
Attack Time
1.2
ค่าประสบการณ์
20,510
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
ClockworkGolemRighteousFire
Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
ไฟธรรมะ (Righteous Fire)
เวลาร่าย: 1 วินาที
อาบเพลิงเวทมนตร์ที่จะสร้างสถานะ ติดไฟ ต่อคุณและศัตรูที่อยู่ใกล้อย่างรวดเร็ว ความเสียหาย เวท ของคุณจะเพิ่มขึ้นเป็นอย่างมากขณะที่รับผลนี้ ผลนี้จะสิ้นสุดลงเมื่อคุณมีพลังชีวิตเหลือ 1 หน่วย
สร้างความเสียหาย ไฟ พื้นฐาน 885.2 ต่อวินาที
รัศมีพื้นฐาน 1.8 เมตร
MaelstromCellBossCelestialFlameblast
Spell, Damage, Area, Totemable, Fire, AreaSpell
ระเบิดเพลิง (Flameblast)
โอกาสคริติคอล: 5%
เวลาร่าย: 2.83 วินาที
คูลดาวน์: 9 วินาที
ร่ายต่อเนื่องเพื่อสะสมสร้างการระเบิดขนาดใหญ่ ยิ่งร่ายต่อเนื่องนาน การส่งผลแบบพื้นที่และความเสียหายรูปแบบการระเบิดก็ยิ่งมากไปด้วย การระเบิดจะเกิดขึ้นหลังจากที่ใช้สกิลอื่นหรือหลังจากช่วงเวลาสั้นๆ ที่ไม่มีการร่าย
สร้างความเสียหาย ไฟ 206.1 ถึง 309.2
เพิ่มความเสียหาย เวท อีก 110% ต่อจำนวนสเตจ
เพิ่มความเสียหาย เจ็บป่วย อีก 110% ต่อจำนวนสเตจ
is area damage [1]
MaelstromCellBossFrostbolt
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, CanRapidFire
บอลเยือกแข็ง (Frostbolt)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.75 วินาที
ยิงกระสุนที่เคลื่อนที่อย่างเชื่องช้าซึ่งเจาะทะลุศัตรู สร้างความเสียหาย น้ำแข็ง
สร้างความเสียหาย น้ำแข็ง 893.6 ถึง 1340
กระสุน เจาะทะลุ ทุกเป้าหมาย
ยิงกระสุน เพิ่มเติม 2 ลูก
เพิ่มความเร็วกระสุน 20%
base is projectile [1]

Object Type

version 2
extends "Metadata/Monsters/Axis/Experimenter/Experimenter"

Object Type Codes

version 2
extends "Metadata/Monsters/Axis/Experimenter/Experimenter"

Life
{
	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/blackhole_suckin.epk );"
	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/blackhole_suckin.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Axis/ExperimenterBossStrongboxFire"] = {
    name = "Dario, the Living Void",
    life = 6,
    energyShield = 0.5,
    fireResist = 42,
    coldResist = 42,
    lightningResist = 42,
    chaosResist = 0,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.2,
    attackRange = 40,
    accuracy = 1,
    weaponType1 = "Wand",
    skillList = {
        "ClockworkGolemRighteousFire",
        "MaelstromCellBossCelestialFlameblast",
        "MaelstromCellBossFrostbolt",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ClockworkGolemRighteousFire"] = {
    name = "Righteous Fire",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Buff] = true,
        [SkillType.Area] = true,
        [SkillType.CausesBurning] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Fire] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Instant] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "active_skill_base_area_of_effect_radius",
    },
    levels = {
        [1] = {1, 18, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaelstromCellBossCelestialFlameblast"] = {
    name = "Flameblast",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Channels to build up a large explosion. The longer you channel, the larger the area of effect and damage of the explosion. The explosion occurs after using another skill or after a short period without casting.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Totemable] = true,
        [SkillType.Fire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.83,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "charged_blast_spell_damage_+%_final_per_stack",
        "flameblast_ailment_damage_+%_final_per_stack",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 110, 110, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaelstromCellBossFrostbolt"] = {
    name = "Frostbolt",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires a slow-moving projectile that pierces through enemies, dealing cold damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Cold] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.75,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_projectile_speed_+%",
        "number_of_additional_projectiles",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 20, 2, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
ดาริโอ ความว่างเปล่ามีชีวิต
มนุษย์
Dario, the Living Void
SpectreN
Tagsนักเวท, cold_affinity, has_wand, human, humanoid, large_height, light_armour, not_dex, not_str, ranged, red_blood, very_slow_movement
พลังชีวิต
600%
Energy Shield From Life
50%
Ailment Threshold
600%
ค่าต้านทาน
42 42 42 0
Damage
200%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.2 Second
Damage Spread
±20%
ค่าประสบการณ์
200%
Model Size
130%
Type
ExperimenterBossStrongbox
Metadata
ExperimenterBossStrongboxCold
เลเวล
68
พลังชีวิต
38,600
เกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
3,064
Damage
747
ความเสียหายเวท
747
ความแม่นยำ
290
Attack Time
1.2
ค่าประสบการณ์
20,510
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
MaelstromCellBossFrostBomb
Spell, Area, Duration, Cold, Damage, Multicastable, Totemable, Trappable, Mineable, Triggerable, Cascadable, AreaSpell, Cooldown, Orb
ระเบิดน้ำแข็ง (Frost Bomb)
โอกาสคริติคอล: 6%
เวลาร่าย: 0.5 วินาที
คูลดาวน์: 4 วินาที
สร้างผลึกน้ำแข็งที่จะกระจายคลื่นออกมาเป็นระยะเวลาหนึ่ง แต่ละคลื่นจะสร้างดีบัฟต่อศัตรูที่อยู่ใกล้เป็นระยะเวลารองที่จะลดอัตราการ ฟื้นฟูพลังชีวิต ทั้งยังสร้างสถานะ พ่ายแก่น้ำแข็ง อีกด้วย ผลึกน้ำแข็งจะระเบิดเมื่อหมดเวลา สร้างความเสียหาย น้ำแข็ง อย่างรุนแรงต่อศัตรูรอบผลึกน้ำแข็ง
สร้างความเสียหาย น้ำแข็ง 1177 ถึง 1765
ระยะเวลาพื้นฐาน 4 วินาที
ระยะเวลารองพื้นฐาน 2 วินาที
ลดอัตราการ ฟื้นฟูพลังชีวิต 50%
รัศมีพื้นฐาน 2.4 เมตร
สถานะ พ่ายแก่น้ำแข็ง ทำให้ ค่าต้านทาน น้ำแข็ง -20%
is area damage [1]
MaelstromCellBossFrostbolt
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, CanRapidFire
บอลเยือกแข็ง (Frostbolt)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.75 วินาที
ยิงกระสุนที่เคลื่อนที่อย่างเชื่องช้าซึ่งเจาะทะลุศัตรู สร้างความเสียหาย น้ำแข็ง
สร้างความเสียหาย น้ำแข็ง 893.6 ถึง 1340
กระสุน เจาะทะลุ ทุกเป้าหมาย
ยิงกระสุน เพิ่มเติม 2 ลูก
เพิ่มความเร็วกระสุน 20%
base is projectile [1]
MaelstromCellBossVortex
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, Duration, ChillingArea, AreaSpell, Nova
น้ำวน (Vortex)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.9 วินาที
คูลดาวน์: 4 วินาที
ระเบิดน้ำแข็งรอบผู้ร่าย สร้างความเสียหาย น้ำแข็ง ให้กับศัตรู และทิ้งวงน้ำวนไว้เพื่อสร้างความเสียหาย น้ำแข็ง ต่อเนื่อง และสร้างสถานะ หนาวเย็น ต่อศัตรูที่อยู่ในพื้นที่
สร้างความเสียหาย น้ำแข็ง 1000 ถึง 1500
ระยะเวลาพื้นฐาน 10 วินาที
สร้างความเสียหาย น้ำแข็ง พื้นฐาน 1736.4 ต่อวินาที
ม็อดที่ส่งผลต่อ ความเสียหาย เวท ส่งผลต่อ ความเสียหายต่อเนื่อง ของสกิลนี้
รัศมีพื้นฐาน 2 เมตร
รัศมีรองพื้นฐาน 2 เมตร
ระเบิดจากกระสุนของ บอลเยือกแข็ง (Frostbolt) 1 ลูก
active skill area of effect radius +% final [-17]
ground maelstrom art variation [2]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Axis/Experimenter/Experimenter"

Object Type Codes

version 2
extends "Metadata/Monsters/Axis/Experimenter/Experimenter"

Life
{
	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/blackhole_suckin.epk );"
	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/blackhole_suckin.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Axis/ExperimenterBossStrongboxCold"] = {
    name = "Dario, the Living Void",
    life = 6,
    energyShield = 0.5,
    fireResist = 42,
    coldResist = 42,
    lightningResist = 42,
    chaosResist = 0,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.2,
    attackRange = 40,
    accuracy = 1,
    weaponType1 = "Wand",
    skillList = {
        "MaelstromCellBossFrostBomb",
        "MaelstromCellBossFrostbolt",
        "MaelstromCellBossVortex",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MaelstromCellBossFrostBomb"] = {
    name = "Frost Bomb",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Creates a crystal that pulses with cold for a duration. Each pulse applies a debuff to nearby enemies for a secondary duration which reduces life regeneration rate, and also inflicts Cold Exposure. When the crystal's duration ends, it explodes, dealing heavy cold damage to enemies around it.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Cold] = true,
        [SkillType.Damage] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Cooldown] = true,
        [SkillType.Orb] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "active_skill_base_area_of_effect_radius",
        "base_skill_effect_duration",
        "base_secondary_skill_effect_duration",
        "base_cold_damage_resistance_%",
        "life_regeneration_rate_+%",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 24, 4000, 2000, -20, -50, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaelstromCellBossFrostbolt"] = {
    name = "Frostbolt",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires a slow-moving projectile that pierces through enemies, dealing cold damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Cold] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.75,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_projectile_speed_+%",
        "number_of_additional_projectiles",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 20, 2, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaelstromCellBossVortex"] = {
    name = "Vortex",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "An icy blast explodes around the caster, dealing cold damage to enemies, and leaving behind a whirling vortex which deals cold damage over time and chills enemies caught in it.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Cold] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Duration] = true,
        [SkillType.ChillingArea] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Nova] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.9,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_cold_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "ground_maelstrom_art_variation",
        "frost_bolt_nova_number_of_frost_bolts_to_detonate",
        "active_skill_area_of_effect_radius_+%_final",
        "active_skill_base_area_of_effect_radius",
        "active_skill_base_secondary_area_of_effect_radius",
        "is_area_damage",
        "spell_damage_modifiers_apply_to_skill_dot",
    },
    levels = {
        [1] = {1.6000000238419, 2.4000000953674, 10, 10000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
ดาริโอ ความว่างเปล่ามีชีวิต
มนุษย์
Dario, the Living Void
SpectreN
Tagsนักเวท, has_wand, human, humanoid, large_height, light_armour, lightning_affinity, not_dex, not_str, ranged, red_blood, very_slow_movement
พลังชีวิต
600%
Energy Shield From Life
50%
Ailment Threshold
600%
ค่าต้านทาน
42 42 42 0
Damage
200%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.2 Second
Damage Spread
±20%
ค่าประสบการณ์
200%
Model Size
130%
Type
ExperimenterBossStrongbox
Metadata
ExperimenterBossStrongboxLightning
เลเวล
68
พลังชีวิต
38,600
เกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
3,064
Damage
747
ความเสียหายเวท
747
ความแม่นยำ
290
Attack Time
1.2
ค่าประสบการณ์
20,510
Ailment Threshold
38,600
Chill
122
Shock
122
Brittle
691
Scorch
122
Sap
337
MaelstromCellBossOrbOfStorms
Spell, Damage, Lightning, Area, Chains, Triggerable, Trappable, Mineable, Totemable, AreaSpell, Cooldown, Orb
ลูกแก้ววายุ (Orb of Storms)
เวลาร่าย: 1.2 วินาที
คูลดาวน์: 4 วินาที
สร้างลูกสายฟ้าแน่นิ่งที่จะปลดปล่อยลำแสงสายฟ้าเพื่อผ่าใส่ศัตรูในพื้นที่ส่งผล ซึ่งสามารถแยกไปปะทะศัตรูเพิ่มเติมได้ ม็อดความเร็วในการร่ายของคุณจะเพิ่มความถี่ในการปล่อยสายฟ้า การร่ายสกิลนี้ซ้ำจะสร้างลูกใหม่ขึ้นมาแทนลูกเก่า
สร้างความเสียหาย สายฟ้า 287.7 ถึง 863
ระยะเวลาพื้นฐาน 10 วินาที
ผ่าทุก 1 วินาที และเมื่อคุณใช้ สกิลสายฟ้า ใกล้กับลูกแก้ว
ลำแสง แยก ไปหาเป้าหมาย เพิ่มเติม 2 ตัว
storm cloud destroy when caster dies [1]
MaelstromCellBossBallLightning
Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
บอลสายฟ้า (Ball Lightning)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.8 วินาที
ยิงกระสุนที่เคลื่อนไหวช้าซึ่งสร้างความเสียหายซ้ำๆ ต่อศัตรูแต่ละตัวในพื้นที่รอบๆ ด้วยสายฟ้า
สร้างความเสียหาย สายฟ้า 143.8 ถึง 431.3
ยิงกระสุน เพิ่มเติม 2 ลูก
เพิ่มความเร็วกระสุน 25%
รัศมีพื้นฐาน 1.8 เมตร
active skill area of effect radius +% final [-11]
base is projectile [1]
MaelstromCellSummonOrbOfStormsDaemon
Spell, Multicastable, Triggerable
เวลาร่าย: 0.8 วินาที
คูลดาวน์: 4 วินาที
alternate minion [308]
minion dies when parent deleted [1]
minion dies when parent dies [1]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-95]
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/Axis/Experimenter/Experimenter"

Object Type Codes

version 2
extends "Metadata/Monsters/Axis/Experimenter/Experimenter"

Life
{
	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/blackhole_suckin.epk );"
	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/blackhole_suckin.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Axis/ExperimenterBossStrongboxLightning"] = {
    name = "Dario, the Living Void",
    life = 6,
    energyShield = 0.5,
    fireResist = 42,
    coldResist = 42,
    lightningResist = 42,
    chaosResist = 0,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.2,
    attackRange = 40,
    accuracy = 1,
    weaponType1 = "Wand",
    skillList = {
        "MaelstromCellBossBallLightning",
        "MaelstromCellBossOrbOfStorms",
        "MaelstromCellSummonOrbOfStormsDaemon",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MaelstromCellBossBallLightning"] = {
    name = "Ball Lightning",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Area] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_projectile_speed_+%",
        "number_of_additional_projectiles",
        "active_skill_area_of_effect_radius_+%_final",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.5, 1.5, 25, 2, -11, 18, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaelstromCellBossOrbOfStorms"] = {
    name = "Orb of Storms",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Creates a stationary electrical orb that strikes enemies in its area of effect with beams of lightning that can then split to hit more enemies. Modifiers to cast speed will increase how frequently it does this. Casting this skill again will replace the previous orb.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Lightning] = true,
        [SkillType.Area] = true,
        [SkillType.Chains] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Cooldown] = true,
        [SkillType.Orb] = true,
    },
    statDescriptionScope = "beam_skill_stat_descriptions",
    castTime = 1.2,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "projectile_number_to_split",
        "orb_of_storms_base_bolt_frequency_ms",
        "storm_cloud_destroy_when_caster_dies",
    },
    levels = {
        [1] = {0.5, 1.5, 10000, 2, 1000, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaelstromCellSummonOrbOfStormsDaemon"] = {
    name = "MaelstromCellSummonOrbOfStormsDaemon",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "monster_no_drops_or_experience",
        "minion_dies_when_parent_dies",
        "minion_dies_when_parent_deleted",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {308, 1, -95, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
ดาริโอ ความว่างเปล่ามีชีวิต
มนุษย์
Dario, the Living Void
SpectreN
Tagsนักเวท, cold_affinity, fire_affinity, has_wand, human, humanoid, large_height, light_armour, lightning_affinity, not_dex, not_str, ranged, red_blood, very_slow_movement
พลังชีวิต
1000%
Energy Shield From Life
50%
Ailment Threshold
1000%
ค่าต้านทาน
42 42 42 0
Damage
200%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.2 Second
Damage Spread
±20%
ค่าประสบการณ์
200%
Model Size
130%
Type
ExperimenterBossStrongboxFinal
Metadata
ExperimenterBossStrongboxFinal
เลเวล
68
พลังชีวิต
64,334
เกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
3,064
Damage
747
ความเสียหายเวท
747
ความแม่นยำ
290
Attack Time
1.2
ค่าประสบการณ์
20,510
Ailment Threshold
64,334
Chill
203
Shock
203
Brittle
1,151
Scorch
203
Sap
562
ClockworkGolemRighteousFire
Spell, Buff, Area, CausesBurning, DamageOverTime, Fire, Totemable, Triggerable, Instant, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
ไฟธรรมะ (Righteous Fire)
เวลาร่าย: 1 วินาที
อาบเพลิงเวทมนตร์ที่จะสร้างสถานะ ติดไฟ ต่อคุณและศัตรูที่อยู่ใกล้อย่างรวดเร็ว ความเสียหาย เวท ของคุณจะเพิ่มขึ้นเป็นอย่างมากขณะที่รับผลนี้ ผลนี้จะสิ้นสุดลงเมื่อคุณมีพลังชีวิตเหลือ 1 หน่วย
สร้างความเสียหาย ไฟ พื้นฐาน 885.2 ต่อวินาที
รัศมีพื้นฐาน 1.8 เมตร
MaelstromCellBossCelestialFlameblast
Spell, Damage, Area, Totemable, Fire, AreaSpell
ระเบิดเพลิง (Flameblast)
โอกาสคริติคอล: 5%
เวลาร่าย: 2.83 วินาที
คูลดาวน์: 9 วินาที
ร่ายต่อเนื่องเพื่อสะสมสร้างการระเบิดขนาดใหญ่ ยิ่งร่ายต่อเนื่องนาน การส่งผลแบบพื้นที่และความเสียหายรูปแบบการระเบิดก็ยิ่งมากไปด้วย การระเบิดจะเกิดขึ้นหลังจากที่ใช้สกิลอื่นหรือหลังจากช่วงเวลาสั้นๆ ที่ไม่มีการร่าย
สร้างความเสียหาย ไฟ 206.1 ถึง 309.2
เพิ่มความเสียหาย เวท อีก 110% ต่อจำนวนสเตจ
เพิ่มความเสียหาย เจ็บป่วย อีก 110% ต่อจำนวนสเตจ
is area damage [1]
MaelstromCellBossOrbOfStorms
Spell, Damage, Lightning, Area, Chains, Triggerable, Trappable, Mineable, Totemable, AreaSpell, Cooldown, Orb
ลูกแก้ววายุ (Orb of Storms)
เวลาร่าย: 1.2 วินาที
คูลดาวน์: 4 วินาที
สร้างลูกสายฟ้าแน่นิ่งที่จะปลดปล่อยลำแสงสายฟ้าเพื่อผ่าใส่ศัตรูในพื้นที่ส่งผล ซึ่งสามารถแยกไปปะทะศัตรูเพิ่มเติมได้ ม็อดความเร็วในการร่ายของคุณจะเพิ่มความถี่ในการปล่อยสายฟ้า การร่ายสกิลนี้ซ้ำจะสร้างลูกใหม่ขึ้นมาแทนลูกเก่า
สร้างความเสียหาย สายฟ้า 287.7 ถึง 863
ระยะเวลาพื้นฐาน 10 วินาที
ผ่าทุก 1 วินาที และเมื่อคุณใช้ สกิลสายฟ้า ใกล้กับลูกแก้ว
ลำแสง แยก ไปหาเป้าหมาย เพิ่มเติม 2 ตัว
storm cloud destroy when caster dies [1]
MaelstromCellBossBallLightning
Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
บอลสายฟ้า (Ball Lightning)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.8 วินาที
ยิงกระสุนที่เคลื่อนไหวช้าซึ่งสร้างความเสียหายซ้ำๆ ต่อศัตรูแต่ละตัวในพื้นที่รอบๆ ด้วยสายฟ้า
สร้างความเสียหาย สายฟ้า 143.8 ถึง 431.3
ยิงกระสุน เพิ่มเติม 2 ลูก
เพิ่มความเร็วกระสุน 25%
รัศมีพื้นฐาน 1.8 เมตร
active skill area of effect radius +% final [-11]
base is projectile [1]
ClockworkGolemFrostBomb
Spell, Area, Duration, Cold, Damage, Multicastable, Totemable, Trappable, Mineable, Triggerable, Cascadable, AreaSpell, Cooldown, Orb
ระเบิดน้ำแข็ง (Frost Bomb)
โอกาสคริติคอล: 6%
เวลาร่าย: 0.5 วินาที
คูลดาวน์: 3.5 วินาที
สร้างผลึกน้ำแข็งที่จะกระจายคลื่นออกมาเป็นระยะเวลาหนึ่ง แต่ละคลื่นจะสร้างดีบัฟต่อศัตรูที่อยู่ใกล้เป็นระยะเวลารองที่จะลดอัตราการ ฟื้นฟูพลังชีวิต ทั้งยังสร้างสถานะ พ่ายแก่น้ำแข็ง อีกด้วย ผลึกน้ำแข็งจะระเบิดเมื่อหมดเวลา สร้างความเสียหาย น้ำแข็ง อย่างรุนแรงต่อศัตรูรอบผลึกน้ำแข็ง
สร้างความเสียหาย น้ำแข็ง 980.5 ถึง 1471
ระยะเวลาพื้นฐาน 4 วินาที
ระยะเวลารองพื้นฐาน 2 วินาที
ลดอัตราการ ฟื้นฟูพลังชีวิต 50%
รัศมีพื้นฐาน 2.4 เมตร
สถานะ พ่ายแก่น้ำแข็ง ทำให้ ค่าต้านทาน น้ำแข็ง -20%
is area damage [1]
MaelstromCellBossFrostbolt
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, CanRapidFire
บอลเยือกแข็ง (Frostbolt)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.75 วินาที
ยิงกระสุนที่เคลื่อนที่อย่างเชื่องช้าซึ่งเจาะทะลุศัตรู สร้างความเสียหาย น้ำแข็ง
สร้างความเสียหาย น้ำแข็ง 893.6 ถึง 1340
กระสุน เจาะทะลุ ทุกเป้าหมาย
ยิงกระสุน เพิ่มเติม 2 ลูก
เพิ่มความเร็วกระสุน 20%
base is projectile [1]
MaelstromCellBossVortex
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Cold, Triggerable, Duration, ChillingArea, AreaSpell, Nova
น้ำวน (Vortex)
โอกาสคริติคอล: 5%
เวลาร่าย: 0.9 วินาที
คูลดาวน์: 4 วินาที
ระเบิดน้ำแข็งรอบผู้ร่าย สร้างความเสียหาย น้ำแข็ง ให้กับศัตรู และทิ้งวงน้ำวนไว้เพื่อสร้างความเสียหาย น้ำแข็ง ต่อเนื่อง และสร้างสถานะ หนาวเย็น ต่อศัตรูที่อยู่ในพื้นที่
สร้างความเสียหาย น้ำแข็ง 1000 ถึง 1500
ระยะเวลาพื้นฐาน 10 วินาที
สร้างความเสียหาย น้ำแข็ง พื้นฐาน 1736.4 ต่อวินาที
ม็อดที่ส่งผลต่อ ความเสียหาย เวท ส่งผลต่อ ความเสียหายต่อเนื่อง ของสกิลนี้
รัศมีพื้นฐาน 2 เมตร
รัศมีรองพื้นฐาน 2 เมตร
ระเบิดจากกระสุนของ บอลเยือกแข็ง (Frostbolt) 1 ลูก
active skill area of effect radius +% final [-17]
ground maelstrom art variation [2]
is area damage [1]
MaelstromCellSummonClockworkGolems
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
เวลาร่าย: 1.5 วินาที
คูลดาวน์: 10 วินาที
มิเนียน มีพลังชีวิตสูงสุด เพิ่มขึ้น อีก 100%
alternate minion [305]
minion dies when parent deleted [1]
minion dies when parent dies [1]
monster no drops or experience [1]
number of monsters to summon [8]
summon specific monsters radius +% [100]
summoned monsters are minions [1]
MaelstromCellSummonClockworkGolems2
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
เวลาร่าย: 1.5 วินาที
คูลดาวน์: 10 วินาที
มิเนียน มีพลังชีวิตสูงสุด เพิ่มขึ้น อีก 100%
alternate minion [306]
minion dies when parent deleted [1]
minion dies when parent dies [1]
monster no drops or experience [1]
number of monsters to summon [8]
summon specific monsters radius +% [100]
summoned monsters are minions [1]
MaelstromCellSummonClockworkGolems3
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
เวลาร่าย: 1.5 วินาที
คูลดาวน์: 10 วินาที
มิเนียน มีพลังชีวิตสูงสุด เพิ่มขึ้น อีก 100%
alternate minion [307]
minion dies when parent deleted [1]
minion dies when parent dies [1]
monster no drops or experience [1]
number of monsters to summon [8]
summon specific monsters radius +% [100]
summoned monsters are minions [1]
MaelstromCellSummonOrbOfStormsDaemon
Spell, Multicastable, Triggerable
เวลาร่าย: 0.8 วินาที
คูลดาวน์: 4 วินาที
alternate minion [308]
minion dies when parent deleted [1]
minion dies when parent dies [1]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-95]
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/Axis/Experimenter/Experimenter"

Object Type Codes

version 2
extends "Metadata/Monsters/Axis/Experimenter/Experimenter"

Life
{
	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/blackhole_suckin.epk );"
	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/blackhole_suckin.epk );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Axis/ExperimenterBossStrongboxFinal"] = {
    name = "Dario, the Living Void",
    life = 10,
    energyShield = 0.5,
    fireResist = 42,
    coldResist = 42,
    lightningResist = 42,
    chaosResist = 0,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.2,
    attackRange = 40,
    accuracy = 1,
    weaponType1 = "Wand",
    skillList = {
        "ClockworkGolemRighteousFire",
        "MaelstromCellBossBallLightning",
        "MaelstromCellBossCelestialFlameblast",
        "ClockworkGolemFrostBomb",
        "MaelstromCellBossOrbOfStorms",
        "MaelstromCellBossFrostbolt",
        "MaelstromCellBossVortex",
        "MaelstromCellSummonClockworkGolems",
        "MaelstromCellSummonClockworkGolems2",
        "MaelstromCellSummonClockworkGolems3",
        "MaelstromCellSummonOrbOfStormsDaemon",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ClockworkGolemRighteousFire"] = {
    name = "Righteous Fire",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Engulfs you in magical fire that rapidly burns you and nearby enemies. Your spell damage is substantially increased while under this effect. The effect ends when you have 1 life remaining.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Buff] = true,
        [SkillType.Area] = true,
        [SkillType.CausesBurning] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Fire] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Instant] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "active_skill_base_area_of_effect_radius",
    },
    levels = {
        [1] = {1, 18, levelRequirement = 3, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaelstromCellBossBallLightning"] = {
    name = "Ball Lightning",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Area] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_projectile_speed_+%",
        "number_of_additional_projectiles",
        "active_skill_area_of_effect_radius_+%_final",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.5, 1.5, 25, 2, -11, 18, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaelstromCellBossCelestialFlameblast"] = {
    name = "Flameblast",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Channels to build up a large explosion. The longer you channel, the larger the area of effect and damage of the explosion. The explosion occurs after using another skill or after a short period without casting.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Totemable] = true,
        [SkillType.Fire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.83,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "charged_blast_spell_damage_+%_final_per_stack",
        "flameblast_ailment_damage_+%_final_per_stack",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 110, 110, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ClockworkGolemFrostBomb"] = {
    name = "Frost Bomb",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Creates a crystal that pulses with cold for a duration. Each pulse applies a debuff to nearby enemies for a secondary duration which reduces life regeneration rate, and also inflicts Cold Exposure. When the crystal's duration ends, it explodes, dealing heavy cold damage to enemies around it.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Cold] = true,
        [SkillType.Damage] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cascadable] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Cooldown] = true,
        [SkillType.Orb] = true,
    },
    statDescriptionScope = "debuff_skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "active_skill_base_area_of_effect_radius",
        "base_skill_effect_duration",
        "base_secondary_skill_effect_duration",
        "base_cold_damage_resistance_%",
        "life_regeneration_rate_+%",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 24, 4000, 2000, -20, -50, critChance = 6, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaelstromCellBossOrbOfStorms"] = {
    name = "Orb of Storms",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Creates a stationary electrical orb that strikes enemies in its area of effect with beams of lightning that can then split to hit more enemies. Modifiers to cast speed will increase how frequently it does this. Casting this skill again will replace the previous orb.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Lightning] = true,
        [SkillType.Area] = true,
        [SkillType.Chains] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Cooldown] = true,
        [SkillType.Orb] = true,
    },
    statDescriptionScope = "beam_skill_stat_descriptions",
    castTime = 1.2,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "projectile_number_to_split",
        "orb_of_storms_base_bolt_frequency_ms",
        "storm_cloud_destroy_when_caster_dies",
    },
    levels = {
        [1] = {0.5, 1.5, 10000, 2, 1000, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaelstromCellBossFrostbolt"] = {
    name = "Frostbolt",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires a slow-moving projectile that pierces through enemies, dealing cold damage.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Cold] = true,
        [SkillType.Triggerable] = true,
        [SkillType.CanRapidFire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.75,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_projectile_speed_+%",
        "number_of_additional_projectiles",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 20, 2, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaelstromCellBossVortex"] = {
    name = "Vortex",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "An icy blast explodes around the caster, dealing cold damage to enemies, and leaving behind a whirling vortex which deals cold damage over time and chills enemies caught in it.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Cold] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Duration] = true,
        [SkillType.ChillingArea] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Nova] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.9,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_cold_damage_to_deal_per_minute",
        "base_skill_effect_duration",
        "ground_maelstrom_art_variation",
        "frost_bolt_nova_number_of_frost_bolts_to_detonate",
        "active_skill_area_of_effect_radius_+%_final",
        "active_skill_base_area_of_effect_radius",
        "active_skill_base_secondary_area_of_effect_radius",
        "is_area_damage",
        "spell_damage_modifiers_apply_to_skill_dot",
    },
    levels = {
        [1] = {1.6000000238419, 2.4000000953674, 10, 10000, 2, 1, -17, 20, 20, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaelstromCellSummonClockworkGolems"] = {
    name = "MaelstromCellSummonClockworkGolems",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "active_skill_minion_life_+%_final",
        "monster_no_drops_or_experience",
        "minion_dies_when_parent_dies",
        "minion_dies_when_parent_deleted",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {305, 8, 100, 100, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaelstromCellSummonClockworkGolems2"] = {
    name = "MaelstromCellSummonClockworkGolems2",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "active_skill_minion_life_+%_final",
        "monster_no_drops_or_experience",
        "minion_dies_when_parent_dies",
        "minion_dies_when_parent_deleted",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {306, 8, 100, 100, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaelstromCellSummonClockworkGolems3"] = {
    name = "MaelstromCellSummonClockworkGolems3",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "active_skill_minion_life_+%_final",
        "monster_no_drops_or_experience",
        "minion_dies_when_parent_dies",
        "minion_dies_when_parent_deleted",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {307, 8, 100, 100, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MaelstromCellSummonOrbOfStormsDaemon"] = {
    name = "MaelstromCellSummonOrbOfStormsDaemon",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "monster_no_drops_or_experience",
        "minion_dies_when_parent_dies",
        "minion_dies_when_parent_deleted",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {308, 1, -95, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Edit

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