MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Cato, Profanateur de la Lumière
Humanoïde
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning
Cato, Defiler of Light
Spectre
AreaLe Tribunal incendié
TagsLanceur de sorts, human, humanoid, is_unarmed, light_armour, medium_height, not_dex, not_str, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement, templar
Vie
300%
Energy Shield From Life
50%
Ailment Threshold
300%
Résistance
IconEnemyResistanceFire42% IconEnemyResistanceCold42% IconEnemyResistanceLightning42% IconEnemyResistanceChaos0%
Damage
300%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
Expérience
150%
Model Size
102%
Type
AxisClericBoss
Metadata
BlackguardClericPureBossXed
Niveau
44
Vie
3,852
Armure
3,990
Score d'Évasion
1,898
Bouclier d'énergie
1,926
Damage
317
Dégâts des sorts
317
Précision
218
Attack Time
1.995
Expérience
6,305
Minion Life
1,044
Minion Energy Shield
522
Minion Damage
239
Ailment Threshold
3,852
Chill
12
Shock
12
Brittle
69
Scorch
12
Sap
34
Phys Convert Ele
120%
BlackguardClericBossKitavaProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Chances de coup critique: 4%
Temps d'incantation: 1 sec.
base is projectile [1]
monster projectile variation [23]
projectile uses contact position [1]
spell maximum action distance +% [-35]
spell maximum base physical damage [125]
spell minimum base physical damage [83.36]
BlackguardClericBossKitavaCannon
Spell, Multicastable, Triggerable
Temps d'incantation: 1.6 sec.
Temps de recharge: 10 sec.
alternate minion [252]
minion dies when parent dies [1]
number of monsters to summon [3]
summon specific monsters radius +% [50]
summoned monsters are minions [1]
AxisClericBossIncinerateKitava
Spell, Projectile, ProjectilesFromUser, Damage, Totemable, Fire
Incinération
Efficacité des Dégâts supplémentaires: 30%
Temps d'incantation: 3.97 sec.
Temps de recharge: 7 sec.
Un torrent de feu se déverse de votre main. Plus vous relancez le sort sans bouger, plus les flammes grossissent et infligent de dégâts.
50% de Perte de Dégâts physiques
Tire 4 Projectiles supplémentaires
70% d'Augmentation de la Vitesse des Projectiles
25% Davantage de Dégâts au Toucher et avec les Altérations pour chaque Palier
always pierce [1]
base is projectile [1]
cannot stun [1]
spell maximum base physical damage [54.14]
spell minimum base physical damage [40.61]
flamethrower
BlackguardClericBossKitavaProjectileNova
Spell, Projectile, ProjectilesFromUser, Triggerable
Chances de coup critique: 4%
Temps d'incantation: 2.25 sec.
Temps de recharge: 8 sec.
Tire 12 Projectiles supplémentaires
Tire des Projectiles en cercle
base is projectile [1]
monster projectile variation [23]
spell maximum action distance +% [-35]
spell maximum base physical damage [104.5]
spell minimum base physical damage [69.65]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
}

Life
{
	corpse_usable = false
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Axis/Cleric/BlackguardClericPureBossXed"] = {
    fireResist = 42,
    coldResist = 42,
    lightningResist = 42,
    chaosResist = 0,
    name = "Cato, Defiler of Light",
    life = 3,
    energyShield = 0.5,
    damage = 3,
    damageSpread = 0.2,
    attackTime = 1.995,
    attackRange = 40,
    accuracy = 1,
    skillList = {
        "AxisClericBossIncinerateKitava",
        "BlackguardClericBossKitavaProjectileNova",
        "BlackguardClericBossKitavaProjectile",
        "BlackguardClericBossKitavaCannon",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["AxisClericBossIncinerateKitava"] = {
    name = "Incinerate",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Launches a torrent of fire from your hand. The longer you repeatedly cast the spell from the same location, 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,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.97,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "flamethrower_damage_+%_per_stage_final",
        "base_projectile_speed_+%",
        "number_of_additional_projectiles",
        "active_skill_physical_damage_+%_final",
        "base_projectile_speed_+%",
        "base_is_projectile",
        "always_pierce",
        "cannot_stun",
    },
    levels = {
        [1] = {0.89999997615814, 1.2000000476837, 25, 90, 4, -50, -20, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlackguardClericBossKitavaProjectileNova"] = {
    name = "BlackguardClericBossKitavaProjectileNova",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.25,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "number_of_additional_projectiles",
        "base_is_projectile",
        "projectiles_nova",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 23, -35, 12, critChance = 4, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlackguardClericBossKitavaProjectile"] = {
    name = "BlackguardClericBossKitavaProjectile",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 23, -35, critChance = 4, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlackguardClericBossKitavaCannon"] = {
    name = "BlackguardClericBossKitavaCannon",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.6,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {252, 3, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Cato, Profanateur de la Lumière
Humanoïde
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning
Cato, Defiler of Light
Spectre
TagsLanceur de sorts, human, humanoid, is_unarmed, light_armour, medium_height, not_dex, not_str, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement, templar
Vie
300%
Energy Shield From Life
50%
Ailment Threshold
300%
Résistance
IconEnemyResistanceFire42% IconEnemyResistanceCold42% IconEnemyResistanceLightning42% IconEnemyResistanceChaos0%
Damage
300%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
Expérience
150%
Model Size
102%
Type
AxisClericBoss
Metadata
BlackguardClericPureBossXedStandalone
Niveau
68
Vie
19,300
Armure
28,790
Score d'Évasion
4,739
Bouclier d'énergie
9,191
Damage
1,121
Dégâts des sorts
1,121
Précision
580
Attack Time
1.995
Expérience
15,383
Minion Life
4,186
Minion Energy Shield
1,994
Minion Damage
895
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
Phys Convert Ele
240%
BlackguardClericBossKitavaProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Chances de coup critique: 4%
Temps d'incantation: 1 sec.
base is projectile [1]
monster projectile variation [23]
projectile uses contact position [1]
spell maximum action distance +% [-35]
spell maximum base physical damage [345.1]
spell minimum base physical damage [230.1]
BlackguardClericBossKitavaCannon
Spell, Multicastable, Triggerable
Temps d'incantation: 1.6 sec.
Temps de recharge: 10 sec.
alternate minion [252]
minion dies when parent dies [1]
number of monsters to summon [3]
summon specific monsters radius +% [50]
summoned monsters are minions [1]
AxisClericBossIncinerateKitava
Spell, Projectile, ProjectilesFromUser, Damage, Totemable, Fire
Incinération
Efficacité des Dégâts supplémentaires: 30%
Temps d'incantation: 3.97 sec.
Temps de recharge: 7 sec.
Un torrent de feu se déverse de votre main. Plus vous relancez le sort sans bouger, plus les flammes grossissent et infligent de dégâts.
50% de Perte de Dégâts physiques
Tire 4 Projectiles supplémentaires
70% d'Augmentation de la Vitesse des Projectiles
25% Davantage de Dégâts au Toucher et avec les Altérations pour chaque Palier
always pierce [1]
base is projectile [1]
cannot stun [1]
spell maximum base physical damage [212.6]
spell minimum base physical damage [159.5]
flamethrower
BlackguardClericBossKitavaProjectileNova
Spell, Projectile, ProjectilesFromUser, Triggerable
Chances de coup critique: 4%
Temps d'incantation: 2.25 sec.
Temps de recharge: 8 sec.
Tire 12 Projectiles supplémentaires
Tire des Projectiles en cercle
base is projectile [1]
monster projectile variation [23]
spell maximum action distance +% [-35]
spell maximum base physical damage [288.4]
spell minimum base physical damage [192.2]

Object Type

 
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Axis/Cleric/BlackguardClericPureBossXedStandalone"] = {
    fireResist = 42,
    coldResist = 42,
    lightningResist = 42,
    chaosResist = 0,
    name = "Cato, Defiler of Light",
    life = 3,
    energyShield = 0.5,
    damage = 3,
    damageSpread = 0.2,
    attackTime = 1.995,
    attackRange = 40,
    accuracy = 1,
    skillList = {
        "AxisClericBossIncinerateKitava",
        "BlackguardClericBossKitavaProjectileNova",
        "BlackguardClericBossKitavaProjectile",
        "BlackguardClericBossKitavaCannon",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["AxisClericBossIncinerateKitava"] = {
    name = "Incinerate",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Launches a torrent of fire from your hand. The longer you repeatedly cast the spell from the same location, 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,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3.97,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "flamethrower_damage_+%_per_stage_final",
        "base_projectile_speed_+%",
        "number_of_additional_projectiles",
        "active_skill_physical_damage_+%_final",
        "base_projectile_speed_+%",
        "base_is_projectile",
        "always_pierce",
        "cannot_stun",
    },
    levels = {
        [1] = {0.89999997615814, 1.2000000476837, 25, 90, 4, -50, -20, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlackguardClericBossKitavaProjectileNova"] = {
    name = "BlackguardClericBossKitavaProjectileNova",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.25,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "number_of_additional_projectiles",
        "base_is_projectile",
        "projectiles_nova",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 23, -35, 12, critChance = 4, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlackguardClericBossKitavaProjectile"] = {
    name = "BlackguardClericBossKitavaProjectile",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "spell_maximum_action_distance_+%",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 23, -35, critChance = 4, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BlackguardClericBossKitavaCannon"] = {
    name = "BlackguardClericBossKitavaCannon",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.6,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monsters_are_minions",
        "minion_dies_when_parent_dies",
    },
    levels = {
        [1] = {252, 3, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Edit

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