辛迪加科研人员
人形
monster do not fracture [1]
stance movement speed +% final [112]
stance movement speed +% final [112]
Syndicate Conduit
幽魂 | Y |
---|---|
幽魂 取代 | Metadata/Monsters/LeagueBetrayal/LaboratoryScientist1Spectre_ |
标签 | 施法, has_wand, human, humanoid, light_armour, lightning_affinity, medium_height, no_cannot_die_aura, no_pantheon_mod, not_dex, not_str, physical_affinity, ranged, red_blood, very_slow_movement |
生命
160%
生命转为护盾
50%
异常状态临界值
160%
抗性
30 30 30 20
伤害
120%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 40
攻击间隔
0.675 秒
伤害分布
±20%
经验值
100%
Model Size
100%
类型
BetrayalScientist
Metadata
LaboratoryScientist1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
10,293
护甲
28,790
闪避值
4,739
能量护盾
3,064
伤害
448
法术伤害
448
命中
290
攻击间隔
0.675
经验值
10,255
异常状态临界值
10,293
冰缓
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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%
攻击间隔: 0.675 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WalkEmergeBetrayal
walk emerge distance [300]
BetrayalScientistReflectionBeam
法术
施放间隔: 3 秒
冷却时间: 6 秒
基础持续时间为 5 秒
基础额外效果持续时间 0.3 秒
base lightning damage to deal per minute [64651]
spell maximum action distance +% [200]
基础额外效果持续时间 0.3 秒
base lightning damage to deal per minute [64651]
spell maximum action distance +% [200]
BetrayalScientistArc
法术, 伤害, 陷阱技能, 图腾技能, 地雷技能, 连锁, 法术可重复, 可触发, 闪电, 可齐射
电弧
暴击几率: 5%
伤害效用: 50%
施放间隔: 1 秒
一道电弧从施放者射向目标,并会弹射至其他敌人,但不会立刻向原目标弹射。每次主电弧弹射时,也会向另一个主电弧尚未击中的敌人发射次电弧,次电弧不能再连锁弹射。
造成 301 - 903 闪电伤害
10% 的几率使敌人感电
damage vs tiki totems +% [100]
10% 的几率使敌人感电
damage vs tiki totems +% [100]
Object Type
version 2 extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase" Stats { muzzle_flash_swap_hands = 1 } Actor { main_hand_unarmed_type = "Wand" basic_action = "ChangeToStance2" basic_action = "ChangeToStance1" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase" Actor { on_event_grab_nade_for_MonsterMortar = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Betrayal/Scientist/mortarInactive.ao, R_Weapon, 0.5 );" on_event_contact_for_MonsterMortar = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Betrayal/Scientist/mortarInactive.ao );" on_end_MonsterMortar = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Betrayal/Scientist/mortarInactive.ao );" } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Betrayal/Scientist/mortarCharge.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBetrayal/LaboratoryScientist1"] = { name = "Syndicate Conduit", life = 1.6, energyShield = 0.5, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.2, damageSpread = 0.2, attackTime = 0.675, attackRange = 40, accuracy = 1, weaponType1 = "Wand", skillList = { "Melee", "BetrayalScientistArc", "WalkEmergeBetrayal", "BetrayalScientistReflectionBeam", }, 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["BetrayalScientistArc"] = { name = "Arc", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Chains] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "beam_skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_chance_to_shock_%", "damage_vs_tiki_totems_+%", }, levels = { [1] = {0.5, 1.5, 10, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeBetrayal"] = { name = "WalkEmergeBetrayal", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.72, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {300, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BetrayalScientistReflectionBeam"] = { name = "BetrayalScientistReflectionBeam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_lightning_damage_to_deal_per_minute", "spell_maximum_action_distance_+%", "base_secondary_skill_effect_duration", "base_skill_effect_duration", }, levels = { [1] = {4, 200, 300, 5000, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, }, }
monster do not fracture [1]
Id | MonsterDoNotFracture |
---|---|
Family | MonsterDoNotFracture |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
辛迪加科研人员
Syndicate Conduit
幽魂 | Y |
---|---|
地区 | 辛迪加秘巢 |
标签 | 施法, has_wand, human, humanoid, light_armour, lightning_affinity, medium_height, no_cannot_die_aura, no_pantheon_mod, not_dex, not_str, physical_affinity, red_blood, very_slow_movement |
Packs |
生命
160%
生命转为护盾
50%
异常状态临界值
160%
抗性
30 30 30 20
伤害
120%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 40
攻击间隔
0.675 秒
伤害分布
±20%
经验值
100%
Model Size
100%
类型
BetrayalScientist
Metadata
LaboratoryScientist1Safehouse_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
73
生命
17,364
护甲
42,661
闪避值
5,633
能量护盾
4,174
伤害
604
法术伤害
604
命中
352
攻击间隔
0.675
经验值
11,388
异常状态临界值
17,364
冰缓
55
Shock
55
Brittle
311
Scorch
55
Sap
152
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 483–725
暴击几率: 5%
攻击间隔: 0.675 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WalkEmergeBetrayal
walk emerge distance [300]
BetrayalScientistReflectionBeam
法术
施放间隔: 3 秒
冷却时间: 6 秒
基础持续时间为 5 秒
基础额外效果持续时间 0.3 秒
base lightning damage to deal per minute [78658]
spell maximum action distance +% [200]
基础额外效果持续时间 0.3 秒
base lightning damage to deal per minute [78658]
spell maximum action distance +% [200]
BetrayalScientistArc
法术, 伤害, 陷阱技能, 图腾技能, 地雷技能, 连锁, 法术可重复, 可触发, 闪电, 可齐射
电弧
暴击几率: 5%
伤害效用: 50%
施放间隔: 1 秒
一道电弧从施放者射向目标,并会弹射至其他敌人,但不会立刻向原目标弹射。每次主电弧弹射时,也会向另一个主电弧尚未击中的敌人发射次电弧,次电弧不能再连锁弹射。
造成 373.3 - 1120 闪电伤害
10% 的几率使敌人感电
damage vs tiki totems +% [100]
10% 的几率使敌人感电
damage vs tiki totems +% [100]
Object Type
version 2 extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase" Stats { muzzle_flash_swap_hands = 1 } Actor { main_hand_unarmed_type = "Wand" basic_action = "ChangeToStance2" basic_action = "ChangeToStance1" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase" Actor { on_event_grab_nade_for_MonsterMortar = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Betrayal/Scientist/mortarInactive.ao, R_Weapon, 0.5 );" on_event_contact_for_MonsterMortar = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Betrayal/Scientist/mortarInactive.ao );" on_end_MonsterMortar = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Betrayal/Scientist/mortarInactive.ao );" } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Betrayal/Scientist/mortarCharge.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBetrayal/LaboratoryScientist1Safehouse_"] = { name = "Syndicate Conduit", life = 1.6, energyShield = 0.5, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.2, damageSpread = 0.2, attackTime = 0.675, attackRange = 40, accuracy = 1, weaponType1 = "Wand", skillList = { "Melee", "BetrayalScientistArc", "WalkEmergeBetrayal", "BetrayalScientistReflectionBeam", }, 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["BetrayalScientistArc"] = { name = "Arc", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Chains] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "beam_skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_chance_to_shock_%", "damage_vs_tiki_totems_+%", }, levels = { [1] = {0.5, 1.5, 10, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeBetrayal"] = { name = "WalkEmergeBetrayal", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.72, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {300, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BetrayalScientistReflectionBeam"] = { name = "BetrayalScientistReflectionBeam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_lightning_damage_to_deal_per_minute", "spell_maximum_action_distance_+%", "base_secondary_skill_effect_duration", "base_skill_effect_duration", }, levels = { [1] = {4, 200, 300, 5000, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, }, }
monster do not fracture [1]
Id | MonsterDoNotFracture |
---|---|
Family | MonsterDoNotFracture |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
辛迪加科研人员
人形
monster do not fracture [1]
stance movement speed +% final [112]
stance movement speed +% final [112]
Syndicate Conduit
幽魂 | Y |
---|---|
标签 | 施法, has_wand, human, humanoid, light_armour, lightning_affinity, no_pantheon_mod, not_dex, not_str, physical_affinity, red_blood, very_slow_movement |
生命
160%
生命转为护盾
50%
异常状态临界值
160%
抗性
30 30 30 20
伤害
120%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 40
攻击间隔
0.675 秒
伤害分布
±20%
经验值
100%
Model Size
100%
类型
BetrayalScientist
Metadata
LaboratoryScientist1Spectre_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
10,293
护甲
28,790
闪避值
4,739
能量护盾
3,064
伤害
448
法术伤害
448
命中
290
攻击间隔
0.675
经验值
10,255
异常状态临界值
10,293
冰缓
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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%
攻击间隔: 0.675 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WalkEmergeBetrayal
walk emerge distance [300]
BetrayalScientistReflectionBeam
法术
施放间隔: 3 秒
冷却时间: 6 秒
基础持续时间为 5 秒
基础额外效果持续时间 0.3 秒
base lightning damage to deal per minute [64651]
spell maximum action distance +% [200]
基础额外效果持续时间 0.3 秒
base lightning damage to deal per minute [64651]
spell maximum action distance +% [200]
BetrayalScientistArc
法术, 伤害, 陷阱技能, 图腾技能, 地雷技能, 连锁, 法术可重复, 可触发, 闪电, 可齐射
电弧
暴击几率: 5%
伤害效用: 50%
施放间隔: 1 秒
一道电弧从施放者射向目标,并会弹射至其他敌人,但不会立刻向原目标弹射。每次主电弧弹射时,也会向另一个主电弧尚未击中的敌人发射次电弧,次电弧不能再连锁弹射。
造成 301 - 903 闪电伤害
10% 的几率使敌人感电
damage vs tiki totems +% [100]
10% 的几率使敌人感电
damage vs tiki totems +% [100]
Object Type
version 2 extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase" Stats { muzzle_flash_swap_hands = 1 } Actor { main_hand_unarmed_type = "Wand" basic_action = "ChangeToStance2" basic_action = "ChangeToStance1" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase" Actor { on_event_grab_nade_for_MonsterMortar = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Betrayal/Scientist/mortarInactive.ao, R_Weapon, 0.5 );" on_event_contact_for_MonsterMortar = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Betrayal/Scientist/mortarInactive.ao );" on_end_MonsterMortar = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Betrayal/Scientist/mortarInactive.ao );" } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Betrayal/Scientist/mortarCharge.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueBetrayal/LaboratoryScientist1Spectre_"] = { name = "Syndicate Conduit", life = 1.6, energyShield = 0.5, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.2, damageSpread = 0.2, attackTime = 0.675, attackRange = 40, accuracy = 1, weaponType1 = "Wand", skillList = { "Melee", "BetrayalScientistArc", "WalkEmergeBetrayal", "BetrayalScientistReflectionBeam", }, 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["BetrayalScientistArc"] = { name = "Arc", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Chains] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "beam_skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_chance_to_shock_%", "damage_vs_tiki_totems_+%", }, levels = { [1] = {0.5, 1.5, 10, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeBetrayal"] = { name = "WalkEmergeBetrayal", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.72, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {300, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BetrayalScientistReflectionBeam"] = { name = "BetrayalScientistReflectionBeam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_lightning_damage_to_deal_per_minute", "spell_maximum_action_distance_+%", "base_secondary_skill_effect_duration", "base_skill_effect_duration", }, levels = { [1] = {4, 200, 300, 5000, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, }, }
monster do not fracture [1]
Id | MonsterDoNotFracture |
---|---|
Family | MonsterDoNotFracture |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
辛迪加科研人员
人形
monster do not fracture [1]
stance movement speed +% final [112]
stance movement speed +% final [112]
Syndicate Conduit
幽魂 | Y |
---|---|
标签 | 施法, has_wand, human, humanoid, light_armour, lightning_affinity, medium_height, no_cannot_die_aura, no_pantheon_mod, not_dex, not_str, physical_affinity, red_blood, very_slow_movement |
Packs |
生命
160%
生命转为护盾
50%
异常状态临界值
160%
抗性
30 30 30 20
伤害
120%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 40
攻击间隔
0.675 秒
伤害分布
±20%
经验值
100%
Model Size
100%
类型
BetrayalScientist
Metadata
LaboratoryScientist1Safehouse_Necropolis_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
10,293
护甲
28,790
闪避值
4,739
能量护盾
3,064
伤害
448
法术伤害
448
命中
290
攻击间隔
0.675
经验值
10,255
异常状态临界值
10,293
冰缓
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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%
攻击间隔: 0.675 秒
对你的敌人无情痛击。
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WalkEmergeBetrayal
walk emerge distance [300]
BetrayalScientistReflectionBeam
法术
施放间隔: 3 秒
冷却时间: 6 秒
基础持续时间为 5 秒
基础额外效果持续时间 0.3 秒
base lightning damage to deal per minute [64651]
spell maximum action distance +% [200]
基础额外效果持续时间 0.3 秒
base lightning damage to deal per minute [64651]
spell maximum action distance +% [200]
BetrayalScientistArc
法术, 伤害, 陷阱技能, 图腾技能, 地雷技能, 连锁, 法术可重复, 可触发, 闪电, 可齐射
电弧
暴击几率: 5%
伤害效用: 50%
施放间隔: 1 秒
一道电弧从施放者射向目标,并会弹射至其他敌人,但不会立刻向原目标弹射。每次主电弧弹射时,也会向另一个主电弧尚未击中的敌人发射次电弧,次电弧不能再连锁弹射。
造成 301 - 903 闪电伤害
10% 的几率使敌人感电
damage vs tiki totems +% [100]
10% 的几率使敌人感电
damage vs tiki totems +% [100]
Object Type
version 2 extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase" Stats { muzzle_flash_swap_hands = 1 } Actor { main_hand_unarmed_type = "Wand" basic_action = "ChangeToStance2" basic_action = "ChangeToStance1" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase" Actor { on_event_grab_nade_for_MonsterMortar = "AddAttached( Metadata/Effects/Spells/monsters_effects/League_Betrayal/Scientist/mortarInactive.ao, R_Weapon, 0.5 );" on_event_contact_for_MonsterMortar = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Betrayal/Scientist/mortarInactive.ao );" on_end_MonsterMortar = "DetachAllOfType( Metadata/Effects/Spells/monsters_effects/League_Betrayal/Scientist/mortarInactive.ao );" } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Betrayal/Scientist/mortarCharge.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueNecropolis/LaboratoryScientist1Safehouse_Necropolis_"] = { name = "Syndicate Conduit", life = 1.6, energyShield = 0.5, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.2, damageSpread = 0.2, attackTime = 0.675, attackRange = 40, accuracy = 1, weaponType1 = "Wand", skillList = { "Melee", "BetrayalScientistArc", "WalkEmergeBetrayal", "BetrayalScientistReflectionBeam", }, 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["BetrayalScientistArc"] = { name = "Arc", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "An arc of lightning reaches from the caster to a targeted enemy and chains to other enemies, but not immediately back. Each time the arc chains, it will also chain a secondary arc to another enemy that the main arc has not already hit, which cannot chain further.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Chains] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "beam_skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_chance_to_shock_%", "damage_vs_tiki_totems_+%", }, levels = { [1] = {0.5, 1.5, 10, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeBetrayal"] = { name = "WalkEmergeBetrayal", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.72, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {300, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BetrayalScientistReflectionBeam"] = { name = "BetrayalScientistReflectionBeam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "base_lightning_damage_to_deal_per_minute", "spell_maximum_action_distance_+%", "base_secondary_skill_effect_duration", "base_skill_effect_duration", }, levels = { [1] = {4, 200, 300, 5000, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, }, }
monster do not fracture [1]
Id | MonsterDoNotFracture |
---|---|
Family | MonsterDoNotFracture |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
Id | Nothing |
---|---|
Family | Nothing |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.