Acólito bendecido por el Antiguo
Sobrenatural
visual attached elder tentacles [1]
stance movement speed +% final [112]
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
Elder-Blessed Acolyte
SpectreN
Tagsbandit, eldritch, flesh_armour, has_bow, human, humanoid, medium_height, no_legacy_of_zeal, not_int, not_str, physical_affinity, puncturing_weapon, ranged, red_blood, very_slow_movement
Packs
  • Portal nulo, Hombre del camino bendecido por el Antiguo, Bruto bendecido por el Antiguo, Explorador bendecido por el Antiguo, Archimago bendecido por el Antiguo, Acólito bendecido por el Antiguo
  • Vida
    108%
    Evasión
    +10%
    Ailment Threshold
    108%
    Resistencia
    0 0 0 0
    Damage
    144%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 40
    Attack Time
    1.995 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    100%
    Type
    BanditBow
    Metadata
    StagBandit2Tentacles
    Nivel
    68
    Vida
    6,948
    Armaduras
    28,790
    Evasión
    5,213
    Escudo de energía
    0
    Damage
    538
    Daño de hechizos
    538
    Precisión
    290
    Attack Time
    1.995
    Experiencia
    12,306
    Ailment Threshold
    6,948
    Chill
    22
    Shock
    22
    Brittle
    124
    Scorch
    22
    Sap
    61
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 430–645
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 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]
    StagBanditSnipe
    Attack, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, RangedAttack, MirageArcherCanUse, Triggerable
    Base Damage: 430–645
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 140%
    Attack Time: 1.995 seg
    Tiempo de recarga: 3.5 seg
    Los proyectiles perforan a todos los objetivos
    Inflige un 40% más de daño de ataque
    skill can fire arrows [1]
    BanditStagSplitArrow
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Triggerable, Physical
    Flecha dividida
    Base Damage: 430–645
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Tiempo de recarga: 3 seg
    Dispara múltiples flechas a diferentes objetivos.
    Inflige un 30% más de daño
    Dispara 4 flechas adicionales
    Velocidad de proyectiles reducida un 30%
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]
    TentaclePortalWalkEmerge
    walk emerge distance [150]
    walk emerge height offset [-100]

    Object Type

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"
    
    BaseEvents 
    { 
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Microtransactions/Spells/raise_spectre/shadow_mirror/shadow_mirror_EPK.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandits/StagBandit2Tentacles"] = {
        name = "Elder-Blessed 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",
            "StagBanditSnipe",
            "TentaclePortalWalkEmerge",
        },
        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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["StagBanditSnipe"] = {
        name = "StagBanditSnipe",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.33,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "always_pierce",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TentaclePortalWalkEmerge"] = {
        name = "TentaclePortalWalkEmerge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.3,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
            "walk_emerge_height_offset",
        },
        levels = {
            [1] = {150, -100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    visual attached elder tentacles [1]
    IdMonsterTentacles_
    FamilyMonsterTentacles
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • visual attached elder tentacles Min: 1 Max: 1 Global
  • 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
    Daño aumentado un 30%
    Velocidad de ataque aumentada un 40%
    Velocidad de movimiento aumentada un 40%
    Daño recibido reducido un 25%
    IdChimeraMinionFerocity
    FamilyChimeraMinionFerocity
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • damage +% Min: 30 Max: 30 Global
  • attack speed +% Min: 40 Max: 40 Global
  • base damage taken +% Min: -25 Max: -25 Global
  • base movement velocity +% Min: 40 Max: 40 Global
  • Craft Tagsdamage attack speed
    Edit

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