Авто-патрульный
Механизм
Auto-Enforcer
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueHeist/Robot/RobotAutomatonEliteSpectre |
Tags | Чародейский, cold_affinity, construct, humanoid, is_unarmed, medium_movement, metal_armour, no_pantheon_mod, not_dex, ranged |
Здоровье
750%
Energy Shield From Life
50%
Броня
+100%
Ailment Threshold
750%
Сопротивление
75 0 0 0
Damage
143%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Опыт
150%
Model Size
116%
Type
HeistRobotAutomatonElite
Metadata
RobotAutomatonElite
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
48,250
Броня
57,580
Уклонение
4,739
Энергетический щит
3,064
Damage
534
Урон от чар
534
Точность
290
Attack Time
1.17
Опыт
15,383
Ailment Threshold
48,250
Chill
153
Shock
153
Brittle
863
Scorch
153
Sap
422
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).
DoLiterallyNothing
WalkEmergeHeistRobotElevator
walk emerge distance [1]
MPSHeistRobotAutomatonBasicProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Время применения: 1.166 сек.
Наносит от 620.7 до 931 урона от холода
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [164]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [164]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
EASHeistRobotAutomatonTripleShot
Spell
Время применения: 2.5 сек.
Перезарядка: 12 сек.
spell maximum action distance +% [-50]
GPSHeistRobotAutomatonBomb
Spell, Triggerable
Время применения: 3.333 сек.
Перезарядка: 15 сек.
Наносит от 883.8 до 1326 урона от холода
base is projectile [1]
number of projectiles override [1]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
base is projectile [1]
number of projectiles override [1]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
GSHeistRobotAutomatonBombBlast
Spell, Triggerable
Шанс критического удара: 5%
Время применения: 1 сек.
Наносит от 4124 до 6187 урона от холода
is area damage [1]
is area damage [1]
GSHeistRobotAutomatonSnap
Spell, Triggerable
Шанс критического удара: 5%
Время применения: 2 сек.
Перезарядка: 6 сек.
Наносит от 1284 до 1926 урона от холода
is area damage [1]
is area damage [1]
ChangeToStance1Heist
skill cannot be interrupted [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueHeist/HeistMonsterBase" extends "Metadata/Monsters/LeagueHeist/HeistEliteBase" extends "Metadata/Monsters/LeagueHeist/HeistFactionBaseRobot" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueHeist/HeistMonsterBase" extends "Metadata/Monsters/LeagueHeist/HeistEliteBase" extends "Metadata/Monsters/LeagueHeist/HeistFactionBaseRobot"
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueHeist/Robot/RobotAutomatonElite"] = { name = "Auto-Enforcer", life = 7.5, energyShield = 0.5, fireResist = 75, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.43, damageSpread = 0.2, attackTime = 1.17, attackRange = 10, accuracy = 1, skillList = { "GPSHeistRobotAutomatonBomb", "MPSHeistRobotAutomatonBasicProjectile", "GSHeistRobotAutomatonBombBlast", "GSHeistRobotAutomatonSnap", "EASHeistRobotAutomatonTripleShot", "WalkEmergeHeistRobotElevator", "DoLiterallyNothing", "ChangeToStance1Heist", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GPSHeistRobotAutomatonBomb"] = { name = "GPSHeistRobotAutomatonBomb", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3.333, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "spell_maximum_action_distance_+%", "number_of_projectiles_override", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -40, 1, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPSHeistRobotAutomatonBasicProjectile"] = { name = "MPSHeistRobotAutomatonBasicProjectile", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.166, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", "maintain_projectile_direction_when_using_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 164, -50, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSHeistRobotAutomatonBombBlast"] = { name = "GSHeistRobotAutomatonBombBlast", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSHeistRobotAutomatonSnap"] = { name = "GSHeistRobotAutomatonSnap", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EASHeistRobotAutomatonTripleShot"] = { name = "EASHeistRobotAutomatonTripleShot", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_maximum_action_distance_+%", }, levels = { [1] = {-50, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeHeistRobotElevator"] = { name = "WalkEmergeHeistRobotElevator", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.3, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {1, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DoLiterallyNothing"] = { name = "DoLiterallyNothing", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ChangeToStance1Heist"] = { name = "ChangeToStance1Heist", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_interrupted", "skill_cannot_be_stunned", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Авто-патрульный
Механизм
Auto-Enforcer
Spectre | Y |
---|---|
Tags | Чародейский, cold_affinity, construct, humanoid, is_unarmed, medium_movement, metal_armour, no_pantheon_mod, not_dex, ranged |
Packs |
Здоровье
360%
Energy Shield From Life
50%
Броня
+100%
Ailment Threshold
360%
Сопротивление
75 0 0 0
Damage
143%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Опыт
150%
Model Size
116%
Type
HeistRobotAutomatonEliteSpectre
Metadata
RobotAutomatonEliteSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
23,160
Броня
57,580
Уклонение
4,739
Энергетический щит
3,064
Damage
534
Урон от чар
534
Точность
290
Attack Time
1.17
Опыт
15,383
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
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).
DoLiterallyNothing
WalkEmergeHeistRobotElevator
walk emerge distance [1]
MPSHeistRobotAutomatonBasicProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Время применения: 1.166 сек.
Наносит от 620.7 до 931 урона от холода
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [164]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [164]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
EASHeistRobotAutomatonTripleShot
Spell
Время применения: 2.5 сек.
Перезарядка: 12 сек.
spell maximum action distance +% [-50]
GPSHeistRobotAutomatonBomb
Spell, Triggerable
Время применения: 3.333 сек.
Перезарядка: 15 сек.
Наносит от 883.8 до 1326 урона от холода
base is projectile [1]
number of projectiles override [1]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
base is projectile [1]
number of projectiles override [1]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
GSHeistRobotAutomatonBombBlast
Spell, Triggerable
Шанс критического удара: 5%
Время применения: 1 сек.
Наносит от 4124 до 6187 урона от холода
is area damage [1]
is area damage [1]
GSHeistRobotAutomatonSnap
Spell, Triggerable
Шанс критического удара: 5%
Время применения: 2 сек.
Перезарядка: 6 сек.
Наносит от 1284 до 1926 урона от холода
is area damage [1]
is area damage [1]
ChangeToStance1Heist
skill cannot be interrupted [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueHeist/HeistMonsterSpectreBase" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueHeist/HeistMonsterSpectreBase" Actor { on_destroy_GeometryProjectiles = "big_ball.PlayAnimation( impact );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueHeist/Robot/RobotAutomatonEliteSpectre"] = { name = "Auto-Enforcer", life = 3.6, energyShield = 0.5, fireResist = 75, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.43, damageSpread = 0.2, attackTime = 1.17, attackRange = 10, accuracy = 1, skillList = { "GPSHeistRobotAutomatonBomb", "MPSHeistRobotAutomatonBasicProjectile", "GSHeistRobotAutomatonBombBlast", "GSHeistRobotAutomatonSnap", "EASHeistRobotAutomatonTripleShot", "WalkEmergeHeistRobotElevator", "DoLiterallyNothing", "ChangeToStance1Heist", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GPSHeistRobotAutomatonBomb"] = { name = "GPSHeistRobotAutomatonBomb", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3.333, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "spell_maximum_action_distance_+%", "number_of_projectiles_override", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -40, 1, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPSHeistRobotAutomatonBasicProjectile"] = { name = "MPSHeistRobotAutomatonBasicProjectile", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.166, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", "maintain_projectile_direction_when_using_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 164, -50, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSHeistRobotAutomatonBombBlast"] = { name = "GSHeistRobotAutomatonBombBlast", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSHeistRobotAutomatonSnap"] = { name = "GSHeistRobotAutomatonSnap", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EASHeistRobotAutomatonTripleShot"] = { name = "EASHeistRobotAutomatonTripleShot", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_maximum_action_distance_+%", }, levels = { [1] = {-50, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeHeistRobotElevator"] = { name = "WalkEmergeHeistRobotElevator", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.3, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {1, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DoLiterallyNothing"] = { name = "DoLiterallyNothing", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ChangeToStance1Heist"] = { name = "ChangeToStance1Heist", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_interrupted", "skill_cannot_be_stunned", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Авто-патрульный
Механизм
Auto-Enforcer
Spectre | Y |
---|---|
Tags | Чародейский, cold_affinity, construct, humanoid, is_unarmed, medium_movement, metal_armour, no_pantheon_mod, not_dex, ranged |
Здоровье
413%
Energy Shield From Life
50%
Броня
+100%
Ailment Threshold
413%
Сопротивление
75 0 0 0
Damage
143%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Опыт
150%
Model Size
116%
Type
HeistRobotAutomatonEliteAtlasUber
Metadata
RobotAutomatonEliteAtlasUber
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
26,570
Броня
57,580
Уклонение
4,739
Энергетический щит
3,064
Damage
534
Урон от чар
534
Точность
290
Attack Time
1.17
Опыт
15,383
Ailment Threshold
26,570
Chill
84
Shock
84
Brittle
475
Scorch
84
Sap
232
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).
DoLiterallyNothing
WalkEmergeHeistRobotElevator
walk emerge distance [1]
MPSHeistRobotAutomatonBasicProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Время применения: 1.166 сек.
Наносит от 620.7 до 931 урона от холода
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [164]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [164]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
EASHeistRobotAutomatonTripleShot
Spell
Время применения: 2.5 сек.
Перезарядка: 12 сек.
spell maximum action distance +% [-50]
GPSHeistRobotAutomatonBomb
Spell, Triggerable
Время применения: 3.333 сек.
Перезарядка: 15 сек.
Наносит от 883.8 до 1326 урона от холода
base is projectile [1]
number of projectiles override [1]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
base is projectile [1]
number of projectiles override [1]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
GSHeistRobotAutomatonBombBlast
Spell, Triggerable
Шанс критического удара: 5%
Время применения: 1 сек.
Наносит от 4124 до 6187 урона от холода
is area damage [1]
is area damage [1]
GSHeistRobotAutomatonSnap
Spell, Triggerable
Шанс критического удара: 5%
Время применения: 2 сек.
Перезарядка: 6 сек.
Наносит от 1284 до 1926 урона от холода
is area damage [1]
is area damage [1]
ChangeToStance1Heist
skill cannot be interrupted [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueHeist/Robot/AtlasUberRobotBase" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueHeist/Robot/AtlasUberRobotBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueHeist/Robot/RobotAutomatonEliteAtlasUber"] = { name = "Auto-Enforcer", life = 4.13, energyShield = 0.5, fireResist = 75, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.43, damageSpread = 0.2, attackTime = 1.17, attackRange = 10, accuracy = 1, skillList = { "GPSHeistRobotAutomatonBomb", "MPSHeistRobotAutomatonBasicProjectile", "GSHeistRobotAutomatonBombBlast", "GSHeistRobotAutomatonSnap", "EASHeistRobotAutomatonTripleShot", "WalkEmergeHeistRobotElevator", "DoLiterallyNothing", "ChangeToStance1Heist", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GPSHeistRobotAutomatonBomb"] = { name = "GPSHeistRobotAutomatonBomb", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3.333, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "spell_maximum_action_distance_+%", "number_of_projectiles_override", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -40, 1, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPSHeistRobotAutomatonBasicProjectile"] = { name = "MPSHeistRobotAutomatonBasicProjectile", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.166, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", "maintain_projectile_direction_when_using_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 164, -50, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSHeistRobotAutomatonBombBlast"] = { name = "GSHeistRobotAutomatonBombBlast", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSHeistRobotAutomatonSnap"] = { name = "GSHeistRobotAutomatonSnap", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EASHeistRobotAutomatonTripleShot"] = { name = "EASHeistRobotAutomatonTripleShot", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_maximum_action_distance_+%", }, levels = { [1] = {-50, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeHeistRobotElevator"] = { name = "WalkEmergeHeistRobotElevator", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.3, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {1, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DoLiterallyNothing"] = { name = "DoLiterallyNothing", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ChangeToStance1Heist"] = { name = "ChangeToStance1Heist", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_interrupted", "skill_cannot_be_stunned", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Авто-патрульный
Механизм
Auto-Enforcer
Spectre | Y |
---|---|
Tags | Чародейский, cold_affinity, construct, humanoid, is_unarmed, medium_movement, metal_armour, no_pantheon_mod, not_dex, ranged |
Здоровье
750%
Energy Shield From Life
50%
Броня
+100%
Ailment Threshold
750%
Сопротивление
75 0 0 0
Damage
143%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 10
Attack Time
1.17 Second
Damage Spread
±20%
Опыт
150%
Model Size
116%
Type
HeistRobotAutomatonElite
Metadata
RobotAutomatonEliteRefinery
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
48,250
Броня
57,580
Уклонение
4,739
Энергетический щит
3,064
Damage
534
Урон от чар
534
Точность
290
Attack Time
1.17
Опыт
15,383
Ailment Threshold
48,250
Chill
153
Shock
153
Brittle
863
Scorch
153
Sap
422
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).
DoLiterallyNothing
WalkEmergeHeistRobotElevator
walk emerge distance [1]
MPSHeistRobotAutomatonBasicProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
Время применения: 1.166 сек.
Наносит от 620.7 до 931 урона от холода
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [164]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
base is projectile [1]
maintain projectile direction when using contact position [1]
monster projectile variation [164]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
EASHeistRobotAutomatonTripleShot
Spell
Время применения: 2.5 сек.
Перезарядка: 12 сек.
spell maximum action distance +% [-50]
GPSHeistRobotAutomatonBomb
Spell, Triggerable
Время применения: 3.333 сек.
Перезарядка: 15 сек.
Наносит от 883.8 до 1326 урона от холода
base is projectile [1]
number of projectiles override [1]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
base is projectile [1]
number of projectiles override [1]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
GSHeistRobotAutomatonBombBlast
Spell, Triggerable
Шанс критического удара: 5%
Время применения: 1 сек.
Наносит от 4124 до 6187 урона от холода
is area damage [1]
is area damage [1]
GSHeistRobotAutomatonSnap
Spell, Triggerable
Шанс критического удара: 5%
Время применения: 2 сек.
Перезарядка: 6 сек.
Наносит от 1284 до 1926 урона от холода
is area damage [1]
is area damage [1]
ChangeToStance1Heist
skill cannot be interrupted [1]
skill cannot be stunned [1]
skill cannot be stunned [1]
Object Type
Object Type Codes
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueHeist/Robot/RobotAutomatonEliteRefinery"] = { name = "Auto-Enforcer", life = 7.5, energyShield = 0.5, fireResist = 75, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.43, damageSpread = 0.2, attackTime = 1.17, attackRange = 10, accuracy = 1, skillList = { "GPSHeistRobotAutomatonBomb", "MPSHeistRobotAutomatonBasicProjectile", "GSHeistRobotAutomatonBombBlast", "GSHeistRobotAutomatonSnap", "EASHeistRobotAutomatonTripleShot", "WalkEmergeHeistRobotElevator", "DoLiterallyNothing", "ChangeToStance1Heist", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GPSHeistRobotAutomatonBomb"] = { name = "GPSHeistRobotAutomatonBomb", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3.333, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "spell_maximum_action_distance_+%", "number_of_projectiles_override", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -40, 1, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPSHeistRobotAutomatonBasicProjectile"] = { name = "MPSHeistRobotAutomatonBasicProjectile", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.166, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", "maintain_projectile_direction_when_using_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 164, -50, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSHeistRobotAutomatonBombBlast"] = { name = "GSHeistRobotAutomatonBombBlast", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSHeistRobotAutomatonSnap"] = { name = "GSHeistRobotAutomatonSnap", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EASHeistRobotAutomatonTripleShot"] = { name = "EASHeistRobotAutomatonTripleShot", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_maximum_action_distance_+%", }, levels = { [1] = {-50, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeHeistRobotElevator"] = { name = "WalkEmergeHeistRobotElevator", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.3, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {1, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["DoLiterallyNothing"] = { name = "DoLiterallyNothing", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ChangeToStance1Heist"] = { name = "ChangeToStance1Heist", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_interrupted", "skill_cannot_be_stunned", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }