SpectreY
AreaСклеп, Тоннель, Лаборатория вечных, Зыбучие пески, Забытое ущелье, Запылённый обрыв, Зыбучие пески, Забытое ущелье, Запылённый обрыв
TagsЧародейский, ghost_armour, ghost_blood, is_unarmed, medium_height, medium_movement, melee, not_dex, not_str, physical_affinity, ranged, undead
Packs
  • Склеп: Фантом
  • Тоннель: Фантом
  • Лаборатория вечных: Фантом
  • Здоровье
    144%
    Energy Shield From Life
    50%
    Ailment Threshold
    144%
    Сопротивление
    0 0 40 0
    Damage
    120%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Опыт
    120%
    Model Size
    100%
    Type
    WraithSpirit
    Metadata
    Wraith
    Уровень
    68
    Здоровье
    9,264
    Броня
    28,790
    Уклонение
    4,739
    Энергетический щит
    3,064
    Damage
    448
    Урон от чар
    448
    Точность
    290
    Attack Time
    1.755
    Опыт
    12,306
    Ailment Threshold
    9,264
    Chill
    29
    Shock
    29
    Brittle
    166
    Scorch
    29
    Sap
    81
    WraithEtherealKnives
    Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
    Бесплотные ножи
    Шанс критического удара: 5%
    Время применения: 0.8 сек.
    Герой бросает несколько ножей, которые разлетаются веером и наносят физический урон.
    Наносит от 347.8 до 521.7 физического урона
    Наносит на 15% меньше урона
    Выпускает дополнительных снарядов: 9
    25% снижение скорости сотворения чар
    25% повышение скорости снаряда
    base is projectile [1]
    fixed projectile spread [20]
    monster penalty against minions damage +% final vs player minions [-25]
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Атака
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.755 сек.
    Герой наносит обычный удар.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.3
    }
    
    Animated
    {
    	on_death = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spirit/Wraith"] = {
        name = "Wraith",
        life = 1.44,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "Melee",
            "WraithEtherealKnives",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WraithEtherealKnives"] = {
        name = "Ethereal Knives",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "number_of_additional_projectiles",
            "base_cast_speed_+%",
            "active_skill_damage_+%_final",
            "base_projectile_speed_+%",
            "fixed_projectile_spread",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 9, -25, -15, 25, 20, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.60000002384186, 0.89999997615814, -25, 9, -25, -15, 25, 20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.60000002384186, 0.89999997615814, -25, 9, -25, -15, 25, 20, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    Фантом
    Нежить
    Wraith
    SpectreY
    TagsЧародейский, ghost_armour, ghost_blood, is_unarmed, medium_movement, melee, not_dex, not_str, physical_affinity, ranged, undead
    Packs
  • Фантом
  • Здоровье
    144%
    Energy Shield From Life
    50%
    Ailment Threshold
    144%
    Сопротивление
    0 0 40 0
    Damage
    120%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Опыт
    120%
    Model Size
    100%
    Type
    WraithSpirit
    Metadata
    WraithHellscape_
    Уровень
    68
    Здоровье
    9,264
    Броня
    28,790
    Уклонение
    4,739
    Энергетический щит
    3,064
    Damage
    448
    Урон от чар
    448
    Точность
    290
    Attack Time
    1.755
    Опыт
    12,306
    Ailment Threshold
    9,264
    Chill
    29
    Shock
    29
    Brittle
    166
    Scorch
    29
    Sap
    81
    WraithEtherealKnives
    Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
    Бесплотные ножи
    Шанс критического удара: 5%
    Время применения: 0.8 сек.
    Герой бросает несколько ножей, которые разлетаются веером и наносят физический урон.
    Наносит от 347.8 до 521.7 физического урона
    Наносит на 15% меньше урона
    Выпускает дополнительных снарядов: 9
    25% снижение скорости сотворения чар
    25% повышение скорости снаряда
    base is projectile [1]
    fixed projectile spread [20]
    monster penalty against minions damage +% final vs player minions [-25]
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Атака
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.755 сек.
    Герой наносит обычный удар.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.3
    }
    
    Animated
    {
    	on_death = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spirit/WraithHellscape_"] = {
        name = "Wraith",
        life = 1.44,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "Melee",
            "WraithEtherealKnives",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WraithEtherealKnives"] = {
        name = "Ethereal Knives",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "number_of_additional_projectiles",
            "base_cast_speed_+%",
            "active_skill_damage_+%_final",
            "base_projectile_speed_+%",
            "fixed_projectile_spread",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 9, -25, -15, 25, 20, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.60000002384186, 0.89999997615814, -25, 9, -25, -15, 25, 20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.60000002384186, 0.89999997615814, -25, 9, -25, -15, 25, 20, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    Фантом
    Нежить
    monster no map drops [1]
    Wraith
    SpectreY
    Spectre OverrideMetadata/Monsters/Spirit/WraithDelveSpectre
    AreaПервобытная крепость, Первобытная крепость, Первобытная крепость, Первобытная крепость, Первобытная крепость, Первобытная крепость, Первобытная крепость, Первобытная крепость
    TagsЧародейский, delve_monster, ghost_armour, ghost_blood, is_unarmed, medium_height, medium_movement, melee, no_pantheon_mod, not_dex, not_str, physical_affinity, ranged, undead
    Здоровье
    144%
    Energy Shield From Life
    50%
    Ailment Threshold
    144%
    Сопротивление
    0 0 40 0
    Damage
    120%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Опыт
    120%
    Model Size
    100%
    Type
    WraithSpirit
    Metadata
    WraithDelve
    Уровень
    68
    Здоровье
    9,264
    Броня
    28,790
    Уклонение
    4,739
    Энергетический щит
    3,064
    Damage
    448
    Урон от чар
    448
    Точность
    290
    Attack Time
    1.755
    Опыт
    12,306
    Ailment Threshold
    9,264
    Chill
    29
    Shock
    29
    Brittle
    166
    Scorch
    29
    Sap
    81
    WraithEtherealKnives
    Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
    Бесплотные ножи
    Шанс критического удара: 5%
    Время применения: 0.8 сек.
    Герой бросает несколько ножей, которые разлетаются веером и наносят физический урон.
    Наносит от 347.8 до 521.7 физического урона
    Наносит на 15% меньше урона
    Выпускает дополнительных снарядов: 9
    25% снижение скорости сотворения чар
    25% повышение скорости снаряда
    base is projectile [1]
    fixed projectile spread [20]
    monster penalty against minions damage +% final vs player minions [-25]
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Атака
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.755 сек.
    Герой наносит обычный удар.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.3
    }
    
    Animated
    {
    	on_death = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spirit/WraithDelve"] = {
        name = "Wraith",
        life = 1.44,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "Melee",
            "WraithEtherealKnives",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WraithEtherealKnives"] = {
        name = "Ethereal Knives",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "number_of_additional_projectiles",
            "base_cast_speed_+%",
            "active_skill_damage_+%_final",
            "base_projectile_speed_+%",
            "fixed_projectile_spread",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 9, -25, -15, 25, 20, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.60000002384186, 0.89999997615814, -25, 9, -25, -15, 25, 20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.60000002384186, 0.89999997615814, -25, 9, -25, -15, 25, 20, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsмонстр (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Фантом
    Нежить
    Wraith
    SpectreY
    TagsЧародейский, delve_monster, ghost_armour, ghost_blood, is_unarmed, medium_movement, melee, no_pantheon_mod, not_dex, not_str, physical_affinity, ranged, undead
    Здоровье
    144%
    Energy Shield From Life
    50%
    Ailment Threshold
    144%
    Сопротивление
    0 0 40 0
    Damage
    120%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Опыт
    120%
    Model Size
    100%
    Type
    WraithSpirit
    Metadata
    WraithDelveSpectre
    Уровень
    68
    Здоровье
    9,264
    Броня
    28,790
    Уклонение
    4,739
    Энергетический щит
    3,064
    Damage
    448
    Урон от чар
    448
    Точность
    290
    Attack Time
    1.755
    Опыт
    12,306
    Ailment Threshold
    9,264
    Chill
    29
    Shock
    29
    Brittle
    166
    Scorch
    29
    Sap
    81
    WraithEtherealKnives
    Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
    Бесплотные ножи
    Шанс критического удара: 5%
    Время применения: 0.8 сек.
    Герой бросает несколько ножей, которые разлетаются веером и наносят физический урон.
    Наносит от 347.8 до 521.7 физического урона
    Наносит на 15% меньше урона
    Выпускает дополнительных снарядов: 9
    25% снижение скорости сотворения чар
    25% повышение скорости снаряда
    base is projectile [1]
    fixed projectile spread [20]
    monster penalty against minions damage +% final vs player minions [-25]
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Атака
    Base Damage: 359–538
    Шанс критического удара: 5%
    Attack Time: 1.755 сек.
    Герой наносит обычный удар.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.3
    }
    
    Animated
    {
    	on_death = "RemoveEffects();"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Spirit/WraithDelveSpectre"] = {
        name = "Wraith",
        life = 1.44,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "Melee",
            "WraithEtherealKnives",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WraithEtherealKnives"] = {
        name = "Ethereal Knives",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arc of knives outwards in front of the caster which deal physical damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "number_of_additional_projectiles",
            "base_cast_speed_+%",
            "active_skill_damage_+%_final",
            "base_projectile_speed_+%",
            "fixed_projectile_spread",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 9, -25, -15, 25, 20, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.60000002384186, 0.89999997615814, -25, 9, -25, -15, 25, 20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.60000002384186, 0.89999997615814, -25, 9, -25, -15, 25, 20, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    
    Edit

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