Acólito de osos
Humanoide
stance movement speed +% final [112]
Bear Acolyte
SpectreY
AreaEl Bosque del Oeste, Las Vías del Río, El Bosque del Sur, La Encrucijada, El Laboratorio Eterno
Tagsbandit, flesh_armour, has_two_hand_sword, has_two_handed_melee, human, humanoid, medium_height, melee, not_dex, not_int, physical_affinity, red_blood, slashing_weapon, slow_movement
Packs
  • El Bosque del Oeste, Las Vías del Río, El Bosque del Sur: Acólito de ciervos, Acólito de osos, Acólito de jabalíes
  • La Encrucijada: Acólito de ciervos, Acólito de osos, Acólito de jabalíes
  • El Laboratorio Eterno: Acólito de osos, Acólito de jabalíes
  • El Laboratorio Eterno: Acólito de osos, Acólito de ciervos
  • Vida
    132%
    Armaduras
    +50%
    Ailment Threshold
    132%
    Resistencia
    0 0 0 0
    Damage
    168%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    110%
    Type
    BanditTwoHandedWeaponBear
    Metadata
    BearBandit
    Nivel
    68
    Vida
    8,492
    Armaduras
    43,185
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    628
    Daño de hechizos
    628
    Precisión
    290
    Attack Time
    1.35
    Experiencia
    12,306
    Ailment Threshold
    8,492
    Chill
    27
    Shock
    27
    Brittle
    152
    Scorch
    27
    Sap
    74
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 502–753
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.35 seg
    Derriba a tus enemigos con un golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    BanditBearHeavyStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee
    Golpe pesado
    Base Damage: 502–753
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.35 seg
    Ataca a los enemigos con un contundente embate y los empuja hacia atrás. Requiere una maza, un cetro, un hacha, una espada o un arma a dos manos.
    Empuja a los enemigos con cada golpe
    Inflige un 50% más de daño
    Umbral de aturdimiento de los enemigos reducido un 30%
    BanditBearCleave
    Attack, Area, Multistrikeable, Melee, ThresholdJewelArea, Physical
    Hendidura
    Base Damage: 502–753
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.35 seg
    El personaje golpea en arco con su arma (o ambas armas si empuña dos) para infligir daño a los monstruos en un área delante de él. Solo funciona con hachas y espadas.
    Cuando usas doble empuñadura, inflige el 60% del daño de cada arma combinado
    Daño físico aumentado un 35%
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-20]
    skill double hits when dual wielding [1]

    Object Type

    version 2
    extends "Metadata/Monsters/MonsterIgnoreMeleePatternRange"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    	basic_action = "Emerge3"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/MonsterIgnoreMeleePatternRange"
    
    Animated
    {
    	on_any_tent = "parent.PlayAnimationTreeByIndex( 0 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandits/BearBandit"] = {
        name = "Bear Acolyte",
        life = 1.32,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.68,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "BanditBearCleave",
            "MeleeAtAnimationSpeed",
            "BanditBearHeavyStrike",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BanditBearCleave"] = {
        name = "Cleave",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ThresholdJewelArea] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_merged_damage_+%_final_while_dual_wielding",
            "physical_damage_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "skill_double_hits_when_dual_wielding",
        },
        levels = {
            [1] = {-40, 35, -20, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BanditBearHeavyStrike"] = {
        name = "Heavy Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attacks enemies with a forceful blow, knocking them back. Requires a Mace, Sceptre, Axe, Sword or Two-Handed Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "global_knockback",
        },
        levels = {
            [1] = {30, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Acólito de osos
    Humanoide
    stance movement speed +% final [112]
    Bear Acolyte
    SpectreY
    AreaEl Bosque del Oeste, Las Vías del Río, El Bosque del Sur, La Encrucijada, Los Campos de Ceniza
    Tagsbandit, flesh_armour, has_two_hand_sword, has_two_handed_melee, human, humanoid, medium_height, melee, not_dex, not_int, physical_affinity, red_blood, slashing_weapon, very_slow_movement
    Packs
  • El Bosque del Oeste, Las Vías del Río, El Bosque del Sur: Acólito de ciervos, Acólito de osos, Acólito de jabalíes
  • La Encrucijada, Los Campos de Ceniza: Acólito de ciervos, Acólito de osos, Acólito de jabalíes
  • Vida
    100%
    Armaduras
    +50%
    Ailment Threshold
    100%
    Resistencia
    0 0 0 0
    Damage
    140%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    BanditTwoHandedWeapon
    Metadata
    BearBanditNoHat
    Nivel
    53
    Vida
    2,350
    Armaduras
    12,828
    Evasión
    2,730
    Escudo de energía
    0
    Damage
    241
    Daño de hechizos
    241
    Precisión
    159
    Attack Time
    1.35
    Experiencia
    6,324
    Ailment Threshold
    2,350
    Chill
    7
    Shock
    7
    Brittle
    42
    Scorch
    7
    Sap
    21
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 193–289
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.35 seg
    Derriba a tus enemigos con un golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    BanditBearCleave
    Attack, Area, Multistrikeable, Melee, ThresholdJewelArea, Physical
    Hendidura
    Base Damage: 193–289
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.35 seg
    El personaje golpea en arco con su arma (o ambas armas si empuña dos) para infligir daño a los monstruos en un área delante de él. Solo funciona con hachas y espadas.
    Cuando usas doble empuñadura, inflige el 60% del daño de cada arma combinado
    Daño físico aumentado un 35%
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-20]
    skill double hits when dual wielding [1]

    Object Type

    version 2
    extends "Metadata/Monsters/MonsterIgnoreMeleePatternRange"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Sword"
    	basic_action = "ChangeToStance2"
    	basic_action = "ChangeToStance1"
    	basic_action = "Emerge"
    	basic_action = "Emerge2"
    	basic_action = "Emerge3"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/MonsterIgnoreMeleePatternRange"
    
    Animated
    {
    	on_any_tent = "parent.PlayAnimationTreeByIndex( 0 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandits/BearBanditNoHat"] = {
        name = "Bear Acolyte",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 13,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "BanditBearCleave",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BanditBearCleave"] = {
        name = "Cleave",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ThresholdJewelArea] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_merged_damage_+%_final_while_dual_wielding",
            "physical_damage_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "skill_double_hits_when_dual_wielding",
        },
        levels = {
            [1] = {-40, 35, -20, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Acólito de Osos
    No muerto
    undead description [1]
    Bear Acolyte
    SpectreN
    Tagsbone_armour, bones, has_two_hand_sword, has_two_handed_melee, melee, not_dex, not_int, physical_affinity, skeleton, slashing_weapon, slow_movement, undead
    Packs
  • Acólito de Osos, Acólito de Jabalíes, Acólito de Ciervos
  • Vida
    90%
    Armaduras
    +15%
    Ailment Threshold
    90%
    Resistencia
    0 0 40 0
    Damage
    160%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    4 ~ 11
    Attack Time
    0.975 Second
    Damage Spread
    ±30%
    Experiencia
    100%
    Model Size
    100%
    Type
    SkeletonMelee
    Metadata
    HellscapeSkeletonBearBandit
    Nivel
    68
    Vida
    5,790
    Armaduras
    33,109
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    598
    Daño de hechizos
    598
    Precisión
    290
    Attack Time
    0.975
    Experiencia
    10,255
    Ailment Threshold
    5,790
    Chill
    18
    Shock
    18
    Brittle
    104
    Scorch
    18
    Sap
    51
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 418–777
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.975 seg
    Derriba a tus enemigos con un golpe poderoso.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    BanditBearHeavyStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee
    Golpe pesado
    Base Damage: 418–777
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.975 seg
    Ataca a los enemigos con un contundente embate y los empuja hacia atrás. Requiere una maza, un cetro, un hacha, una espada o un arma a dos manos.
    Empuja a los enemigos con cada golpe
    Inflige un 50% más de daño
    Umbral de aturdimiento de los enemigos reducido un 30%

    Object Type

    version 2
    extends "Metadata/Monsters/MonsterIgnoreMeleePatternRange"
    extends "Metadata/Monsters/LeagueHellscape/HellscapeMonsterAddon"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    	basic_action = "Revive"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/MonsterIgnoreMeleePatternRange"
    extends "Metadata/Monsters/LeagueHellscape/HellscapeMonsterAddon"
    
    Render {}
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueHellscape/Generic/Skeletons/HellscapeSkeletonBearBandit"] = {
        name = "Bear Acolyte",
        life = 0.9,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.6,
        damageSpread = 0.3,
        attackTime = 0.975,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "BanditBearHeavyStrike",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BanditBearHeavyStrike"] = {
        name = "Heavy Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attacks enemies with a forceful blow, knocking them back. Requires a Mace, Sceptre, Axe, Sword or Two-Handed Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "global_knockback",
        },
        levels = {
            [1] = {30, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domainsmonstruo (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.