Acólito do Urso
Humanóide
stance movement speed +% final [112]
Bear Acolyte
SpectreY
AreaFloresta Ocidental, Caminhos Fluviais, Floresta do Sul, A Encruzilhada, Laboratório 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
  • Laboratório Eterno: Acólito do Urso, Acólito do Javali
  • Laboratório Eterno: Acólito do Urso, Acólito do Cervo
  • Vida
    132%
    Armadura
    +50%
    Ailment Threshold
    132%
    Resistência
    0 0 0 0
    Damage
    168%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    110%
    Type
    BanditTwoHandedWeaponBear
    Metadata
    BearBandit
    Nível
    68
    Vida
    8,492
    Armadura
    43,185
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    628
    Dano Mágico
    628
    Precisão
    290
    Attack Time
    1.35
    Experiência
    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 Padrão
    Base Damage: 502–753
    Chance de Crítico: 5%
    Attack Time: 1.35 seg
    Abate seus inimigos com um 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
    Pancada
    Base Damage: 502–753
    Chance de Crítico: 5%
    Attack Time: 1.35 seg
    Ataca o inimigo com uma pancada forte, empurrando-o. Requer uma Maça, Cetro, Machado, Espada ou Arma de Duas Mãos
    Empurra Inimigos ao Acertar
    Causa 50% mais Dano
    Ponto de Atordoamento Inimigo reduzido em 30%
    BanditBearCleave
    Attack, Area, Multistrikeable, Melee, ThresholdJewelArea, Physical
    Cutilada
    Base Damage: 502–753
    Chance de Crítico: 5%
    Attack Time: 1.35 seg
    O personagem balança sua arma (ou ambas as armas se estiver com dupla empunhadura) em um arco, causando dano em uma área na sua frente. Funciona apenas com Machados e Espadas.
    Quando em Dupla Empunhadura, Causa 60% do Dano combinando cada Arma
    Dano Físico aumentado em 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
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Acólito do Urso
    Humanóide
    stance movement speed +% final [112]
    Bear Acolyte
    SpectreY
    AreaFloresta Ocidental, Caminhos Fluviais, Floresta do Sul, A Encruzilhada, Campos Cinzentos
    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
    Vida
    100%
    Armadura
    +50%
    Ailment Threshold
    100%
    Resistência
    0 0 0 0
    Damage
    140%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    BanditTwoHandedWeapon
    Metadata
    BearBanditNoHat
    Nível
    53
    Vida
    2,350
    Armadura
    12,828
    Evasão
    2,730
    Escudo de Energia
    0
    Damage
    241
    Dano Mágico
    241
    Precisão
    159
    Attack Time
    1.35
    Experiência
    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 Padrão
    Base Damage: 193–289
    Chance de Crítico: 5%
    Attack Time: 1.35 seg
    Abate seus inimigos com um 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
    Cutilada
    Base Damage: 193–289
    Chance de Crítico: 5%
    Attack Time: 1.35 seg
    O personagem balança sua arma (ou ambas as armas se estiver com dupla empunhadura) em um arco, causando dano em uma área na sua frente. Funciona apenas com Machados e Espadas.
    Quando em Dupla Empunhadura, Causa 60% do Dano combinando cada Arma
    Dano Físico aumentado em 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
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Acólito do Urso
    Morto-vivo
    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 do Urso, Acólito do Javali, Acólito do Cervo
  • Vida
    90%
    Armadura
    +15%
    Ailment Threshold
    90%
    Resistência
    0 0 40 0
    Damage
    160%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    4 ~ 11
    Attack Time
    0.975 Second
    Damage Spread
    ±30%
    Experiência
    100%
    Model Size
    100%
    Type
    SkeletonMelee
    Metadata
    HellscapeSkeletonBearBandit
    Nível
    68
    Vida
    5,790
    Armadura
    33,109
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    598
    Dano Mágico
    598
    Precisão
    290
    Attack Time
    0.975
    Experiência
    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 Padrão
    Base Damage: 418–777
    Chance de Crítico: 5%
    Attack Time: 0.975 seg
    Abate seus inimigos com um 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
    Pancada
    Base Damage: 418–777
    Chance de Crítico: 5%
    Attack Time: 0.975 seg
    Ataca o inimigo com uma pancada forte, empurrando-o. Requer uma Maça, Cetro, Machado, Espada ou Arma de Duas Mãos
    Empurra Inimigos ao Acertar
    Causa 50% mais Dano
    Ponto de Atordoamento Inimigo reduzido em 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
    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.