Agente del Sindicato
Humanoide
Syndicate Operative
SpectreY
Spectre OverrideMetadata/Monsters/LeagueBetrayal/BetrayalSecretPolice2Spectre_
AreaGuarida de Sindicato
Tagsfast_movement, flesh_armour, human, humanoid, is_unarmed, medium_height, melee, no_cannot_die_aura, no_pantheon_mod, not_str, physical_affinity, red_blood, slashing_weapon, templar
Packs
  • Guarida de Sindicato: Asesino del Sindicato, Agente del Sindicato, Agente del Sindicato
  • Vida
    210%
    Energy Shield From Life
    20%
    Evasión
    +40%
    Ailment Threshold
    210%
    Resistencia
    20 20 20 0
    Damage
    113%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    0.6 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    BetrayalSecretPolice
    Metadata
    BetrayalSecretPolice2
    Nivel
    73
    Vida
    22,790
    Armaduras
    42,661
    Evasión
    7,886
    Escudo de energía
    1,670
    Damage
    569
    Daño de hechizos
    569
    Precisión
    352
    Attack Time
    0.6
    Experiencia
    17,082
    Ailment Threshold
    22,790
    Chill
    72
    Shock
    72
    Brittle
    408
    Scorch
    72
    Sap
    199
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 455–683
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.6 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalSecretPoliceCurveDagger1
    Attack, RangedAttack, Projectile, Triggerable
    Base Damage: 455–683
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.6 seg
    Inflige un 13.636363636364% menos de daño
    20% más Velocidad de Ataque
    +5 metros al alcance de los golpes cuerpo a cuerpo
    base is projectile [1]
    lunaris glaive acceleration x [1500]
    lunaris glaive angle [-20]
    projectile uses contact position [1]
    BetrayalSecretPoliceCurveDagger2
    Attack, RangedAttack, Projectile, Triggerable
    Base Damage: 455–683
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.6 seg
    Inflige un 13.636363636364% menos de daño
    20% más Velocidad de Ataque
    +5 metros al alcance de los golpes cuerpo a cuerpo
    base is projectile [1]
    lunaris glaive acceleration x [1500]
    lunaris glaive angle [-10]
    projectile uses contact position [1]
    BetrayalSecretPoliceCurveDagger3
    Attack, RangedAttack, Projectile, Triggerable
    Base Damage: 455–683
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.6 seg
    Inflige un 13.636363636364% menos de daño
    20% más Velocidad de Ataque
    +5 metros al alcance de los golpes cuerpo a cuerpo
    base is projectile [1]
    lunaris glaive acceleration x [1500]
    projectile uses contact position [1]
    EmptyActionAttackSecretPoliceDaggers
    Attack
    Base Damage: 455–683
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.6 seg
    cast time overrides attack duration [1]
    main hand base maximum attack distance [60]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act5/slave_catcher/net_throw/net.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalSecretPolice2"] = {
        name = "Syndicate Operative",
        life = 2.1,
        energyShield = 0.2,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.13,
        damageSpread = 0.2,
        attackTime = 0.6,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "Melee",
            "BetrayalSecretPoliceCurveDagger1",
            "BetrayalSecretPoliceCurveDagger2",
            "BetrayalSecretPoliceCurveDagger3",
            "EmptyActionAttackSecretPoliceDaggers",
            "WalkEmergeBetrayal",
        },
        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["BetrayalSecretPoliceCurveDagger1"] = {
        name = "BetrayalSecretPoliceCurveDagger1",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "lunaris_glaive_angle",
            "lunaris_glaive_acceleration_x",
            "active_skill_attack_speed_+%_final",
            "melee_weapon_range_+",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {-50, -20, 1500, 20, 50, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, -20, 1500, 20, 50, levelRequirement = 100, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSecretPoliceCurveDagger2"] = {
        name = "BetrayalSecretPoliceCurveDagger2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "lunaris_glaive_angle",
            "lunaris_glaive_acceleration_x",
            "active_skill_attack_speed_+%_final",
            "melee_weapon_range_+",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {-50, -10, 1500, 20, 50, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, -10, 1500, 20, 50, levelRequirement = 100, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSecretPoliceCurveDagger3"] = {
        name = "BetrayalSecretPoliceCurveDagger3",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "lunaris_glaive_acceleration_x",
            "active_skill_attack_speed_+%_final",
            "melee_weapon_range_+",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {-50, 1500, 20, 50, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 1500, 20, 50, levelRequirement = 100, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionAttackSecretPoliceDaggers"] = {
        name = "EmptyActionAttackSecretPoliceDaggers",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.87,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "main_hand_base_maximum_attack_distance",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {60, levelRequirement = 0, statInterpolation = {},  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 = { }, },
        },
    }
    
    Agente del Sindicato
    Humanoide
    Syndicate Operative
    SpectreY
    Tagsfast_movement, flesh_armour, human, humanoid, is_unarmed, melee, no_cannot_die_aura, no_pantheon_mod, not_str, physical_affinity, red_blood, slashing_weapon, templar
    Vida
    210%
    Energy Shield From Life
    20%
    Evasión
    +40%
    Ailment Threshold
    210%
    Resistencia
    20 20 20 0
    Damage
    113%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    0.6 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    BetrayalSecretPolice
    Metadata
    BetrayalSecretPolice2Spectre_
    Nivel
    68
    Vida
    13,510
    Armaduras
    28,790
    Evasión
    6,635
    Escudo de energía
    1,225
    Damage
    422
    Daño de hechizos
    422
    Precisión
    290
    Attack Time
    0.6
    Experiencia
    15,383
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.6 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalSecretPoliceCurveDagger1
    Attack, RangedAttack, Projectile, Triggerable
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.6 seg
    Inflige un 16.161616161616% menos de daño
    20% más Velocidad de Ataque
    +5 metros al alcance de los golpes cuerpo a cuerpo
    base is projectile [1]
    lunaris glaive acceleration x [1500]
    lunaris glaive angle [-20]
    projectile uses contact position [1]
    BetrayalSecretPoliceCurveDagger2
    Attack, RangedAttack, Projectile, Triggerable
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.6 seg
    Inflige un 16.161616161616% menos de daño
    20% más Velocidad de Ataque
    +5 metros al alcance de los golpes cuerpo a cuerpo
    base is projectile [1]
    lunaris glaive acceleration x [1500]
    lunaris glaive angle [-10]
    projectile uses contact position [1]
    BetrayalSecretPoliceCurveDagger3
    Attack, RangedAttack, Projectile, Triggerable
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.6 seg
    Inflige un 16.161616161616% menos de daño
    20% más Velocidad de Ataque
    +5 metros al alcance de los golpes cuerpo a cuerpo
    base is projectile [1]
    lunaris glaive acceleration x [1500]
    projectile uses contact position [1]
    EmptyActionAttackSecretPoliceDaggers
    Attack
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.6 seg
    cast time overrides attack duration [1]
    main hand base maximum attack distance [60]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act5/slave_catcher/net_throw/net.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalSecretPolice2Spectre_"] = {
        name = "Syndicate Operative",
        life = 2.1,
        energyShield = 0.2,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.13,
        damageSpread = 0.2,
        attackTime = 0.6,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "Melee",
            "BetrayalSecretPoliceCurveDagger1",
            "BetrayalSecretPoliceCurveDagger2",
            "BetrayalSecretPoliceCurveDagger3",
            "EmptyActionAttackSecretPoliceDaggers",
            "WalkEmergeBetrayal",
        },
        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["BetrayalSecretPoliceCurveDagger1"] = {
        name = "BetrayalSecretPoliceCurveDagger1",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "lunaris_glaive_angle",
            "lunaris_glaive_acceleration_x",
            "active_skill_attack_speed_+%_final",
            "melee_weapon_range_+",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {-50, -20, 1500, 20, 50, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, -20, 1500, 20, 50, levelRequirement = 100, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSecretPoliceCurveDagger2"] = {
        name = "BetrayalSecretPoliceCurveDagger2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "lunaris_glaive_angle",
            "lunaris_glaive_acceleration_x",
            "active_skill_attack_speed_+%_final",
            "melee_weapon_range_+",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {-50, -10, 1500, 20, 50, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, -10, 1500, 20, 50, levelRequirement = 100, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSecretPoliceCurveDagger3"] = {
        name = "BetrayalSecretPoliceCurveDagger3",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "lunaris_glaive_acceleration_x",
            "active_skill_attack_speed_+%_final",
            "melee_weapon_range_+",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {-50, 1500, 20, 50, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 1500, 20, 50, levelRequirement = 100, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionAttackSecretPoliceDaggers"] = {
        name = "EmptyActionAttackSecretPoliceDaggers",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.87,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "main_hand_base_maximum_attack_distance",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {60, levelRequirement = 0, statInterpolation = {},  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 = { }, },
        },
    }
    
    Syndicate Operative
    Humanoide
    SpectreY
    Tagsfast_movement, flesh_armour, human, humanoid, is_unarmed, medium_height, melee, no_cannot_die_aura, no_pantheon_mod, not_str, physical_affinity, red_blood, slashing_weapon, templar
    Packs
  • Syndicate Conduit, Syndicate Fabricator, Syndicate Muscle, Syndicate Marksman, Syndicate Assassin, Syndicate Operative
  • Vida
    210%
    Energy Shield From Life
    20%
    Evasión
    +40%
    Ailment Threshold
    210%
    Resistencia
    20 20 20 0
    Damage
    113%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    0.6 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    100%
    Type
    BetrayalSecretPolice
    Metadata
    BetrayalSecretPolice2Necropolis__
    Nivel
    68
    Vida
    13,510
    Armaduras
    28,790
    Evasión
    6,635
    Escudo de energía
    1,225
    Damage
    422
    Daño de hechizos
    422
    Precisión
    290
    Attack Time
    0.6
    Experiencia
    15,383
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.6 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalSecretPoliceCurveDagger1
    Attack, RangedAttack, Projectile, Triggerable
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.6 seg
    Inflige un 16.161616161616% menos de daño
    20% más Velocidad de Ataque
    +5 metros al alcance de los golpes cuerpo a cuerpo
    base is projectile [1]
    lunaris glaive acceleration x [1500]
    lunaris glaive angle [-20]
    projectile uses contact position [1]
    BetrayalSecretPoliceCurveDagger2
    Attack, RangedAttack, Projectile, Triggerable
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.6 seg
    Inflige un 16.161616161616% menos de daño
    20% más Velocidad de Ataque
    +5 metros al alcance de los golpes cuerpo a cuerpo
    base is projectile [1]
    lunaris glaive acceleration x [1500]
    lunaris glaive angle [-10]
    projectile uses contact position [1]
    BetrayalSecretPoliceCurveDagger3
    Attack, RangedAttack, Projectile, Triggerable
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.6 seg
    Inflige un 16.161616161616% menos de daño
    20% más Velocidad de Ataque
    +5 metros al alcance de los golpes cuerpo a cuerpo
    base is projectile [1]
    lunaris glaive acceleration x [1500]
    projectile uses contact position [1]
    EmptyActionAttackSecretPoliceDaggers
    Attack
    Base Damage: 338–507
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.6 seg
    cast time overrides attack duration [1]
    main hand base maximum attack distance [60]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act5/slave_catcher/net_throw/net.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueNecropolis/BetrayalSecretPolice2Necropolis__"] = {
        name = "Syndicate Operative",
        life = 2.1,
        energyShield = 0.2,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.13,
        damageSpread = 0.2,
        attackTime = 0.6,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "Melee",
            "BetrayalSecretPoliceCurveDagger1",
            "BetrayalSecretPoliceCurveDagger2",
            "BetrayalSecretPoliceCurveDagger3",
            "EmptyActionAttackSecretPoliceDaggers",
            "WalkEmergeBetrayal",
        },
        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["BetrayalSecretPoliceCurveDagger1"] = {
        name = "BetrayalSecretPoliceCurveDagger1",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "lunaris_glaive_angle",
            "lunaris_glaive_acceleration_x",
            "active_skill_attack_speed_+%_final",
            "melee_weapon_range_+",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {-50, -20, 1500, 20, 50, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, -20, 1500, 20, 50, levelRequirement = 100, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSecretPoliceCurveDagger2"] = {
        name = "BetrayalSecretPoliceCurveDagger2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "lunaris_glaive_angle",
            "lunaris_glaive_acceleration_x",
            "active_skill_attack_speed_+%_final",
            "melee_weapon_range_+",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {-50, -10, 1500, 20, 50, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, -10, 1500, 20, 50, levelRequirement = 100, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSecretPoliceCurveDagger3"] = {
        name = "BetrayalSecretPoliceCurveDagger3",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "lunaris_glaive_acceleration_x",
            "active_skill_attack_speed_+%_final",
            "melee_weapon_range_+",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {-50, 1500, 20, 50, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
            [2] = {0, 1500, 20, 50, levelRequirement = 100, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionAttackSecretPoliceDaggers"] = {
        name = "EmptyActionAttackSecretPoliceDaggers",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.87,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "main_hand_base_maximum_attack_distance",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {60, levelRequirement = 0, statInterpolation = {},  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 = { }, },
        },
    }
    
    Edit

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