MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Barthol, der Verderber
Humanoid
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
Barthol, the Corruptor
Spectre
Area'Geistervilla'-Karte
TagsZauberer, human, humanoid, is_unarmed, light_armour, medium_height, non_unique_map_boss, not_dex, not_str, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement, templar, transform_boss_area
Leben
340%
Energy Shield From Life
50%
Ailment Threshold
340%
Widerstand
IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
Damage
400%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritische Treffer
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
Erfahrung
200%
Model Size
102%
Type
AxisClericBossMap
Metadata
BlackguardClericPureBossXedMap
Stufe
72
Leben
33,096
Rüstung
39,449
Ausweichwert
5,444
Energieschild
13,345
Damage
1,898
Zauberschaden
1,898
Genauigkeit
678
Attack Time
1.995
Erfahrung
22,340
Minion Life
6,931
Minion Energy Shield
2,795
Minion Damage
1,537
Ailment Threshold
33,096
Chill
105
Shock
105
Brittle
592
Scorch
105
Sap
289
Phys Convert Ele
260%
BlackguardClericBossKitavaProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Kritische Trefferchance: 4%
Zauberzeit: 1 Sek.
base is projectile [1]
monster projectile variation [23]
projectile uses contact position [1]
spell maximum action distance +% [-35]
spell maximum base physical damage [404.2]
spell minimum base physical damage [269.4]
BlackguardClericBossKitavaCannonMap
Spell, Multicastable, Triggerable
Zauberzeit: 1.6 Sek.
Abklingzeit: 10 Sek.
alternate minion [270]
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
Verbrennen
Effektivität zusätzlichen Schadens: 30%
Zauberzeit: 3.97 Sek.
Abklingzeit: 7 Sek.
Entfesselt eine Feuerflut aus Eurer Hand. Je länger Ihr diesen Zauber von einer Stelle aus wirkt, desto größer und stärker werden die Flammen.
Verursacht 50% weniger physischen Schaden
Feuert 4 zusätzliche Projektile
70% erhöhte Projektilgeschwindigkeit
25% mehr Schaden mit Treffern und Beeinträchtigungen für jede Phase
always pierce [1]
base is projectile [1]
cannot stun [1]
spell maximum base physical damage [264.1]
spell minimum base physical damage [198]
flamethrower
BlackguardClericBossKitavaProjectileNova
Spell, Projectile, ProjectilesFromUser, Triggerable
Kritische Trefferchance: 4%
Zauberzeit: 2.25 Sek.
Abklingzeit: 8 Sek.
Feuert 12 zusätzliche Projektile
Feuert Projektile in einem Kreis
base is projectile [1]
monster projectile variation [23]
spell maximum action distance +% [-35]
spell maximum base physical damage [337.7]
spell minimum base physical damage [225.1]

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/BlackguardClericPureBossXedMap"] = {
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    name = "Barthol, the Corruptor",
    life = 3.4,
    energyShield = 0.5,
    damage = 4,
    damageSpread = 0.2,
    attackTime = 1.995,
    attackRange = 40,
    accuracy = 1,
    skillList = {
        "AxisClericBossIncinerateKitava",
        "BlackguardClericBossKitavaProjectileNova",
        "BlackguardClericBossKitavaProjectile",
        "BlackguardClericBossKitavaCannonMap",
    },
    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["BlackguardClericBossKitavaCannonMap"] = {
    name = "BlackguardClericBossKitavaCannonMap",
    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] = {270, 3, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Barthol, der Verderber
Humanoid
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Barthol, the Corruptor
Spectre
TagsZauberer, human, humanoid, is_unarmed, light_armour, medium_height, not_dex, not_str, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement, standalone_map_boss, templar
Leben
340%
Energy Shield From Life
50%
Ailment Threshold
340%
Widerstand
IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
Damage
400%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritische Treffer
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
Erfahrung
200%
Model Size
102%
Type
AxisClericBossMap
Metadata
BlackguardClericPureBossXedMapStandalone
Stufe
68
Leben
473,778
Rüstung
28,790
Ausweichwert
4,739
Energieschild
10,416
Damage
1,702
Zauberschaden
2,540
Genauigkeit
580
Attack Time
1.33665
Erfahrung
112,805
Minion Life
102,767
Minion Energy Shield
2,259
Minion Damage
1,359
Ailment Threshold
298,480
Chill
944
Shock
944
Brittle
5,340
Scorch
944
Sap
2,608
Phys Convert Ele
240%
BlackguardClericBossKitavaProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Kritische Trefferchance: 4%
Zauberzeit: 1 Sek.
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]
BlackguardClericBossKitavaCannonMap
Spell, Multicastable, Triggerable
Zauberzeit: 1.6 Sek.
Abklingzeit: 10 Sek.
alternate minion [270]
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
Verbrennen
Effektivität zusätzlichen Schadens: 30%
Zauberzeit: 3.97 Sek.
Abklingzeit: 7 Sek.
Entfesselt eine Feuerflut aus Eurer Hand. Je länger Ihr diesen Zauber von einer Stelle aus wirkt, desto größer und stärker werden die Flammen.
Verursacht 50% weniger physischen Schaden
Feuert 4 zusätzliche Projektile
70% erhöhte Projektilgeschwindigkeit
25% mehr Schaden mit Treffern und Beeinträchtigungen für jede Phase
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
Kritische Trefferchance: 4%
Zauberzeit: 2.25 Sek.
Abklingzeit: 8 Sek.
Feuert 12 zusätzliche Projektile
Feuert Projektile in einem Kreis
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

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/StandaloneMapBoss"

Life
{
	corpse_usable = false
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Axis/Cleric/BlackguardClericPureBossXedMapStandalone"] = {
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    name = "Barthol, the Corruptor",
    life = 3.4,
    energyShield = 0.5,
    damage = 4,
    damageSpread = 0.2,
    attackTime = 1.995,
    attackRange = 40,
    accuracy = 1,
    skillList = {
        "AxisClericBossIncinerateKitava",
        "BlackguardClericBossKitavaProjectileNova",
        "BlackguardClericBossKitavaProjectile",
        "BlackguardClericBossKitavaCannonMap",
    },
    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["BlackguardClericBossKitavaCannonMap"] = {
    name = "BlackguardClericBossKitavaCannonMap",
    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] = {270, 3, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
FamilyMonsterMapBoss
DomainsMonster (3)
GenerationTypeeinzigartig (3)
Req. level1
Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Nicht skalierbarer Wert
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Edit

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