분쇄자 베롯
인간형
한 번에 덫 최대 12개 추가 설치
투척 후 덫이 피해 면역인 시간 +4
투척 후 지뢰가 피해 면역인 시간 +4
몬스터가 주는 경험치 100% 증가
떨어지는 아이템 희귀도 15000% 증가
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Berrots, The Breaker
SpectreN
Area산성 암굴 지도
Tags시전, chaos_affinity, cold_affinity, has_wand, human, humanoid, medium_height, medium_movement, non_unique_map_boss, plate_armour, ranged, red_blood, wb_leader
생명력
320%
Energy Shield From Life
33%
방어도
+33%
회피
+33%
Ailment Threshold
320%
저항
40 40 40 25
Damage
216%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±20%
경험치
200%
Model Size
120%
Type
WbChaosLeader6
Metadata
WbChaosLeader6
레벨
78
생명력
3,202,239
방어도
83,702
회피
8,867
에너지 보호막
3,738
Damage
1,661
주문 피해
2,479
정확도
428
Attack Time
1.005
경험치
136,147
Ailment Threshold
1,569,097
Chill
4,961
Shock
4,961
Brittle
28,070
Scorch
4,961
Sap
13,708
WbChaosLeaderSummonSlowMinion
Spell, Multicastable, Triggerable
시전 속도: 1 초
재사용 대기시간: 6 초
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
치명타 확률: 5%
시전 속도: 1 초
재사용 대기시간: 2 초
919.4~1379 냉기 피해
+3초간 덫 지속
기본 지속시간 12
active skill area of effect radius +% final [35]
base skill is trapped [1]
ignores trap and mine cooldown limit [1]
is area damage [1]
trap variation [4]
WbChaosLeaderCausticBomb
Spell, Duration, Damage, Mineable, Area, Trapped, DamageOverTime, Chaos, AreaSpell
치명타 확률: 5%
시전 속도: 1 초
재사용 대기시간: 2 초
348.3~492.9 카오스 피해
+3초간 덫 지속
1초마다 365.1의 기본 카오스 피해를 줌
기본 지속시간 12
base skill is trapped [1]
ground caustic art variation [2]
ignores trap and mine cooldown limit [1]
is area damage [1]
trap variation [2]

Object Type

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

Stats
{
}

Actor
{	
}

Object Type Codes

version 2
extends "Metadata/Monsters/Wb/WbChaosLeader"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Wb/WbChaosLeader6"] = {
    name = "Berrots, The Breaker",
    life = 3.2,
    energyShield = 0.33,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    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 = { }, },
    },
}
한 번에 덫 최대 12개 추가 설치
IdMonsterIncreasedTrapsAllowed
FamilyTrapsAllowed
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • number of additional traps allowed Min: 12 Max: 12 Global
  • 투척 후 덫이 피해 면역인 시간 +4
    투척 후 지뢰가 피해 면역인 시간 +4
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 Global
  • traps invulnerable for duration ms Min: 4000 Max: 4000 Global
  • 몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • 분쇄자 베롯
    인간형
    한 번에 덫 최대 12개 추가 설치
    투척 후 덫이 피해 면역인 시간 +4
    투척 후 지뢰가 피해 면역인 시간 +4
    몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Berrots, The Breaker
    SpectreN
    Tags시전, chaos_affinity, cold_affinity, has_wand, human, humanoid, medium_height, medium_movement, plate_armour, ranged, red_blood, standalone_map_boss, wb_leader
    생명력
    320%
    Energy Shield From Life
    33%
    방어도
    +33%
    회피
    +33%
    Ailment Threshold
    320%
    저항
    40 40 40 25
    Damage
    216%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    200%
    Model Size
    120%
    Type
    WbChaosLeader6
    Metadata
    WbChaosLeader6Standalone
    레벨
    68
    생명력
    445,908
    방어도
    38,291
    회피
    6,303
    에너지 보호막
    2,022
    Damage
    919
    주문 피해
    1,372
    정확도
    290
    Attack Time
    1.005
    경험치
    112,805
    Ailment Threshold
    280,922
    Chill
    888
    Shock
    888
    Brittle
    5,025
    Scorch
    888
    Sap
    2,454
    WbChaosLeaderSummonSlowMinion
    Spell, Multicastable, Triggerable
    시전 속도: 1 초
    재사용 대기시간: 6 초
    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
    치명타 확률: 5%
    시전 속도: 1 초
    재사용 대기시간: 2 초
    513.4~770.1 냉기 피해
    +3초간 덫 지속
    기본 지속시간 12
    active skill area of effect radius +% final [35]
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]
    is area damage [1]
    trap variation [4]
    WbChaosLeaderCausticBomb
    Spell, Duration, Damage, Mineable, Area, Trapped, DamageOverTime, Chaos, AreaSpell
    치명타 확률: 5%
    시전 속도: 1 초
    재사용 대기시간: 2 초
    238.7~337.8 카오스 피해
    +3초간 덫 지속
    1초마다 250.2의 기본 카오스 피해를 줌
    기본 지속시간 12
    base skill is trapped [1]
    ground caustic art variation [2]
    ignores trap and mine cooldown limit [1]
    is area damage [1]
    trap variation [2]

    Object Type

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Stats
    {
    	set_is_warband_leader = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wb/WbChaosLeader6Standalone"] = {
        name = "Berrots, The Breaker",
        life = 3.2,
        energyShield = 0.33,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        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 = { }, },
        },
    }
    
    한 번에 덫 최대 12개 추가 설치
    IdMonsterIncreasedTrapsAllowed
    FamilyTrapsAllowed
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • number of additional traps allowed Min: 12 Max: 12 Global
  • 투척 후 덫이 피해 면역인 시간 +4
    투척 후 지뢰가 피해 면역인 시간 +4
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 Global
  • traps invulnerable for duration ms Min: 4000 Max: 4000 Global
  • 몬스터가 주는 경험치 100% 증가
    떨어지는 아이템 희귀도 15000% 증가
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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