达瑞尔, 虚空之灵
人形
Dario, the Living Void
幽魂N
标签施法, cold_affinity, fire_affinity, has_wand, human, humanoid, large_height, light_armour, not_dex, not_str, ranged, red_blood, very_slow_movement
生命
600%
生命转为护盾
50%
异常状态临界值
600%
抗性
42 42 42 0
伤害
200%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 40
攻击间隔
1.2 秒
伤害分布
±20%
经验值
200%
Model Size
130%
类型
ExperimenterBossStrongbox
Metadata
ExperimenterBossStrongboxFire
等级
68
生命
38,600
护甲
28,790
闪避值
4,739
能量护盾
3,064
伤害
747
法术伤害
747
命中
290
攻击间隔
1.2
经验值
20,510
异常状态临界值
38,600
冰缓
122
Shock
122
Brittle
691
Scorch
122
Sap
337
ClockworkGolemRighteousFire
法术, 增益, 范围, 造成燃烧, DoT, 火焰, 图腾技能, 可触发, 立即, 范围法术, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, 冷却
正义之火
施放间隔: 1 秒
以魔法之火快速地燃烧自己及周围的敌人。在此效果下,你的法术伤害大幅增加。当你的生命只剩下 1 时将会自动停止此法术。
每秒造成 885.2 基础火焰伤害
基础范围为 1.8
MaelstromCellBossCelestialFlameblast
法术, 伤害, 范围, 图腾技能, 火焰, 范围法术
烈焰爆破
攻击暴击率: 5%
施放间隔: 2.83 秒
冷却时间: 9 秒
可蓄力(持续施放)来施放大型的爆炸. 蓄力的时间越长, 爆炸的范围与造成的伤害越大. 当停止蓄力后一段时间或使用其他技能时便会触发爆炸.
造成 206.1 - 309.2 火焰伤害
法术伤害按照每层总增 110%
每层会使后续异常状态伤害总增 110%
is area damage [1]
MaelstromCellBossFrostbolt
法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 冰冷, 可触发, 可齐射
寒冰弹
攻击暴击率: 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
幽魂N
标签施法, cold_affinity, has_wand, human, humanoid, large_height, light_armour, not_dex, not_str, ranged, red_blood, very_slow_movement
生命
600%
生命转为护盾
50%
异常状态临界值
600%
抗性
42 42 42 0
伤害
200%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 40
攻击间隔
1.2 秒
伤害分布
±20%
经验值
200%
Model Size
130%
类型
ExperimenterBossStrongbox
Metadata
ExperimenterBossStrongboxCold
等级
68
生命
38,600
护甲
28,790
闪避值
4,739
能量护盾
3,064
伤害
747
法术伤害
747
命中
290
攻击间隔
1.2
经验值
20,510
异常状态临界值
38,600
冰缓
122
Shock
122
Brittle
691
Scorch
122
Sap
337
MaelstromCellBossFrostBomb
法术, 范围, 持续时间, 冰冷, 伤害, 法术可重复, 图腾技能, 陷阱技能, 地雷技能, 可触发, 可秘能爆发, 范围法术, 冷却, Orb
寒霜爆
攻击暴击率: 6%
施放间隔: 0.5 秒
冷却时间: 4 秒
创造一个冰晶,在一段时间内脉冲冰霜能量。每次脉冲都会给周围敌人施加一个有单独持续时间的减益效果,降低其生命回复率,同时给它们施加冰霜曝露。冰晶持续时间结束后会爆炸,对周围敌人造成大量冰霜伤害。
造成 1177 - 1765 冰霜伤害
基础持续时间为 4
基础额外效果持续时间 2
生命回复速度减慢 50%
基础范围为 2.4
冰霜曝露 -20% 冰霜抗性
is area damage [1]
MaelstromCellBossFrostbolt
法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 冰冷, 可触发, 可齐射
寒冰弹
攻击暴击率: 5%
施放间隔: 0.75 秒
发射出一个缓慢移动并可以穿透敌人的投射物,造成冰霜伤害。
造成 893.6 - 1340 冰霜伤害
投射物贯穿所有目标
额外发射 2 个投射物
投射物速度加快 20%
base is projectile [1]
MaelstromCellBossVortex
法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 冰冷, 可触发, 持续时间, 冰缓区域, 范围法术, 新星, 可齐射
漩涡
攻击暴击率: 5%
施放间隔: 0.9 秒
冷却时间: 4 秒
一个会在施法者周围爆炸的冰爆,对敌人造成冰霜伤害,并留下一个漩涡,对于在其中的敌人继续造成持续冰霜伤害和冰缓。
造成 1000 - 1500 冰霜伤害
基础持续时间为 10
每秒造成 1736.4 基础冰霜伤害
法术伤害的词缀效果同样套用于持续伤害
基础范围为 2
基础次级范围为 2
可从 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,
        [SkillType.CanRapidFire] = 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
幽魂N
标签施法, has_wand, human, humanoid, large_height, light_armour, lightning_affinity, not_dex, not_str, ranged, red_blood, very_slow_movement
生命
600%
生命转为护盾
50%
异常状态临界值
600%
抗性
42 42 42 0
伤害
200%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 40
攻击间隔
1.2 秒
伤害分布
±20%
经验值
200%
Model Size
130%
类型
ExperimenterBossStrongbox
Metadata
ExperimenterBossStrongboxLightning
等级
68
生命
38,600
护甲
28,790
闪避值
4,739
能量护盾
3,064
伤害
747
法术伤害
747
命中
290
攻击间隔
1.2
经验值
20,510
异常状态临界值
38,600
冰缓
122
Shock
122
Brittle
691
Scorch
122
Sap
337
MaelstromCellBossOrbOfStorms
法术, 伤害, 闪电, 范围, 连锁, 可触发, 陷阱技能, 地雷技能, 图腾技能, 范围法术, 冷却, Orb
风暴漩涡
施放间隔: 1.2 秒
冷却时间: 4 秒
产生一个静止的电球,用闪电束打击它效果区域内的敌人,随后分裂的闪电束会击中更多敌人。施法速度词缀可以提高其攻击频率。重新施放该法术会取代原有的电球。
造成 287.7 - 863 闪电伤害
基础持续时间为 10
1 秒打击一次,你在法球周围使用闪电技能时也会发动打击
光线分裂并射向 2 个额外目标
storm cloud destroy when caster dies [1]
MaelstromCellBossBallLightning
法术, 伤害, 投射物, 玩家投射物, 范围, 图腾技能, 陷阱技能, 地雷技能, 法术可重复, 可触发, 闪电, 可齐射, 范围法术
天雷之珠
攻击暴击率: 5%
施放间隔: 0.8 秒
射出一个移动缓慢的天雷之珠,对周围的每个敌人反复施放闪电并造成伤害。
造成 143.8 - 431.3 闪电伤害
额外发射 2 个投射物
投射物速度加快 25%
基础范围为 1.8
active skill area of effect radius +% final [-11]
base is projectile [1]
MaelstromCellSummonOrbOfStormsDaemon
法术, 法术可重复, 可触发
施放间隔: 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
幽魂N
标签施法, 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%
生命转为护盾
50%
异常状态临界值
1000%
抗性
42 42 42 0
伤害
200%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 40
攻击间隔
1.2 秒
伤害分布
±20%
经验值
200%
Model Size
130%
类型
ExperimenterBossStrongboxFinal
Metadata
ExperimenterBossStrongboxFinal
等级
68
生命
64,334
护甲
28,790
闪避值
4,739
能量护盾
3,064
伤害
747
法术伤害
747
命中
290
攻击间隔
1.2
经验值
20,510
异常状态临界值
64,334
冰缓
203
Shock
203
Brittle
1,151
Scorch
203
Sap
562
ClockworkGolemRighteousFire
法术, 增益, 范围, 造成燃烧, DoT, 火焰, 图腾技能, 可触发, 立即, 范围法术, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, 冷却
正义之火
施放间隔: 1 秒
以魔法之火快速地燃烧自己及周围的敌人。在此效果下,你的法术伤害大幅增加。当你的生命只剩下 1 时将会自动停止此法术。
每秒造成 885.2 基础火焰伤害
基础范围为 1.8
MaelstromCellBossCelestialFlameblast
法术, 伤害, 范围, 图腾技能, 火焰, 范围法术
烈焰爆破
攻击暴击率: 5%
施放间隔: 2.83 秒
冷却时间: 9 秒
可蓄力(持续施放)来施放大型的爆炸. 蓄力的时间越长, 爆炸的范围与造成的伤害越大. 当停止蓄力后一段时间或使用其他技能时便会触发爆炸.
造成 206.1 - 309.2 火焰伤害
法术伤害按照每层总增 110%
每层会使后续异常状态伤害总增 110%
is area damage [1]
MaelstromCellBossOrbOfStorms
法术, 伤害, 闪电, 范围, 连锁, 可触发, 陷阱技能, 地雷技能, 图腾技能, 范围法术, 冷却, Orb
风暴漩涡
施放间隔: 1.2 秒
冷却时间: 4 秒
产生一个静止的电球,用闪电束打击它效果区域内的敌人,随后分裂的闪电束会击中更多敌人。施法速度词缀可以提高其攻击频率。重新施放该法术会取代原有的电球。
造成 287.7 - 863 闪电伤害
基础持续时间为 10
1 秒打击一次,你在法球周围使用闪电技能时也会发动打击
光线分裂并射向 2 个额外目标
storm cloud destroy when caster dies [1]
MaelstromCellBossBallLightning
法术, 伤害, 投射物, 玩家投射物, 范围, 图腾技能, 陷阱技能, 地雷技能, 法术可重复, 可触发, 闪电, 可齐射, 范围法术
天雷之珠
攻击暴击率: 5%
施放间隔: 0.8 秒
射出一个移动缓慢的天雷之珠,对周围的每个敌人反复施放闪电并造成伤害。
造成 143.8 - 431.3 闪电伤害
额外发射 2 个投射物
投射物速度加快 25%
基础范围为 1.8
active skill area of effect radius +% final [-11]
base is projectile [1]
ClockworkGolemFrostBomb
法术, 范围, 持续时间, 冰冷, 伤害, 法术可重复, 图腾技能, 陷阱技能, 地雷技能, 可触发, 可秘能爆发, 范围法术, 冷却, Orb
寒霜爆
攻击暴击率: 6%
施放间隔: 0.5 秒
冷却时间: 3.5 秒
创造一个冰晶,在一段时间内脉冲冰霜能量。每次脉冲都会给周围敌人施加一个有单独持续时间的减益效果,降低其生命回复率,同时给它们施加冰霜曝露。冰晶持续时间结束后会爆炸,对周围敌人造成大量冰霜伤害。
造成 980.5 - 1471 冰霜伤害
基础持续时间为 4
基础额外效果持续时间 2
生命回复速度减慢 50%
基础范围为 2.4
冰霜曝露 -20% 冰霜抗性
is area damage [1]
MaelstromCellBossFrostbolt
法术, 投射物, 玩家投射物, 伤害, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 冰冷, 可触发, 可齐射
寒冰弹
攻击暴击率: 5%
施放间隔: 0.75 秒
发射出一个缓慢移动并可以穿透敌人的投射物,造成冰霜伤害。
造成 893.6 - 1340 冰霜伤害
投射物贯穿所有目标
额外发射 2 个投射物
投射物速度加快 20%
base is projectile [1]
MaelstromCellBossVortex
法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 冰冷, 可触发, 持续时间, 冰缓区域, 范围法术, 新星, 可齐射
漩涡
攻击暴击率: 5%
施放间隔: 0.9 秒
冷却时间: 4 秒
一个会在施法者周围爆炸的冰爆,对敌人造成冰霜伤害,并留下一个漩涡,对于在其中的敌人继续造成持续冰霜伤害和冰缓。
造成 1000 - 1500 冰霜伤害
基础持续时间为 10
每秒造成 1736.4 基础冰霜伤害
法术伤害的词缀效果同样套用于持续伤害
基础范围为 2
基础次级范围为 2
可从 1 个【寒冰弹】投射物炸开
active skill area of effect radius +% final [-17]
ground maelstrom art variation [2]
is area damage [1]
MaelstromCellSummonClockworkGolems
法术, 法术可重复, 可触发, 陷阱技能, 图腾技能, 地雷技能
施放间隔: 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
法术, 法术可重复, 可触发, 陷阱技能, 图腾技能, 地雷技能
施放间隔: 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
法术, 法术可重复, 可触发, 陷阱技能, 图腾技能, 地雷技能
施放间隔: 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
法术, 法术可重复, 可触发
施放间隔: 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,
        [SkillType.CanRapidFire] = 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.