디마채리 카시우스
인간형
monster base type attack cast speed +% and damage -% final [33]
플레이어가 무조건 명중
치명타가 발생하지 않음
20%의 확률로 공격 피해를 막아냄
피격을 막아낼 시 피해의 10%를 받음
Dimachaeri Cassius
SpectreN
Tagscold_affinity, exile, gladiator, has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, melee, not_int, physical_affinity, plate_armour, red_blood, rogue_exile, slashing_weapon, slow_movement, wb_elite
생명력
128%
방어구
+80%
회피
+20%
Ailment Threshold
128%
저항
30 30 30 20
Damage
143%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.005 Second
Damage Spread
±20%
경험치
220%
Model Size
100%
Type
ExileArenaMarauder
Metadata
ExileArenaMarauder
레벨
68
생명력
8,235
방어구
51,822
회피
5,687
에너지 보호막
0
Damage
534
주문 피해
534
정확도
290
Attack Time
1.005
경험치
22,561
Ailment Threshold
8,235
Chill
26
Shock
26
Brittle
147
Scorch
26
Sap
72
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 427–641
치명타 확률: 5%
Attack Time: 1.005 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
ExileCyclone
Attack, Area, Melee, Movement
회오리바람
Base Damage: 427–641
치명타 확률: 5%
Attack Time: 1.005 초
주변 적들에게 피해를 준 뒤 목표 지점으로 이동하는 동안 연속 회전 공격을 합니다. 무자비 또는 연속타격의 보조는 받을 수 없습니다.
주는 피해 50% 감폭
물리 피해 45% 증가
공격 속도 38% 증가
이동 속도 10% 증폭
is area damage [1]
ExileLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
도약 강타
Base Damage: 427–641
치명타 확률: 5%
Attack Time: 1.005 초
공중으로 도약 후 착지하면서 무기로 적들에게 피해를 주고 밀쳐 냅니다. 착지 지점의 적은 바깥으로 밀려납니다. 도끼나 철퇴, 셉터, 검, 지팡이가 필요합니다. 연속타격의 보조는 받을 수 없습니다.
주는 피해 25% 증폭
기본 반경 1.5미터
cast time overrides attack duration [1]
is area damage [1]
ExileIceCrash
Attack, Area, Melee, Cold, Multistrikeable, Slam, Totemable
얼음 충격
Base Damage: 427–641
치명타 확률: 5%
공격 피해: 196%
공격 피해: 196%
Attack Time: 1.005 초
지면을 강타해 점점 커지는 3단계에 걸쳐 충격 지점 주위의 적들에게 피해를 줍니다. 단계가 거듭될수록 적이 받는 피해는 줄어들며, 적은 한 단계에만 피격됩니다. 검, 철퇴, 셉터, 도끼, 지팡이 착용 혹은 비무장 상태여야 합니다.
주는 공격 피해 96% 증폭
물리 피해의 50%를 냉기 피해로 전환
공격 속도 25% 감폭
두 번째 단계가 주는 피해 25% 감폭
기본 반경 1.1미터
기본 2차 반경 2.1미터
기본 3차 반경 3.1미터
active skill area of effect radius +% final [-20]
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Exiles/Exile"

Stats
{

}

Object Type Codes

version 2
extends "Metadata/Monsters/Exiles/Exile"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/DaressoExiles/ExileArenaMarauder"] = {
    name = "Dimachaeri Cassius",
    life = 1.28,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.43,
    damageSpread = 0.2,
    attackTime = 1.005,
    attackRange = 9,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "Shield",
    skillList = {
        "Melee",
        "ExileLeapSlam",
        "ExileCyclone",
        "ExileIceCrash",
    },
    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["ExileLeapSlam"] = {
    name = "Leap Slam",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.4,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "cast_time_overrides_attack_duration",
    },
    levels = {
        [1] = {25, 15, levelRequirement = 2, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileCyclone"] = {
    name = "Cyclone",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "physical_damage_+%",
        "attack_speed_+%",
        "cyclone_movement_speed_+%_final",
        "active_skill_damage_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0, 0, 10, -50, levelRequirement = 4, statInterpolation = {1, 1},  cost = { }, },
        [2] = {0, 0, 10, -50, levelRequirement = 9, statInterpolation = {1, 1},  cost = { }, },
        [3] = {0, 0, 10, -50, levelRequirement = 13, statInterpolation = {1, 1},  cost = { }, },
        [4] = {0, 0, 10, -50, levelRequirement = 18, statInterpolation = {1, 1},  cost = { }, },
        [5] = {0, 0, 10, -50, levelRequirement = 24, statInterpolation = {1, 1},  cost = { }, },
        [6] = {2, 2, 10, -50, levelRequirement = 27, statInterpolation = {1, 1},  cost = { }, },
        [7] = {5, 4, 10, -50, levelRequirement = 30, statInterpolation = {1, 1},  cost = { }, },
        [8] = {7, 6, 10, -50, levelRequirement = 33, statInterpolation = {1, 1},  cost = { }, },
        [9] = {9, 8, 10, -50, levelRequirement = 35, statInterpolation = {1, 1},  cost = { }, },
        [10] = {12, 10, 10, -50, levelRequirement = 38, statInterpolation = {1, 1},  cost = { }, },
        [11] = {14, 12, 10, -50, levelRequirement = 40, statInterpolation = {1, 1},  cost = { }, },
        [12] = {16, 14, 10, -50, levelRequirement = 43, statInterpolation = {1, 1},  cost = { }, },
        [13] = {19, 16, 10, -50, levelRequirement = 46, statInterpolation = {1, 1},  cost = { }, },
        [14] = {21, 18, 10, -50, levelRequirement = 48, statInterpolation = {1, 1},  cost = { }, },
        [15] = {24, 20, 10, -50, levelRequirement = 50, statInterpolation = {1, 1},  cost = { }, },
        [16] = {26, 22, 10, -50, levelRequirement = 52, statInterpolation = {1, 1},  cost = { }, },
        [17] = {28, 24, 10, -50, levelRequirement = 54, statInterpolation = {1, 1},  cost = { }, },
        [18] = {31, 26, 10, -50, levelRequirement = 56, statInterpolation = {1, 1},  cost = { }, },
        [19] = {33, 28, 10, -50, levelRequirement = 58, statInterpolation = {1, 1},  cost = { }, },
        [20] = {35, 30, 10, -50, levelRequirement = 60, statInterpolation = {1, 1},  cost = { }, },
        [21] = {38, 32, 10, -50, levelRequirement = 62, statInterpolation = {1, 1},  cost = { }, },
        [22] = {40, 34, 10, -50, levelRequirement = 64, statInterpolation = {1, 1},  cost = { }, },
        [23] = {42, 36, 10, -50, levelRequirement = 66, statInterpolation = {1, 1},  cost = { }, },
        [24] = {44, 37, 10, -50, levelRequirement = 67, statInterpolation = {1, 1},  cost = { }, },
        [25] = {45, 38, 10, -50, levelRequirement = 68, statInterpolation = {1, 1},  cost = { }, },
        [26] = {46, 39, 10, -50, levelRequirement = 69, statInterpolation = {1, 1},  cost = { }, },
        [27] = {47, 40, 10, -50, levelRequirement = 70, statInterpolation = {1, 1},  cost = { }, },
        [28] = {48, 41, 10, -50, levelRequirement = 71, statInterpolation = {1, 1},  cost = { }, },
        [29] = {49, 42, 10, -50, levelRequirement = 72, statInterpolation = {1, 1},  cost = { }, },
        [30] = {51, 43, 10, -50, levelRequirement = 73, statInterpolation = {1, 1},  cost = { }, },
        [31] = {52, 44, 10, -50, levelRequirement = 74, statInterpolation = {1, 1},  cost = { }, },
        [32] = {53, 45, 10, -50, levelRequirement = 75, statInterpolation = {1, 1},  cost = { }, },
        [33] = {54, 46, 10, -50, levelRequirement = 76, statInterpolation = {1, 1},  cost = { }, },
        [34] = {55, 47, 10, -50, levelRequirement = 77, statInterpolation = {1, 1},  cost = { }, },
        [35] = {56, 48, 10, -50, levelRequirement = 78, statInterpolation = {1, 1},  cost = { }, },
        [36] = {58, 49, 10, -50, levelRequirement = 79, statInterpolation = {1, 1},  cost = { }, },
        [37] = {59, 50, 10, -50, levelRequirement = 80, statInterpolation = {1, 1},  cost = { }, },
        [38] = {60, 51, 10, -50, levelRequirement = 81, statInterpolation = {1, 1},  cost = { }, },
        [39] = {61, 52, 10, -50, levelRequirement = 82, statInterpolation = {1, 1},  cost = { }, },
        [40] = {64, 54, 10, -50, levelRequirement = 84, statInterpolation = {1, 1},  cost = { }, },
        [41] = {66, 56, 10, -50, levelRequirement = 86, statInterpolation = {1, 1},  cost = { }, },
        [42] = {68, 58, 10, -50, levelRequirement = 88, statInterpolation = {1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["ExileIceCrash"] = {
    name = "Ice Crash",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Slam the ground, damaging enemies in an area around the impact in three stages of increasing size. Enemies take slightly less damage on the second and third stage, and can only be hit by one stage. Works with Swords, Maces, Sceptres, Axes, Staves and Unarmed.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Cold] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_physical_damage_%_to_convert_to_cold",
        "active_skill_attack_speed_+%_final",
        "ice_crash_second_hit_damage_+%_final",
        "active_skill_area_of_effect_radius_+%_final",
        "active_skill_base_area_of_effect_radius",
        "active_skill_base_secondary_area_of_effect_radius",
        "active_skill_base_tertiary_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.6, levelRequirement = 28, statInterpolation = {},  cost = { }, },
        [2] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.62, levelRequirement = 31, statInterpolation = {},  cost = { }, },
        [3] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.64, levelRequirement = 34, statInterpolation = {},  cost = { }, },
        [4] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.66, levelRequirement = 37, statInterpolation = {},  cost = { }, },
        [5] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.68, levelRequirement = 40, statInterpolation = {},  cost = { }, },
        [6] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.7, levelRequirement = 42, statInterpolation = {},  cost = { }, },
        [7] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.72, levelRequirement = 44, statInterpolation = {},  cost = { }, },
        [8] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.74, levelRequirement = 46, statInterpolation = {},  cost = { }, },
        [9] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.76, levelRequirement = 48, statInterpolation = {},  cost = { }, },
        [10] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.78, levelRequirement = 50, statInterpolation = {},  cost = { }, },
        [11] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.8, levelRequirement = 52, statInterpolation = {},  cost = { }, },
        [12] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.82, levelRequirement = 54, statInterpolation = {},  cost = { }, },
        [13] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.84, levelRequirement = 56, statInterpolation = {},  cost = { }, },
        [14] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.86, levelRequirement = 58, statInterpolation = {},  cost = { }, },
        [15] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.88, levelRequirement = 60, statInterpolation = {},  cost = { }, },
        [16] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.9, levelRequirement = 62, statInterpolation = {},  cost = { }, },
        [17] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.92, levelRequirement = 64, statInterpolation = {},  cost = { }, },
        [18] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.94, levelRequirement = 66, statInterpolation = {},  cost = { }, },
        [19] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.96, levelRequirement = 68, statInterpolation = {},  cost = { }, },
        [20] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.98, levelRequirement = 70, statInterpolation = {},  cost = { }, },
        [21] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 2, levelRequirement = 72, statInterpolation = {},  cost = { }, },
        [22] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 2.02, levelRequirement = 74, statInterpolation = {},  cost = { }, },
        [23] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 2.04, levelRequirement = 76, statInterpolation = {},  cost = { }, },
        [24] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 2.06, levelRequirement = 78, statInterpolation = {},  cost = { }, },
        [25] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 2.08, levelRequirement = 80, statInterpolation = {},  cost = { }, },
        [26] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 2.1, levelRequirement = 82, statInterpolation = {},  cost = { }, },
        [27] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 2.12, levelRequirement = 84, statInterpolation = {},  cost = { }, },
        [28] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 2.14, levelRequirement = 86, statInterpolation = {},  cost = { }, },
        [29] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 2.16, levelRequirement = 88, statInterpolation = {},  cost = { }, },
        [30] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 2.18, levelRequirement = 90, statInterpolation = {},  cost = { }, },
    },
}
monster base type attack cast speed +% and damage -% final [33]
IdMonsterSpeedAndDamageFixupComplete
FamilyMonsterSpeedAndDamageFixup
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    플레이어가 무조건 명중
    IdMonsterAlwaysHits
    FamilyAlwaysHits
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • global always hit Min: 1 Max: 1 Global
  • Craft Tagsattack
    치명타가 발생하지 않음
    IdMonsterCannotCrit_
    FamilyCannotCrit
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • global cannot crit Min: 1 Max: 1 Global
  • Craft Tagscritical
    20%의 확률로 공격 피해를 막아냄
    피격을 막아낼 시 피해의 10%를 받음
    IdMonsterAttackBlock40Bypass15
    FamilyMonsterBlockAndBypass
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    디마채리 카시우스
    인간형
    이동 속도 30% 증가
    물리 피해의 50%를 화염 피해로 전환
    20%의 확률로 공격 피해를 막아냄
    피격을 막아낼 시 피해의 10%를 받음
    명중 시 100%의 확률로 인내 충전 획득
    명중 시 100%의 확률로 인내 충전 획득
    monster share charges with pack [1]
    명중 시 50%의 확률로 격분 충전 획득
    Dimachaeri Cassius
    SpectreN
    Area대 투기장
    Tagsbludgeoning_weapon, cold_affinity, has_one_hand_mace, has_one_handed_melee, human, humanoid, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, plate_armour, red_blood, wb_elite
    생명력
    121%
    방어구
    +100%
    Ailment Threshold
    121%
    저항
    37 37 37 0
    Damage
    148%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    140%
    Model Size
    120%
    Type
    GladiatorBossElite
    Metadata
    GladiatorBossElite
    레벨
    38
    생명력
    1,020
    방어구
    4,702
    회피
    1,460
    에너지 보호막
    0
    Damage
    111
    주문 피해
    111
    정확도
    84
    Attack Time
    1.5
    경험치
    4,263
    Ailment Threshold
    1,020
    Chill
    3
    Shock
    3
    Brittle
    18
    Scorch
    3
    Sap
    9
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 89–133
    치명타 확률: 5%
    Attack Time: 1.5 초
    강력한 일격으로 적들을 쓰러트립니다.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GladiatorBossCyclone
    Attack, Area, Melee, Movement
    회오리바람
    Base Damage: 89–133
    치명타 확률: 5%
    Attack Time: 1.5 초
    주변 적들에게 피해를 준 뒤 목표 지점으로 이동하는 동안 연속 회전 공격을 합니다. 무자비 또는 연속타격의 보조는 받을 수 없습니다.
    주는 피해 50% 감폭
    물리 피해 12% 증가
    공격 속도 10% 증가
    이동 속도 10% 증폭
    is area damage [1]
    GladiatorBossLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    도약 강타
    Base Damage: 89–133
    치명타 확률: 5%
    Attack Time: 1.5 초
    재사용 대기시간: 5 초
    공중으로 도약 후 착지하면서 무기로 적들에게 피해를 주고 밀쳐 냅니다. 착지 지점의 적은 바깥으로 밀려납니다. 도끼나 철퇴, 셉터, 검, 지팡이가 필요합니다. 연속타격의 보조는 받을 수 없습니다.
    주는 피해 25% 증폭
    기본 반경 1.5미터
    cast time overrides attack duration [1]
    is area damage [1]
    GladiatorBossIceCrash
    Attack, Area, Melee, Cold, Multistrikeable, Slam, Totemable
    얼음 충격
    Base Damage: 89–133
    치명타 확률: 5%
    Attack Time: 1.5 초
    지면을 강타해 점점 커지는 3단계에 걸쳐 충격 지점 주위의 적들에게 피해를 줍니다. 단계가 거듭될수록 적이 받는 피해는 줄어들며, 적은 한 단계에만 피격됩니다. 검, 철퇴, 셉터, 도끼, 지팡이 착용 혹은 비무장 상태여야 합니다.
    물리 피해의 50%를 냉기 피해로 전환
    공격 속도 25% 감폭
    두 번째 단계가 주는 피해 25% 감폭
    기본 반경 1.1미터
    기본 2차 반경 2.1미터
    기본 3차 반경 3.1미터
    active skill area of effect radius +% final [-20]
    is area damage [1]
    GladiatorBossEliteGlacialHammer
    Attack, MeleeSingleTarget, Multistrikeable, Melee, Cold, ThresholdJewelArea
    빙하 망치
    Base Damage: 89–133
    치명타 확률: 5%
    Attack Time: 1.5 초
    물리 피해 일부를 냉기 피해로 전환하여 공격합니다. 비-고유 적이 동결 상태이고 생명력이 1/3 미만일 경우, 빙하 망치로 공격하면 산산이 조각납니다. 연속으로 3회 공격 시 3번째 공격은 적을 더 쉽게 동결시킵니다. 철퇴나 셉터, 지팡이가 필요합니다.
    주는 피해 10% 증폭
    물리 피해 3% 증가
    물리 피해의 50%를 냉기 피해로 전환
    25%의 확률로 적을 동결
    공격 속도 5% 증폭
    active skill chill duration +% final [15]
    GladiatorBossEliteVaalGlacialHammer
    Attack, MeleeSingleTarget, Melee, Duration, Area, Vaal, Cold
    바알 빙하 망치
    Base Damage: 89–133
    치명타 확률: 5%
    Attack Time: 1.5 초
    재사용 대기시간: 10 초
    적들을 명중시키면 물리 피해 일부가 냉기 피해로 전환됩니다. 냉기는 해당 적을 얼음의 원으로 가두어 달아날 수 없게 만듭니다. 철퇴나 셉터, 지팡이가 필요합니다.
    주는 피해 50% 증폭
    기본 지속시간 4
    물리 피해 29% 증가
    물리 피해의 50%를 냉기 피해로 전환
    20%의 확률로 적을 동결
    active skill area of effect radius +% final [35]
    active skill chill duration +% final [35]
    GladiatorBossEliteVaalGroundSlam
    Attack, Area, Melee, Vaal, Slam, Totemable
    바알 대지 강타
    Base Damage: 89–133
    치명타 확률: 5%
    Attack Time: 1.5 초
    재사용 대기시간: 6 초
    지팡이나 철퇴, 셉터로 바닥을 후려치면 사방으로 파도를 일으키며 뻗어 나가 적들에게 피해를 주고 증가된 확률로 기절시킵니다.
    명중 시 적을 밀어냄
    밀어내기 방향 반전
    주는 피해 20% 감폭
    물리 피해 15% 감소
    밀어내기 거리 200% 증가
    active skill area of effect radius +% final [40]
    animation effect variation [-1]
    is area damage [1]
    GladiatorBossEliteDoubleStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee, Physical
    이중 타격
    Base Damage: 89–133
    치명타 확률: 5%
    Attack Time: 1.5 초
    근접 무기를 빠르게 두 번 휘둘러 공격합니다.
    물리 피해 6% 증가
    base skill number of additional hits [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    }
    
    Actor
    {	
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance3"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GladiatorBosses/GladiatorBossElite"] = {
        name = "Dimachaeri Cassius",
        life = 1.21,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 1.48,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
            "GladiatorBossEliteVaalGroundSlam",
            "MeleeAtAnimationSpeedUnique",
            "GladiatorBossLeapSlam",
            "GladiatorBossEliteGlacialHammer",
            "GladiatorBossCyclone",
            "GladiatorBossIceCrash",
            "GladiatorBossEliteVaalGlacialHammer",
            "GladiatorBossEliteDoubleStrike",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossEliteVaalGroundSlam"] = {
        name = "Vaal Ground Slam",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground with a Staff, Mace or Sceptre, creating a wave that travels in all directions and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Vaal] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "active_skill_damage_+%_final",
            "knockback_distance_+%",
            "animation_effect_variation",
            "active_skill_area_of_effect_radius_+%_final",
            "global_knockback",
            "is_area_damage",
            "enemy_knockback_direction_is_reversed",
        },
        levels = {
            [1] = {-15, -20, 200, -1, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {25, 15, levelRequirement = 38, statInterpolation = {},  cost = { }, },
            [2] = {25, 15, baseMultiplier = 1.4, levelRequirement = 56, statInterpolation = {},  cost = { }, },
            [3] = {25, 15, baseMultiplier = 1.8, levelRequirement = 69, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossEliteGlacialHammer"] = {
        name = "Glacial Hammer",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Hits enemies, converting some of your physical damage to cold damage. If a non-unique enemy is frozen and is on less than one third life, they will shatter when hit by Glacial Hammer. If striking three times in a row, the third strike will freeze enemies more easily. Requires a Mace, Sceptre or Staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.ThresholdJewelArea] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chance_to_freeze_%",
            "physical_damage_+%",
            "active_skill_attack_speed_+%_final",
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_chill_duration_+%_final",
            "active_skill_damage_+%_final",
        },
        levels = {
            [1] = {25, 0, 0, 50, 15, 10, levelRequirement = 4, statInterpolation = {1, 1, 1},  cost = { }, },
            [2] = {25, 1, 0, 50, 15, 10, levelRequirement = 11, statInterpolation = {1, 1, 1},  cost = { }, },
            [3] = {25, 1, 0, 50, 15, 10, levelRequirement = 20, statInterpolation = {1, 1, 1},  cost = { }, },
            [4] = {25, 2, 5, 50, 15, 10, levelRequirement = 29, statInterpolation = {1, 1, 1},  cost = { }, },
            [5] = {25, 2, 5, 50, 15, 10, levelRequirement = 32, statInterpolation = {1, 1, 1},  cost = { }, },
            [6] = {25, 3, 5, 50, 15, 10, levelRequirement = 37, statInterpolation = {1, 1, 1},  cost = { }, },
            [7] = {25, 4, 10, 50, 15, 10, levelRequirement = 42, statInterpolation = {1, 1, 1},  cost = { }, },
            [8] = {25, 4, 10, 50, 15, 10, levelRequirement = 50, statInterpolation = {1, 1, 1},  cost = { }, },
            [9] = {35, 5, 10, 50, 15, 10, levelRequirement = 52, statInterpolation = {1, 1, 1},  cost = { }, },
            [10] = {35, 5, 10, 50, 15, 10, baseMultiplier = 1.4, levelRequirement = 54, statInterpolation = {1, 1, 1},  cost = { }, },
            [11] = {35, 5, 15, 50, 15, 10, baseMultiplier = 1.4, levelRequirement = 58, statInterpolation = {1, 1, 1},  cost = { }, },
            [12] = {35, 6, 15, 50, 15, 10, baseMultiplier = 1.4, levelRequirement = 67, statInterpolation = {1, 1, 1},  cost = { }, },
            [13] = {35, 6, 15, 50, 15, 10, baseMultiplier = 1.8, levelRequirement = 69, statInterpolation = {1, 1, 1},  cost = { }, },
            [14] = {35, 7, 20, 50, 15, 10, baseMultiplier = 1.8, levelRequirement = 71, statInterpolation = {1, 1, 1},  cost = { }, },
            [15] = {35, 8, 20, 50, 15, 10, baseMultiplier = 1.8, levelRequirement = 73, statInterpolation = {1, 1, 1},  cost = { }, },
            [16] = {35, 8, 20, 50, 15, 10, baseMultiplier = 1.8, levelRequirement = 75, statInterpolation = {1, 1, 1},  cost = { }, },
            [17] = {35, 9, 25, 50, 15, 10, baseMultiplier = 1.8, levelRequirement = 77, statInterpolation = {1, 1, 1},  cost = { }, },
            [18] = {35, 9, 25, 50, 15, 10, baseMultiplier = 1.8, levelRequirement = 79, statInterpolation = {1, 1, 1},  cost = { }, },
            [19] = {35, 10, 25, 50, 15, 10, baseMultiplier = 1.8, levelRequirement = 81, statInterpolation = {1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossCyclone"] = {
        name = "Cyclone",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "attack_speed_+%",
            "cyclone_movement_speed_+%_final",
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0, 0, 10, -50, levelRequirement = 4, statInterpolation = {1, 1},  cost = { }, },
            [2] = {0, 0, 10, -50, levelRequirement = 9, statInterpolation = {1, 1},  cost = { }, },
            [3] = {0, 0, 10, -50, levelRequirement = 13, statInterpolation = {1, 1},  cost = { }, },
            [4] = {0, 0, 10, -50, levelRequirement = 18, statInterpolation = {1, 1},  cost = { }, },
            [5] = {0, 0, 10, -50, levelRequirement = 24, statInterpolation = {1, 1},  cost = { }, },
            [6] = {2, 2, 10, -50, levelRequirement = 27, statInterpolation = {1, 1},  cost = { }, },
            [7] = {5, 4, 10, -50, levelRequirement = 30, statInterpolation = {1, 1},  cost = { }, },
            [8] = {7, 6, 10, -50, levelRequirement = 33, statInterpolation = {1, 1},  cost = { }, },
            [9] = {9, 8, 10, -50, levelRequirement = 35, statInterpolation = {1, 1},  cost = { }, },
            [10] = {12, 10, 10, -50, levelRequirement = 38, statInterpolation = {1, 1},  cost = { }, },
            [11] = {14, 12, 10, -50, levelRequirement = 40, statInterpolation = {1, 1},  cost = { }, },
            [12] = {16, 14, 10, -50, levelRequirement = 43, statInterpolation = {1, 1},  cost = { }, },
            [13] = {19, 16, 10, -50, levelRequirement = 46, statInterpolation = {1, 1},  cost = { }, },
            [14] = {21, 18, 10, -50, levelRequirement = 48, statInterpolation = {1, 1},  cost = { }, },
            [15] = {24, 20, 10, -50, levelRequirement = 50, statInterpolation = {1, 1},  cost = { }, },
            [16] = {26, 22, 10, -50, levelRequirement = 52, statInterpolation = {1, 1},  cost = { }, },
            [17] = {28, 24, 10, -50, levelRequirement = 54, statInterpolation = {1, 1},  cost = { }, },
            [18] = {31, 26, 10, -50, baseMultiplier = 1.2, levelRequirement = 56, statInterpolation = {1, 1},  cost = { }, },
            [19] = {33, 28, 10, -50, baseMultiplier = 1.2, levelRequirement = 58, statInterpolation = {1, 1},  cost = { }, },
            [20] = {35, 30, 10, -50, baseMultiplier = 1.2, levelRequirement = 60, statInterpolation = {1, 1},  cost = { }, },
            [21] = {38, 32, 10, -50, baseMultiplier = 1.2, levelRequirement = 62, statInterpolation = {1, 1},  cost = { }, },
            [22] = {40, 34, 10, -50, baseMultiplier = 1.2, levelRequirement = 64, statInterpolation = {1, 1},  cost = { }, },
            [23] = {42, 36, 10, -50, baseMultiplier = 1.2, levelRequirement = 66, statInterpolation = {1, 1},  cost = { }, },
            [24] = {44, 37, 10, -50, baseMultiplier = 1.2, levelRequirement = 67, statInterpolation = {1, 1},  cost = { }, },
            [25] = {45, 38, 10, -50, baseMultiplier = 1.2, levelRequirement = 68, statInterpolation = {1, 1},  cost = { }, },
            [26] = {46, 39, 10, -50, baseMultiplier = 1.4, levelRequirement = 69, statInterpolation = {1, 1},  cost = { }, },
            [27] = {47, 40, 10, -50, baseMultiplier = 1.4, levelRequirement = 70, statInterpolation = {1, 1},  cost = { }, },
            [28] = {48, 41, 10, -50, baseMultiplier = 1.4, levelRequirement = 71, statInterpolation = {1, 1},  cost = { }, },
            [29] = {49, 42, 10, -50, baseMultiplier = 1.4, levelRequirement = 72, statInterpolation = {1, 1},  cost = { }, },
            [30] = {51, 43, 10, -50, baseMultiplier = 1.4, levelRequirement = 73, statInterpolation = {1, 1},  cost = { }, },
            [31] = {52, 44, 10, -50, baseMultiplier = 1.4, levelRequirement = 74, statInterpolation = {1, 1},  cost = { }, },
            [32] = {53, 45, 10, -50, baseMultiplier = 1.4, levelRequirement = 75, statInterpolation = {1, 1},  cost = { }, },
            [33] = {54, 46, 10, -50, baseMultiplier = 1.4, levelRequirement = 76, statInterpolation = {1, 1},  cost = { }, },
            [34] = {55, 47, 10, -50, baseMultiplier = 1.4, levelRequirement = 77, statInterpolation = {1, 1},  cost = { }, },
            [35] = {56, 48, 10, -50, baseMultiplier = 1.4, levelRequirement = 78, statInterpolation = {1, 1},  cost = { }, },
            [36] = {58, 49, 10, -50, baseMultiplier = 1.4, levelRequirement = 79, statInterpolation = {1, 1},  cost = { }, },
            [37] = {59, 50, 10, -50, baseMultiplier = 1.4, levelRequirement = 80, statInterpolation = {1, 1},  cost = { }, },
            [38] = {60, 51, 10, -50, baseMultiplier = 1.4, levelRequirement = 81, statInterpolation = {1, 1},  cost = { }, },
            [39] = {61, 52, 10, -50, baseMultiplier = 1.4, levelRequirement = 82, statInterpolation = {1, 1},  cost = { }, },
            [40] = {64, 54, 10, -50, baseMultiplier = 1.4, levelRequirement = 84, statInterpolation = {1, 1},  cost = { }, },
            [41] = {66, 56, 10, -50, baseMultiplier = 1.4, levelRequirement = 86, statInterpolation = {1, 1},  cost = { }, },
            [42] = {68, 58, 10, -50, baseMultiplier = 1.4, levelRequirement = 88, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossIceCrash"] = {
        name = "Ice Crash",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Slam the ground, damaging enemies in an area around the impact in three stages of increasing size. Enemies take slightly less damage on the second and third stage, and can only be hit by one stage. Works with Swords, Maces, Sceptres, Axes, Staves and Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_attack_speed_+%_final",
            "ice_crash_second_hit_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "active_skill_base_tertiary_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {50, -25, -25, -20, 11, 21, 31, levelRequirement = 28, statInterpolation = {},  cost = { }, },
            [2] = {50, -25, -25, -20, 11, 21, 31, levelRequirement = 37, statInterpolation = {},  cost = { }, },
            [3] = {50, -25, -25, -20, 11, 21, 31, levelRequirement = 44, statInterpolation = {},  cost = { }, },
            [4] = {50, -25, -25, -20, 11, 21, 31, levelRequirement = 54, statInterpolation = {},  cost = { }, },
            [5] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.4, levelRequirement = 58, statInterpolation = {},  cost = { }, },
            [6] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.8, levelRequirement = 68, statInterpolation = {},  cost = { }, },
            [7] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.8, levelRequirement = 70, statInterpolation = {},  cost = { }, },
            [8] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.8, levelRequirement = 82, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossEliteVaalGlacialHammer"] = {
        name = "Vaal Glacial Hammer",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Hits enemies, converting some of your physical damage to cold damage. It traps enemies with you in a circle of ice so that they can't escape. Requires a Mace, Sceptre or Staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.Duration] = true,
            [SkillType.Area] = true,
            [SkillType.Vaal] = true,
            [SkillType.Cold] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "base_chance_to_freeze_%",
            "active_skill_chill_duration_+%_final",
            "physical_damage_+%",
            "active_skill_damage_+%_final",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {50, 20, 35, 29, 50, 4000, 35, levelRequirement = 38, statInterpolation = {},  cost = { }, },
            [2] = {50, 20, 35, 29, 50, 4000, 35, baseMultiplier = 1.4, levelRequirement = 56, statInterpolation = {},  cost = { }, },
            [3] = {50, 20, 35, 29, 50, 4000, 35, baseMultiplier = 1.8, levelRequirement = 69, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossEliteDoubleStrike"] = {
        name = "Double Strike",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Performs two fast strikes with a melee weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "base_skill_number_of_additional_hits",
        },
        levels = {
            [1] = {6, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    이동 속도 30% 증가
    IdMonsterImplicitFastRun5
    FamilyMovementVelocity
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 30 Max: 30 Global
  • Craft Tagsspeed
    물리 피해의 50%를 화염 피해로 전환
    IdMonsterElementalSkeletonFire
    FamilyFireDamageAsPortionOfDamage
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    20%의 확률로 공격 피해를 막아냄
    피격을 막아낼 시 피해의 10%를 받음
    IdMonsterAttackBlock40Bypass15
    FamilyMonsterBlockAndBypass
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    명중 시 100%의 확률로 인내 충전 획득
    IdGladiatorBossEliteGetEnduranceChargeOnHit
    FamilyStance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • add endurance charge on skill hit % Min: 100 Max: 100 Global
  • Craft Tagsendurance_charge
    명중 시 100%의 확률로 인내 충전 획득
    monster share charges with pack [1]
    IdGladiatorBossEliteSharingEnduranceCharges
    FamilyStance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster share charges with pack Min: 1 Max: 1 Global
  • add endurance charge on skill hit % Min: 100 Max: 100 Global
  • Craft Tagsendurance_charge
    명중 시 50%의 확률로 격분 충전 획득
    IdGladiatorBossEliteGainFrenzyChargeOnHit
    FamilyStance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • add frenzy charge on skill hit % Min: 50 Max: 50 Global
  • Craft Tagsfrenzy_charge
    디마채리 카시우스
    인간형
    이동 속도 30% 증가
    물리 피해의 50%를 화염 피해로 전환
    20%의 확률로 공격 피해를 막아냄
    피격을 막아낼 시 피해의 10%를 받음
    명중 시 100%의 확률로 인내 충전 획득
    명중 시 100%의 확률로 인내 충전 획득
    monster share charges with pack [1]
    명중 시 50%의 확률로 격분 충전 획득
    Dimachaeri Cassius
    SpectreN
    Tagsbludgeoning_weapon, cold_affinity, has_one_hand_mace, has_one_handed_melee, human, humanoid, medium_movement, melee, not_dex, not_int, physical_affinity, plate_armour, red_blood, wb_elite
    생명력
    121%
    방어구
    +100%
    Ailment Threshold
    121%
    저항
    37 37 37 0
    Damage
    148%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    경험치
    140%
    Model Size
    120%
    Type
    GladiatorBossElite
    Metadata
    GladiatorBossEliteStandalone
    레벨
    68
    생명력
    7,784
    방어구
    57,580
    회피
    4,739
    에너지 보호막
    0
    Damage
    553
    주문 피해
    553
    정확도
    290
    Attack Time
    1.5
    경험치
    14,357
    Ailment Threshold
    7,784
    Chill
    25
    Shock
    25
    Brittle
    139
    Scorch
    25
    Sap
    68
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 442–663
    치명타 확률: 5%
    Attack Time: 1.5 초
    강력한 일격으로 적들을 쓰러트립니다.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GladiatorBossCyclone
    Attack, Area, Melee, Movement
    회오리바람
    Base Damage: 442–663
    치명타 확률: 5%
    공격 피해: 120%
    공격 피해: 120%
    Attack Time: 1.5 초
    주변 적들에게 피해를 준 뒤 목표 지점으로 이동하는 동안 연속 회전 공격을 합니다. 무자비 또는 연속타격의 보조는 받을 수 없습니다.
    주는 공격 피해 20% 증폭
    주는 피해 50% 감폭
    물리 피해 45% 증가
    공격 속도 38% 증가
    이동 속도 10% 증폭
    is area damage [1]
    GladiatorBossLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    도약 강타
    Base Damage: 442–663
    치명타 확률: 5%
    공격 피해: 140%
    공격 피해: 140%
    Attack Time: 1.5 초
    재사용 대기시간: 5 초
    공중으로 도약 후 착지하면서 무기로 적들에게 피해를 주고 밀쳐 냅니다. 착지 지점의 적은 바깥으로 밀려납니다. 도끼나 철퇴, 셉터, 검, 지팡이가 필요합니다. 연속타격의 보조는 받을 수 없습니다.
    주는 공격 피해 40% 증폭
    주는 피해 25% 증폭
    기본 반경 1.5미터
    cast time overrides attack duration [1]
    is area damage [1]
    GladiatorBossIceCrash
    Attack, Area, Melee, Cold, Multistrikeable, Slam, Totemable
    얼음 충격
    Base Damage: 442–663
    치명타 확률: 5%
    공격 피해: 180%
    공격 피해: 180%
    Attack Time: 1.5 초
    지면을 강타해 점점 커지는 3단계에 걸쳐 충격 지점 주위의 적들에게 피해를 줍니다. 단계가 거듭될수록 적이 받는 피해는 줄어들며, 적은 한 단계에만 피격됩니다. 검, 철퇴, 셉터, 도끼, 지팡이 착용 혹은 비무장 상태여야 합니다.
    주는 공격 피해 80% 증폭
    물리 피해의 50%를 냉기 피해로 전환
    공격 속도 25% 감폭
    두 번째 단계가 주는 피해 25% 감폭
    기본 반경 1.1미터
    기본 2차 반경 2.1미터
    기본 3차 반경 3.1미터
    active skill area of effect radius +% final [-20]
    is area damage [1]
    GladiatorBossEliteGlacialHammer
    Attack, MeleeSingleTarget, Multistrikeable, Melee, Cold, ThresholdJewelArea
    빙하 망치
    Base Damage: 442–663
    치명타 확률: 5%
    공격 피해: 140%
    공격 피해: 140%
    Attack Time: 1.5 초
    물리 피해 일부를 냉기 피해로 전환하여 공격합니다. 비-고유 적이 동결 상태이고 생명력이 1/3 미만일 경우, 빙하 망치로 공격하면 산산이 조각납니다. 연속으로 3회 공격 시 3번째 공격은 적을 더 쉽게 동결시킵니다. 철퇴나 셉터, 지팡이가 필요합니다.
    주는 공격 피해 40% 증폭
    주는 피해 10% 증폭
    물리 피해 6% 증가
    물리 피해의 50%를 냉기 피해로 전환
    35%의 확률로 적을 동결
    공격 속도 15% 증폭
    active skill chill duration +% final [15]
    GladiatorBossEliteVaalGlacialHammer
    Attack, MeleeSingleTarget, Melee, Duration, Area, Vaal, Cold
    바알 빙하 망치
    Base Damage: 442–663
    치명타 확률: 5%
    공격 피해: 140%
    공격 피해: 140%
    Attack Time: 1.5 초
    재사용 대기시간: 10 초
    적들을 명중시키면 물리 피해 일부가 냉기 피해로 전환됩니다. 냉기는 해당 적을 얼음의 원으로 가두어 달아날 수 없게 만듭니다. 철퇴나 셉터, 지팡이가 필요합니다.
    주는 공격 피해 40% 증폭
    주는 피해 50% 증폭
    기본 지속시간 4
    물리 피해 29% 증가
    물리 피해의 50%를 냉기 피해로 전환
    20%의 확률로 적을 동결
    active skill area of effect radius +% final [35]
    active skill chill duration +% final [35]
    GladiatorBossEliteVaalGroundSlam
    Attack, Area, Melee, Vaal, Slam, Totemable
    바알 대지 강타
    Base Damage: 442–663
    치명타 확률: 5%
    Attack Time: 1.5 초
    재사용 대기시간: 6 초
    지팡이나 철퇴, 셉터로 바닥을 후려치면 사방으로 파도를 일으키며 뻗어 나가 적들에게 피해를 주고 증가된 확률로 기절시킵니다.
    명중 시 적을 밀어냄
    밀어내기 방향 반전
    주는 피해 20% 감폭
    물리 피해 15% 감소
    밀어내기 거리 200% 증가
    active skill area of effect radius +% final [40]
    animation effect variation [-1]
    is area damage [1]
    GladiatorBossEliteDoubleStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee, Physical
    이중 타격
    Base Damage: 442–663
    치명타 확률: 5%
    Attack Time: 1.5 초
    근접 무기를 빠르게 두 번 휘둘러 공격합니다.
    물리 피해 6% 증가
    base skill number of additional hits [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    
    Stats
    {
    }
    
    Actor
    {	
    	basic_action = "ChangeToStance1"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance3"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMonster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GladiatorBosses/GladiatorBossEliteStandalone"] = {
        name = "Dimachaeri Cassius",
        life = 1.21,
        fireResist = 37,
        coldResist = 37,
        lightningResist = 37,
        chaosResist = 0,
        damage = 1.48,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
            "GladiatorBossEliteVaalGroundSlam",
            "MeleeAtAnimationSpeedUnique",
            "GladiatorBossLeapSlam",
            "GladiatorBossEliteGlacialHammer",
            "GladiatorBossCyclone",
            "GladiatorBossIceCrash",
            "GladiatorBossEliteVaalGlacialHammer",
            "GladiatorBossEliteDoubleStrike",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossEliteVaalGroundSlam"] = {
        name = "Vaal Ground Slam",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground with a Staff, Mace or Sceptre, creating a wave that travels in all directions and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Vaal] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "active_skill_damage_+%_final",
            "knockback_distance_+%",
            "animation_effect_variation",
            "active_skill_area_of_effect_radius_+%_final",
            "global_knockback",
            "is_area_damage",
            "enemy_knockback_direction_is_reversed",
        },
        levels = {
            [1] = {-15, -20, 200, -1, 40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {25, 15, levelRequirement = 38, statInterpolation = {},  cost = { }, },
            [2] = {25, 15, baseMultiplier = 1.4, levelRequirement = 56, statInterpolation = {},  cost = { }, },
            [3] = {25, 15, baseMultiplier = 1.8, levelRequirement = 69, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossEliteGlacialHammer"] = {
        name = "Glacial Hammer",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Hits enemies, converting some of your physical damage to cold damage. If a non-unique enemy is frozen and is on less than one third life, they will shatter when hit by Glacial Hammer. If striking three times in a row, the third strike will freeze enemies more easily. Requires a Mace, Sceptre or Staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.ThresholdJewelArea] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chance_to_freeze_%",
            "physical_damage_+%",
            "active_skill_attack_speed_+%_final",
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_chill_duration_+%_final",
            "active_skill_damage_+%_final",
        },
        levels = {
            [1] = {25, 0, 0, 50, 15, 10, levelRequirement = 4, statInterpolation = {1, 1, 1},  cost = { }, },
            [2] = {25, 1, 0, 50, 15, 10, levelRequirement = 11, statInterpolation = {1, 1, 1},  cost = { }, },
            [3] = {25, 1, 0, 50, 15, 10, levelRequirement = 20, statInterpolation = {1, 1, 1},  cost = { }, },
            [4] = {25, 2, 5, 50, 15, 10, levelRequirement = 29, statInterpolation = {1, 1, 1},  cost = { }, },
            [5] = {25, 2, 5, 50, 15, 10, levelRequirement = 32, statInterpolation = {1, 1, 1},  cost = { }, },
            [6] = {25, 3, 5, 50, 15, 10, levelRequirement = 37, statInterpolation = {1, 1, 1},  cost = { }, },
            [7] = {25, 4, 10, 50, 15, 10, levelRequirement = 42, statInterpolation = {1, 1, 1},  cost = { }, },
            [8] = {25, 4, 10, 50, 15, 10, levelRequirement = 50, statInterpolation = {1, 1, 1},  cost = { }, },
            [9] = {35, 5, 10, 50, 15, 10, levelRequirement = 52, statInterpolation = {1, 1, 1},  cost = { }, },
            [10] = {35, 5, 10, 50, 15, 10, baseMultiplier = 1.4, levelRequirement = 54, statInterpolation = {1, 1, 1},  cost = { }, },
            [11] = {35, 5, 15, 50, 15, 10, baseMultiplier = 1.4, levelRequirement = 58, statInterpolation = {1, 1, 1},  cost = { }, },
            [12] = {35, 6, 15, 50, 15, 10, baseMultiplier = 1.4, levelRequirement = 67, statInterpolation = {1, 1, 1},  cost = { }, },
            [13] = {35, 6, 15, 50, 15, 10, baseMultiplier = 1.8, levelRequirement = 69, statInterpolation = {1, 1, 1},  cost = { }, },
            [14] = {35, 7, 20, 50, 15, 10, baseMultiplier = 1.8, levelRequirement = 71, statInterpolation = {1, 1, 1},  cost = { }, },
            [15] = {35, 8, 20, 50, 15, 10, baseMultiplier = 1.8, levelRequirement = 73, statInterpolation = {1, 1, 1},  cost = { }, },
            [16] = {35, 8, 20, 50, 15, 10, baseMultiplier = 1.8, levelRequirement = 75, statInterpolation = {1, 1, 1},  cost = { }, },
            [17] = {35, 9, 25, 50, 15, 10, baseMultiplier = 1.8, levelRequirement = 77, statInterpolation = {1, 1, 1},  cost = { }, },
            [18] = {35, 9, 25, 50, 15, 10, baseMultiplier = 1.8, levelRequirement = 79, statInterpolation = {1, 1, 1},  cost = { }, },
            [19] = {35, 10, 25, 50, 15, 10, baseMultiplier = 1.8, levelRequirement = 81, statInterpolation = {1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossCyclone"] = {
        name = "Cyclone",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "attack_speed_+%",
            "cyclone_movement_speed_+%_final",
            "active_skill_damage_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0, 0, 10, -50, levelRequirement = 4, statInterpolation = {1, 1},  cost = { }, },
            [2] = {0, 0, 10, -50, levelRequirement = 9, statInterpolation = {1, 1},  cost = { }, },
            [3] = {0, 0, 10, -50, levelRequirement = 13, statInterpolation = {1, 1},  cost = { }, },
            [4] = {0, 0, 10, -50, levelRequirement = 18, statInterpolation = {1, 1},  cost = { }, },
            [5] = {0, 0, 10, -50, levelRequirement = 24, statInterpolation = {1, 1},  cost = { }, },
            [6] = {2, 2, 10, -50, levelRequirement = 27, statInterpolation = {1, 1},  cost = { }, },
            [7] = {5, 4, 10, -50, levelRequirement = 30, statInterpolation = {1, 1},  cost = { }, },
            [8] = {7, 6, 10, -50, levelRequirement = 33, statInterpolation = {1, 1},  cost = { }, },
            [9] = {9, 8, 10, -50, levelRequirement = 35, statInterpolation = {1, 1},  cost = { }, },
            [10] = {12, 10, 10, -50, levelRequirement = 38, statInterpolation = {1, 1},  cost = { }, },
            [11] = {14, 12, 10, -50, levelRequirement = 40, statInterpolation = {1, 1},  cost = { }, },
            [12] = {16, 14, 10, -50, levelRequirement = 43, statInterpolation = {1, 1},  cost = { }, },
            [13] = {19, 16, 10, -50, levelRequirement = 46, statInterpolation = {1, 1},  cost = { }, },
            [14] = {21, 18, 10, -50, levelRequirement = 48, statInterpolation = {1, 1},  cost = { }, },
            [15] = {24, 20, 10, -50, levelRequirement = 50, statInterpolation = {1, 1},  cost = { }, },
            [16] = {26, 22, 10, -50, levelRequirement = 52, statInterpolation = {1, 1},  cost = { }, },
            [17] = {28, 24, 10, -50, levelRequirement = 54, statInterpolation = {1, 1},  cost = { }, },
            [18] = {31, 26, 10, -50, baseMultiplier = 1.2, levelRequirement = 56, statInterpolation = {1, 1},  cost = { }, },
            [19] = {33, 28, 10, -50, baseMultiplier = 1.2, levelRequirement = 58, statInterpolation = {1, 1},  cost = { }, },
            [20] = {35, 30, 10, -50, baseMultiplier = 1.2, levelRequirement = 60, statInterpolation = {1, 1},  cost = { }, },
            [21] = {38, 32, 10, -50, baseMultiplier = 1.2, levelRequirement = 62, statInterpolation = {1, 1},  cost = { }, },
            [22] = {40, 34, 10, -50, baseMultiplier = 1.2, levelRequirement = 64, statInterpolation = {1, 1},  cost = { }, },
            [23] = {42, 36, 10, -50, baseMultiplier = 1.2, levelRequirement = 66, statInterpolation = {1, 1},  cost = { }, },
            [24] = {44, 37, 10, -50, baseMultiplier = 1.2, levelRequirement = 67, statInterpolation = {1, 1},  cost = { }, },
            [25] = {45, 38, 10, -50, baseMultiplier = 1.2, levelRequirement = 68, statInterpolation = {1, 1},  cost = { }, },
            [26] = {46, 39, 10, -50, baseMultiplier = 1.4, levelRequirement = 69, statInterpolation = {1, 1},  cost = { }, },
            [27] = {47, 40, 10, -50, baseMultiplier = 1.4, levelRequirement = 70, statInterpolation = {1, 1},  cost = { }, },
            [28] = {48, 41, 10, -50, baseMultiplier = 1.4, levelRequirement = 71, statInterpolation = {1, 1},  cost = { }, },
            [29] = {49, 42, 10, -50, baseMultiplier = 1.4, levelRequirement = 72, statInterpolation = {1, 1},  cost = { }, },
            [30] = {51, 43, 10, -50, baseMultiplier = 1.4, levelRequirement = 73, statInterpolation = {1, 1},  cost = { }, },
            [31] = {52, 44, 10, -50, baseMultiplier = 1.4, levelRequirement = 74, statInterpolation = {1, 1},  cost = { }, },
            [32] = {53, 45, 10, -50, baseMultiplier = 1.4, levelRequirement = 75, statInterpolation = {1, 1},  cost = { }, },
            [33] = {54, 46, 10, -50, baseMultiplier = 1.4, levelRequirement = 76, statInterpolation = {1, 1},  cost = { }, },
            [34] = {55, 47, 10, -50, baseMultiplier = 1.4, levelRequirement = 77, statInterpolation = {1, 1},  cost = { }, },
            [35] = {56, 48, 10, -50, baseMultiplier = 1.4, levelRequirement = 78, statInterpolation = {1, 1},  cost = { }, },
            [36] = {58, 49, 10, -50, baseMultiplier = 1.4, levelRequirement = 79, statInterpolation = {1, 1},  cost = { }, },
            [37] = {59, 50, 10, -50, baseMultiplier = 1.4, levelRequirement = 80, statInterpolation = {1, 1},  cost = { }, },
            [38] = {60, 51, 10, -50, baseMultiplier = 1.4, levelRequirement = 81, statInterpolation = {1, 1},  cost = { }, },
            [39] = {61, 52, 10, -50, baseMultiplier = 1.4, levelRequirement = 82, statInterpolation = {1, 1},  cost = { }, },
            [40] = {64, 54, 10, -50, baseMultiplier = 1.4, levelRequirement = 84, statInterpolation = {1, 1},  cost = { }, },
            [41] = {66, 56, 10, -50, baseMultiplier = 1.4, levelRequirement = 86, statInterpolation = {1, 1},  cost = { }, },
            [42] = {68, 58, 10, -50, baseMultiplier = 1.4, levelRequirement = 88, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossIceCrash"] = {
        name = "Ice Crash",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Slam the ground, damaging enemies in an area around the impact in three stages of increasing size. Enemies take slightly less damage on the second and third stage, and can only be hit by one stage. Works with Swords, Maces, Sceptres, Axes, Staves and Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_attack_speed_+%_final",
            "ice_crash_second_hit_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "active_skill_base_secondary_area_of_effect_radius",
            "active_skill_base_tertiary_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {50, -25, -25, -20, 11, 21, 31, levelRequirement = 28, statInterpolation = {},  cost = { }, },
            [2] = {50, -25, -25, -20, 11, 21, 31, levelRequirement = 37, statInterpolation = {},  cost = { }, },
            [3] = {50, -25, -25, -20, 11, 21, 31, levelRequirement = 44, statInterpolation = {},  cost = { }, },
            [4] = {50, -25, -25, -20, 11, 21, 31, levelRequirement = 54, statInterpolation = {},  cost = { }, },
            [5] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.4, levelRequirement = 58, statInterpolation = {},  cost = { }, },
            [6] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.8, levelRequirement = 68, statInterpolation = {},  cost = { }, },
            [7] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.8, levelRequirement = 70, statInterpolation = {},  cost = { }, },
            [8] = {50, -25, -25, -20, 11, 21, 31, baseMultiplier = 1.8, levelRequirement = 82, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossEliteVaalGlacialHammer"] = {
        name = "Vaal Glacial Hammer",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Hits enemies, converting some of your physical damage to cold damage. It traps enemies with you in a circle of ice so that they can't escape. Requires a Mace, Sceptre or Staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Melee] = true,
            [SkillType.Duration] = true,
            [SkillType.Area] = true,
            [SkillType.Vaal] = true,
            [SkillType.Cold] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_cold",
            "base_chance_to_freeze_%",
            "active_skill_chill_duration_+%_final",
            "physical_damage_+%",
            "active_skill_damage_+%_final",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {50, 20, 35, 29, 50, 4000, 35, levelRequirement = 38, statInterpolation = {},  cost = { }, },
            [2] = {50, 20, 35, 29, 50, 4000, 35, baseMultiplier = 1.4, levelRequirement = 56, statInterpolation = {},  cost = { }, },
            [3] = {50, 20, 35, 29, 50, 4000, 35, baseMultiplier = 1.8, levelRequirement = 69, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorBossEliteDoubleStrike"] = {
        name = "Double Strike",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Performs two fast strikes with a melee weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "base_skill_number_of_additional_hits",
        },
        levels = {
            [1] = {6, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    이동 속도 30% 증가
    IdMonsterImplicitFastRun5
    FamilyMovementVelocity
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 30 Max: 30 Global
  • Craft Tagsspeed
    물리 피해의 50%를 화염 피해로 전환
    IdMonsterElementalSkeletonFire
    FamilyFireDamageAsPortionOfDamage
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    20%의 확률로 공격 피해를 막아냄
    피격을 막아낼 시 피해의 10%를 받음
    IdMonsterAttackBlock40Bypass15
    FamilyMonsterBlockAndBypass
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    명중 시 100%의 확률로 인내 충전 획득
    IdGladiatorBossEliteGetEnduranceChargeOnHit
    FamilyStance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • add endurance charge on skill hit % Min: 100 Max: 100 Global
  • Craft Tagsendurance_charge
    명중 시 100%의 확률로 인내 충전 획득
    monster share charges with pack [1]
    IdGladiatorBossEliteSharingEnduranceCharges
    FamilyStance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster share charges with pack Min: 1 Max: 1 Global
  • add endurance charge on skill hit % Min: 100 Max: 100 Global
  • Craft Tagsendurance_charge
    명중 시 50%의 확률로 격분 충전 획득
    IdGladiatorBossEliteGainFrenzyChargeOnHit
    FamilyStance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • add frenzy charge on skill hit % Min: 50 Max: 50 Global
  • Craft Tagsfrenzy_charge
    Edit

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