연합 도관
인간형
monster do not fracture [1]
stance movement speed +% final [112]
Syndicate Conduit
SpectreY
Spectre OverrideMetadata/Monsters/LeagueBetrayal/LaboratoryScientist1Spectre_
Tags시전, 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%
Energy Shield From Life
50%
Ailment Threshold
160%
저항
30 30 30 20
Damage
120%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 40
Attack Time
0.675 Second
Damage Spread
±20%
경험치
100%
Model Size
100%
Type
BetrayalScientist
Metadata
LaboratoryScientist1
레벨
68
생명력
10,293
방어도
28,790
회피
4,739
에너지 보호막
3,064
Damage
448
주문 피해
448
정확도
290
Attack Time
0.675
경험치
10,255
Ailment Threshold
10,293
Chill
33
Shock
33
Brittle
184
Scorch
33
Sap
90
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 359–538
치명타 확률: 5%
Attack Time: 0.675 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
WalkEmergeBetrayal
walk emerge distance [300]
BetrayalScientistReflectionBeam
Spell
시전 속도: 3 초
재사용 대기시간: 6 초
기본 지속시간 5
기본 2차 지속시간 0.3
base lightning damage to deal per minute [64651]
spell maximum action distance +% [200]
BetrayalScientistArc
Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
연쇄 번개
치명타 확률: 5%
추가 피해 효율: 50%
시전 속도: 1 초
시전자로부터 대상 적에게 원호 형태의 번개 줄기가 뻗어 나가 다른 적들에게 연쇄되지만, 직전에 연쇄한 적에게 바로 돌아가지는 않습니다. 연쇄될 때마다 본래의 번개 줄기가 명중하지 않은 다른 적 1명에게 2차 번개 줄기가 연쇄로 뻗어 나가며, 2차 줄기는 다시 연쇄되지 않습니다.
301~903 번개 피해
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]
IdMonsterDoNotFracture
FamilyMonsterDoNotFracture
Domains몬스터 (3)
GenerationType고유 (3)
Req. level1
Stats
  • monster do not fracture Min: 1 Max: 1 Global
  • IdNothing
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    연합 도관
    인간형
    monster do not fracture [1]
    stance movement speed +% final [112]
    Syndicate Conduit
    SpectreY
    Area연합의 은신처
    Tags시전, 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%
    Energy Shield From Life
    50%
    Ailment Threshold
    160%
    저항
    30 30 30 20
    Damage
    120%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    0.675 Second
    Damage Spread
    ±20%
    경험치
    100%
    Model Size
    100%
    Type
    BetrayalScientist
    Metadata
    LaboratoryScientist1Safehouse_
    레벨
    73
    생명력
    17,364
    방어도
    42,661
    회피
    5,633
    에너지 보호막
    4,174
    Damage
    604
    주문 피해
    604
    정확도
    352
    Attack Time
    0.675
    경험치
    11,388
    Ailment Threshold
    17,364
    Chill
    55
    Shock
    55
    Brittle
    311
    Scorch
    55
    Sap
    152
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 483–725
    치명타 확률: 5%
    Attack Time: 0.675 초
    강력한 일격으로 적들을 쓰러트립니다.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalScientistReflectionBeam
    Spell
    시전 속도: 3 초
    재사용 대기시간: 6 초
    기본 지속시간 5
    기본 2차 지속시간 0.3
    base lightning damage to deal per minute [78658]
    spell maximum action distance +% [200]
    BetrayalScientistArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    연쇄 번개
    치명타 확률: 5%
    추가 피해 효율: 50%
    시전 속도: 1 초
    시전자로부터 대상 적에게 원호 형태의 번개 줄기가 뻗어 나가 다른 적들에게 연쇄되지만, 직전에 연쇄한 적에게 바로 돌아가지는 않습니다. 연쇄될 때마다 본래의 번개 줄기가 명중하지 않은 다른 적 1명에게 2차 번개 줄기가 연쇄로 뻗어 나가며, 2차 줄기는 다시 연쇄되지 않습니다.
    373.3~1120 번개 피해
    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]
    IdMonsterDoNotFracture
    FamilyMonsterDoNotFracture
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster do not fracture Min: 1 Max: 1 Global
  • IdNothing
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    연합 도관
    인간형
    monster do not fracture [1]
    stance movement speed +% final [112]
    Syndicate Conduit
    SpectreY
    Tags시전, has_wand, human, humanoid, light_armour, lightning_affinity, no_pantheon_mod, not_dex, not_str, physical_affinity, red_blood, very_slow_movement
    생명력
    160%
    Energy Shield From Life
    50%
    Ailment Threshold
    160%
    저항
    30 30 30 20
    Damage
    120%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    0.675 Second
    Damage Spread
    ±20%
    경험치
    100%
    Model Size
    100%
    Type
    BetrayalScientist
    Metadata
    LaboratoryScientist1Spectre_
    레벨
    68
    생명력
    10,293
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    3,064
    Damage
    448
    주문 피해
    448
    정확도
    290
    Attack Time
    0.675
    경험치
    10,255
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 359–538
    치명타 확률: 5%
    Attack Time: 0.675 초
    강력한 일격으로 적들을 쓰러트립니다.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalScientistReflectionBeam
    Spell
    시전 속도: 3 초
    재사용 대기시간: 6 초
    기본 지속시간 5
    기본 2차 지속시간 0.3
    base lightning damage to deal per minute [64651]
    spell maximum action distance +% [200]
    BetrayalScientistArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    연쇄 번개
    치명타 확률: 5%
    추가 피해 효율: 50%
    시전 속도: 1 초
    시전자로부터 대상 적에게 원호 형태의 번개 줄기가 뻗어 나가 다른 적들에게 연쇄되지만, 직전에 연쇄한 적에게 바로 돌아가지는 않습니다. 연쇄될 때마다 본래의 번개 줄기가 명중하지 않은 다른 적 1명에게 2차 번개 줄기가 연쇄로 뻗어 나가며, 2차 줄기는 다시 연쇄되지 않습니다.
    301~903 번개 피해
    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]
    IdMonsterDoNotFracture
    FamilyMonsterDoNotFracture
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster do not fracture Min: 1 Max: 1 Global
  • IdNothing
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    연합 도관
    인간형
    monster do not fracture [1]
    stance movement speed +% final [112]
    Syndicate Conduit
    SpectreY
    Tags시전, 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%
    Energy Shield From Life
    50%
    Ailment Threshold
    160%
    저항
    30 30 30 20
    Damage
    120%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    0.675 Second
    Damage Spread
    ±20%
    경험치
    100%
    Model Size
    100%
    Type
    BetrayalScientist
    Metadata
    LaboratoryScientist1Safehouse_Necropolis_
    레벨
    68
    생명력
    10,293
    방어도
    28,790
    회피
    4,739
    에너지 보호막
    3,064
    Damage
    448
    주문 피해
    448
    정확도
    290
    Attack Time
    0.675
    경험치
    10,255
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 359–538
    치명타 확률: 5%
    Attack Time: 0.675 초
    강력한 일격으로 적들을 쓰러트립니다.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalScientistReflectionBeam
    Spell
    시전 속도: 3 초
    재사용 대기시간: 6 초
    기본 지속시간 5
    기본 2차 지속시간 0.3
    base lightning damage to deal per minute [64651]
    spell maximum action distance +% [200]
    BetrayalScientistArc
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Lightning, CanRapidFire
    연쇄 번개
    치명타 확률: 5%
    추가 피해 효율: 50%
    시전 속도: 1 초
    시전자로부터 대상 적에게 원호 형태의 번개 줄기가 뻗어 나가 다른 적들에게 연쇄되지만, 직전에 연쇄한 적에게 바로 돌아가지는 않습니다. 연쇄될 때마다 본래의 번개 줄기가 명중하지 않은 다른 적 1명에게 2차 번개 줄기가 연쇄로 뻗어 나가며, 2차 줄기는 다시 연쇄되지 않습니다.
    301~903 번개 피해
    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]
    IdMonsterDoNotFracture
    FamilyMonsterDoNotFracture
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • monster do not fracture Min: 1 Max: 1 Global
  • IdNothing
    FamilyNothing
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domains몬스터 (3)
    GenerationType고유 (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Edit

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