ผู้จองจำแห่งทัณฑสถาน
ปีศาจ
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Penitentiary Incarcerator
SpectreN
Tagsdemon, flesh_armour, has_one_hand_mace, has_one_handed_melee, humanoid, large_height, large_model, medium_movement, melee, no_maven, not_int, physical_affinity, red_blood
พลังชีวิต
400%
เกราะ
+50%
การหลบหลีก
+20%
Ailment Threshold
400%
ค่าต้านทาน
40 40 40 25
Damage
254%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 11
Attack Time
1.2 Second
Damage Spread
±20%
ค่าประสบการณ์
200%
Model Size
120%
Type
MapBrute
Metadata
MapBossBruteShaper
เลเวล
68
พลังชีวิต
557,385
เกราะ
43,185
การหลบหลีก
5,687
โล่พลังงาน
0
Damage
1,081
ความเสียหายเวท
1,613
ความแม่นยำ
290
Attack Time
0.804
ค่าประสบการณ์
112,805
Ailment Threshold
351,153
Chill
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
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]
BrutusCageSummonMaps
Spell
เวลาร่าย: 1 วินาที
คูลดาวน์: 24 วินาที
สร้างความเสียหาย กายภาพ 181.5 ถึง 272.2
ระยะเวลาพื้นฐาน 14.5 วินาที
is area damage [1]
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"
}

Life
{
	corpse_usable = false
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	has_light = true
}

Monster
{
	preload_object_type = "BruteDeath"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Brute/MapBossBruteShaper"] = {
    name = "Penitentiary Incarcerator ",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2.54,
    damageSpread = 0.2,
    attackTime = 1.2,
    attackRange = 11,
    accuracy = 1,
    skillList = {
        "Melee",
        "BrutusHook",
        "BrutusCageSummonMaps",
        "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["BrutusCageSummonMaps"] = {
    name = "BrutusCageSummonMaps",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "secondary_minimum_base_physical_damage",
        "secondary_maximum_base_physical_damage",
        "base_skill_effect_duration",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 5500, levelRequirement = 9, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 14500, levelRequirement = 66, statInterpolation = {3, 3, 1},  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 = { }, },
    },
}
เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
IdMonsterMapBoss
FamilyMonsterMapBoss
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • IdMonsterSpikedGroundBossBrutus
    Nameพื้นหนาม
    FamilyMonsterNemesis
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (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
  • ผู้จองจำแห่งทัณฑสถาน
    ปีศาจ
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Penitentiary Incarcerator
    SpectreN
    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
    พลังชีวิต
    400%
    เกราะ
    +50%
    การหลบหลีก
    +20%
    Ailment Threshold
    400%
    ค่าต้านทาน
    40 40 40 25
    Damage
    254%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.2 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    200%
    Model Size
    120%
    Type
    MapBrute
    Metadata
    EndlessLedge2BossBrute
    เลเวล
    68
    พลังชีวิต
    557,385
    เกราะ
    43,185
    การหลบหลีก
    5,687
    โล่พลังงาน
    0
    Damage
    1,081
    ความเสียหายเวท
    1,613
    ความแม่นยำ
    290
    Attack Time
    0.804
    ค่าประสบการณ์
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    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]
    BrutusCageSummon
    Spell
    เวลาร่าย: 1 วินาที
    คูลดาวน์: 24 วินาที
    สร้างความเสียหาย กายภาพ 715.6 ถึง 1073
    ระยะเวลาพื้นฐาน 14.5 วินาที
    is area damage [1]
    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]

    Object Type

    version 2
    extends "Metadata/Monsters/EndlessBoss/BossBase"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    }
    
    Life
    {
    	corpse_usable = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/EndlessBoss/BossBase"
    
    Render
    {
    	has_light = true
    }
    
    Monster
    {
    	preload_object_type = "BruteDeath"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Brute/EndlessLedge2BossBrute"] = {
        name = "Penitentiary Incarcerator ",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2.54,
        damageSpread = 0.2,
        attackTime = 1.2,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "Melee",
            "BrutusHook",
            "BrutusCageSummon",
            "BrutusGroundSlam",
        },
        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["BrutusCageSummon"] = {
        name = "BrutusCageSummon",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "secondary_minimum_base_physical_damage",
            "secondary_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5500, levelRequirement = 9, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 14500, levelRequirement = 66, statInterpolation = {3, 3, 1},  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 = { }, },
        },
    }
    
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • IdMonsterSpikedGroundBossBrutus
    Nameพื้นหนาม
    FamilyMonsterNemesis
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (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
  • ผู้จองจำแห่งทัณฑสถาน
    ปีศาจ
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Penitentiary Incarcerator
    SpectreN
    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, unique_map_boss
    พลังชีวิต
    720%
    เกราะ
    +50%
    การหลบหลีก
    +20%
    Ailment Threshold
    720%
    ค่าต้านทาน
    40 40 40 25
    Damage
    350%
    ความแม่นยำ
    130%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.65 Second
    Damage Spread
    ±15%
    ค่าประสบการณ์
    200%
    Model Size
    130%
    Type
    Brute
    Metadata
    MapBossBrutePantheon
    เลเวล
    68
    พลังชีวิต
    1,003,294
    เกราะ
    43,185
    การหลบหลีก
    5,687
    โล่พลังงาน
    0
    Damage
    1,489
    ความเสียหายเวท
    2,223
    ความแม่นยำ
    377
    Attack Time
    1.1055
    ค่าประสบการณ์
    112,805
    Ailment Threshold
    632,075
    Chill
    1,999
    Shock
    1,999
    Brittle
    11,307
    Scorch
    1,999
    Sap
    5,522
    GroundSlamBrute
    Attack, Area, Multistrikeable, Melee, Slam, Totemable
    ทุบพื้น (Ground Slam)
    Base Damage: 2513–3400
    โอกาสคริติคอล: 5%
    Attack Time: 1.65 วินาที
    คูลดาวน์: 6 วินาที
    ตัวละครทำการทุบพื้นด้านหน้าด้วย ไม้พลอง, กระบอง หรือ คทา สร้างคลื่นพลังที่เคลื่อนที่ไปข้างหน้าซึ่งจะสร้างความเสียหายให้กับศัตรูโดยเพิ่มโอกาสที่จะสร้างสถานะ มึนงง และมีโอกาสสร้างสถานะ มึนงง เพิ่มขึ้น
    สร้างความเสียหาย เพิ่มขึ้น อีก 80%
    ลดความเร็วในการโจมตี 33%
    สร้างสถานะ มึนงง ต่อศัตรู
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 2513–3400
    โอกาสคริติคอล: 5%
    Attack Time: 1.65 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    BrutusHook
    Attack, Triggerable
    Base Damage: 2513–3400
    โอกาสคริติคอล: 5%
    Attack Time: 1.65 วินาที
    คูลดาวน์: 6 วินาที
    สร้างความเสียหาย ลดลง อีก 35%
    ลดระยะเวลาของสถานะ เลือดไหล 90%
    ลดความเร็วในการโจมตี 15%
    เพิ่มความเสียหาย เลือดไหล อีก +150%
    main hand bleed on hit [1]
    track which enemies hit index [20]

    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"
    
    Animated
    {
    	
    }
    
    Monster
    {
    	preload_object_type = "BruteDeath"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Brute/MapBossBrutePantheon"] = {
        name = "Penitentiary Incarcerator ",
        life = 7.2,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 3.5,
        damageSpread = 0.15,
        attackTime = 1.65,
        attackRange = 11,
        accuracy = 1.3,
        skillList = {
            "GroundSlamBrute",
            "Melee",
            "BrutusHook",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GroundSlamBrute"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_speed_+%",
            "active_skill_damage_+%_final",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "always_stun",
            "is_area_damage",
        },
        levels = {
            [1] = {-33, 80, -30, levelRequirement = 10, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    เพิ่มระดับความหายากของ ไอเทม ที่ดรอป 15000%
    มอนสเตอร์ ให้ค่าประสบการณ์ เพิ่มขึ้น 100%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (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]
    IdStunRepeatImmunityActBoss
    FamilyNothing
    DomainsMonster (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.