Acólito do Cervo
Humanóide
stance movement speed +% final [112]
Stag Acolyte
SpectreY
AreaFloresta Ocidental, Caminhos Fluviais, Floresta do Sul, A Encruzilhada, Laboratório Eterno
Tagsbandit, flesh_armour, has_bow, human, humanoid, medium_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, very_slow_movement
Packs
  • Floresta Ocidental, Caminhos Fluviais, Floresta do Sul: Acólito do Cervo, Acólito do Urso, Acólito do Javali
  • A Encruzilhada: Acólito do Cervo, Acólito do Urso, Acólito do Javali
  • Laboratório Eterno: Acólito do Urso, Acólito do Cervo
  • Laboratório Eterno: Acólito do Javali, Acólito do Cervo
  • Vida
    146%
    Evasão
    +10%
    Ailment Threshold
    146%
    Resistência
    0 0 0 0
    Damage
    65%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiência
    130%
    Model Size
    110%
    Type
    BanditBowStag
    Metadata
    StagBandit
    Nível
    68
    Vida
    9,393
    Armadura
    28,790
    Evasão
    5,213
    Escudo de Energia
    0
    Damage
    243
    Dano Mágico
    243
    Precisão
    290
    Attack Time
    1.995
    Experiência
    13,332
    Ailment Threshold
    9,393
    Chill
    30
    Shock
    30
    Brittle
    168
    Scorch
    30
    Sap
    82
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 194–291
    Chance de Crítico: 5%
    Attack Time: 1.995 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]
    BanditStagSplitArrow
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Triggerable, Physical
    Flecha Dividida
    Base Damage: 194–291
    Chance de Crítico: 5%
    Attack Time: 1.995 seg
    Recarga: 3 seg
    Atira múltiplas flechas em diferentes alvos.
    Causa 30% mais Dano
    Dispara 4 Flechas adicionais
    Velocidade de Projéteis reduzida em 30%
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandits/StagBandit"] = {
        name = "Stag Acolyte",
        life = 1.46,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.65,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BanditStagSplitArrow",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BanditStagSplitArrow"] = {
        name = "Split Arrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires multiple arrows at different targets.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_additional_arrows",
            "active_skill_damage_+%_final",
            "base_projectile_speed_+%",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {2, 10, -30, levelRequirement = 1, statInterpolation = {1, 1},  cost = { }, },
            [2] = {3, 20, -30, levelRequirement = 30, statInterpolation = {1, 1},  cost = { }, },
            [3] = {4, 30, -30, levelRequirement = 60, statInterpolation = {1, 1},  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)
    GenerationTypeunico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Acólito do Cervo
    Humanóide
    stance movement speed +% final [112]
    Stag Acolyte
    SpectreY
    AreaFloresta Ocidental, Caminhos Fluviais, Floresta do Sul, A Encruzilhada, Campos Cinzentos
    Tagsbandit, flesh_armour, has_bow, human, humanoid, medium_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, very_slow_movement
    Packs
  • Floresta Ocidental, Caminhos Fluviais, Floresta do Sul: Acólito do Cervo, Acólito do Urso, Acólito do Javali
  • A Encruzilhada, Campos Cinzentos: Acólito do Cervo, Acólito do Urso, Acólito do Javali
  • Vida
    108%
    Evasão
    +10%
    Ailment Threshold
    108%
    Resistência
    0 0 0 0
    Damage
    144%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    100%
    Type
    BanditBow
    Metadata
    StagBanditNoHat
    Nível
    53
    Vida
    2,538
    Armadura
    8,552
    Evasão
    3,003
    Escudo de Energia
    0
    Damage
    248
    Dano Mágico
    248
    Precisão
    159
    Attack Time
    1.995
    Experiência
    7,589
    Ailment Threshold
    2,538
    Chill
    8
    Shock
    8
    Brittle
    45
    Scorch
    8
    Sap
    22
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 198–297
    Chance de Crítico: 5%
    Attack Time: 1.995 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]
    BanditStagSplitArrow
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Triggerable, Physical
    Flecha Dividida
    Base Damage: 198–297
    Chance de Crítico: 5%
    Attack Time: 1.995 seg
    Recarga: 4 seg
    Atira múltiplas flechas em diferentes alvos.
    Causa 20% mais Dano
    Dispara 3 Flechas adicionais
    Velocidade de Projéteis reduzida em 30%
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandits/StagBanditNoHat"] = {
        name = "Stag Acolyte",
        life = 1.08,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.44,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BanditStagSplitArrow",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BanditStagSplitArrow"] = {
        name = "Split Arrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires multiple arrows at different targets.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_additional_arrows",
            "active_skill_damage_+%_final",
            "base_projectile_speed_+%",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {2, 10, -30, levelRequirement = 1, statInterpolation = {1, 1},  cost = { }, },
            [2] = {3, 20, -30, levelRequirement = 30, statInterpolation = {1, 1},  cost = { }, },
            [3] = {4, 30, -30, levelRequirement = 60, statInterpolation = {1, 1},  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)
    GenerationTypeunico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Acólito do Cervo
    Morto-vivo
    undead description [1]
    Stag Acolyte
    SpectreN
    Tagsbone_armour, bones, has_bow, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, skeleton, 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 ~ 45
    Attack Time
    0.975 Second
    Damage Spread
    ±30%
    Experiência
    100%
    Model Size
    100%
    Type
    SkeletonMelee
    Metadata
    HellscapeSkeletonStagbandit
    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]
    BanditStagSplitArrow
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Triggerable, Physical
    Flecha Dividida
    Base Damage: 418–777
    Chance de Crítico: 5%
    Attack Time: 0.975 seg
    Recarga: 3 seg
    Atira múltiplas flechas em diferentes alvos.
    Causa 30% mais Dano
    Dispara 4 Flechas adicionais
    Velocidade de Projéteis reduzida em 30%
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]

    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/HellscapeSkeletonStagbandit"] = {
        name = "Stag Acolyte",
        life = 0.9,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.6,
        damageSpread = 0.3,
        attackTime = 0.975,
        attackRange = 45,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "BanditStagSplitArrow",
            "MeleeAtAnimationSpeed",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BanditStagSplitArrow"] = {
        name = "Split Arrow",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires multiple arrows at different targets.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_additional_arrows",
            "active_skill_damage_+%_final",
            "base_projectile_speed_+%",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {2, 10, -30, levelRequirement = 1, statInterpolation = {1, 1},  cost = { }, },
            [2] = {3, 20, -30, levelRequirement = 30, statInterpolation = {1, 1},  cost = { }, },
            [3] = {4, 30, -30, levelRequirement = 60, statInterpolation = {1, 1},  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 = { }, },
        },
    }
    
    undead description [1]
    IdMonsterNecromancerRaisable
    FamilyMonsterNecromancerRaisable
    Domainsmonstro (3)
    GenerationTypeunico (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.