SpectreY
AreaОбитель Невинности, Лаборатория вечных, Карта городской площади, Карта базилики, Озеро Каландры
TagsЧародейский, fire_affinity, human, humanoid, is_unarmed, light_armour, medium_height, not_dex, not_str, red_blood, slashing_weapon, slow_movement, templar
Packs
  • Обитель Невинности: Храмовый учёный, Благословенная сестра, Храмовый арбитр
  • Обитель Невинности: Храмовый учёный, Благословенная сестра, Храмовый юстициар
  • Лаборатория вечных: Храмовый учёный, Мать огня
  • Благословенная сестра, Мать огня, Храмовый учёный
  • Здоровье
    96%
    Energy Shield From Life
    50%
    Ailment Threshold
    96%
    Сопротивление
    20 20 20 0
    Damage
    120%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Опыт
    120%
    Model Size
    85%
    Type
    AxisCleric
    Metadata
    BlackguardClericPure
    Уровень
    73
    Здоровье
    10,418
    Броня
    42,661
    Уклонение
    5,633
    Энергетический щит
    4,174
    Damage
    604
    Урон от чар
    604
    Точность
    352
    Attack Time
    1.995
    Опыт
    13,666
    Ailment Threshold
    10,418
    Chill
    33
    Shock
    33
    Brittle
    186
    Scorch
    33
    Sap
    91
    IncinerateBlackguardCleric
    Spell, Projectile, ProjectilesFromUser, Damage, Totemable, Fire, Channel
    Испепеление
    Эффективность добавленного урона: 30%
    Время применения: 0.2 сек.
    Перезарядка: 0.5 сек.
    Герой выпускает из ладони поток огня. Чем дольше герой остается на месте и раз за разом использует это умение, тем сильнее и разрушительней потоки огня.
    Снаряды пронзают все цели
    Наносит от 155.5 до 233.2 урона от огня
    На 50% больше урона от ударов и состояний за каждую стадию
    base is projectile [1]
    skill can add multiple charges per action [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/Cleric/BlackguardClericPure"] = {
        name = "Temple Scholar",
        life = 0.96,
        energyShield = 0.5,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        skillList = {
            "IncinerateBlackguardCleric",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IncinerateBlackguardCleric"] = {
        name = "Incinerate",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Continuously launches a torrent of fire from your hand. The longer you channel this spell, the larger and more damaging the flames become.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Totemable] = true,
            [SkillType.Fire] = true,
            [SkillType.Channel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.2,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "flamethrower_damage_+%_per_stage_final",
            "base_is_projectile",
            "always_pierce",
            "skill_can_add_multiple_charges_per_action",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 12, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 15, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 19, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 23, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 27, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 31, statInterpolation = {3, 3},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 35, statInterpolation = {3, 3},  cost = { }, },
            [8] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 38, statInterpolation = {3, 3},  cost = { }, },
            [9] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 41, statInterpolation = {3, 3},  cost = { }, },
            [10] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 44, statInterpolation = {3, 3},  cost = { }, },
            [11] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 47, statInterpolation = {3, 3},  cost = { }, },
            [12] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 50, statInterpolation = {3, 3},  cost = { }, },
            [13] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 53, statInterpolation = {3, 3},  cost = { }, },
            [14] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 56, statInterpolation = {3, 3},  cost = { }, },
            [15] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 59, statInterpolation = {3, 3},  cost = { }, },
            [16] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 62, statInterpolation = {3, 3},  cost = { }, },
            [17] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
            [18] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
            [19] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [20] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
            [21] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 72, statInterpolation = {3, 3},  cost = { }, },
            [22] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
            [23] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 76, statInterpolation = {3, 3},  cost = { }, },
            [24] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 78, statInterpolation = {3, 3},  cost = { }, },
            [25] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 80, statInterpolation = {3, 3},  cost = { }, },
            [26] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
            [27] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 84, statInterpolation = {3, 3},  cost = { }, },
            [28] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 86, statInterpolation = {3, 3},  cost = { }, },
            [29] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 88, statInterpolation = {3, 3},  cost = { }, },
            [30] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 90, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Храмовый учёный
    Гуманоид
    Temple Scholar
    SpectreY
    TagsЧародейский, fire_affinity, human, humanoid, is_unarmed, light_armour, medium_height, not_dex, not_str, red_blood, slashing_weapon, slow_movement, templar
    Packs
  • Храмовый юстициар, Храмовый учёный, Благословенная сестра
  • Здоровье
    96%
    Energy Shield From Life
    50%
    Ailment Threshold
    96%
    Сопротивление
    20 20 20 0
    Damage
    120%
    Точность
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Опыт
    120%
    Model Size
    85%
    Type
    AxisCleric
    Metadata
    BlackguardClericPureMemoryLine
    Уровень
    68
    Здоровье
    6,176
    Броня
    28,790
    Уклонение
    4,739
    Энергетический щит
    3,064
    Damage
    448
    Урон от чар
    448
    Точность
    290
    Attack Time
    1.995
    Опыт
    12,306
    Ailment Threshold
    6,176
    Chill
    20
    Shock
    20
    Brittle
    110
    Scorch
    20
    Sap
    54
    IncinerateBlackguardCleric
    Spell, Projectile, ProjectilesFromUser, Damage, Totemable, Fire, Channel
    Испепеление
    Эффективность добавленного урона: 30%
    Время применения: 0.2 сек.
    Перезарядка: 0.5 сек.
    Герой выпускает из ладони поток огня. Чем дольше герой остается на месте и раз за разом использует это умение, тем сильнее и разрушительней потоки огня.
    Снаряды пронзают все цели
    Наносит от 132.8 до 199.2 урона от огня
    На 50% больше урона от ударов и состояний за каждую стадию
    base is projectile [1]
    skill can add multiple charges per action [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Axis/Cleric/BlackguardClericPureMemoryLine"] = {
        name = "Temple Scholar",
        life = 0.96,
        energyShield = 0.5,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        skillList = {
            "IncinerateBlackguardCleric",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IncinerateBlackguardCleric"] = {
        name = "Incinerate",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Continuously launches a torrent of fire from your hand. The longer you channel this spell, the larger and more damaging the flames become.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Totemable] = true,
            [SkillType.Fire] = true,
            [SkillType.Channel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.2,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "flamethrower_damage_+%_per_stage_final",
            "base_is_projectile",
            "always_pierce",
            "skill_can_add_multiple_charges_per_action",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 12, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 15, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 19, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 23, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 27, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 31, statInterpolation = {3, 3},  cost = { }, },
            [7] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 35, statInterpolation = {3, 3},  cost = { }, },
            [8] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 38, statInterpolation = {3, 3},  cost = { }, },
            [9] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 41, statInterpolation = {3, 3},  cost = { }, },
            [10] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 44, statInterpolation = {3, 3},  cost = { }, },
            [11] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 47, statInterpolation = {3, 3},  cost = { }, },
            [12] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 50, statInterpolation = {3, 3},  cost = { }, },
            [13] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 53, statInterpolation = {3, 3},  cost = { }, },
            [14] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 56, statInterpolation = {3, 3},  cost = { }, },
            [15] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 59, statInterpolation = {3, 3},  cost = { }, },
            [16] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 62, statInterpolation = {3, 3},  cost = { }, },
            [17] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
            [18] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
            [19] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [20] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
            [21] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 72, statInterpolation = {3, 3},  cost = { }, },
            [22] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
            [23] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 76, statInterpolation = {3, 3},  cost = { }, },
            [24] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 78, statInterpolation = {3, 3},  cost = { }, },
            [25] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 80, statInterpolation = {3, 3},  cost = { }, },
            [26] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
            [27] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 84, statInterpolation = {3, 3},  cost = { }, },
            [28] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 86, statInterpolation = {3, 3},  cost = { }, },
            [29] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 88, statInterpolation = {3, 3},  cost = { }, },
            [30] = {0.80000001192093, 1.2000000476837, 50, levelRequirement = 90, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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