SpectreY
AreaEl aposento de Inocencia, El laboratorio eterno, Mapa de Plaza de ciudad, Mapa de Basílica, Lago de Kalandra
TagsLanzador de hechizos, fire_affinity, human, humanoid, is_unarmed, light_armour, medium_height, not_dex, not_str, red_blood, slashing_weapon, slow_movement, templar
Packs
  • El aposento de Inocencia: Erudito de templo, Hermana bendecida, Adjudicador del templo
  • El aposento de Inocencia: Erudito de templo, Hermana bendecida, Justiciero templario
  • El laboratorio eterno: Erudito de templo, Madre de las llamas
  • Hermana bendecida, Madre de las llamas, Erudito de templo
  • Vida
    96%
    Energy Shield From Life
    50%
    Ailment Threshold
    96%
    Resistencia
    20 20 20 0
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    85%
    Type
    AxisCleric
    Metadata
    BlackguardClericPure
    Nivel
    76
    Vida
    14,347
    Armadura
    53,896
    Evasión
    6,235
    Escudo de energía
    5,015
    Damage
    721
    Daño de hechizos
    721
    Precisión
    396
    Attack Time
    1.995
    Experiencia
    14,405
    Ailment Threshold
    14,347
    Chill
    45
    Shock
    45
    Brittle
    257
    Scorch
    45
    Sap
    125
    IncinerateBlackguardCleric
    Spell, Projectile, ProjectilesFromUser, Damage, Totemable, Fire, Channel
    Incinerar
    Efectividad del daño agregado: 30%
    Tiempo de lanzamiento: 0.2 seg
    Tiempo de recarga: 0.5 seg
    Lanza continuamente un torrente de fuego desde tu mano. Cuanto más tiempo canalices este hechizo, más grandes serán las llamas y más daño infligirán.
    Los proyectiles perforan a todos los objetivos
    Inflige de 177.1 a 265.6 de daño de fuego
    50% más de daño con golpes y estados alterados por cada fase
    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 = { }, },
        },
    }
    
    Erudito de templo
    Humanoide
    Temple Scholar
    SpectreY
    TagsLanzador de hechizos, fire_affinity, human, humanoid, is_unarmed, light_armour, medium_height, not_dex, not_str, red_blood, slashing_weapon, slow_movement, templar
    Packs
  • Justiciero templario, Erudito de templo, Hermana bendecida
  • Vida
    96%
    Energy Shield From Life
    50%
    Ailment Threshold
    96%
    Resistencia
    20 20 20 0
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    85%
    Type
    AxisCleric
    Metadata
    BlackguardClericPureMemoryLine
    Nivel
    68
    Vida
    6,176
    Armadura
    28,790
    Evasión
    4,739
    Escudo de energía
    3,064
    Damage
    448
    Daño de hechizos
    448
    Precisión
    290
    Attack Time
    1.995
    Experiencia
    12,306
    Ailment Threshold
    6,176
    Chill
    20
    Shock
    20
    Brittle
    110
    Scorch
    20
    Sap
    54
    IncinerateBlackguardCleric
    Spell, Projectile, ProjectilesFromUser, Damage, Totemable, Fire, Channel
    Incinerar
    Efectividad del daño agregado: 30%
    Tiempo de lanzamiento: 0.2 seg
    Tiempo de recarga: 0.5 seg
    Lanza continuamente un torrente de fuego desde tu mano. Cuanto más tiempo canalices este hechizo, más grandes serán las llamas y más daño infligirán.
    Los proyectiles perforan a todos los objetivos
    Inflige de 137.6 a 206.5 de daño de fuego
    50% más de daño con golpes y estados alterados por cada fase
    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.