잔인한 감독관
SpectreY
Area성역 지도, 성채 지도, 요새 지도, 흉물 지도, 지구라트 지도
Tagsdemon, flesh_armour, has_one_hand_mace, has_one_handed_melee, humanoid, large_height, large_model, medium_movement, melee, not_int, physical_affinity, red_blood, standalone_map_boss
Packs
  • 지구라트 지도, 요새 지도, 성채 지도, 흉물 지도, 성역 지도: 잔인한 감독관, 자백 추출기
  • 생명력
    390%
    방어도
    +50%
    회피
    +20%
    Ailment Threshold
    390%
    저항
    40 40 40 25
    Damage
    225%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.2 Second
    Damage Spread
    ±20%
    경험치
    300%
    Model Size
    120%
    Type
    MapBruteAtlasUber
    Metadata
    MapBossBruteStandaloneAtlasUber
    레벨
    84
    생명력
    137,651
    방어도
    149,751
    회피
    9,744
    에너지 보호막
    0
    Damage
    2,145
    주문 피해
    2,145
    정확도
    538
    Attack Time
    1.2
    경험치
    39,750
    Ailment Threshold
    137,651
    Chill
    435
    Shock
    435
    Brittle
    2,462
    Scorch
    435
    Sap
    1,203
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 1716–2574
    치명타 확률: 5%
    Attack Time: 1.2 초
    강력한 일격으로 적들을 쓰러트립니다.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BrutusHook
    Attack, Triggerable
    Base Damage: 1716–2574
    치명타 확률: 5%
    Attack Time: 1.2 초
    재사용 대기시간: 6 초
    주는 피해 35% 감폭
    출혈 지속시간 90% 감소
    공격 속도 15% 감소
    출혈 피해 +150% 증폭
    main hand bleed on hit [1]
    track which enemies hit index [20]
    BrutusGroundSlam
    Attack
    Base Damage: 1716–2574
    치명타 확률: 5%
    Attack Time: 1.2 초
    재사용 대기시간: 6 초
    주는 피해 120% 증폭
    공격 속도 46% 감폭
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    EmptyActionAttackBrutusMultiSlam
    Attack
    Base Damage: 1716–2574
    치명타 확률: 5%
    Attack Time: 1.2 초
    재사용 대기시간: 7.5 초
    공격 속도 25% 감폭
    BrutusMultiSlamImpact
    Triggerable, Attack
    Base Damage: 1716–2574
    치명타 확률: 5%
    Attack Time: 1.2 초
    플레이어가 명중 시 적을 기절시킬 수 없음
    주는 피해 30% 증폭
    active skill area of effect radius +% final [40]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Brute/MapBossBruteStandaloneAtlasUber"] = {
        name = "Brutal Incarcerator",
        life = 3.9,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2.25,
        damageSpread = 0.2,
        attackTime = 1.2,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "Melee",
            "BrutusHook",
            "BrutusGroundSlam",
            "EmptyActionAttackBrutusMultiSlam",
            "BrutusMultiSlamImpact",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BrutusHook"] = {
        name = "BrutusHook",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_speed_+%",
            "active_skill_damage_+%_final",
            "track_which_enemies_hit_index",
            "base_bleed_duration_+%",
            "active_skill_bleeding_damage_+%_final",
            "main_hand_bleed_on_hit",
        },
        levels = {
            [1] = {-15, -35, 20, -90, 150, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BrutusGroundSlam"] = {
        name = "BrutusGroundSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-20, 120, levelRequirement = 9, statInterpolation = {1},  cost = { }, },
            [2] = {-20, 120, levelRequirement = 43, statInterpolation = {1},  cost = { }, },
            [3] = {-20, 120, levelRequirement = 57, statInterpolation = {1},  cost = { }, },
            [4] = {-46, -30, 120, levelRequirement = 66, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionAttackBrutusMultiSlam"] = {
        name = "EmptyActionAttackBrutusMultiSlam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3.5,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
        },
        levels = {
            [1] = {-25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BrutusMultiSlamImpact"] = {
        name = "BrutusMultiSlamImpact",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {30, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
            [2] = {30, 40, levelRequirement = 68, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdMonsterSpikedGroundBossBrutus
    Name가시 박힌 대지
    FamilyMonsterNemesis
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Edit

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