灰烬斥候
构造体
Ember Auto-Scout
幽魂 | Y |
---|---|
幽魂 取代 | Metadata/Monsters/LeagueHeist/Robot/RobotClockworkGolemSpectre_ |
标签 | bludgeoning_weapon, construct, golem, is_unarmed, melee, metal_armour, no_pantheon_mod, not_dex, not_int, physical_affinity, slow_movement |
生命
360%
护甲
+100%
异常状态临界值
360%
抗性
40 0 0 0
伤害
120%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 10
攻击间隔
1.17 秒
伤害分布
±20%
经验值
120%
Model Size
100%
类型
HeistRobotClockworkGolem
Metadata
RobotClockworkGolem
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
23,160
护甲
57,580
闪避值
4,739
能量护盾
0
伤害
448
法术伤害
448
命中
290
攻击间隔
1.17
经验值
12,306
异常状态临界值
23,160
冰缓
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).
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 359–538
暴击几率: 5%
攻击间隔: 1.17 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
DoLiterallyNothing
HeistRobotClockworkRoll
攻击, 近战, 位移, 快行
回旋之刃
基本伤害: 359–538
暴击几率: 5%
攻击间隔: 1.17 秒
冷却时间: 9 秒
在敌人之间穿梭,造成武器伤害。双持时使用两把武器同时发起攻击并造成一次伤害。需要匕首、爪类和单手剑。
cast time overrides attack duration [1]
ignores proximity shield [1]
ignores proximity shield [1]
CGEHeistRobotGolemBurningGround
法术, 范围, 伤害, 可触发, 持续时间, 范围法术
施放间隔: 1 秒
每秒造成 646.5 基础火焰伤害
基础持续时间为 2 秒
active skill area of effect radius +% final [-50]
基础持续时间为 2 秒
active skill area of effect radius +% final [-50]
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/HeistFactionBaseRobot"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueHeist/HeistMonsterBase" extends "Metadata/Monsters/LeagueHeist/HeistFactionBaseRobot" Animated { on_event_shake_rust_off = "PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Heist/robot/activated/rig.ao );" } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Heist/robot/activated/rig.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueHeist/Robot/RobotClockworkGolem"] = { name = "Ember Auto-Scout", life = 3.6, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.17, attackRange = 10, accuracy = 1, skillList = { "HeistRobotClockworkRoll", "Melee", "CGEHeistRobotGolemBurningGround", "DoLiterallyNothing", "ChangeToStance1Heist", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["HeistRobotClockworkRoll"] = { name = "Whirling Blades", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.9, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "ignores_proximity_shield", "cast_time_overrides_attack_duration", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CGEHeistRobotGolemBurningGround"] = { name = "CGEHeistRobotGolemBurningGround", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "active_skill_area_of_effect_radius_+%_final", "base_skill_effect_duration", }, levels = { [1] = {2.5, -50, 2000, levelRequirement = 1, statInterpolation = {3}, 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 = { }, }, }, }
灰烬斥候
构造体
Ember Auto-Scout
幽魂 | Y |
---|---|
标签 | bludgeoning_weapon, construct, golem, is_unarmed, melee, metal_armour, no_pantheon_mod, not_dex, not_int, physical_affinity, slow_movement |
Packs |
生命
360%
护甲
+100%
异常状态临界值
360%
抗性
40 0 0 0
伤害
120%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 10
攻击间隔
1.17 秒
伤害分布
±20%
经验值
120%
Model Size
100%
类型
HeistRobotClockworkGolem
Metadata
RobotClockworkGolemSpectre_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
23,160
护甲
57,580
闪避值
4,739
能量护盾
0
伤害
448
法术伤害
448
命中
290
攻击间隔
1.17
经验值
12,306
异常状态临界值
23,160
冰缓
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).
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 359–538
暴击几率: 5%
攻击间隔: 1.17 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
DoLiterallyNothing
HeistRobotClockworkRoll
攻击, 近战, 位移, 快行
回旋之刃
基本伤害: 359–538
暴击几率: 5%
攻击间隔: 1.17 秒
冷却时间: 9 秒
在敌人之间穿梭,造成武器伤害。双持时使用两把武器同时发起攻击并造成一次伤害。需要匕首、爪类和单手剑。
cast time overrides attack duration [1]
ignores proximity shield [1]
ignores proximity shield [1]
CGEHeistRobotGolemBurningGround
法术, 范围, 伤害, 可触发, 持续时间, 范围法术
施放间隔: 1 秒
每秒造成 646.5 基础火焰伤害
基础持续时间为 2 秒
active skill area of effect radius +% final [-50]
基础持续时间为 2 秒
active skill area of effect radius +% final [-50]
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"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueHeist/HeistMonsterSpectreBase" Animated { on_event_shake_rust_off = "PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Heist/robot/activated/rig.ao );" } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Heist/robot/activated/rig.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueHeist/Robot/RobotClockworkGolemSpectre_"] = { name = "Ember Auto-Scout", life = 3.6, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.17, attackRange = 10, accuracy = 1, skillList = { "HeistRobotClockworkRoll", "Melee", "CGEHeistRobotGolemBurningGround", "DoLiterallyNothing", "ChangeToStance1Heist", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["HeistRobotClockworkRoll"] = { name = "Whirling Blades", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.9, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "ignores_proximity_shield", "cast_time_overrides_attack_duration", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CGEHeistRobotGolemBurningGround"] = { name = "CGEHeistRobotGolemBurningGround", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "active_skill_area_of_effect_radius_+%_final", "base_skill_effect_duration", }, levels = { [1] = {2.5, -50, 2000, levelRequirement = 1, statInterpolation = {3}, 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 = { }, }, }, }
灰烬斥候
构造体
Ember Auto-Scout
幽魂 | Y |
---|---|
标签 | bludgeoning_weapon, construct, golem, is_unarmed, melee, metal_armour, no_pantheon_mod, not_dex, not_int, physical_affinity, slow_movement |
生命
360%
护甲
+100%
异常状态临界值
360%
抗性
40 0 0 0
伤害
120%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 10
攻击间隔
1.17 秒
伤害分布
±20%
经验值
120%
Model Size
100%
类型
HeistRobotClockworkGolemAtlasUber
Metadata
RobotClockworkGolemAtlasUber
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
23,160
护甲
57,580
闪避值
4,739
能量护盾
0
伤害
448
法术伤害
448
命中
290
攻击间隔
1.17
经验值
12,306
异常状态临界值
23,160
冰缓
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).
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 359–538
暴击几率: 5%
攻击间隔: 1.17 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
DoLiterallyNothing
HeistRobotClockworkRoll
攻击, 近战, 位移, 快行
回旋之刃
基本伤害: 359–538
暴击几率: 5%
攻击间隔: 1.17 秒
冷却时间: 9 秒
在敌人之间穿梭,造成武器伤害。双持时使用两把武器同时发起攻击并造成一次伤害。需要匕首、爪类和单手剑。
cast time overrides attack duration [1]
ignores proximity shield [1]
ignores proximity shield [1]
CGEHeistRobotGolemBurningGround
法术, 范围, 伤害, 可触发, 持续时间, 范围法术
施放间隔: 1 秒
每秒造成 646.5 基础火焰伤害
基础持续时间为 2 秒
active skill area of effect radius +% final [-50]
基础持续时间为 2 秒
active skill area of effect radius +% final [-50]
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"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueHeist/Robot/AtlasUberRobotBase" Animated { on_event_shake_rust_off = "PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Heist/robot/activated/rig.ao );" } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Heist/robot/activated/rig.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueHeist/Robot/RobotClockworkGolemAtlasUber"] = { name = "Ember Auto-Scout", life = 3.6, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.17, attackRange = 10, accuracy = 1, skillList = { "HeistRobotClockworkRoll", "Melee", "CGEHeistRobotGolemBurningGround", "DoLiterallyNothing", "ChangeToStance1Heist", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["HeistRobotClockworkRoll"] = { name = "Whirling Blades", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.9, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "ignores_proximity_shield", "cast_time_overrides_attack_duration", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CGEHeistRobotGolemBurningGround"] = { name = "CGEHeistRobotGolemBurningGround", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "active_skill_area_of_effect_radius_+%_final", "base_skill_effect_duration", }, levels = { [1] = {2.5, -50, 2000, levelRequirement = 1, statInterpolation = {3}, 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 = { }, }, }, }
灰烬斥候
构造体
Ember Auto-Scout
幽魂 | Y |
---|---|
标签 | bludgeoning_weapon, construct, golem, is_unarmed, melee, metal_armour, no_pantheon_mod, not_dex, not_int, physical_affinity, slow_movement |
生命
360%
护甲
+100%
异常状态临界值
360%
抗性
40 0 0 0
伤害
120%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 10
攻击间隔
1.17 秒
伤害分布
±20%
经验值
120%
Model Size
100%
类型
HeistRobotClockworkGolem
Metadata
RobotClockworkGolemRefinery
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
23,160
护甲
57,580
闪避值
4,739
能量护盾
0
伤害
448
法术伤害
448
命中
290
攻击间隔
1.17
经验值
12,306
异常状态临界值
23,160
冰缓
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).
Melee
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 359–538
暴击几率: 5%
攻击间隔: 1.17 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
DoLiterallyNothing
HeistRobotClockworkRoll
攻击, 近战, 位移, 快行
回旋之刃
基本伤害: 359–538
暴击几率: 5%
攻击间隔: 1.17 秒
冷却时间: 9 秒
在敌人之间穿梭,造成武器伤害。双持时使用两把武器同时发起攻击并造成一次伤害。需要匕首、爪类和单手剑。
cast time overrides attack duration [1]
ignores proximity shield [1]
ignores proximity shield [1]
CGEHeistRobotGolemBurningGround
法术, 范围, 伤害, 可触发, 持续时间, 范围法术
施放间隔: 1 秒
每秒造成 646.5 基础火焰伤害
基础持续时间为 2 秒
active skill area of effect radius +% final [-50]
基础持续时间为 2 秒
active skill area of effect radius +% final [-50]
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/RobotClockworkGolemRefinery"] = { name = "Ember Auto-Scout", life = 3.6, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.17, attackRange = 10, accuracy = 1, skillList = { "HeistRobotClockworkRoll", "Melee", "CGEHeistRobotGolemBurningGround", "DoLiterallyNothing", "ChangeToStance1Heist", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["HeistRobotClockworkRoll"] = { name = "Whirling Blades", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.9, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "ignores_proximity_shield", "cast_time_overrides_attack_duration", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CGEHeistRobotGolemBurningGround"] = { name = "CGEHeistRobotGolemBurningGround", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_fire_damage_to_deal_per_minute", "active_skill_area_of_effect_radius_+%_final", "base_skill_effect_duration", }, levels = { [1] = {2.5, -50, 2000, levelRequirement = 1, statInterpolation = {3}, 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 = { }, }, }, }