MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Berrots der Brecher
Humanoid
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
Erlaubt gleichzeitige Platzierung von 12 zusätzlichen Fallen
Fallen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
Minen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Berrots, The Breaker
Spectre
AreaÄtzende Höhlen, 'Ätzende Höhlen'-Karte
TagsZauberer, chaos_affinity, cold_affinity, has_wand, human, humanoid, medium_height, medium_movement, non_unique_map_boss, plate_armour, ranged, red_blood, wb_leader
Leben
320%
Energy Shield From Life
33%
Rüstung
+100%
Ausweichen
+33%
Ailment Threshold
320%
Widerstand
IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
Damage
216%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritische Treffer
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
Erfahrung
200%
Model Size
120%
Type
WbChaosLeader6
Metadata
WbChaosLeader6
Stufe
81
Leben
5,653,328
Rüstung
158,634
Ausweichwert
9,791
Energieschild
14,343
Damage
1,975
Zauberschaden
2,948
Genauigkeit
960
Attack Time
1.005
Erfahrung
141,493
Minion Life
1,095,951
Minion Energy Shield
2,780
Minion Damage
1,655
Ailment Threshold
2,657,064
Chill
8,402
Shock
8,402
Brittle
47,532
Scorch
8,402
Sap
23,212
Phys Convert Ele
300%
WbChaosLeaderSummonSlowMinion
Spell, Multicastable, Triggerable
Zauberzeit: 1 Sek.
Abklingzeit: 6 Sek.
alternate minion [41]
number of monsters to summon [1]
summoned monster rarity [3]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
ChaosLeaderIceTrap
Spell, Duration, Damage, Mineable, Area, Trapped, DamageOverTime, Cold, AreaSpell
Kritische Trefferchance: 5%
Zauberzeit: 1 Sek.
Abklingzeit: 2 Sek.
Basisdauer beträgt 12 Sekunden
active skill area of effect radius +% final [35]
base skill is trapped [1]
base trap duration [3000]
ignores trap and mine cooldown limit [1]
is area damage [1]
spell maximum base cold damage [1699]
spell minimum base cold damage [1132]
trap variation [4]
WbChaosLeaderCausticBomb
Spell, Duration, Damage, Mineable, Area, Trapped, DamageOverTime, Chaos, AreaSpell
Kritische Trefferchance: 5%
Zauberzeit: 1 Sek.
Abklingzeit: 2 Sek.
Basisdauer beträgt 12 Sekunden
base chaos damage to deal per minute [25372]
base skill is trapped [1]
base trap duration [3000]
ground caustic art variation [2]
ignores trap and mine cooldown limit [1]
is area damage [1]
spell maximum base chaos damage [570.9]
spell minimum base chaos damage [403.4]
trap variation [2]

Object Type

version 2
extends "Metadata/Monsters/Wb/WbChaosLeader"

Stats
{
}

Actor
{	
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Wb/WbChaosLeader6"] = {
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    name = "Berrots, The Breaker",
    life = 3.2,
    energyShield = 0.33,
    damage = 2.16,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "Wand",
    weaponType2 = "Wand",
    skillList = {
        "ChaosLeaderIceTrap",
        "WbChaosLeaderCausticBomb",
        "WbChaosLeaderSummonSlowMinion",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["ChaosLeaderIceTrap"] = {
    name = "ChaosLeaderIceTrap",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
        [SkillType.Damage] = true,
        [SkillType.Mineable] = true,
        [SkillType.Area] = true,
        [SkillType.Trapped] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Cold] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_trap_duration",
        "base_skill_effect_duration",
        "trap_variation",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "base_skill_is_trapped",
        "is_trap",
        "ignores_trap_and_mine_cooldown_limit",
    },
    levels = {
        [1] = {0.40000000596046, 0.60000002384186, 3000, 12000, 4, 35, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WbChaosLeaderCausticBomb"] = {
    name = "WbChaosLeaderCausticBomb",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
        [SkillType.Damage] = true,
        [SkillType.Mineable] = true,
        [SkillType.Area] = true,
        [SkillType.Trapped] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Chaos] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_chaos_damage",
        "spell_maximum_base_chaos_damage",
        "base_chaos_damage_to_deal_per_minute",
        "base_trap_duration",
        "base_skill_effect_duration",
        "trap_variation",
        "ground_caustic_art_variation",
        "is_trap",
        "is_area_damage",
        "base_skill_is_trapped",
        "ignores_trap_and_mine_cooldown_limit",
    },
    levels = {
        [1] = {0.52999997138977, 0.75, 2, 3000, 12000, 2, 2, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WbChaosLeaderSummonSlowMinion"] = {
    name = "WbChaosLeaderSummonSlowMinion",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_monsters_to_summon",
        "summoned_monster_rarity",
        "alternate_minion",
        "summoned_monsters_are_minions",
        "summoned_monsters_no_drops_or_experience",
    },
    levels = {
        [1] = {1, 3, 41, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Erlaubt gleichzeitige Platzierung von 12 zusätzlichen Fallen
FamilyTrapsAllowed
DomainsMonster (3)
GenerationTypeeinzigartig (3)
Req. level1
Stats
  • number of additional traps allowed 12 12 Global
  • Fallen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    Minen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    FamilyMonsterTrapsInvulnerable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms 4000 4000 Global
  • traps invulnerable for duration ms 4000 4000 Global
  • 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
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    Stats.is_warband_monster1
    Stats.is_warband_leader1
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, ChangeToStance1, ChangeToStance2, ChangeToStance3
    Actor.slow_animations_go_to_idletrue
    Berrots der Brecher
    Humanoid
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    Erlaubt gleichzeitige Platzierung von 12 zusätzlichen Fallen
    Fallen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    Minen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Berrots, The Breaker
    Spectre
    TagsZauberer, chaos_affinity, cold_affinity, has_wand, human, humanoid, medium_height, medium_movement, plate_armour, ranged, red_blood, standalone_map_boss, wb_leader
    Leben
    320%
    Energy Shield From Life
    33%
    Rüstung
    +100%
    Ausweichen
    +33%
    Ailment Threshold
    320%
    Widerstand
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    Damage
    216%
    Genauigkeit
    100%
    Kritische Trefferchance
    +5%
    Multiplikator für kritische Treffer
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Erfahrung
    200%
    Model Size
    120%
    Type
    WbChaosLeader6
    Metadata
    WbChaosLeader6Standalone
    Stufe
    68
    Leben
    445,908
    Rüstung
    57,580
    Ausweichwert
    6,303
    Energieschild
    6,470
    Damage
    919
    Zauberschaden
    1,372
    Genauigkeit
    580
    Attack Time
    1.005
    Erfahrung
    112,805
    Minion Life
    96,721
    Minion Energy Shield
    1,403
    Minion Damage
    734
    Ailment Threshold
    280,922
    Chill
    888
    Shock
    888
    Brittle
    5,025
    Scorch
    888
    Sap
    2,454
    Phys Convert Ele
    240%
    WbChaosLeaderSummonSlowMinion
    Spell, Multicastable, Triggerable
    Zauberzeit: 1 Sek.
    Abklingzeit: 6 Sek.
    alternate minion [41]
    number of monsters to summon [1]
    summoned monster rarity [3]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    ChaosLeaderIceTrap
    Spell, Duration, Damage, Mineable, Area, Trapped, DamageOverTime, Cold, AreaSpell
    Kritische Trefferchance: 5%
    Zauberzeit: 1 Sek.
    Abklingzeit: 2 Sek.
    Basisdauer beträgt 12 Sekunden
    active skill area of effect radius +% final [35]
    base skill is trapped [1]
    base trap duration [3000]
    ignores trap and mine cooldown limit [1]
    is area damage [1]
    spell maximum base cold damage [682.3]
    spell minimum base cold damage [454.9]
    trap variation [4]
    WbChaosLeaderCausticBomb
    Spell, Duration, Damage, Mineable, Area, Trapped, DamageOverTime, Chaos, AreaSpell
    Kritische Trefferchance: 5%
    Zauberzeit: 1 Sek.
    Abklingzeit: 2 Sek.
    Basisdauer beträgt 12 Sekunden
    base chaos damage to deal per minute [13303]
    base skill is trapped [1]
    base trap duration [3000]
    ground caustic art variation [2]
    ignores trap and mine cooldown limit [1]
    is area damage [1]
    spell maximum base chaos damage [299.3]
    spell minimum base chaos damage [211.5]
    trap variation [2]

    Object Type

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Stats
    {
    	set_is_warband_leader = 1
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wb/WbChaosLeader6Standalone"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "Berrots, The Breaker",
        life = 3.2,
        energyShield = 0.33,
        damage = 2.16,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Wand",
        weaponType2 = "Wand",
        skillList = {
            "ChaosLeaderIceTrap",
            "WbChaosLeaderCausticBomb",
            "WbChaosLeaderSummonSlowMinion",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ChaosLeaderIceTrap"] = {
        name = "ChaosLeaderIceTrap",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.Trapped] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Cold] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_trap_duration",
            "base_skill_effect_duration",
            "trap_variation",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_skill_is_trapped",
            "is_trap",
            "ignores_trap_and_mine_cooldown_limit",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 3000, 12000, 4, 35, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbChaosLeaderCausticBomb"] = {
        name = "WbChaosLeaderCausticBomb",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.Trapped] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Chaos] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "base_chaos_damage_to_deal_per_minute",
            "base_trap_duration",
            "base_skill_effect_duration",
            "trap_variation",
            "ground_caustic_art_variation",
            "is_trap",
            "is_area_damage",
            "base_skill_is_trapped",
            "ignores_trap_and_mine_cooldown_limit",
        },
        levels = {
            [1] = {0.52999997138977, 0.75, 2, 3000, 12000, 2, 2, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbChaosLeaderSummonSlowMinion"] = {
        name = "WbChaosLeaderSummonSlowMinion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "summoned_monster_rarity",
            "alternate_minion",
            "summoned_monsters_are_minions",
            "summoned_monsters_no_drops_or_experience",
        },
        levels = {
            [1] = {1, 3, 41, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Erlaubt gleichzeitige Platzierung von 12 zusätzlichen Fallen
    FamilyTrapsAllowed
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • number of additional traps allowed 12 12 Global
  • Fallen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    Minen können für +4 Sekunden nach dem Wurf nicht beschädigt werden
    FamilyMonsterTrapsInvulnerable
    DomainsMonster (3)
    GenerationTypeeinzigartig (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms 4000 4000 Global
  • traps invulnerable for duration ms 4000 4000 Global
  • 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
  • keyval
    Stats.monster_uses_map_boss_difficulty_scaling1
    Stats.is_warband_leader1
    Edit

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