Trabajador espectral de muelle
Dockhand Wraith
SpectreY
AreaLas Dársenas, El Acueducto, El Atracadero, El Laboratorio Eterno, Canal Recóndito, Canal Recóndito, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada
Tagsbandit_area, bludgeoning_weapon, ghost_blood, has_one_hand_mace, has_one_handed_melee, human, light_armour, medium_height, melee, not_int, physical_affinity, undead, very_slow_movement
Packs
  • Las Dársenas: Trabajador espectral de muelle, Trabajador espectral de muelle
  • El Acueducto: Trabajador espectral de muelle
  • El Atracadero: Capataz, Trabajador espectral de muelle
  • El Atracadero: Trabajador espectral de muelle, Trabajador espectral de muelle, Capataz
  • El Laboratorio Eterno: Trabajador espectral de muelle
  • El Laboratorio Eterno: Capataz, Trabajador espectral de muelle, Trabajador espectral de muelle, Trabajador espectral de muelle
  • El Laboratorio Eterno: Trabajador espectral de muelle, Trabajador espectral de muelle, Capataz
  • WorldAreas#1378: Trabajador espectral de muelle, Trabajador espectral de muelle, Portador del vacío
  • Trabajador espectral de muelle, Trabajador espectral de muelle, Trabajador espectral de muelle
  • Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Memoria fragmentada, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria, Vacío de la Memoria: Portador del vacío, Trabajador espectral de muelle
  • Vida
    115%
    Armaduras
    +20%
    Evasión
    +20%
    Ailment Threshold
    115%
    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 ~ 11
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    BanditDockhand
    Metadata
    DockworkerHammer
    Nivel
    83
    Vida
    36,819
    Armaduras
    110,972
    Evasión
    9,432
    Escudo de energía
    0
    Damage
    1,261
    Daño de hechizos
    1,261
    Precisión
    518
    Attack Time
    1.35
    Experiencia
    13,132
    Ailment Threshold
    36,819
    Chill
    116
    Shock
    116
    Brittle
    659
    Scorch
    116
    Sap
    322
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 1008–1513
    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]
    MonsterPhaseRun
    Spell, Buff, Duration, Triggerable, Physical, Travel, Cooldown
    Traspasar
    Tiempo de lanzamiento: 0.5 seg
    Ganas una bonificación que hace que te muevas más rápido, seas más difícil de detectar y ya no tengas el movimiento impedido por los enemigos. Tu siguiente ataque también inflige daño extra. Cuando usas una habilidad, se elimina la bonificación pero recibes una nueva que aumenta el daño de tus ataques durante un corto período de tiempo. Consume cargas de frenesí para aumentar su duración.
    La duración base es de 10 segundos
    Velocidad de movimiento aumentada un 25%
    Agrega 0.75 segundos al tiempo de respuesta de los monstruos
    50% más de daño físico cuerpo a cuerpo

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bandits/Bandit"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandit/DockworkerHammer"] = {
        name = "Dockhand Wraith",
        life = 1.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterPhaseRun",
        },
        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["MonsterPhaseRun"] = {
        name = "Phase Run",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Gain a buff that makes you move faster, become harder to detect, and no longer have your movement impeded by enemies. Your next attack also deals extra damage. Performing any skill removes this buff but grants a new buff that increases the damage of your attacks for a short time. Consumes Frenzy Charges to increase duration.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
            [SkillType.Travel] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "monster_response_time_ms",
            "base_skill_effect_duration",
            "phase_run_melee_physical_damage_+%_final",
        },
        levels = {
            [1] = {25, 750, 10000, 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
    Trabajador espectral de muelle
    No muerto
    stance movement speed +% final [112]
    Dockhand Wraith
    SpectreY
    Tagsbandit_area, bludgeoning_weapon, ghost_blood, has_one_hand_mace, has_one_handed_melee, human, light_armour, melee, not_int, physical_affinity, undead, very_slow_movement
    Packs
  • Trabajador espectral de muelle, Trabajador espectral de muelle, Trabajador espectral de muelle
  • Trabajador espectral de muelle, Trabajador espectral de muelle
  • Capataz, Obrero espectral, Trabajador espectral de muelle, Trabajador espectral de muelle
  • Vida
    115%
    Armaduras
    +20%
    Evasión
    +20%
    Ailment Threshold
    115%
    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 ~ 11
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    BanditDockhand
    Metadata
    DockworkerHammerHellscape
    Nivel
    68
    Vida
    7,398
    Armaduras
    34,548
    Evasión
    5,687
    Escudo de energía
    0
    Damage
    523
    Daño de hechizos
    523
    Precisión
    290
    Attack Time
    1.35
    Experiencia
    10,255
    Ailment Threshold
    7,398
    Chill
    23
    Shock
    23
    Brittle
    132
    Scorch
    23
    Sap
    65
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 418–628
    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]
    MonsterPhaseRun
    Spell, Buff, Duration, Triggerable, Physical, Travel, Cooldown
    Traspasar
    Tiempo de lanzamiento: 0.5 seg
    Ganas una bonificación que hace que te muevas más rápido, seas más difícil de detectar y ya no tengas el movimiento impedido por los enemigos. Tu siguiente ataque también inflige daño extra. Cuando usas una habilidad, se elimina la bonificación pero recibes una nueva que aumenta el daño de tus ataques durante un corto período de tiempo. Consume cargas de frenesí para aumentar su duración.
    La duración base es de 10 segundos
    Velocidad de movimiento aumentada un 25%
    Agrega 0.75 segundos al tiempo de respuesta de los monstruos
    50% más de daño físico cuerpo a cuerpo

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bandits/Bandit"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandit/DockworkerHammerHellscape"] = {
        name = "Dockhand Wraith",
        life = 1.15,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterPhaseRun",
        },
        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["MonsterPhaseRun"] = {
        name = "Phase Run",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Gain a buff that makes you move faster, become harder to detect, and no longer have your movement impeded by enemies. Your next attack also deals extra damage. Performing any skill removes this buff but grants a new buff that increases the damage of your attacks for a short time. Consumes Frenzy Charges to increase duration.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
            [SkillType.Travel] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "monster_response_time_ms",
            "base_skill_effect_duration",
            "phase_run_melee_physical_damage_+%_final",
        },
        levels = {
            [1] = {25, 750, 10000, 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
    Trabajador espectral de muelle
    No muerto
    stance movement speed +% final [112]
    Dockhand Wraith
    SpectreY
    AreaLas Dársenas, El Laboratorio Eterno
    Tagsbandit_area, bludgeoning_weapon, ghost_blood, has_two_hand_mace, has_two_handed_melee, human, light_armour, medium_height, melee, not_dex, not_int, physical_affinity, undead, very_slow_movement
    Packs
  • Las Dársenas: Trabajador espectral de muelle, Trabajador espectral de muelle
  • El Laboratorio Eterno: Capataz, Trabajador espectral de muelle, Trabajador espectral de muelle
  • El Laboratorio Eterno: Capataz, Trabajador espectral de muelle, Trabajador espectral de muelle, Trabajador espectral de muelle
  • Trabajador espectral de muelle, Trabajador espectral de muelle, Trabajador espectral de muelle
  • Trabajador espectral de muelle, Corsario quebradizo, Trabajador espectral de muelle
  • 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 ~ 11
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    BanditTwoHandedWeaponDockhand
    Metadata
    DockworkerMaul
    Nivel
    68
    Vida
    6,433
    Armaduras
    43,185
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    523
    Daño de hechizos
    523
    Precisión
    290
    Attack Time
    1.35
    Experiencia
    10,255
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 418–628
    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]
    MonsterPhaseRun
    Spell, Buff, Duration, Triggerable, Physical, Travel, Cooldown
    Traspasar
    Tiempo de lanzamiento: 0.5 seg
    Ganas una bonificación que hace que te muevas más rápido, seas más difícil de detectar y ya no tengas el movimiento impedido por los enemigos. Tu siguiente ataque también inflige daño extra. Cuando usas una habilidad, se elimina la bonificación pero recibes una nueva que aumenta el daño de tus ataques durante un corto período de tiempo. Consume cargas de frenesí para aumentar su duración.
    La duración base es de 10 segundos
    Velocidad de movimiento aumentada un 25%
    Agrega 0.75 segundos al tiempo de respuesta de los monstruos
    50% más de daño físico cuerpo a cuerpo

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bandits/Bandit"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandit/DockworkerMaul"] = {
        name = "Dockhand Wraith",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterPhaseRun",
        },
        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["MonsterPhaseRun"] = {
        name = "Phase Run",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Gain a buff that makes you move faster, become harder to detect, and no longer have your movement impeded by enemies. Your next attack also deals extra damage. Performing any skill removes this buff but grants a new buff that increases the damage of your attacks for a short time. Consumes Frenzy Charges to increase duration.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
            [SkillType.Travel] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "monster_response_time_ms",
            "base_skill_effect_duration",
            "phase_run_melee_physical_damage_+%_final",
        },
        levels = {
            [1] = {25, 750, 10000, 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
    Trabajador espectral de muelle
    No muerto
    stance movement speed +% final [112]
    Dockhand Wraith
    SpectreY
    Tagsbandit_area, bludgeoning_weapon, ghost_blood, has_two_hand_mace, has_two_handed_melee, human, light_armour, melee, not_dex, not_int, physical_affinity, undead, very_slow_movement
    Packs
  • Trabajador espectral de muelle, Trabajador espectral de muelle, Trabajador espectral de muelle
  • 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 ~ 11
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    BanditTwoHandedWeaponDockhand
    Metadata
    DockworkerMaulHellscape
    Nivel
    68
    Vida
    6,433
    Armaduras
    43,185
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    523
    Daño de hechizos
    523
    Precisión
    290
    Attack Time
    1.35
    Experiencia
    10,255
    Ailment Threshold
    6,433
    Chill
    20
    Shock
    20
    Brittle
    115
    Scorch
    20
    Sap
    56
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 418–628
    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]
    MonsterPhaseRun
    Spell, Buff, Duration, Triggerable, Physical, Travel, Cooldown
    Traspasar
    Tiempo de lanzamiento: 0.5 seg
    Ganas una bonificación que hace que te muevas más rápido, seas más difícil de detectar y ya no tengas el movimiento impedido por los enemigos. Tu siguiente ataque también inflige daño extra. Cuando usas una habilidad, se elimina la bonificación pero recibes una nueva que aumenta el daño de tus ataques durante un corto período de tiempo. Consume cargas de frenesí para aumentar su duración.
    La duración base es de 10 segundos
    Velocidad de movimiento aumentada un 25%
    Agrega 0.75 segundos al tiempo de respuesta de los monstruos
    50% más de daño físico cuerpo a cuerpo

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bandits/Bandit"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandit/DockworkerMaulHellscape"] = {
        name = "Dockhand Wraith",
        life = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "MonsterPhaseRun",
        },
        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["MonsterPhaseRun"] = {
        name = "Phase Run",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Gain a buff that makes you move faster, become harder to detect, and no longer have your movement impeded by enemies. Your next attack also deals extra damage. Performing any skill removes this buff but grants a new buff that increases the damage of your attacks for a short time. Consumes Frenzy Charges to increase duration.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
            [SkillType.Travel] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "monster_response_time_ms",
            "base_skill_effect_duration",
            "phase_run_melee_physical_damage_+%_final",
        },
        levels = {
            [1] = {25, 750, 10000, 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
    Trabajador espectral de muelle
    No muerto
    stance movement speed +% final [112]
    Dockhand Wraith
    SpectreY
    AreaLas Dársenas, El Acueducto, El Atracadero, El Laboratorio Eterno, Canal Recóndito, Canal Recóndito
    Tagsbandit_area, cold_affinity, ghost_blood, has_bow, human, light_armour, medium_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, undead, very_slow_movement
    Packs
  • Las Dársenas: Trabajador espectral de muelle
  • El Acueducto: Trabajador espectral de muelle
  • El Atracadero: Capataz, Obrero espectral, Trabajador espectral de muelle
  • El Atracadero: Trabajador espectral de muelle, Trabajador espectral de muelle, Capataz
  • El Laboratorio Eterno: Capataz, Trabajador espectral de muelle, Trabajador espectral de muelle
  • El Laboratorio Eterno: Capataz, Trabajador espectral de muelle, Trabajador espectral de muelle, Trabajador espectral de muelle
  • El Laboratorio Eterno: Trabajador espectral de muelle, Trabajador espectral de muelle, Capataz
  • WorldAreas#1378: Trabajador espectral de muelle, Trabajador espectral de muelle, Portador del vacío
  • Trabajador espectral de muelle, Trabajador espectral de muelle, Trabajador espectral de muelle
  • Trabajador espectral de muelle, Corsario quebradizo, Trabajador espectral de muelle
  • 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
    BanditBowDockhand
    Metadata
    DockworkerBow
    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]
    MonsterIceShot
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
    Disparo de hielo
    Base Damage: 430–645
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Dispara una flecha que convierte parte del daño físico en daño de hielo en el objetivo y convierte todo el daño físico en daño de hielo en un cono detrás del objetivo.
    La duración base es de 2.5 segundos
    Daño físico aumentado un 50%
    El 50% del daño físico se convierte en daño de hielo
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandit/DockworkerBow"] = {
        name = "Dockhand Wraith",
        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 = {
            "MeleeAtAnimationSpeed",
            "MonsterIceShot",
        },
        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["MonsterIceShot"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2},  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
    Trabajador espectral de muelle
    No muerto
    stance movement speed +% final [112]
    Dockhand Wraith
    SpectreY
    Tagsbandit_area, cold_affinity, ghost_blood, has_bow, human, light_armour, not_int, not_str, physical_affinity, puncturing_weapon, ranged, undead, very_slow_movement
    Packs
  • Trabajador espectral de muelle, Trabajador espectral de muelle, Trabajador espectral de muelle
  • Trabajador espectral de muelle, Trabajador espectral de muelle
  • Capataz, Obrero espectral, Trabajador espectral de muelle, Trabajador espectral de muelle
  • 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
    BanditBowDockhand
    Metadata
    DockworkerBowHellscape_
    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]
    MonsterIceShot
    Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
    Disparo de hielo
    Base Damage: 430–645
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.995 seg
    Dispara una flecha que convierte parte del daño físico en daño de hielo en el objetivo y convierte todo el daño físico en daño de hielo en un cono detrás del objetivo.
    La duración base es de 2.5 segundos
    Daño físico aumentado un 50%
    El 50% del daño físico se convierte en daño de hielo
    projectile uses contact position [1]
    skill can fire arrows [1]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandit/DockworkerBowHellscape_"] = {
        name = "Dockhand Wraith",
        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 = {
            "MeleeAtAnimationSpeed",
            "MonsterIceShot",
        },
        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["MonsterIceShot"] = {
        name = "Ice Shot",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Cold] = true,
            [SkillType.Triggerable] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_skill_effect_duration",
            "skill_can_fire_arrows",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1},  cost = { }, },
            [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2},  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
    Trabajador espectral de muelle
    Humanoide
    stance movement speed +% final [112]
    Dockhand Wraith
    SpectreY
    Tagsbandit, ghost_blood, has_bow, human, humanoid, light_armour, medium_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, slow_movement
    Vida
    157%
    Evasión
    +10%
    Ailment Threshold
    157%
    Resistencia
    0 0 0 0
    Damage
    73%
    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
    140%
    Model Size
    120%
    Type
    BanditBowChampion
    Metadata
    DockworkerChampionBow
    Nivel
    68
    Vida
    10,100
    Armaduras
    28,790
    Evasión
    5,213
    Escudo de energía
    0
    Damage
    273
    Daño de hechizos
    273
    Precisión
    290
    Attack Time
    1.995
    Experiencia
    14,357
    Ailment Threshold
    10,100
    Chill
    32
    Shock
    32
    Brittle
    181
    Scorch
    32
    Sap
    88
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 218–327
    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]

    Object Type

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"
    Actor
    {
    	main_hand_unarmed_type = "Bow"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bandits/BanditBow"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Render
    {
         //turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandit/DockworkerChampionBow"] = {
        name = "Dockhand Wraith",
        life = 1.57,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.73,
        damageSpread = 0.2,
        attackTime = 1.995,
        attackRange = 40,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeAtAnimationSpeed",
        },
        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 = { }, },
        },
    }
    
    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
    Edit

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