Хиллок
Нежить
Hillock
Spectre | N |
---|---|
Tags | flesh_armour, has_one_hand_mace, has_one_handed_melee, large_height, large_model, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie |
Здоровье
188%
Ailment Threshold
188%
Сопротивление
0 0 0 0
Damage
125%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 10
Attack Time
1.65 Second
Damage Spread
±30%
Опыт
125%
Model Size
130%
Type
ZombieBoss
Metadata
ZombieBossHillock
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
12,095
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
467
Урон от чар
467
Точность
290
Attack Time
1.65
Опыт
12,819
Ailment Threshold
12,095
Chill
38
Shock
38
Brittle
216
Scorch
38
Sap
106
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 327–607
Шанс критического удара: 5%
Attack Time: 1.65 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ZombieBossExtract
ZombieBossLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Наскок
Base Damage: 327–607
Шанс критического удара: 5%
Attack Time: 1.65 сек.
Перезарядка: 7 сек.
Герой прыгает высоко вверх и приземляется в указанное место, наносит урон врагам своим оружием и отталкивает их. Враги, на которых приземлится герой, будут отброшены. Умение требует топор, булаву, скипетр, меч или посох.
Наносит на 28% больше урона
Скорость атаки на 25% меньше
Базовый радиус равен 1.5 м
cast time overrides attack duration [1]
is area damage [1]
leap slam spawn X zombies on impact [10]
Скорость атаки на 25% меньше
Базовый радиус равен 1.5 м
cast time overrides attack duration [1]
is area damage [1]
leap slam spawn X zombies on impact [10]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Mace" slow_animations_go_to_idle = false } Transitionable {} StateMachine { define_shared_state = "aggro;" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { create_transitioned = " HideMeshSegment( ZombieBoss_mesh|Sword|SwordShape ); AddAttached( Metadata/Items/Weapons/OneHandWeapons/OneHandSwords/OneHandSwordZombieHeld.ao, R_Weapon ); " on_transition = " HideMeshSegment( ZombieBoss_mesh|Sword|SwordShape ); AddAttached( Metadata/Items/Weapons/OneHandWeapons/OneHandSwords/OneHandSwordZombieHeld.ao, R_Weapon ); " } Life { on_death = " FadeOutMusic( 500 ); PlayGlobalAudio( Audio/Music/Act1_Hillock/Act1_HillockResolve.ogg ); " } StateMachine { on_state_aggro_1 = "PlayEffect( Metadata/Monsters/ZombieBoss/ZombieBossAggro.ao );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/ZombieBoss/ZombieBossHillock"] = { name = "Hillock", life = 1.88, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.25, damageSpread = 0.3, attackTime = 1.65, attackRange = 10, accuracy = 1, skillList = { "Melee", "ZombieBossExtract", "ZombieBossLeapSlam", }, 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["ZombieBossExtract"] = { name = "ZombieBossExtract", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, [2] = {levelRequirement = 38, statInterpolation = {}, cost = { }, }, [3] = {levelRequirement = 54, statInterpolation = {}, cost = { }, }, [4] = {levelRequirement = 68, statInterpolation = {}, cost = { }, }, [5] = {levelRequirement = 71, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ZombieBossLeapSlam"] = { 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.", 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.5, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "leap_slam_spawn_X_zombies_on_impact", "active_skill_attack_speed_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {50, 4, -25, 15, levelRequirement = 3, statInterpolation = {1, 1}, cost = { }, }, [2] = {49, 4, -25, 15, levelRequirement = 5, statInterpolation = {1, 1}, cost = { }, }, [3] = {48, 4, -25, 15, levelRequirement = 8, statInterpolation = {1, 1}, cost = { }, }, [4] = {47, 4, -25, 15, levelRequirement = 10, statInterpolation = {1, 1}, cost = { }, }, [5] = {46, 4, -25, 15, levelRequirement = 12, statInterpolation = {1, 1}, cost = { }, }, [6] = {46, 4, -25, 15, levelRequirement = 14, statInterpolation = {1, 1}, cost = { }, }, [7] = {45, 4, -25, 15, levelRequirement = 17, statInterpolation = {1, 1}, cost = { }, }, [8] = {44, 4, -25, 15, levelRequirement = 20, statInterpolation = {1, 1}, cost = { }, }, [9] = {42, 4, -25, 15, levelRequirement = 24, statInterpolation = {1, 1}, cost = { }, }, [10] = {40, 4, -25, 15, levelRequirement = 30, statInterpolation = {1, 1}, cost = { }, }, [11] = {40, 4, -25, 15, levelRequirement = 31, statInterpolation = {1, 1}, cost = { }, }, [12] = {39, 4, -25, 15, levelRequirement = 36, statInterpolation = {1, 1}, cost = { }, }, [13] = {37, 4, -25, 15, levelRequirement = 42, statInterpolation = {1, 1}, cost = { }, }, [14] = {35, 4, -25, 15, levelRequirement = 46, statInterpolation = {1, 1}, cost = { }, }, [15] = {34, 4, -25, 15, levelRequirement = 50, statInterpolation = {1, 1}, cost = { }, }, [16] = {33, 4, -25, 15, levelRequirement = 54, statInterpolation = {1, 1}, cost = { }, }, [17] = {31, 6, -25, 15, levelRequirement = 58, statInterpolation = {1, 1}, cost = { }, }, [18] = {30, 6, -25, 15, levelRequirement = 61, statInterpolation = {1, 1}, cost = { }, }, [19] = {29, 6, -25, 15, levelRequirement = 65, statInterpolation = {1, 1}, cost = { }, }, [20] = {29, 6, -25, 15, levelRequirement = 66, statInterpolation = {1, 1}, cost = { }, }, [21] = {28, 6, -25, 15, levelRequirement = 67, statInterpolation = {1, 1}, cost = { }, }, [22] = {28, 10, -25, 15, levelRequirement = 68, statInterpolation = {1, 1}, cost = { }, }, [23] = {28, 10, -25, 15, levelRequirement = 69, statInterpolation = {1, 1}, cost = { }, }, [24] = {28, 10, -25, 15, levelRequirement = 70, statInterpolation = {1, 1}, cost = { }, }, [25] = {28, 10, -25, 15, levelRequirement = 71, statInterpolation = {1, 1}, cost = { }, }, [26] = {28, 10, -25, 15, levelRequirement = 72, statInterpolation = {1, 1}, cost = { }, }, [27] = {28, 10, -25, 15, levelRequirement = 73, statInterpolation = {1, 1}, cost = { }, }, [28] = {28, 10, -25, 15, levelRequirement = 74, statInterpolation = {1, 1}, cost = { }, }, [29] = {28, 10, -25, 15, levelRequirement = 75, statInterpolation = {1, 1}, cost = { }, }, [30] = {28, 10, -25, 15, levelRequirement = 76, statInterpolation = {1, 1}, cost = { }, }, [31] = {28, 10, -25, 15, levelRequirement = 77, statInterpolation = {1, 1}, cost = { }, }, [32] = {28, 10, -25, 15, levelRequirement = 78, statInterpolation = {1, 1}, cost = { }, }, [33] = {28, 10, -25, 15, levelRequirement = 79, statInterpolation = {1, 1}, cost = { }, }, [34] = {28, 10, -25, 15, levelRequirement = 80, statInterpolation = {1, 1}, cost = { }, }, [35] = {28, 10, -25, 15, levelRequirement = 81, statInterpolation = {1, 1}, cost = { }, }, [36] = {28, 10, -25, 15, levelRequirement = 82, statInterpolation = {1, 1}, cost = { }, }, }, }
Hillock
Нежить
Spectre | N |
---|---|
Tags | flesh_armour, has_one_hand_mace, has_one_handed_melee, large_height, large_model, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie |
Здоровье
188%
Ailment Threshold
188%
Сопротивление
0 0 0 0
Damage
125%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 10
Attack Time
1.65 Second
Damage Spread
±30%
Опыт
125%
Model Size
130%
Type
ZombieBoss
Metadata
ZombieBossHillockGauntlet
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
12,095
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
467
Урон от чар
467
Точность
290
Attack Time
1.65
Опыт
12,819
Ailment Threshold
12,095
Chill
38
Shock
38
Brittle
216
Scorch
38
Sap
106
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 327–607
Шанс критического удара: 5%
Attack Time: 1.65 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ZombieBossExtract
ZombieBossLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Наскок
Base Damage: 327–607
Шанс критического удара: 5%
Attack Time: 1.65 сек.
Перезарядка: 7 сек.
Герой прыгает высоко вверх и приземляется в указанное место, наносит урон врагам своим оружием и отталкивает их. Враги, на которых приземлится герой, будут отброшены. Умение требует топор, булаву, скипетр, меч или посох.
Наносит на 28% больше урона
Скорость атаки на 25% меньше
Базовый радиус равен 1.5 м
cast time overrides attack duration [1]
is area damage [1]
leap slam spawn X zombies on impact [10]
Скорость атаки на 25% меньше
Базовый радиус равен 1.5 м
cast time overrides attack duration [1]
is area damage [1]
leap slam spawn X zombies on impact [10]
Object Type
Object Type Codes
-- src\Data\Spectres.lua minions["Metadata/Monsters/ZombieBoss/ZombieBossHillockGauntlet"] = { name = "Hillock", life = 1.88, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.25, damageSpread = 0.3, attackTime = 1.65, attackRange = 10, accuracy = 1, skillList = { "Melee", "ZombieBossExtract", "ZombieBossLeapSlam", }, 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["ZombieBossExtract"] = { name = "ZombieBossExtract", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, [2] = {levelRequirement = 38, statInterpolation = {}, cost = { }, }, [3] = {levelRequirement = 54, statInterpolation = {}, cost = { }, }, [4] = {levelRequirement = 68, statInterpolation = {}, cost = { }, }, [5] = {levelRequirement = 71, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ZombieBossLeapSlam"] = { 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.", 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.5, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "leap_slam_spawn_X_zombies_on_impact", "active_skill_attack_speed_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {50, 4, -25, 15, levelRequirement = 3, statInterpolation = {1, 1}, cost = { }, }, [2] = {49, 4, -25, 15, levelRequirement = 5, statInterpolation = {1, 1}, cost = { }, }, [3] = {48, 4, -25, 15, levelRequirement = 8, statInterpolation = {1, 1}, cost = { }, }, [4] = {47, 4, -25, 15, levelRequirement = 10, statInterpolation = {1, 1}, cost = { }, }, [5] = {46, 4, -25, 15, levelRequirement = 12, statInterpolation = {1, 1}, cost = { }, }, [6] = {46, 4, -25, 15, levelRequirement = 14, statInterpolation = {1, 1}, cost = { }, }, [7] = {45, 4, -25, 15, levelRequirement = 17, statInterpolation = {1, 1}, cost = { }, }, [8] = {44, 4, -25, 15, levelRequirement = 20, statInterpolation = {1, 1}, cost = { }, }, [9] = {42, 4, -25, 15, levelRequirement = 24, statInterpolation = {1, 1}, cost = { }, }, [10] = {40, 4, -25, 15, levelRequirement = 30, statInterpolation = {1, 1}, cost = { }, }, [11] = {40, 4, -25, 15, levelRequirement = 31, statInterpolation = {1, 1}, cost = { }, }, [12] = {39, 4, -25, 15, levelRequirement = 36, statInterpolation = {1, 1}, cost = { }, }, [13] = {37, 4, -25, 15, levelRequirement = 42, statInterpolation = {1, 1}, cost = { }, }, [14] = {35, 4, -25, 15, levelRequirement = 46, statInterpolation = {1, 1}, cost = { }, }, [15] = {34, 4, -25, 15, levelRequirement = 50, statInterpolation = {1, 1}, cost = { }, }, [16] = {33, 4, -25, 15, levelRequirement = 54, statInterpolation = {1, 1}, cost = { }, }, [17] = {31, 6, -25, 15, levelRequirement = 58, statInterpolation = {1, 1}, cost = { }, }, [18] = {30, 6, -25, 15, levelRequirement = 61, statInterpolation = {1, 1}, cost = { }, }, [19] = {29, 6, -25, 15, levelRequirement = 65, statInterpolation = {1, 1}, cost = { }, }, [20] = {29, 6, -25, 15, levelRequirement = 66, statInterpolation = {1, 1}, cost = { }, }, [21] = {28, 6, -25, 15, levelRequirement = 67, statInterpolation = {1, 1}, cost = { }, }, [22] = {28, 10, -25, 15, levelRequirement = 68, statInterpolation = {1, 1}, cost = { }, }, [23] = {28, 10, -25, 15, levelRequirement = 69, statInterpolation = {1, 1}, cost = { }, }, [24] = {28, 10, -25, 15, levelRequirement = 70, statInterpolation = {1, 1}, cost = { }, }, [25] = {28, 10, -25, 15, levelRequirement = 71, statInterpolation = {1, 1}, cost = { }, }, [26] = {28, 10, -25, 15, levelRequirement = 72, statInterpolation = {1, 1}, cost = { }, }, [27] = {28, 10, -25, 15, levelRequirement = 73, statInterpolation = {1, 1}, cost = { }, }, [28] = {28, 10, -25, 15, levelRequirement = 74, statInterpolation = {1, 1}, cost = { }, }, [29] = {28, 10, -25, 15, levelRequirement = 75, statInterpolation = {1, 1}, cost = { }, }, [30] = {28, 10, -25, 15, levelRequirement = 76, statInterpolation = {1, 1}, cost = { }, }, [31] = {28, 10, -25, 15, levelRequirement = 77, statInterpolation = {1, 1}, cost = { }, }, [32] = {28, 10, -25, 15, levelRequirement = 78, statInterpolation = {1, 1}, cost = { }, }, [33] = {28, 10, -25, 15, levelRequirement = 79, statInterpolation = {1, 1}, cost = { }, }, [34] = {28, 10, -25, 15, levelRequirement = 80, statInterpolation = {1, 1}, cost = { }, }, [35] = {28, 10, -25, 15, levelRequirement = 81, statInterpolation = {1, 1}, cost = { }, }, [36] = {28, 10, -25, 15, levelRequirement = 82, statInterpolation = {1, 1}, cost = { }, }, }, }
Хиллок
Нежить
Hillock
Spectre | N |
---|---|
Tags | flesh_armour, has_one_hand_mace, has_one_handed_melee, large_height, large_model, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie |
Здоровье
4688%
Ailment Threshold
4688%
Сопротивление
0 0 0 0
Damage
563%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 10
Attack Time
1.65 Second
Damage Spread
±30%
Опыт
125%
Model Size
130%
Type
ZombieBossSpecialEvent
Metadata
ZombieBossHillockSpecialEvent_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
301,595
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
2,103
Урон от чар
2,103
Точность
290
Attack Time
1.65
Опыт
12,819
Ailment Threshold
301,595
Chill
954
Shock
954
Brittle
5,395
Scorch
954
Sap
2,635
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 1472–2734
Шанс критического удара: 5%
Attack Time: 1.65 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ZombieBossExtract
ZombieBossLeapSlamSpecialHillock
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Наскок
Base Damage: 1472–2734
Шанс критического удара: 5%
Attack Time: 1.65 сек.
Перезарядка: 12 сек.
Герой прыгает высоко вверх и приземляется в указанное место, наносит урон врагам своим оружием и отталкивает их. Враги, на которых приземлится герой, будут отброшены. Умение требует топор, булаву, скипетр, меч или посох.
Наносит на 50% больше урона
Скорость атаки на 25% меньше
Базовый радиус равен 1.5 м
cast time overrides attack duration [1]
is area damage [1]
Скорость атаки на 25% меньше
Базовый радиус равен 1.5 м
cast time overrides attack duration [1]
is area damage [1]
HillockSpecialZombieSummon
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Время применения: 1 сек.
alternate minion [329]
number of monsters to summon [6]
summon specific monsters radius +% [50]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [6]
summon specific monsters radius +% [50]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Mace" } Transitionable { } Stats { set_monster_has_oni_goroshi = 1 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "HideMeshSegment( ZombieBoss_mesh|Sword|SwordShape );" } Transitionable { create_transitioned = " AddAttached( Metadata/Items/Weapons/OneHandWeapons/OneHandSwords/uniques/TheGoddessUnleashed.ao, R_Weapon ); AddEffectPack( Metadata/Effects/Microtransactions/Weapon_effects/uniques/TheGoddessUnleashed/bossbuff.epk ); " //Show the Oni-Goroshi sword segments create_untransitioned = "ShowMeshSegments( baseShape, doublesidedShape );" on_transition = " AddAttached( Metadata/Items/Weapons/OneHandWeapons/OneHandSwords/uniques/TheGoddessUnleashed.ao, R_Weapon ); AddEffectPack( Metadata/Effects/Microtransactions/Weapon_effects/uniques/TheGoddessUnleashed/bossbuff.epk ); HideMeshSegments( baseShape, doublesidedShape ); " on_untransition = "DetachAllOfType( Metadata/Items/Weapons/OneHandWeapons/OneHandSwords/uniques/TheGoddessUnleashed.ao );" } Life { on_death = " FadeOutMusic( 500 ); PlayGlobalAudio( Audio/Music/Act1_Hillock/Act1_HillockResolve.ogg ); RemoveEffectPack( Metadata/Effects/Microtransactions/Weapon_effects/uniques/TheGoddessUnleashed/bossbuff.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/ZombieBoss/ZombieBossHillockSpecialEvent_"] = { name = "Hillock", life = 46.88, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 5.63, damageSpread = 0.3, attackTime = 1.65, attackRange = 10, accuracy = 1, skillList = { "Melee", "ZombieBossExtract", "ZombieBossLeapSlamSpecialHillock", "HillockSpecialZombieSummon", }, 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["ZombieBossExtract"] = { name = "ZombieBossExtract", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, [2] = {levelRequirement = 38, statInterpolation = {}, cost = { }, }, [3] = {levelRequirement = 54, statInterpolation = {}, cost = { }, }, [4] = {levelRequirement = 68, statInterpolation = {}, cost = { }, }, [5] = {levelRequirement = 71, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ZombieBossLeapSlamSpecialHillock"] = { 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.", 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.5, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_attack_speed_+%_final", "active_skill_damage_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {-25, 50, 15, levelRequirement = 10, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["HillockSpecialZombieSummon"] = { name = "HillockSpecialZombieSummon", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {6, 329, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Hillock
Нежить
Spectre | N |
---|---|
Tags | flesh_armour, has_one_hand_mace, has_one_handed_melee, large_height, large_model, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie |
Здоровье
4688%
Ailment Threshold
4688%
Сопротивление
0 0 0 0
Damage
563%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 10
Attack Time
1.65 Second
Damage Spread
±30%
Опыт
125%
Model Size
130%
Type
ZombieBossSpecialEvent
Metadata
ZombieBossHillockSpecialEventGauntlet
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
301,595
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
2,103
Урон от чар
2,103
Точность
290
Attack Time
1.65
Опыт
12,819
Ailment Threshold
301,595
Chill
954
Shock
954
Brittle
5,395
Scorch
954
Sap
2,635
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 1472–2734
Шанс критического удара: 5%
Attack Time: 1.65 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ZombieBossExtract
ZombieBossLeapSlamSpecialHillock
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Наскок
Base Damage: 1472–2734
Шанс критического удара: 5%
Attack Time: 1.65 сек.
Перезарядка: 12 сек.
Герой прыгает высоко вверх и приземляется в указанное место, наносит урон врагам своим оружием и отталкивает их. Враги, на которых приземлится герой, будут отброшены. Умение требует топор, булаву, скипетр, меч или посох.
Наносит на 50% больше урона
Скорость атаки на 25% меньше
Базовый радиус равен 1.5 м
cast time overrides attack duration [1]
is area damage [1]
Скорость атаки на 25% меньше
Базовый радиус равен 1.5 м
cast time overrides attack duration [1]
is area damage [1]
HillockSpecialZombieSummon
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Время применения: 1 сек.
alternate minion [329]
number of monsters to summon [6]
summon specific monsters radius +% [50]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
number of monsters to summon [6]
summon specific monsters radius +% [50]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
Object Type
Object Type Codes
-- src\Data\Spectres.lua minions["Metadata/Monsters/ZombieBoss/ZombieBossHillockSpecialEventGauntlet"] = { name = "Hillock", life = 46.88, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 5.63, damageSpread = 0.3, attackTime = 1.65, attackRange = 10, accuracy = 1, skillList = { "Melee", "ZombieBossExtract", "ZombieBossLeapSlamSpecialHillock", "HillockSpecialZombieSummon", }, 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["ZombieBossExtract"] = { name = "ZombieBossExtract", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, [2] = {levelRequirement = 38, statInterpolation = {}, cost = { }, }, [3] = {levelRequirement = 54, statInterpolation = {}, cost = { }, }, [4] = {levelRequirement = 68, statInterpolation = {}, cost = { }, }, [5] = {levelRequirement = 71, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ZombieBossLeapSlamSpecialHillock"] = { 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.", 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.5, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_attack_speed_+%_final", "active_skill_damage_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {-25, 50, 15, levelRequirement = 10, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["HillockSpecialZombieSummon"] = { name = "HillockSpecialZombieSummon", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "alternate_minion", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "summoned_monsters_no_drops_or_experience", }, levels = { [1] = {6, 329, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Хиллок
Нежить
Область: Сумрачное взморье
Hillock
Spectre | N |
---|---|
Area | Сумрачное взморье |
Tags | flesh_armour, has_one_hand_mace, has_one_handed_melee, large_height, large_model, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie |
Здоровье
180%
Ailment Threshold
180%
Сопротивление
0 0 0 0
Damage
101%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 10
Attack Time
1.65 Second
Damage Spread
±30%
Опыт
150%
Model Size
130%
Type
ZombieBossNormal
Metadata
ZombieBossHillockNormal
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
11,580
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
377
Урон от чар
377
Точность
290
Attack Time
1.65
Опыт
15,383
Ailment Threshold
11,580
Chill
37
Shock
37
Brittle
207
Scorch
37
Sap
101
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 264–490
Шанс критического удара: 5%
Attack Time: 1.65 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ZombieBossExtract
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Mace" slow_animations_go_to_idle = false } Transitionable {} StateMachine { define_shared_state = "aggro;" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { create_transitioned = " HideMeshSegment( ZombieBoss_mesh|Sword|SwordShape ); AddAttached( Metadata/Items/Weapons/OneHandWeapons/OneHandSwords/OneHandSwordZombieHeld.ao, R_Weapon ); " on_transition = " HideMeshSegment( ZombieBoss_mesh|Sword|SwordShape ); AddAttached( Metadata/Items/Weapons/OneHandWeapons/OneHandSwords/OneHandSwordZombieHeld.ao, R_Weapon ); " } Life { on_death = " FadeOutMusic( 500 ); PlayGlobalAudio( Audio/Music/Act1_Hillock/Act1_HillockResolve.ogg ); " } StateMachine { on_state_aggro_1 = "PlayEffect( Metadata/Monsters/ZombieBoss/ZombieBossAggro.ao );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/ZombieBoss/ZombieBossHillockNormal"] = { name = "Hillock", life = 1.8, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.01, damageSpread = 0.3, attackTime = 1.65, attackRange = 10, accuracy = 1, skillList = { "Melee", "ZombieBossExtract", }, 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["ZombieBossExtract"] = { name = "ZombieBossExtract", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, [2] = {levelRequirement = 38, statInterpolation = {}, cost = { }, }, [3] = {levelRequirement = 54, statInterpolation = {}, cost = { }, }, [4] = {levelRequirement = 68, statInterpolation = {}, cost = { }, }, [5] = {levelRequirement = 71, statInterpolation = {}, cost = { }, }, }, }
Хиллок
Нежить
Монстры дают повышенный на 100% опыт
15000% увеличение редкости выпадающих предметов
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
15000% увеличение редкости выпадающих предметов
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Hillock
Spectre | N |
---|---|
Tags | flesh_armour, has_one_hand_sword, has_one_handed_melee, large_height, large_model, melee, physical_affinity, red_blood, slow_movement, undead, unique_map_boss, zombie |
Здоровье
400%
Ailment Threshold
400%
Сопротивление
40 40 40 25
Damage
125%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 10
Attack Time
1.65 Second
Damage Spread
±20%
Опыт
200%
Model Size
130%
Type
ZombieBossMapBoss
Metadata
MapZombieBossHillockPantheon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
557,385
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
532
Урон от чар
794
Точность
290
Attack Time
1.1055
Опыт
112,805
Ailment Threshold
351,153
Chill
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 845–1267
Шанс критического удара: 5%
Attack Time: 1.65 сек.
Герой наносит обычный удар.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
ZombieBossExtract
ZombieBossLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Наскок
Base Damage: 845–1267
Шанс критического удара: 5%
Attack Time: 1.65 сек.
Перезарядка: 7 сек.
Герой прыгает высоко вверх и приземляется в указанное место, наносит урон врагам своим оружием и отталкивает их. Враги, на которых приземлится герой, будут отброшены. Умение требует топор, булаву, скипетр, меч или посох.
Наносит на 28% больше урона
Скорость атаки на 25% меньше
Базовый радиус равен 1.5 м
cast time overrides attack duration [1]
is area damage [1]
leap slam spawn X zombies on impact [10]
Скорость атаки на 25% меньше
Базовый радиус равен 1.5 м
cast time overrides attack duration [1]
is area damage [1]
leap slam spawn X zombies on impact [10]
ZombieBossHeavyStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee
Тяжёлый удар
Base Damage: 845–1267
Шанс критического удара: 5%
Attack Time: 1.65 сек.
Герой сильно бьёт врагов. Умение требует булаву, скипетр, топор, меч или посох.
Отбрасывает врагов при нанесении удара
Наносит на 50% больше урона
Эта атака повторяется 3 дополнительных раза
30% снижение порога оглушения врагов
Скорость атаки ближнего боя на 40% больше
Наносит на 50% больше урона
Эта атака повторяется 3 дополнительных раза
30% снижение порога оглушения врагов
Скорость атаки ближнего боя на 40% больше
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { create_transitioned = "AddAttachedObjectToBones( Art/Models/ITEMS/Weapons/OneHandWeapons/OneHandSwords/OneHandSwordZombie.fmt, R_Weapon ); HideMeshSegment("ZombieBoss_mesh|Sword|SwordShape");" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/ZombieBoss/MapZombieBossHillockPantheon"] = { name = "Hillock", life = 4, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.25, damageSpread = 0.2, attackTime = 1.65, attackRange = 10, accuracy = 1, skillList = { "Melee", "ZombieBossHeavyStrike", "ZombieBossExtract", "ZombieBossLeapSlam", }, 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["ZombieBossHeavyStrike"] = { name = "Heavy Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attacks enemies with a forceful blow. Requires a Mace, Sceptre, Axe, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_stun_threshold_reduction_+%", "base_melee_attack_repeat_count", "support_multiple_attacks_melee_attack_speed_+%_final", "active_skill_damage_+%_final", "global_knockback", }, levels = { [1] = {30, 3, 40, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ZombieBossExtract"] = { name = "ZombieBossExtract", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, [2] = {levelRequirement = 38, statInterpolation = {}, cost = { }, }, [3] = {levelRequirement = 54, statInterpolation = {}, cost = { }, }, [4] = {levelRequirement = 68, statInterpolation = {}, cost = { }, }, [5] = {levelRequirement = 71, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ZombieBossLeapSlam"] = { 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.", 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.5, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "leap_slam_spawn_X_zombies_on_impact", "active_skill_attack_speed_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {50, 4, -25, 15, levelRequirement = 3, statInterpolation = {1, 1}, cost = { }, }, [2] = {49, 4, -25, 15, levelRequirement = 5, statInterpolation = {1, 1}, cost = { }, }, [3] = {48, 4, -25, 15, levelRequirement = 8, statInterpolation = {1, 1}, cost = { }, }, [4] = {47, 4, -25, 15, levelRequirement = 10, statInterpolation = {1, 1}, cost = { }, }, [5] = {46, 4, -25, 15, levelRequirement = 12, statInterpolation = {1, 1}, cost = { }, }, [6] = {46, 4, -25, 15, levelRequirement = 14, statInterpolation = {1, 1}, cost = { }, }, [7] = {45, 4, -25, 15, levelRequirement = 17, statInterpolation = {1, 1}, cost = { }, }, [8] = {44, 4, -25, 15, levelRequirement = 20, statInterpolation = {1, 1}, cost = { }, }, [9] = {42, 4, -25, 15, levelRequirement = 24, statInterpolation = {1, 1}, cost = { }, }, [10] = {40, 4, -25, 15, levelRequirement = 30, statInterpolation = {1, 1}, cost = { }, }, [11] = {40, 4, -25, 15, levelRequirement = 31, statInterpolation = {1, 1}, cost = { }, }, [12] = {39, 4, -25, 15, levelRequirement = 36, statInterpolation = {1, 1}, cost = { }, }, [13] = {37, 4, -25, 15, levelRequirement = 42, statInterpolation = {1, 1}, cost = { }, }, [14] = {35, 4, -25, 15, levelRequirement = 46, statInterpolation = {1, 1}, cost = { }, }, [15] = {34, 4, -25, 15, levelRequirement = 50, statInterpolation = {1, 1}, cost = { }, }, [16] = {33, 4, -25, 15, levelRequirement = 54, statInterpolation = {1, 1}, cost = { }, }, [17] = {31, 6, -25, 15, levelRequirement = 58, statInterpolation = {1, 1}, cost = { }, }, [18] = {30, 6, -25, 15, levelRequirement = 61, statInterpolation = {1, 1}, cost = { }, }, [19] = {29, 6, -25, 15, levelRequirement = 65, statInterpolation = {1, 1}, cost = { }, }, [20] = {29, 6, -25, 15, levelRequirement = 66, statInterpolation = {1, 1}, cost = { }, }, [21] = {28, 6, -25, 15, levelRequirement = 67, statInterpolation = {1, 1}, cost = { }, }, [22] = {28, 10, -25, 15, levelRequirement = 68, statInterpolation = {1, 1}, cost = { }, }, [23] = {28, 10, -25, 15, levelRequirement = 69, statInterpolation = {1, 1}, cost = { }, }, [24] = {28, 10, -25, 15, levelRequirement = 70, statInterpolation = {1, 1}, cost = { }, }, [25] = {28, 10, -25, 15, levelRequirement = 71, statInterpolation = {1, 1}, cost = { }, }, [26] = {28, 10, -25, 15, levelRequirement = 72, statInterpolation = {1, 1}, cost = { }, }, [27] = {28, 10, -25, 15, levelRequirement = 73, statInterpolation = {1, 1}, cost = { }, }, [28] = {28, 10, -25, 15, levelRequirement = 74, statInterpolation = {1, 1}, cost = { }, }, [29] = {28, 10, -25, 15, levelRequirement = 75, statInterpolation = {1, 1}, cost = { }, }, [30] = {28, 10, -25, 15, levelRequirement = 76, statInterpolation = {1, 1}, cost = { }, }, [31] = {28, 10, -25, 15, levelRequirement = 77, statInterpolation = {1, 1}, cost = { }, }, [32] = {28, 10, -25, 15, levelRequirement = 78, statInterpolation = {1, 1}, cost = { }, }, [33] = {28, 10, -25, 15, levelRequirement = 79, statInterpolation = {1, 1}, cost = { }, }, [34] = {28, 10, -25, 15, levelRequirement = 80, statInterpolation = {1, 1}, cost = { }, }, [35] = {28, 10, -25, 15, levelRequirement = 81, statInterpolation = {1, 1}, cost = { }, }, [36] = {28, 10, -25, 15, levelRequirement = 82, statInterpolation = {1, 1}, cost = { }, }, }, }
Монстры дают повышенный на 100% опыт
15000% увеличение редкости выпадающих предметов
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Id | Nothing |
---|---|
Family | Nothing |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |