Espadachín espectral
No muerto
El 50% del daño físico se convierte en daño de rayo
20% de probabilidad de bloquear el daño de ataques
20% de probabilidad de bloquear el daño de hechizos
Recibes el 40% del daño de los golpes bloqueados
Spectral Swashbuckler
SpectreY
AreaEl Cementerio de Barcos, El Laboratorio Eterno, 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, Caleta Recóndita, Lago de Kalandra
Tagscleaving_weapon, fast_movement, ghost, ghost_armour, ghost_blood, has_one_hand_sword, has_one_handed_melee, medium_height, melee, not_str, physical_affinity, undead
Packs
  • El Cementerio de Barcos: Espadachín espectral
  • El Laboratorio Eterno: Canalla espectral, Corsario espectral, Espadachín espectral
  • Caleta Recóndita: Corsario espectral, Espadachín espectral
  • 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: Corsario espectral, Canalla espectral, Espadachín espectral
  • Vida
    144%
    Energy Shield From Life
    50%
    Evasión
    +50%
    Ailment Threshold
    144%
    Resistencia
    0 0 40 0
    Damage
    126%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    110%
    Type
    GhostChampion
    Metadata
    GhostPirateChampion
    Nivel
    83
    Vida
    46,104
    Armaduras
    92,477
    Evasión
    11,790
    Escudo de energía
    7,660
    Damage
    1,134
    Daño de hechizos
    1,134
    Precisión
    518
    Attack Time
    1.5
    Experiencia
    15,758
    Ailment Threshold
    46,104
    Chill
    146
    Shock
    146
    Brittle
    825
    Scorch
    146
    Sap
    403
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 908–1361
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 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]
    GhostPirateChampionSpectralThrow
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Lanzamiento espectral
    Base Damage: 908–1361
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Tiempo de recarga: 4 seg
    Lanza una copia espectral de tu arma cuerpo a cuerpo. Sale volando y luego regresa a ti en un ataque giratorio que daña a los enemigos que están en su camino.
    Inflige un 52% menos de daño
    Dispara 2 proyectiles adicionales
    base is projectile [1]
    GhostPirateChampionSpectralThrowSpectre
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Lanzamiento espectral
    Base Damage: 908–1361
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Lanza una copia espectral de tu arma cuerpo a cuerpo. Sale volando y luego regresa a ti en un ataque giratorio que daña a los enemigos que están en su camino.
    Inflige un 52% menos de daño
    Dispara 2 proyectiles adicionales
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/GhostPirates/GhostPirate"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/GhostPirates/GhostPirate"
    
    Targetable
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GhostPirates/GhostPirateChampion"] = {
        name = "Spectral Swashbuckler",
        life = 1.44,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.26,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeed",
            "GhostPirateChampionSpectralThrow",
            "GhostPirateChampionSpectralThrowSpectre",
        },
        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["GhostPirateChampionSpectralThrow"] = {
        name = "Spectral Throw",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {-52, 2, levelRequirement = 15, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GhostPirateChampionSpectralThrowSpectre"] = {
        name = "Spectral Throw",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {-52, 2, levelRequirement = 15, statInterpolation = {},  cost = { }, },
        },
    }
    
    El 50% del daño físico se convierte en daño de rayo
    IdMonsterElementalSkeletonLightning
    FamilyLightningDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    20% de probabilidad de bloquear el daño de ataques
    20% de probabilidad de bloquear el daño de hechizos
    Recibes el 40% del daño de los golpes bloqueados
    IdMonsterAttackSpellBlock20Bypass40
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 Global
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 40 Max: 40 Global
  • Craft Tagsblock
    Espadachín espectral
    No muerto
    El 50% del daño físico se convierte en daño de rayo
    20% de probabilidad de bloquear el daño de ataques
    20% de probabilidad de bloquear el daño de hechizos
    Recibes el 40% del daño de los golpes bloqueados
    Spectral Swashbuckler
    SpectreY
    Tagscleaving_weapon, fast_movement, ghost, ghost_armour, ghost_blood, has_one_hand_sword, has_one_handed_melee, melee, not_str, physical_affinity, undead
    Packs
  • Espadachín espectral, Corsario espectral, Ocultista fantasma
  • Vida
    144%
    Energy Shield From Life
    50%
    Evasión
    +50%
    Ailment Threshold
    144%
    Resistencia
    0 0 40 0
    Damage
    126%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    110%
    Type
    GhostChampion
    Metadata
    GhostPirateChampionHellscape
    Nivel
    68
    Vida
    9,264
    Armaduras
    28,790
    Evasión
    7,109
    Escudo de energía
    3,064
    Damage
    471
    Daño de hechizos
    471
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    12,306
    Ailment Threshold
    9,264
    Chill
    29
    Shock
    29
    Brittle
    166
    Scorch
    29
    Sap
    81
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 377–565
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 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]
    GhostPirateChampionSpectralThrow
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Lanzamiento espectral
    Base Damage: 377–565
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Tiempo de recarga: 4 seg
    Lanza una copia espectral de tu arma cuerpo a cuerpo. Sale volando y luego regresa a ti en un ataque giratorio que daña a los enemigos que están en su camino.
    Inflige un 52% menos de daño
    Dispara 2 proyectiles adicionales
    base is projectile [1]
    GhostPirateChampionSpectralThrowSpectre
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Lanzamiento espectral
    Base Damage: 377–565
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Lanza una copia espectral de tu arma cuerpo a cuerpo. Sale volando y luego regresa a ti en un ataque giratorio que daña a los enemigos que están en su camino.
    Inflige un 52% menos de daño
    Dispara 2 proyectiles adicionales
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/GhostPirates/GhostPirate"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/GhostPirates/GhostPirate"
    
    Targetable
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GhostPirates/GhostPirateChampionHellscape"] = {
        name = "Spectral Swashbuckler",
        life = 1.44,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.26,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeed",
            "GhostPirateChampionSpectralThrow",
            "GhostPirateChampionSpectralThrowSpectre",
        },
        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["GhostPirateChampionSpectralThrow"] = {
        name = "Spectral Throw",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {-52, 2, levelRequirement = 15, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GhostPirateChampionSpectralThrowSpectre"] = {
        name = "Spectral Throw",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {-52, 2, levelRequirement = 15, statInterpolation = {},  cost = { }, },
        },
    }
    
    El 50% del daño físico se convierte en daño de rayo
    IdMonsterElementalSkeletonLightning
    FamilyLightningDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    20% de probabilidad de bloquear el daño de ataques
    20% de probabilidad de bloquear el daño de hechizos
    Recibes el 40% del daño de los golpes bloqueados
    IdMonsterAttackSpellBlock20Bypass40
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 Global
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 40 Max: 40 Global
  • Craft Tagsblock
    Espadachín espectral
    No muerto
    El 50% del daño físico se convierte en daño de rayo
    20% de probabilidad de bloquear el daño de ataques
    20% de probabilidad de bloquear el daño de hechizos
    Recibes el 40% del daño de los golpes bloqueados
    Spectral Swashbuckler
    SpectreY
    Tagscleaving_weapon, fast_movement, ghost, ghost_armour, ghost_blood, has_one_hand_sword, has_one_handed_melee, medium_height, melee, not_str, physical_affinity, undead
    Vida
    144%
    Energy Shield From Life
    50%
    Evasión
    +50%
    Ailment Threshold
    144%
    Resistencia
    0 0 40 0
    Damage
    126%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    110%
    Type
    GhostChampion
    Metadata
    GhostPirateChampionChest
    Nivel
    68
    Vida
    9,264
    Armaduras
    28,790
    Evasión
    7,109
    Escudo de energía
    3,064
    Damage
    471
    Daño de hechizos
    471
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    12,306
    Ailment Threshold
    9,264
    Chill
    29
    Shock
    29
    Brittle
    166
    Scorch
    29
    Sap
    81
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 377–565
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 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]
    GhostPirateChampionSpectralThrow
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Lanzamiento espectral
    Base Damage: 377–565
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Tiempo de recarga: 4 seg
    Lanza una copia espectral de tu arma cuerpo a cuerpo. Sale volando y luego regresa a ti en un ataque giratorio que daña a los enemigos que están en su camino.
    Inflige un 52% menos de daño
    Dispara 2 proyectiles adicionales
    base is projectile [1]
    GhostPirateChampionSpectralThrowSpectre
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Lanzamiento espectral
    Base Damage: 377–565
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Lanza una copia espectral de tu arma cuerpo a cuerpo. Sale volando y luego regresa a ti en un ataque giratorio que daña a los enemigos que están en su camino.
    Inflige un 52% menos de daño
    Dispara 2 proyectiles adicionales
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/GhostPirates/GhostPirate"
    
    
    Animated
    {
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/GhostPirates/GhostPirate"
    
    Targetable
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GhostPirates/GhostPirateChampionChest"] = {
        name = "Spectral Swashbuckler",
        life = 1.44,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.26,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeed",
            "GhostPirateChampionSpectralThrow",
            "GhostPirateChampionSpectralThrowSpectre",
        },
        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["GhostPirateChampionSpectralThrow"] = {
        name = "Spectral Throw",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {-52, 2, levelRequirement = 15, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GhostPirateChampionSpectralThrowSpectre"] = {
        name = "Spectral Throw",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {-52, 2, levelRequirement = 15, statInterpolation = {},  cost = { }, },
        },
    }
    
    El 50% del daño físico se convierte en daño de rayo
    IdMonsterElementalSkeletonLightning
    FamilyLightningDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    20% de probabilidad de bloquear el daño de ataques
    20% de probabilidad de bloquear el daño de hechizos
    Recibes el 40% del daño de los golpes bloqueados
    IdMonsterAttackSpellBlock20Bypass40
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 Global
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 40 Max: 40 Global
  • Craft Tagsblock
    Espadachín espectral
    No muerto
    El 50% del daño físico se convierte en daño de rayo
    20% de probabilidad de bloquear el daño de ataques
    20% de probabilidad de bloquear el daño de hechizos
    Recibes el 40% del daño de los golpes bloqueados
    monster no map drops [1]
    Spectral Swashbuckler
    SpectreY
    Tagscleaving_weapon, fast_movement, ghost, ghost_armour, ghost_blood, has_one_hand_sword, has_one_handed_melee, melee, not_str, physical_affinity, undead
    Packs
  • Corsario espectral, Canalla espectral, Espadachín espectral, Ocultista fantasma , Táctico espectral
  • Vida
    144%
    Energy Shield From Life
    50%
    Evasión
    +50%
    Ailment Threshold
    144%
    Resistencia
    0 0 40 0
    Damage
    126%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    110%
    Type
    GhostChampion
    Metadata
    GhostPirateChampionExpedition
    Nivel
    68
    Vida
    9,264
    Armaduras
    28,790
    Evasión
    7,109
    Escudo de energía
    3,064
    Damage
    471
    Daño de hechizos
    471
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    12,306
    Ailment Threshold
    9,264
    Chill
    29
    Shock
    29
    Brittle
    166
    Scorch
    29
    Sap
    81
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 377–565
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 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]
    GhostPirateChampionSpectralThrow
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Lanzamiento espectral
    Base Damage: 377–565
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Tiempo de recarga: 4 seg
    Lanza una copia espectral de tu arma cuerpo a cuerpo. Sale volando y luego regresa a ti en un ataque giratorio que daña a los enemigos que están en su camino.
    Inflige un 52% menos de daño
    Dispara 2 proyectiles adicionales
    base is projectile [1]
    GhostPirateChampionSpectralThrowSpectre
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Lanzamiento espectral
    Base Damage: 377–565
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Lanza una copia espectral de tu arma cuerpo a cuerpo. Sale volando y luego regresa a ti en un ataque giratorio que daña a los enemigos que están en su camino.
    Inflige un 52% menos de daño
    Dispara 2 proyectiles adicionales
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/GhostPirates/GhostPirate"
    
    Positioned
    {
    	team = 125
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/GhostPirates/GhostPirate"
    
    Targetable
    {
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GhostPirates/GhostPirateChampionExpedition"] = {
        name = "Spectral Swashbuckler",
        life = 1.44,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.26,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeed",
            "GhostPirateChampionSpectralThrow",
            "GhostPirateChampionSpectralThrowSpectre",
        },
        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["GhostPirateChampionSpectralThrow"] = {
        name = "Spectral Throw",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {-52, 2, levelRequirement = 15, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GhostPirateChampionSpectralThrowSpectre"] = {
        name = "Spectral Throw",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {-52, 2, levelRequirement = 15, statInterpolation = {},  cost = { }, },
        },
    }
    
    El 50% del daño físico se convierte en daño de rayo
    IdMonsterElementalSkeletonLightning
    FamilyLightningDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    20% de probabilidad de bloquear el daño de ataques
    20% de probabilidad de bloquear el daño de hechizos
    Recibes el 40% del daño de los golpes bloqueados
    IdMonsterAttackSpellBlock20Bypass40
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 Global
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 40 Max: 40 Global
  • Craft Tagsblock
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Espadachín espectral
    No muerto
    El 50% del daño físico se convierte en daño de rayo
    cannot be used as minion [1]
    20% de probabilidad de bloquear el daño de ataques
    20% de probabilidad de bloquear el daño de hechizos
    Recibes el 40% del daño de los golpes bloqueados
    monster no map drops [1]
    Spectral Swashbuckler
    SpectreN
    Tagsdelve_monster, fast_movement, ghost, ghost_armour, ghost_blood, has_one_hand_sword, has_one_handed_melee, medium_height, melee, no_pantheon_mod, not_str, physical_affinity, ranged, slashing_weapon, undead
    Packs
  • Corsario espectral, Canalla espectral, Espadachín espectral
  • Vida
    144%
    Energy Shield From Life
    50%
    Evasión
    +50%
    Ailment Threshold
    144%
    Resistencia
    0 0 40 0
    Damage
    126%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    120%
    Model Size
    110%
    Type
    GhostChampion
    Metadata
    DelveGhostPirateEncounter3
    Nivel
    68
    Vida
    9,264
    Armaduras
    28,790
    Evasión
    7,109
    Escudo de energía
    3,064
    Damage
    471
    Daño de hechizos
    471
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    12,306
    Ailment Threshold
    9,264
    Chill
    29
    Shock
    29
    Brittle
    166
    Scorch
    29
    Sap
    81
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 377–565
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 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]
    GhostPirateChampionSpectralThrow
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Lanzamiento espectral
    Base Damage: 377–565
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Tiempo de recarga: 4 seg
    Lanza una copia espectral de tu arma cuerpo a cuerpo. Sale volando y luego regresa a ti en un ataque giratorio que daña a los enemigos que están en su camino.
    Inflige un 52% menos de daño
    Dispara 2 proyectiles adicionales
    base is projectile [1]
    GhostPirateChampionSpectralThrowSpectre
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Lanzamiento espectral
    Base Damage: 377–565
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Lanza una copia espectral de tu arma cuerpo a cuerpo. Sale volando y luego regresa a ti en un ataque giratorio que daña a los enemigos que están en su camino.
    Inflige un 52% menos de daño
    Dispara 2 proyectiles adicionales
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/GhostPirates/GhostPirate"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/GhostPirates/GhostPirate"
    
    Life
    {
    	on_death = "HideMeshSegments( pPlaneShape1, pPlaneShape2 );"
    	on_spawned_dead = "HideMeshSegments( pPlaneShape1, pPlaneShape2 );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/GhostPirates/DelveGhostPirateEncounter3"] = {
        name = "Spectral Swashbuckler",
        life = 1.44,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.26,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeed",
            "GhostPirateChampionSpectralThrow",
            "GhostPirateChampionSpectralThrowSpectre",
        },
        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["GhostPirateChampionSpectralThrow"] = {
        name = "Spectral Throw",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {-52, 2, levelRequirement = 15, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GhostPirateChampionSpectralThrowSpectre"] = {
        name = "Spectral Throw",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "number_of_additional_projectiles",
            "base_is_projectile",
        },
        levels = {
            [1] = {-52, 2, levelRequirement = 15, statInterpolation = {},  cost = { }, },
        },
    }
    
    El 50% del daño físico se convierte en daño de rayo
    IdMonsterElementalSkeletonLightning
    FamilyLightningDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • 20% de probabilidad de bloquear el daño de ataques
    20% de probabilidad de bloquear el daño de hechizos
    Recibes el 40% del daño de los golpes bloqueados
    IdMonsterAttackSpellBlock20Bypass40
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base spell block % Min: 20 Max: 20 Global
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 40 Max: 40 Global
  • Craft Tagsblock
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Edit

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