Захарий Дисмарейс
Гуманоид
monster base type attack cast speed +% and damage -% final [33]
Zacharie Desmarais
SpectreN
Tagsaura_bearer, fire_affinity, has_dual_wield_melee, has_one_hand_axe, has_one_handed_melee, human, humanoid, lightning_affinity, mail_armour, medium_height, medium_movement, not_int, physical_affinity, red_blood, rogue_exile, slashing_weapon
Здоровье
123%
Броня
+50%
Уклонение
+50%
Ailment Threshold
123%
Сопротивление
30 30 30 20
Damage
114%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 10
Attack Time
1.005 Second
Damage Spread
±20%
Опыт
220%
Model Size
100%
Type
ExileDuelist4
Metadata
ExileDuelist4
Уровень
68
Здоровье
7,913
Броня
43,185
Уклонение
7,109
Энергетический щит
0
Damage
426
Урон от чар
426
Точность
290
Attack Time
1.005
Опыт
22,561
Ailment Threshold
7,913
Chill
25
Shock
25
Brittle
142
Scorch
25
Sap
69
ExileMoltenStrike
Attack, Projectile, Area, Melee, MeleeSingleTarget, Fire, RangedAttack, ProjectilesNotFromUser, ThresholdJewelChaining, Multistrikeable
Магмовый удар
Base Damage: 341–511
Шанс критического удара: 5%
Attack Time: 1.005 сек.
Наделяет оружие героя для ближнего боя расплавленной энергией и при атаке наносит физический урон и урон от огня, создавая при этом магмовые шары, урон от которых распределяется между всеми врагами, которых они заденут. Шары наносят урон от атак по области в месте приземления.
Умения повторяются ещё 2 раз(-а)
Наносит на 20% меньше урона
Выпускает дополнительных снарядов: 6
53% увеличение физического урона
60% физического урона становится уроном от огня
160% повышение скорости атаки
25% снижение скорости снаряда
На 40% меньше урона снарядами
active skill area of effect radius +% final [40]
base is projectile [1]
ExileAnger
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Fire, Instant, AreaSpell, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Жгучая злоба
Время применения: 1.2 сек.
Перезарядка: 0.5 сек.
Герой окружает себя аурой, которая добавляет к атакам и чарам урон от огня. Аура действует как на героя, так и на его союзников.
Вы и ближайшие союзники наносите от 91.35 до 152.3 дополнительного урона от огня атаками
active skill area of effect radius +% final [33]
ExileLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Наскок
Base Damage: 341–511
Шанс критического удара: 5%
Attack Time: 1.005 сек.
Герой прыгает высоко вверх и приземляется в указанное место, наносит урон врагам своим оружием и отталкивает их. Враги, на которых приземлится герой, будут отброшены. Умение требует топор, булаву, скипетр, меч или посох.
Наносит на 25% больше урона
Базовый радиус равен 1.5 м
cast time overrides attack duration [1]
is area damage [1]
ExileLightningStrike
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
Удар молнии
Base Damage: 341–511
Шанс критического удара: 5%
Attack Time: 1.005 сек.
Герой наполняет оружие ближнего боя энергией молний. При ударах часть физического урона становится уроном от молний. Кроме того, при ударах вложенная в оружие энергия становится снарядами, которые летят вперед и поражают врагов, стоящих поодаль. Если удар достиг цели, созданные им снаряды тоже не промахиваются.
Умения повторяются ещё 2 раз(-а)
50% физического урона становится уроном от молнии
Наносит на 20% больше урона атаками
Выпускает дополнительных снарядов: 7
135% повышение скорости атаки
На 30% меньше урона снарядами
total projectile spread angle override [70]
ExileWrath
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Lightning, Instant, Triggerable, AreaSpell
Время применения: 1.2 сек.
Перезарядка: 0.5 сек.
Добавляет от 17.13 до 274.1 урона от молнии
active skill area of effect radius +% final [33]

Object Type

version 2
extends "Metadata/Monsters/Exiles/Exile"

Stats
{

}

Object Type Codes

version 2
extends "Metadata/Monsters/Exiles/Exile"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Exiles/ExileDuelist4"] = {
    name = "Zacharie Desmarais",
    life = 1.23,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.14,
    damageSpread = 0.2,
    attackTime = 1.005,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "One Hand Axe",
    weaponType2 = "One Hand Axe",
    skillList = {
        "ExileLeapSlam",
        "ExileLightningStrike",
        "ExileAnger",
        "ExileWrath",
        "ExileMoltenStrike",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileLeapSlam"] = {
    name = "Leap Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.4,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {25, 15, levelRequirement = 2, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileLightningStrike"] = {
    name = "Lightning Strike",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.Lightning] = true,
        [SkillType.ProjectilesNotFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_attack_damage_+%_final",
        "number_of_additional_projectiles",
        "skill_repeat_count",
        "attack_speed_+%",
        "skill_physical_damage_%_to_convert_to_lightning",
        "active_skill_projectile_damage_+%_final",
        "total_projectile_spread_angle_override",
    },
    levels = {
        [1] = {56, 2, 0, 0, 50, -30, 70, levelRequirement = 20, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [2] = {32, 5, 2, 100, 50, -30, 70, levelRequirement = 40, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        [3] = {20, 7, 2, 135, 50, -30, 70, levelRequirement = 60, statInterpolation = {1, 1, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileAnger"] = {
    name = "Anger",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Casts an aura that adds fire damage to the attacks and spells of you and your allies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Buff] = true,
        [SkillType.HasReservation] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.Totemable] = true,
        [SkillType.Aura] = true,
        [SkillType.Fire] = true,
        [SkillType.Instant] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.CanHaveBlessing] = true,
        [SkillType.InstantNoRepeatWhenHeld] = true,
        [SkillType.InstantShiftAttackForLeftMouse] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "aura_skill_stat_descriptions",
    castTime = 1.2,
    baseFlags = {
        area = true,
        spell = true,
        aura = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "attack_minimum_added_fire_damage",
        "attack_maximum_added_fire_damage",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {0.30000001192093, 0.5, 33, levelRequirement = 5, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileWrath"] = {
    name = "ExileWrath",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Buff] = true,
        [SkillType.HasReservation] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.Totemable] = true,
        [SkillType.Aura] = true,
        [SkillType.Lightning] = true,
        [SkillType.Instant] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.2,
    baseFlags = {
        area = true,
        spell = true,
        aura = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "attack_minimum_added_lightning_damage",
        "attack_maximum_added_lightning_damage",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {0.050000000745058, 0.80000001192093, 33, levelRequirement = 5, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileMoltenStrike"] = {
    name = "Molten Strike",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Infuses your melee weapon with molten energies to attack with physical and fire damage. This attack causes balls of molten magma to launch forth from the enemies you hit, divided amongst all enemies hit by the strike. These will deal area attack damage to enemies where they land.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Fire] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.ProjectilesNotFromUser] = true,
        [SkillType.ThresholdJewelChaining] = true,
        [SkillType.Multistrikeable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_additional_projectiles",
        "active_skill_damage_+%_final",
        "physical_damage_+%",
        "attack_speed_+%",
        "skill_repeat_count",
        "skill_physical_damage_%_to_convert_to_fire",
        "active_skill_projectile_damage_+%_final",
        "base_projectile_speed_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {3, 20, 18, 0, 0, 60, -40, -25, levelRequirement = 20, statInterpolation = {1, 1, 1, 1, 1},  cost = { }, },
        [2] = {4, 0, 35, 120, 2, 25, 60, -40, -25, levelRequirement = 40, statInterpolation = {1, 1, 1, 1, 1, 1},  cost = { }, },
        [3] = {6, -20, 53, 160, 2, 40, 60, -40, -25, levelRequirement = 60, statInterpolation = {1, 1, 1, 1, 1, 1},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [33]
IdMonsterSpeedAndDamageFixupComplete
FamilyMonsterSpeedAndDamageFixup
Domainsмонстр (3)
GenerationTypeУникальный (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    Захарий Дисмарейс
    Гуманоид
    monster base type attack cast speed +% and damage -% final [33]
    100% увеличение максимума здоровья
    100% увеличение области действия
    80% увеличение размера персонажа
    Zacharie Desmarais
    SpectreN
    Tagsaura_bearer, fire_affinity, has_dual_wield_melee, has_one_hand_axe, has_one_handed_melee, human, humanoid, lightning_affinity, mail_armour, medium_height, medium_movement, not_int, physical_affinity, red_blood, rogue_exile, slashing_weapon
    Здоровье
    123%
    Броня
    +50%
    Уклонение
    +50%
    Ailment Threshold
    123%
    Сопротивление
    30 30 30 20
    Damage
    114%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Опыт
    220%
    Model Size
    100%
    Type
    ExileDuelist4
    Metadata
    ExileDuelist4Supporter
    Уровень
    68
    Здоровье
    7,913
    Броня
    43,185
    Уклонение
    7,109
    Энергетический щит
    0
    Damage
    426
    Урон от чар
    426
    Точность
    290
    Attack Time
    1.005
    Опыт
    22,561
    Ailment Threshold
    7,913
    Chill
    25
    Shock
    25
    Brittle
    142
    Scorch
    25
    Sap
    69
    ExileMoltenStrike
    Attack, Projectile, Area, Melee, MeleeSingleTarget, Fire, RangedAttack, ProjectilesNotFromUser, ThresholdJewelChaining, Multistrikeable
    Магмовый удар
    Base Damage: 341–511
    Шанс критического удара: 5%
    Attack Time: 1.005 сек.
    Наделяет оружие героя для ближнего боя расплавленной энергией и при атаке наносит физический урон и урон от огня, создавая при этом магмовые шары, урон от которых распределяется между всеми врагами, которых они заденут. Шары наносят урон от атак по области в месте приземления.
    Умения повторяются ещё 2 раз(-а)
    Наносит на 20% меньше урона
    Выпускает дополнительных снарядов: 6
    53% увеличение физического урона
    60% физического урона становится уроном от огня
    160% повышение скорости атаки
    25% снижение скорости снаряда
    На 40% меньше урона снарядами
    active skill area of effect radius +% final [40]
    base is projectile [1]
    ExileAnger
    Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Fire, Instant, AreaSpell, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
    Жгучая злоба
    Время применения: 1.2 сек.
    Перезарядка: 0.5 сек.
    Герой окружает себя аурой, которая добавляет к атакам и чарам урон от огня. Аура действует как на героя, так и на его союзников.
    Вы и ближайшие союзники наносите от 91.35 до 152.3 дополнительного урона от огня атаками
    active skill area of effect radius +% final [33]
    ExileLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Наскок
    Base Damage: 341–511
    Шанс критического удара: 5%
    Attack Time: 1.005 сек.
    Герой прыгает высоко вверх и приземляется в указанное место, наносит урон врагам своим оружием и отталкивает их. Враги, на которых приземлится герой, будут отброшены. Умение требует топор, булаву, скипетр, меч или посох.
    Наносит на 25% больше урона
    Базовый радиус равен 1.5 м
    cast time overrides attack duration [1]
    is area damage [1]
    ExileLightningStrike
    Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
    Удар молнии
    Base Damage: 341–511
    Шанс критического удара: 5%
    Attack Time: 1.005 сек.
    Герой наполняет оружие ближнего боя энергией молний. При ударах часть физического урона становится уроном от молний. Кроме того, при ударах вложенная в оружие энергия становится снарядами, которые летят вперед и поражают врагов, стоящих поодаль. Если удар достиг цели, созданные им снаряды тоже не промахиваются.
    Умения повторяются ещё 2 раз(-а)
    50% физического урона становится уроном от молнии
    Наносит на 20% больше урона атаками
    Выпускает дополнительных снарядов: 7
    135% повышение скорости атаки
    На 30% меньше урона снарядами
    total projectile spread angle override [70]
    ExileWrath
    Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Lightning, Instant, Triggerable, AreaSpell
    Время применения: 1.2 сек.
    Перезарядка: 0.5 сек.
    Добавляет от 17.13 до 274.1 урона от молнии
    active skill area of effect radius +% final [33]

    Object Type

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    
    Stats
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Exiles/ExileDuelist4Supporter"] = {
        name = "Zacharie Desmarais",
        life = 1.23,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.14,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        weaponType2 = "One Hand Axe",
        skillList = {
            "ExileLeapSlam",
            "ExileLightningStrike",
            "ExileAnger",
            "ExileWrath",
            "ExileMoltenStrike",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {25, 15, levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileLightningStrike"] = {
        name = "Lightning Strike",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Lightning] = true,
            [SkillType.ProjectilesNotFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_damage_+%_final",
            "number_of_additional_projectiles",
            "skill_repeat_count",
            "attack_speed_+%",
            "skill_physical_damage_%_to_convert_to_lightning",
            "active_skill_projectile_damage_+%_final",
            "total_projectile_spread_angle_override",
        },
        levels = {
            [1] = {56, 2, 0, 0, 50, -30, 70, levelRequirement = 20, statInterpolation = {1, 1, 1, 1},  cost = { }, },
            [2] = {32, 5, 2, 100, 50, -30, 70, levelRequirement = 40, statInterpolation = {1, 1, 1, 1},  cost = { }, },
            [3] = {20, 7, 2, 135, 50, -30, 70, levelRequirement = 60, statInterpolation = {1, 1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileAnger"] = {
        name = "Anger",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Casts an aura that adds fire damage to the attacks and spells of you and your allies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Buff] = true,
            [SkillType.HasReservation] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Totemable] = true,
            [SkillType.Aura] = true,
            [SkillType.Fire] = true,
            [SkillType.Instant] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.CanHaveBlessing] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "aura_skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            aura = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_minimum_added_fire_damage",
            "attack_maximum_added_fire_damage",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {0.30000001192093, 0.5, 33, levelRequirement = 5, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileWrath"] = {
        name = "ExileWrath",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Buff] = true,
            [SkillType.HasReservation] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Totemable] = true,
            [SkillType.Aura] = true,
            [SkillType.Lightning] = true,
            [SkillType.Instant] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            area = true,
            spell = true,
            aura = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_minimum_added_lightning_damage",
            "attack_maximum_added_lightning_damage",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {0.050000000745058, 0.80000001192093, 33, levelRequirement = 5, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileMoltenStrike"] = {
        name = "Molten Strike",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Infuses your melee weapon with molten energies to attack with physical and fire damage. This attack causes balls of molten magma to launch forth from the enemies you hit, divided amongst all enemies hit by the strike. These will deal area attack damage to enemies where they land.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Fire] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = true,
            [SkillType.ThresholdJewelChaining] = true,
            [SkillType.Multistrikeable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_additional_projectiles",
            "active_skill_damage_+%_final",
            "physical_damage_+%",
            "attack_speed_+%",
            "skill_repeat_count",
            "skill_physical_damage_%_to_convert_to_fire",
            "active_skill_projectile_damage_+%_final",
            "base_projectile_speed_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {3, 20, 18, 0, 0, 60, -40, -25, levelRequirement = 20, statInterpolation = {1, 1, 1, 1, 1},  cost = { }, },
            [2] = {4, 0, 35, 120, 2, 25, 60, -40, -25, levelRequirement = 40, statInterpolation = {1, 1, 1, 1, 1, 1},  cost = { }, },
            [3] = {6, -20, 53, 160, 2, 40, 60, -40, -25, levelRequirement = 60, statInterpolation = {1, 1, 1, 1, 1, 1},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    100% увеличение максимума здоровья
    100% увеличение области действия
    80% увеличение размера персонажа
    IdMonsterSupporterGigantism1
    FamilyMonsterSupporterGigantism
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • maximum life +% Min: 100 Max: 100 Global
  • base actor scale +% Min: 80 Max: 80 Global
  • base skill area of effect +% Min: 100 Max: 100 Global