Vigia Esfolado
Morto-vivo
undead description [1]
Flayed Lookout
SpectreY
Spectre OverrideMetadata/Monsters/LeagueBetrayal/BetrayalSkeletonRangedSpectre
AreaRefúgio do Sindicato, Refúgio do Sindicato, Refúgio do Sindicato, Covil do Comandante
Tagsbone_armour, bones, cannot_be_monolith, has_bow, humanoid, medium_height, medium_movement, no_cannot_die_aura, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, undead
Packs
  • Refúgio do Sindicato: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Refúgio do Sindicato: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Tecelão de Espíritos, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Refúgio do Sindicato: Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado, Lacaio Erguido
  • Refúgio do Sindicato: Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Covil do Comandante: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Covil do Comandante: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Tecelão de Espíritos, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Vida
    120%
    Armadura
    +25%
    Ailment Threshold
    120%
    Resistência
    0 0 40 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 80
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    BetrayalSkeletonRanged
    Metadata
    BetrayalSkeletonRanged
    Nível
    83
    Vida
    38,420
    Armadura
    115,596
    Evasão
    7,860
    Damage
    1,080
    Dano Mágico
    1,080
    Precisão
    1,036
    Attack Time
    1.5
    Experiência
    15,758
    Minion Life
    7,321
    Minion Damage
    913
    Ailment Threshold
    38,420
    Chill
    121
    Shock
    121
    Brittle
    687
    Scorch
    121
    Sap
    336
    BetrayalSkeletonMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 864–1297
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    arrow projectile variation [5]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    skill visual scale +% [-30]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalSkeletonSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 864–1297
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Recarga: 8 seg
    Projéteis Perfuram todos Alvos
    Causa 100% mais Dano
    25% menos Velocidade de Ataque
    base is projectile [1]
    monster projectile variation [51]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalSkeletonRanged"] = {
        name = "Flayed Lookout",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BetrayalSkeletonMelee",
            "BetrayalSkeletonSnipe",
            "WalkEmergeBetrayal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonMelee"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_visual_scale_+%",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {5, -30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonSnipe"] = {
        name = "BetrayalSkeletonSnipe",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {51, 100, -25, levelRequirement = 1, 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 = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge, Emerge2, Revive
    Actor.slow_animations_go_to_idletrue, false
    Actor.main_hand_unarmed_typeOne_Hand_Mace
    Vigia Esfolado
    Morto-vivo
    undead description [1]
    Flayed Lookout
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueBetrayal/BetrayalSkeletonRangedSpectre
    Tagsbone_armour, bones, cannot_be_monolith, has_bow, humanoid, medium_height, medium_movement, no_cannot_die_aura, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, undead
    Vida
    120%
    Armadura
    +25%
    Ailment Threshold
    120%
    Resistência
    0 0 40 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 80
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    BetrayalSkeletonRanged
    Metadata
    BetrayalSkeletonRangedSpawned
    Nível
    68
    Vida
    7,720
    Armadura
    35,988
    Evasão
    4,739
    Damage
    448
    Dano Mágico
    448
    Precisão
    580
    Attack Time
    1.5
    Experiência
    12,306
    Minion Life
    1,675
    Minion Damage
    358
    Ailment Threshold
    7,720
    Chill
    24
    Shock
    24
    Brittle
    138
    Scorch
    24
    Sap
    67
    BetrayalSkeletonMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    arrow projectile variation [5]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    skill visual scale +% [-30]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalSkeletonSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Recarga: 8 seg
    Projéteis Perfuram todos Alvos
    Causa 100% mais Dano
    25% menos Velocidade de Ataque
    base is projectile [1]
    monster projectile variation [51]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterSink"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterSink"
    
    Render
    {
         //turn_duration = 0.35
    }
    
    Life
    {
    	corpse_sink_delay_ms = 4000
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalSkeletonRangedSpawned"] = {
        name = "Flayed Lookout",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BetrayalSkeletonMelee",
            "BetrayalSkeletonSnipe",
            "WalkEmergeBetrayal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonMelee"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_visual_scale_+%",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {5, -30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonSnipe"] = {
        name = "BetrayalSkeletonSnipe",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {51, 100, -25, levelRequirement = 1, 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 = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge, Emerge2, Revive
    Actor.slow_animations_go_to_idletrue, false
    Actor.main_hand_unarmed_typeOne_Hand_Mace
    Vigia Esfolado
    Morto-vivo
    undead description [1]
    Flayed Lookout
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueBetrayal/BetrayalSkeletonRangedSpectre
    Tagsbone_armour, bones, has_bow, humanoid, medium_height, medium_movement, no_cannot_die_aura, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, undead
    Packs
  • Escultura Mutilada, Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Mandíbula Destruidora
  • Escultura Mutilada, Lacaio Erguido, Vanguarda Esfolada, Vigia Esfolado
  • Vida
    120%
    Armadura
    +25%
    Ailment Threshold
    120%
    Resistência
    0 0 40 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 80
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    BetrayalSkeletonRanged
    Metadata
    BetrayalSkeletonRangedSiegeGuard
    Nível
    68
    Vida
    7,720
    Armadura
    35,988
    Evasão
    4,739
    Damage
    448
    Dano Mágico
    448
    Precisão
    580
    Attack Time
    1.5
    Experiência
    12,306
    Minion Life
    1,675
    Minion Damage
    358
    Ailment Threshold
    7,720
    Chill
    24
    Shock
    24
    Brittle
    138
    Scorch
    24
    Sap
    67
    BetrayalSkeletonMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    arrow projectile variation [5]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    skill visual scale +% [-30]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalSkeletonSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Recarga: 8 seg
    Projéteis Perfuram todos Alvos
    Causa 100% mais Dano
    25% menos Velocidade de Ataque
    base is projectile [1]
    monster projectile variation [51]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBaseExperience"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBaseExperience"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalSkeletonRangedSiegeGuard"] = {
        name = "Flayed Lookout",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BetrayalSkeletonMelee",
            "BetrayalSkeletonSnipe",
            "WalkEmergeBetrayal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonMelee"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_visual_scale_+%",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {5, -30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonSnipe"] = {
        name = "BetrayalSkeletonSnipe",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {51, 100, -25, levelRequirement = 1, 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 = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Vigia Esfolado
    Morto-vivo
    undead description [1]
    Flayed Lookout
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueBetrayal/BetrayalSkeletonRangedSpectre
    AreaRefúgio do Sindicato, Refúgio do Sindicato, Refúgio do Sindicato, Covil do Comandante
    Tagsbone_armour, bones, has_bow, humanoid, medium_height, medium_movement, no_cannot_die_aura, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, undead
    Packs
  • Refúgio do Sindicato: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Refúgio do Sindicato: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Tecelão de Espíritos, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Refúgio do Sindicato: Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado, Lacaio Erguido
  • Refúgio do Sindicato: Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Covil do Comandante: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Covil do Comandante: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Tecelão de Espíritos, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Vida
    120%
    Armadura
    +25%
    Ailment Threshold
    120%
    Resistência
    0 0 40 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 80
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    BetrayalSkeletonRanged
    Metadata
    BetrayalSkeletonRanged2
    Nível
    83
    Vida
    38,420
    Armadura
    115,596
    Evasão
    7,860
    Damage
    1,080
    Dano Mágico
    1,080
    Precisão
    1,036
    Attack Time
    1.5
    Experiência
    15,758
    Minion Life
    7,321
    Minion Damage
    913
    Ailment Threshold
    38,420
    Chill
    121
    Shock
    121
    Brittle
    687
    Scorch
    121
    Sap
    336
    BetrayalSkeletonMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 864–1297
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    arrow projectile variation [5]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    skill visual scale +% [-30]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalSkeletonSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 864–1297
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Recarga: 8 seg
    Projéteis Perfuram todos Alvos
    Causa 100% mais Dano
    25% menos Velocidade de Ataque
    base is projectile [1]
    monster projectile variation [51]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalSkeletonRanged2"] = {
        name = "Flayed Lookout",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BetrayalSkeletonMelee",
            "BetrayalSkeletonSnipe",
            "WalkEmergeBetrayal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonMelee"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_visual_scale_+%",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {5, -30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonSnipe"] = {
        name = "BetrayalSkeletonSnipe",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {51, 100, -25, levelRequirement = 1, 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 = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Vigia Esfolado
    Morto-vivo
    undead description [1]
    Flayed Lookout
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueBetrayal/BetrayalSkeletonRangedSpectre
    Tagsbone_armour, bones, has_bow, humanoid, medium_height, medium_movement, no_cannot_die_aura, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, undead
    Vida
    120%
    Armadura
    +25%
    Ailment Threshold
    120%
    Resistência
    0 0 40 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 80
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    BetrayalSkeletonRanged
    Metadata
    BetrayalSkeletonRanged2Spawned
    Nível
    68
    Vida
    7,720
    Armadura
    35,988
    Evasão
    4,739
    Damage
    448
    Dano Mágico
    448
    Precisão
    580
    Attack Time
    1.5
    Experiência
    12,306
    Minion Life
    1,675
    Minion Damage
    358
    Ailment Threshold
    7,720
    Chill
    24
    Shock
    24
    Brittle
    138
    Scorch
    24
    Sap
    67
    BetrayalSkeletonMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    arrow projectile variation [5]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    skill visual scale +% [-30]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalSkeletonSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Recarga: 8 seg
    Projéteis Perfuram todos Alvos
    Causa 100% mais Dano
    25% menos Velocidade de Ataque
    base is projectile [1]
    monster projectile variation [51]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterSink"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterSink"
    
    Render
    {
         //turn_duration = 0.35
    }
    
    Life
    {
    	corpse_sink_delay_ms = 4000
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalSkeletonRanged2Spawned"] = {
        name = "Flayed Lookout",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BetrayalSkeletonMelee",
            "BetrayalSkeletonSnipe",
            "WalkEmergeBetrayal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonMelee"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_visual_scale_+%",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {5, -30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonSnipe"] = {
        name = "BetrayalSkeletonSnipe",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {51, 100, -25, levelRequirement = 1, 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 = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Vigia Esfolado
    Morto-vivo
    undead description [1]
    Flayed Lookout
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueBetrayal/BetrayalSkeletonRangedSpectre
    AreaRefúgio do Sindicato, Refúgio do Sindicato, Refúgio do Sindicato, Covil do Comandante
    Tagsbone_armour, bones, has_bow, humanoid, medium_height, medium_movement, no_cannot_die_aura, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, undead
    Packs
  • Refúgio do Sindicato: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Refúgio do Sindicato: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Tecelão de Espíritos, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Refúgio do Sindicato: Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado, Lacaio Erguido
  • Refúgio do Sindicato: Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Covil do Comandante: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Covil do Comandante: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Tecelão de Espíritos, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Vida
    120%
    Armadura
    +25%
    Ailment Threshold
    120%
    Resistência
    0 0 40 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 80
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    BetrayalSkeletonRanged
    Metadata
    BetrayalSkeletonRanged3
    Nível
    83
    Vida
    38,420
    Armadura
    115,596
    Evasão
    7,860
    Damage
    1,080
    Dano Mágico
    1,080
    Precisão
    1,036
    Attack Time
    1.5
    Experiência
    15,758
    Minion Life
    7,321
    Minion Damage
    913
    Ailment Threshold
    38,420
    Chill
    121
    Shock
    121
    Brittle
    687
    Scorch
    121
    Sap
    336
    BetrayalSkeletonMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 864–1297
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    arrow projectile variation [5]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    skill visual scale +% [-30]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalSkeletonSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 864–1297
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Recarga: 8 seg
    Projéteis Perfuram todos Alvos
    Causa 100% mais Dano
    25% menos Velocidade de Ataque
    base is projectile [1]
    monster projectile variation [51]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalSkeletonRanged3"] = {
        name = "Flayed Lookout",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BetrayalSkeletonMelee",
            "BetrayalSkeletonSnipe",
            "WalkEmergeBetrayal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonMelee"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_visual_scale_+%",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {5, -30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonSnipe"] = {
        name = "BetrayalSkeletonSnipe",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {51, 100, -25, levelRequirement = 1, 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 = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Vigia Esfolado
    Morto-vivo
    undead description [1]
    Flayed Lookout
    SpectreN
    Spectre OverrideMetadata/Monsters/LeagueBetrayal/BetrayalSkeletonRangedSpectre
    Tagsbone_armour, bones, has_bow, humanoid, medium_height, medium_movement, no_cannot_die_aura, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, undead, unusable_corpse
    Vida
    120%
    Armadura
    +25%
    Ailment Threshold
    120%
    Resistência
    0 0 40 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 80
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    BetrayalSkeletonRanged
    Metadata
    BetrayalSkeletonRanged3Spawned_
    Nível
    68
    Vida
    7,720
    Armadura
    35,988
    Evasão
    4,739
    Damage
    448
    Dano Mágico
    448
    Precisão
    580
    Attack Time
    1.5
    Experiência
    12,306
    Minion Life
    1,675
    Minion Damage
    358
    Ailment Threshold
    7,720
    Chill
    24
    Shock
    24
    Brittle
    138
    Scorch
    24
    Sap
    67
    BetrayalSkeletonMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    arrow projectile variation [5]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    skill visual scale +% [-30]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalSkeletonSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Recarga: 8 seg
    Projéteis Perfuram todos Alvos
    Causa 100% mais Dano
    25% menos Velocidade de Ataque
    base is projectile [1]
    monster projectile variation [51]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterSink"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterSink"
    
    Render
    {
         //turn_duration = 0.35
    }
    
    Life
    {
    	corpse_sink_delay_ms = 4000
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalSkeletonRanged3Spawned_"] = {
        name = "Flayed Lookout",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BetrayalSkeletonMelee",
            "BetrayalSkeletonSnipe",
            "WalkEmergeBetrayal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonMelee"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_visual_scale_+%",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {5, -30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonSnipe"] = {
        name = "BetrayalSkeletonSnipe",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {51, 100, -25, levelRequirement = 1, 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 = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Vigia Esfolado
    Morto-vivo
    undead description [1]
    Flayed Lookout
    SpectreN
    Spectre OverrideMetadata/Monsters/LeagueBetrayal/BetrayalSkeletonRangedSpectre
    AreaRefúgio do Sindicato, Refúgio do Sindicato, Refúgio do Sindicato, Covil do Comandante
    Tagsbone_armour, bones, has_bow, humanoid, medium_height, medium_movement, no_cannot_die_aura, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, undead, unusable_corpse
    Packs
  • Refúgio do Sindicato: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Refúgio do Sindicato: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Tecelão de Espíritos, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Refúgio do Sindicato: Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado, Lacaio Erguido
  • Refúgio do Sindicato: Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Covil do Comandante: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Covil do Comandante: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Tecelão de Espíritos, Vanguarda Esfolada, Vigia Esfolado, Vigia Esfolado
  • Vida
    120%
    Armadura
    +25%
    Ailment Threshold
    120%
    Resistência
    0 0 40 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 80
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    BetrayalSkeletonRanged
    Metadata
    BetrayalSkeletonRanged4
    Nível
    83
    Vida
    38,420
    Armadura
    115,596
    Evasão
    7,860
    Damage
    1,080
    Dano Mágico
    1,080
    Precisão
    1,036
    Attack Time
    1.5
    Experiência
    15,758
    Minion Life
    7,321
    Minion Damage
    913
    Ailment Threshold
    38,420
    Chill
    121
    Shock
    121
    Brittle
    687
    Scorch
    121
    Sap
    336
    BetrayalSkeletonMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 864–1297
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    arrow projectile variation [5]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    skill visual scale +% [-30]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalSkeletonSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 864–1297
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Recarga: 8 seg
    Projéteis Perfuram todos Alvos
    Causa 100% mais Dano
    25% menos Velocidade de Ataque
    base is projectile [1]
    monster projectile variation [51]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalSkeletonRanged4"] = {
        name = "Flayed Lookout",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BetrayalSkeletonMelee",
            "BetrayalSkeletonSnipe",
            "WalkEmergeBetrayal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonMelee"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_visual_scale_+%",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {5, -30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonSnipe"] = {
        name = "BetrayalSkeletonSnipe",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {51, 100, -25, levelRequirement = 1, 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 = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Vigia Esfolado
    Morto-vivo
    undead description [1]
    Flayed Lookout
    SpectreN
    Spectre OverrideMetadata/Monsters/LeagueBetrayal/BetrayalSkeletonRangedSpectre
    Tagsbone_armour, bones, has_bow, humanoid, medium_height, medium_movement, no_cannot_die_aura, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, undead, unusable_corpse
    Vida
    120%
    Armadura
    +25%
    Ailment Threshold
    120%
    Resistência
    0 0 40 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 80
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    BetrayalSkeletonRanged
    Metadata
    BetrayalSkeletonRanged4Spawned
    Nível
    68
    Vida
    7,720
    Armadura
    35,988
    Evasão
    4,739
    Damage
    448
    Dano Mágico
    448
    Precisão
    580
    Attack Time
    1.5
    Experiência
    12,306
    Minion Life
    1,675
    Minion Damage
    358
    Ailment Threshold
    7,720
    Chill
    24
    Shock
    24
    Brittle
    138
    Scorch
    24
    Sap
    67
    BetrayalSkeletonMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    arrow projectile variation [5]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    skill visual scale +% [-30]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalSkeletonSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Recarga: 8 seg
    Projéteis Perfuram todos Alvos
    Causa 100% mais Dano
    25% menos Velocidade de Ataque
    base is projectile [1]
    monster projectile variation [51]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterSink"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterSink"
    
    Render
    {
         //turn_duration = 0.35
    }
    
    Life
    {
    	corpse_sink_delay_ms = 4000
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalSkeletonRanged4Spawned"] = {
        name = "Flayed Lookout",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BetrayalSkeletonMelee",
            "BetrayalSkeletonSnipe",
            "WalkEmergeBetrayal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonMelee"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_visual_scale_+%",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {5, -30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonSnipe"] = {
        name = "BetrayalSkeletonSnipe",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {51, 100, -25, levelRequirement = 1, 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 = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Vigia Esfolado
    Morto-vivo
    undead description [1]
    Flayed Lookout
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueBetrayal/BetrayalSkeletonRangedSpectre
    AreaRefúgio do Sindicato, Refúgio do Sindicato, Refúgio do Sindicato, Covil do Comandante
    Tagsbone_armour, bones, has_bow, humanoid, medium_height, medium_movement, no_cannot_die_aura, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, undead
    Packs
  • Refúgio do Sindicato: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado
  • Refúgio do Sindicato: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Tecelão de Espíritos, Vanguarda Esfolada, Vigia Esfolado
  • Refúgio do Sindicato: Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado, Lacaio Erguido
  • Refúgio do Sindicato: Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado
  • Covil do Comandante: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Manipulador da Carne, Vanguarda Esfolada, Vigia Esfolado
  • Covil do Comandante: Escultura Mutilada, Mandíbula Destruidora, Emaranhado Rastejante, Tecelão de Espíritos, Vanguarda Esfolada, Vigia Esfolado
  • Vida
    120%
    Armadura
    +25%
    Ailment Threshold
    120%
    Resistência
    0 0 40 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 80
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    BetrayalSkeletonRanged
    Metadata
    BetrayalSkeletonRanged5
    Nível
    83
    Vida
    38,420
    Armadura
    115,596
    Evasão
    7,860
    Damage
    1,080
    Dano Mágico
    1,080
    Precisão
    1,036
    Attack Time
    1.5
    Experiência
    15,758
    Minion Life
    7,321
    Minion Damage
    913
    Ailment Threshold
    38,420
    Chill
    121
    Shock
    121
    Brittle
    687
    Scorch
    121
    Sap
    336
    BetrayalSkeletonMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 864–1297
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    arrow projectile variation [5]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    skill visual scale +% [-30]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalSkeletonSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 864–1297
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Recarga: 8 seg
    Projéteis Perfuram todos Alvos
    Causa 100% mais Dano
    25% menos Velocidade de Ataque
    base is projectile [1]
    monster projectile variation [51]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalSkeletonRanged5"] = {
        name = "Flayed Lookout",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BetrayalSkeletonMelee",
            "BetrayalSkeletonSnipe",
            "WalkEmergeBetrayal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonMelee"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_visual_scale_+%",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {5, -30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonSnipe"] = {
        name = "BetrayalSkeletonSnipe",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {51, 100, -25, levelRequirement = 1, 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 = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Vigia Esfolado
    Morto-vivo
    undead description [1]
    Flayed Lookout
    SpectreY
    Spectre OverrideMetadata/Monsters/LeagueBetrayal/BetrayalSkeletonRangedSpectre
    Tagsbone_armour, bones, has_bow, humanoid, medium_height, medium_movement, no_cannot_die_aura, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, undead
    Vida
    120%
    Armadura
    +25%
    Ailment Threshold
    120%
    Resistência
    0 0 40 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 80
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    BetrayalSkeletonRanged
    Metadata
    BetrayalSkeletonRanged5Spawned
    Nível
    68
    Vida
    7,720
    Armadura
    35,988
    Evasão
    4,739
    Damage
    448
    Dano Mágico
    448
    Precisão
    580
    Attack Time
    1.5
    Experiência
    12,306
    Minion Life
    1,675
    Minion Damage
    358
    Ailment Threshold
    7,720
    Chill
    24
    Shock
    24
    Brittle
    138
    Scorch
    24
    Sap
    67
    BetrayalSkeletonMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    arrow projectile variation [5]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    skill visual scale +% [-30]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalSkeletonSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Recarga: 8 seg
    Projéteis Perfuram todos Alvos
    Causa 100% mais Dano
    25% menos Velocidade de Ataque
    base is projectile [1]
    monster projectile variation [51]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterSink"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterSink"
    
    Render
    {
         //turn_duration = 0.35
    }
    
    Life
    {
    	corpse_sink_delay_ms = 4000
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalSkeletonRanged5Spawned"] = {
        name = "Flayed Lookout",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BetrayalSkeletonMelee",
            "BetrayalSkeletonSnipe",
            "WalkEmergeBetrayal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonMelee"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_visual_scale_+%",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {5, -30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonSnipe"] = {
        name = "BetrayalSkeletonSnipe",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {51, 100, -25, levelRequirement = 1, 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 = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Vigia Esfolado
    Morto-vivo
    undead description [1]
    Flayed Lookout
    SpectreY
    Tagsbone_armour, bones, has_bow, humanoid, medium_movement, no_cannot_die_aura, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, undead
    Vida
    120%
    Armadura
    +25%
    Ailment Threshold
    120%
    Resistência
    0 0 40 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 80
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    BetrayalSkeletonRanged
    Metadata
    BetrayalSkeletonRangedSpectre
    Nível
    68
    Vida
    7,720
    Armadura
    35,988
    Evasão
    4,739
    Damage
    448
    Dano Mágico
    448
    Precisão
    580
    Attack Time
    1.5
    Experiência
    12,306
    Minion Life
    1,675
    Minion Damage
    358
    Ailment Threshold
    7,720
    Chill
    24
    Shock
    24
    Brittle
    138
    Scorch
    24
    Sap
    67
    BetrayalSkeletonMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    arrow projectile variation [5]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    skill visual scale +% [-30]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalSkeletonSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Recarga: 8 seg
    Projéteis Perfuram todos Alvos
    Causa 100% mais Dano
    25% menos Velocidade de Ataque
    base is projectile [1]
    monster projectile variation [51]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBaseExperience"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBaseExperience"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalSkeletonRangedSpectre"] = {
        name = "Flayed Lookout",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BetrayalSkeletonMelee",
            "BetrayalSkeletonSnipe",
            "WalkEmergeBetrayal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonMelee"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_visual_scale_+%",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {5, -30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonSnipe"] = {
        name = "BetrayalSkeletonSnipe",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {51, 100, -25, levelRequirement = 1, 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 = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge, Emerge2, Revive
    Actor.slow_animations_go_to_idletrue, false
    Actor.main_hand_unarmed_typeOne_Hand_Mace
    Vigia Esfolado
    Morto-vivo
    undead description [1]
    Flayed Lookout
    SpectreN
    Tagsbone_armour, bones, has_bow, humanoid, medium_height, medium_movement, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, undead
    Vida
    120%
    Armadura
    +25%
    Ailment Threshold
    120%
    Resistência
    0 0 40 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 80
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    BetrayalSkeletonRanged
    Metadata
    BetrayalSkeletonRangedGraveyardMap
    Nível
    68
    Vida
    7,720
    Armadura
    35,988
    Evasão
    4,739
    Damage
    448
    Dano Mágico
    448
    Precisão
    580
    Attack Time
    1.5
    Experiência
    12,306
    Minion Life
    1,675
    Minion Damage
    358
    Ailment Threshold
    7,720
    Chill
    24
    Shock
    24
    Brittle
    138
    Scorch
    24
    Sap
    67
    BetrayalSkeletonMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    arrow projectile variation [5]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    skill visual scale +% [-30]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalSkeletonSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Recarga: 8 seg
    Projéteis Perfuram todos Alvos
    Causa 100% mais Dano
    25% menos Velocidade de Ataque
    base is projectile [1]
    monster projectile variation [51]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueBetrayal/BetrayalSkeletonRangedGraveyardMap"] = {
        name = "Flayed Lookout",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BetrayalSkeletonMelee",
            "BetrayalSkeletonSnipe",
            "WalkEmergeBetrayal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonMelee"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_visual_scale_+%",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {5, -30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonSnipe"] = {
        name = "BetrayalSkeletonSnipe",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {51, 100, -25, levelRequirement = 1, 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 = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge, Emerge2, Revive
    Actor.slow_animations_go_to_idletrue, false
    Actor.main_hand_unarmed_typeOne_Hand_Mace
    Vigia Esfolado
    Morto-vivo
    undead description [1]
    Flayed Lookout
    SpectreY
    Tagsbone_armour, bones, cannot_be_monolith, has_bow, humanoid, medium_height, medium_movement, no_cannot_die_aura, no_pantheon_mod, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, undead
    Packs
  • Haku, Elreon, Tora, Vagan, Vorici, Hillock, o Ferreiro, Leo, Lobo dos Fossos, Guff "Pequeno" Grenn, Janus Perandus, Gravicius, Thane Jorgin, Korell Goya, Rin Yuushu, Cameria, o Sangue Frio, Aisling Laffrey, Riker Maloney, Bajulador Ressuscitado, Vanguarda Esfolada, Vigia Esfolado, Fantasma Compelido, Manipulador Carnal, Manipulador Espiritual
  • Vida
    120%
    Armadura
    +25%
    Ailment Threshold
    120%
    Resistência
    0 0 40 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 80
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    BetrayalSkeletonRanged
    Metadata
    BetrayalSkeletonRangedNecropolis
    Nível
    68
    Vida
    7,720
    Armadura
    35,988
    Evasão
    4,739
    Damage
    448
    Dano Mágico
    448
    Precisão
    580
    Attack Time
    1.5
    Experiência
    12,306
    Minion Life
    1,675
    Minion Damage
    358
    Ailment Threshold
    7,720
    Chill
    24
    Shock
    24
    Brittle
    138
    Scorch
    24
    Sap
    67
    BetrayalSkeletonMelee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    arrow projectile variation [5]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    skill visual scale +% [-30]
    WalkEmergeBetrayal
    walk emerge distance [300]
    BetrayalSkeletonSnipe
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Recarga: 8 seg
    Projéteis Perfuram todos Alvos
    Causa 100% mais Dano
    25% menos Velocidade de Ataque
    base is projectile [1]
    monster projectile variation [51]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueBetrayal/BetrayalMonsterBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueNecropolis/BetrayalSkeletonRangedNecropolis"] = {
        name = "Flayed Lookout",
        life = 1.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BetrayalSkeletonMelee",
            "BetrayalSkeletonSnipe",
            "WalkEmergeBetrayal",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonMelee"] = {
        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 = {
            "arrow_projectile_variation",
            "skill_visual_scale_+%",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
        },
        levels = {
            [1] = {5, -30, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BetrayalSkeletonSnipe"] = {
        name = "BetrayalSkeletonSnipe",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
            "always_pierce",
        },
        levels = {
            [1] = {51, 100, -25, levelRequirement = 1, 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 = { }, },
        },
    }
    
    undead description [1]
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • undead description Min: 1 Max: 1 Global
  • Adds Tagsnecromancer_raisable
    Edit

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