Jonah Unchained
Humanoide
monster base type attack cast speed +% and damage -% final [33]
Tus golpes no se pueden evadir
Nunca infliges golpes críticos
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
SpectreN
Tagsfire_affinity, has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, melee, not_int, physical_affinity, plate_armour, red_blood, rogue_exile, slashing_weapon, slow_movement
Packs
  • Orra Greengate, Jonah Unchained, Torr Olgosso, Minara Anemina, Ion Darkshroud
  • Vida
    128%
    Armadura
    +80%
    Evasión
    +20%
    Ailment Threshold
    128%
    Resistencia
    30 30 30 20
    Damage
    143%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiencia
    220%
    Model Size
    100%
    Type
    ExileMarauder1
    Metadata
    ExileMarauder1
    Nivel
    68
    Vida
    8,235
    Armadura
    51,822
    Evasión
    5,687
    Escudo de energía
    0
    Damage
    534
    Daño de hechizos
    534
    Precisión
    290
    Attack Time
    1.005
    Experiencia
    22,561
    Ailment Threshold
    8,235
    Chill
    26
    Shock
    26
    Brittle
    147
    Scorch
    26
    Sap
    72
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 427–641
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ExileShieldCharge
    Attack, RequiresShield, Melee, Area, Movement, Travel
    Carga con escudo
    Base Damage: 427–641
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Carga hacia un lugar u enemigo objetivo, empuja a los enemigos que están en tu camino e inflige daño repetidamente en un área pequeña delante de ti. Haces daño en un área más grande cuando alcanzas al objetivo. Cuanto más lejos te desplaces, mayor será el daño que inflijas y la probabilidad de aturdir a los enemigos. No se puede asistir con Asistencia de Golpes múltiples.
    Velocidad de ataque aumentada un 20%
    Reducción de Umbral de Aturdimiento aumentada un 50% en enemigos a Máxima Distancia de carga
    65% más Daño con Golpes a Distancia de Carga Máxima
    Velocidad de movimiento aumentada un 50%
    Ganas el 15% de tu daño físico como daño de fuego extra
    ignores proximity shield [1]
    shield charge extra distance [10]
    MonsterHeavyStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee
    Golpe pesado
    Base Damage: 427–641
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Ataca a los enemigos con un contundente embate y los empuja hacia atrás. Requiere una maza, un cetro, un hacha, una espada o un arma a dos manos.
    Empuja a los enemigos con cada golpe
    Inflige un 50% más de daño
    Umbral de aturdimiento de los enemigos reducido un 30%
    ExileCleave
    Attack, Area, Multistrikeable, Melee, ThresholdJewelArea, Physical
    Hendidura
    Base Damage: 427–641
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    El personaje golpea en arco con su arma (o ambas armas si empuña dos) para infligir daño a los monstruos en un área delante de él. Solo funciona con hachas y espadas.
    Cuando usas doble empuñadura, inflige el 60% del daño de cada arma combinado
    Daño físico aumentado un 53%
    Velocidad de ataque aumentada un 60%
    animation effect variation [1]
    is area damage [1]
    skill double hits when dual wielding [1]
    ExileEnduringCry
    Buff, Area, Duration, Warcry, Cooldown
    Grito de aguante
    Tiempo de recarga: 8 seg
    Ejecuta un grito de guerra que provoca a todos los enemigos cercanos para que ataquen al personaje y otorga cargas de aguante. Te da una breve inyección de regeneración de vida y también una bonificación que otorga resistencias y reducción de daño físico en función de tus cargas de aguante.
    La duración base es de 1 segundos
    Regeneras un 10% de vida por segundo
    Otorga 2 cargas de aguante adicionales

    Object Type

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    
    Stats
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Exiles/ExileMarauder1"] = {
        name = "Jonah Unchained",
        life = 1.28,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.43,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "ExileCleave",
            "ExileShieldCharge",
            "ExileEnduringCry",
            "Melee",
            "MonsterHeavyStrike",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileCleave"] = {
        name = "Cleave",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ThresholdJewelArea] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "attack_speed_+%",
            "active_skill_damage_+%_final",
            "active_skill_merged_damage_+%_final_while_dual_wielding",
            "animation_effect_variation",
            "is_area_damage",
            "skill_double_hits_when_dual_wielding",
        },
        levels = {
            [1] = {29, 0, 15, -40, 1, levelRequirement = 4, statInterpolation = {1, 1, 1},  cost = { }, },
            [2] = {35, 20, 10, -40, 1, levelRequirement = 30, statInterpolation = {1, 1, 1},  cost = { }, },
            [3] = {47, 20, 5, -40, 1, levelRequirement = 50, statInterpolation = {1, 1, 1},  cost = { }, },
            [4] = {53, 60, 0, -40, 1, levelRequirement = 65, statInterpolation = {1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileShieldCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at a targeted location or enemy, pushing away enemies in your path and repeatedly dealing damage in a small area in front of you. You deal damage in a larger area when you reach the target. The further you travel, the more damage you deal, and the greater your chance of stunning enemies. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RequiresShield] = true,
            [SkillType.Melee] = true,
            [SkillType.Area] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_damage_+%_maximum",
            "attack_speed_+%",
            "physical_damage_%_to_add_as_fire",
            "shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range",
            "base_movement_velocity_+%",
            "shield_charge_extra_distance",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {75, 10, 0, 50, 50, 10, levelRequirement = 4, statInterpolation = {1, 1, 1},  cost = { }, },
            [2] = {65, 10, 0, 50, 50, 10, levelRequirement = 20, statInterpolation = {1, 1, 1},  cost = { }, },
            [3] = {65, 15, 15, 50, 50, 10, levelRequirement = 40, statInterpolation = {1, 1, 1},  cost = { }, },
            [4] = {65, 20, 15, 50, 50, 10, levelRequirement = 60, statInterpolation = {1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileEnduringCry"] = {
        name = "Enduring Cry",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Performs a warcry, taunting all nearby enemies to attack the user and granting endurance charges. Gives a brief burst of life regeneration, as well as a buff which grants resistances and physical damage reduction based on your endurance charges.",
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Warcry] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "enduring_cry_grants_x_additional_endurance_charges",
            "base_skill_effect_duration",
            "life_regeneration_rate_per_minute_%",
        },
        levels = {
            [1] = {2, 1000, 600, levelRequirement = 4, statInterpolation = {},  cost = { }, },
            [2] = {2, 1000, 600, levelRequirement = 7, statInterpolation = {},  cost = { }, },
            [3] = {2, 1000, 600, levelRequirement = 10, statInterpolation = {},  cost = { }, },
            [4] = {2, 1000, 600, levelRequirement = 14, statInterpolation = {},  cost = { }, },
            [5] = {2, 1000, 600, levelRequirement = 18, statInterpolation = {},  cost = { }, },
            [6] = {2, 1000, 600, levelRequirement = 22, statInterpolation = {},  cost = { }, },
            [7] = {2, 1000, 600, levelRequirement = 24, statInterpolation = {},  cost = { }, },
            [8] = {2, 1000, 600, levelRequirement = 28, statInterpolation = {},  cost = { }, },
            [9] = {2, 1000, 600, levelRequirement = 32, statInterpolation = {},  cost = { }, },
            [10] = {2, 1000, 600, levelRequirement = 36, statInterpolation = {},  cost = { }, },
            [11] = {2, 1000, 600, levelRequirement = 40, statInterpolation = {},  cost = { }, },
            [12] = {2, 1000, 600, levelRequirement = 44, statInterpolation = {},  cost = { }, },
            [13] = {2, 1000, 600, levelRequirement = 48, statInterpolation = {},  cost = { }, },
            [14] = {2, 1000, 600, levelRequirement = 52, statInterpolation = {},  cost = { }, },
            [15] = {2, 1000, 600, levelRequirement = 56, statInterpolation = {},  cost = { }, },
            [16] = {2, 1000, 600, levelRequirement = 60, statInterpolation = {},  cost = { }, },
            [17] = {2, 1000, 600, levelRequirement = 63, statInterpolation = {},  cost = { }, },
            [18] = {2, 1000, 600, levelRequirement = 66, statInterpolation = {},  cost = { }, },
            [19] = {2, 1000, 600, levelRequirement = 67, statInterpolation = {},  cost = { }, },
            [20] = {2, 1000, 600, levelRequirement = 68, statInterpolation = {},  cost = { }, },
            [21] = {2, 1000, 600, levelRequirement = 69, statInterpolation = {},  cost = { }, },
            [22] = {2, 1000, 600, levelRequirement = 70, statInterpolation = {},  cost = { }, },
            [23] = {2, 1000, 600, levelRequirement = 71, statInterpolation = {},  cost = { }, },
            [24] = {2, 1000, 600, levelRequirement = 72, statInterpolation = {},  cost = { }, },
            [25] = {2, 1000, 600, levelRequirement = 73, statInterpolation = {},  cost = { }, },
            [26] = {2, 1000, 600, levelRequirement = 74, statInterpolation = {},  cost = { }, },
            [27] = {2, 1000, 600, levelRequirement = 75, statInterpolation = {},  cost = { }, },
            [28] = {2, 1000, 600, levelRequirement = 76, statInterpolation = {},  cost = { }, },
            [29] = {2, 1000, 600, levelRequirement = 77, statInterpolation = {},  cost = { }, },
            [30] = {2, 1000, 600, levelRequirement = 78, statInterpolation = {},  cost = { }, },
            [31] = {2, 1000, 600, levelRequirement = 79, statInterpolation = {},  cost = { }, },
            [32] = {2, 1000, 600, levelRequirement = 80, statInterpolation = {},  cost = { }, },
            [33] = {2, 1000, 600, levelRequirement = 81, statInterpolation = {},  cost = { }, },
            [34] = {2, 1000, 600, levelRequirement = 82, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterHeavyStrike"] = {
        name = "Heavy Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attacks enemies with a forceful blow, knocking them back. Requires a Mace, Sceptre, Axe, Sword or Two-Handed Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "global_knockback",
        },
        levels = {
            [1] = {30, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    Tus golpes no se pueden evadir
    IdMonsterAlwaysHits
    FamilyAlwaysHits
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • global always hit Min: 1 Max: 1 Global
  • Craft Tagsattack
    Nunca infliges golpes críticos
    IdMonsterCannotCrit_
    FamilyCannotCrit
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • global cannot crit Min: 1 Max: 1 Global
  • Craft Tagscritical
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock30Bypass10
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    Jonah Unchained
    Humanoide
    monster base type attack cast speed +% and damage -% final [33]
    Tus golpes no se pueden evadir
    Nunca infliges golpes críticos
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    Vida máxima aumentada un 100%
    Área de efecto aumentada un 100%
    Tamaño del personaje aumentado un 80%
    SpectreN
    Tagsfire_affinity, has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, melee, not_int, physical_affinity, plate_armour, red_blood, rogue_exile, slashing_weapon, slow_movement
    Vida
    128%
    Armadura
    +80%
    Evasión
    +20%
    Ailment Threshold
    128%
    Resistencia
    30 30 30 20
    Damage
    143%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiencia
    220%
    Model Size
    100%
    Type
    ExileMarauder1
    Metadata
    ExileMarauder1Supporter
    Nivel
    68
    Vida
    8,235
    Armadura
    51,822
    Evasión
    5,687
    Escudo de energía
    0
    Damage
    534
    Daño de hechizos
    534
    Precisión
    290
    Attack Time
    1.005
    Experiencia
    22,561
    Ailment Threshold
    8,235
    Chill
    26
    Shock
    26
    Brittle
    147
    Scorch
    26
    Sap
    72
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 427–641
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ExileShieldCharge
    Attack, RequiresShield, Melee, Area, Movement, Travel
    Carga con escudo
    Base Damage: 427–641
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Carga hacia un lugar u enemigo objetivo, empuja a los enemigos que están en tu camino e inflige daño repetidamente en un área pequeña delante de ti. Haces daño en un área más grande cuando alcanzas al objetivo. Cuanto más lejos te desplaces, mayor será el daño que inflijas y la probabilidad de aturdir a los enemigos. No se puede asistir con Asistencia de Golpes múltiples.
    Velocidad de ataque aumentada un 20%
    Reducción de Umbral de Aturdimiento aumentada un 50% en enemigos a Máxima Distancia de carga
    65% más Daño con Golpes a Distancia de Carga Máxima
    Velocidad de movimiento aumentada un 50%
    Ganas el 15% de tu daño físico como daño de fuego extra
    ignores proximity shield [1]
    shield charge extra distance [10]
    MonsterHeavyStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee
    Golpe pesado
    Base Damage: 427–641
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Ataca a los enemigos con un contundente embate y los empuja hacia atrás. Requiere una maza, un cetro, un hacha, una espada o un arma a dos manos.
    Empuja a los enemigos con cada golpe
    Inflige un 50% más de daño
    Umbral de aturdimiento de los enemigos reducido un 30%
    ExileCleave
    Attack, Area, Multistrikeable, Melee, ThresholdJewelArea, Physical
    Hendidura
    Base Damage: 427–641
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    El personaje golpea en arco con su arma (o ambas armas si empuña dos) para infligir daño a los monstruos en un área delante de él. Solo funciona con hachas y espadas.
    Cuando usas doble empuñadura, inflige el 60% del daño de cada arma combinado
    Daño físico aumentado un 53%
    Velocidad de ataque aumentada un 60%
    animation effect variation [1]
    is area damage [1]
    skill double hits when dual wielding [1]
    ExileEnduringCry
    Buff, Area, Duration, Warcry, Cooldown
    Grito de aguante
    Tiempo de recarga: 8 seg
    Ejecuta un grito de guerra que provoca a todos los enemigos cercanos para que ataquen al personaje y otorga cargas de aguante. Te da una breve inyección de regeneración de vida y también una bonificación que otorga resistencias y reducción de daño físico en función de tus cargas de aguante.
    La duración base es de 1 segundos
    Regeneras un 10% de vida por segundo
    Otorga 2 cargas de aguante adicionales

    Object Type

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    
    Stats
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Exiles/ExileMarauder1Supporter"] = {
        name = "Jonah Unchained",
        life = 1.28,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.43,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "ExileCleave",
            "ExileShieldCharge",
            "ExileEnduringCry",
            "Melee",
            "MonsterHeavyStrike",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileCleave"] = {
        name = "Cleave",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ThresholdJewelArea] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "attack_speed_+%",
            "active_skill_damage_+%_final",
            "active_skill_merged_damage_+%_final_while_dual_wielding",
            "animation_effect_variation",
            "is_area_damage",
            "skill_double_hits_when_dual_wielding",
        },
        levels = {
            [1] = {29, 0, 15, -40, 1, levelRequirement = 4, statInterpolation = {1, 1, 1},  cost = { }, },
            [2] = {35, 20, 10, -40, 1, levelRequirement = 30, statInterpolation = {1, 1, 1},  cost = { }, },
            [3] = {47, 20, 5, -40, 1, levelRequirement = 50, statInterpolation = {1, 1, 1},  cost = { }, },
            [4] = {53, 60, 0, -40, 1, levelRequirement = 65, statInterpolation = {1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileShieldCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at a targeted location or enemy, pushing away enemies in your path and repeatedly dealing damage in a small area in front of you. You deal damage in a larger area when you reach the target. The further you travel, the more damage you deal, and the greater your chance of stunning enemies. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RequiresShield] = true,
            [SkillType.Melee] = true,
            [SkillType.Area] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_damage_+%_maximum",
            "attack_speed_+%",
            "physical_damage_%_to_add_as_fire",
            "shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range",
            "base_movement_velocity_+%",
            "shield_charge_extra_distance",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {75, 10, 0, 50, 50, 10, levelRequirement = 4, statInterpolation = {1, 1, 1},  cost = { }, },
            [2] = {65, 10, 0, 50, 50, 10, levelRequirement = 20, statInterpolation = {1, 1, 1},  cost = { }, },
            [3] = {65, 15, 15, 50, 50, 10, levelRequirement = 40, statInterpolation = {1, 1, 1},  cost = { }, },
            [4] = {65, 20, 15, 50, 50, 10, levelRequirement = 60, statInterpolation = {1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileEnduringCry"] = {
        name = "Enduring Cry",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Performs a warcry, taunting all nearby enemies to attack the user and granting endurance charges. Gives a brief burst of life regeneration, as well as a buff which grants resistances and physical damage reduction based on your endurance charges.",
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Warcry] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "enduring_cry_grants_x_additional_endurance_charges",
            "base_skill_effect_duration",
            "life_regeneration_rate_per_minute_%",
        },
        levels = {
            [1] = {2, 1000, 600, levelRequirement = 4, statInterpolation = {},  cost = { }, },
            [2] = {2, 1000, 600, levelRequirement = 7, statInterpolation = {},  cost = { }, },
            [3] = {2, 1000, 600, levelRequirement = 10, statInterpolation = {},  cost = { }, },
            [4] = {2, 1000, 600, levelRequirement = 14, statInterpolation = {},  cost = { }, },
            [5] = {2, 1000, 600, levelRequirement = 18, statInterpolation = {},  cost = { }, },
            [6] = {2, 1000, 600, levelRequirement = 22, statInterpolation = {},  cost = { }, },
            [7] = {2, 1000, 600, levelRequirement = 24, statInterpolation = {},  cost = { }, },
            [8] = {2, 1000, 600, levelRequirement = 28, statInterpolation = {},  cost = { }, },
            [9] = {2, 1000, 600, levelRequirement = 32, statInterpolation = {},  cost = { }, },
            [10] = {2, 1000, 600, levelRequirement = 36, statInterpolation = {},  cost = { }, },
            [11] = {2, 1000, 600, levelRequirement = 40, statInterpolation = {},  cost = { }, },
            [12] = {2, 1000, 600, levelRequirement = 44, statInterpolation = {},  cost = { }, },
            [13] = {2, 1000, 600, levelRequirement = 48, statInterpolation = {},  cost = { }, },
            [14] = {2, 1000, 600, levelRequirement = 52, statInterpolation = {},  cost = { }, },
            [15] = {2, 1000, 600, levelRequirement = 56, statInterpolation = {},  cost = { }, },
            [16] = {2, 1000, 600, levelRequirement = 60, statInterpolation = {},  cost = { }, },
            [17] = {2, 1000, 600, levelRequirement = 63, statInterpolation = {},  cost = { }, },
            [18] = {2, 1000, 600, levelRequirement = 66, statInterpolation = {},  cost = { }, },
            [19] = {2, 1000, 600, levelRequirement = 67, statInterpolation = {},  cost = { }, },
            [20] = {2, 1000, 600, levelRequirement = 68, statInterpolation = {},  cost = { }, },
            [21] = {2, 1000, 600, levelRequirement = 69, statInterpolation = {},  cost = { }, },
            [22] = {2, 1000, 600, levelRequirement = 70, statInterpolation = {},  cost = { }, },
            [23] = {2, 1000, 600, levelRequirement = 71, statInterpolation = {},  cost = { }, },
            [24] = {2, 1000, 600, levelRequirement = 72, statInterpolation = {},  cost = { }, },
            [25] = {2, 1000, 600, levelRequirement = 73, statInterpolation = {},  cost = { }, },
            [26] = {2, 1000, 600, levelRequirement = 74, statInterpolation = {},  cost = { }, },
            [27] = {2, 1000, 600, levelRequirement = 75, statInterpolation = {},  cost = { }, },
            [28] = {2, 1000, 600, levelRequirement = 76, statInterpolation = {},  cost = { }, },
            [29] = {2, 1000, 600, levelRequirement = 77, statInterpolation = {},  cost = { }, },
            [30] = {2, 1000, 600, levelRequirement = 78, statInterpolation = {},  cost = { }, },
            [31] = {2, 1000, 600, levelRequirement = 79, statInterpolation = {},  cost = { }, },
            [32] = {2, 1000, 600, levelRequirement = 80, statInterpolation = {},  cost = { }, },
            [33] = {2, 1000, 600, levelRequirement = 81, statInterpolation = {},  cost = { }, },
            [34] = {2, 1000, 600, levelRequirement = 82, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterHeavyStrike"] = {
        name = "Heavy Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attacks enemies with a forceful blow, knocking them back. Requires a Mace, Sceptre, Axe, Sword or Two-Handed Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "global_knockback",
        },
        levels = {
            [1] = {30, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    Tus golpes no se pueden evadir
    IdMonsterAlwaysHits
    FamilyAlwaysHits
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • global always hit Min: 1 Max: 1 Global
  • Craft Tagsattack
    Nunca infliges golpes críticos
    IdMonsterCannotCrit_
    FamilyCannotCrit
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • global cannot crit Min: 1 Max: 1 Global
  • Craft Tagscritical
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock30Bypass10
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    Vida máxima aumentada un 100%
    Área de efecto aumentada un 100%
    Tamaño del personaje aumentado un 80%
    IdMonsterSupporterGigantism1
    FamilyMonsterSupporterGigantism
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • maximum life +% Min: 100 Max: 100 Global
  • base actor scale +% Min: 80 Max: 80 Global
  • base skill area of effect +% Min: 100 Max: 100 Global
  • Jonah Unchained
    Humanoide
    monster base type attack cast speed +% and damage -% final [33]
    Tus golpes no se pueden evadir
    Nunca infliges golpes críticos
    monster no map drops [1]
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    SpectreN
    Tagsdelve_monster, exile, fire_affinity, has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, melee, not_int, physical_affinity, plate_armour, red_blood, slashing_weapon, slow_movement
    Vida
    128%
    Armadura
    +80%
    Evasión
    +20%
    Ailment Threshold
    128%
    Resistencia
    30 30 30 20
    Damage
    143%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiencia
    220%
    Model Size
    100%
    Type
    ExileMarauderDelve1
    Metadata
    DelveExileMarauder1
    Nivel
    68
    Vida
    8,235
    Armadura
    51,822
    Evasión
    5,687
    Escudo de energía
    0
    Damage
    534
    Daño de hechizos
    534
    Precisión
    290
    Attack Time
    1.005
    Experiencia
    22,561
    Ailment Threshold
    8,235
    Chill
    26
    Shock
    26
    Brittle
    147
    Scorch
    26
    Sap
    72
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 427–641
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ExileShieldCharge
    Attack, RequiresShield, Melee, Area, Movement, Travel
    Carga con escudo
    Base Damage: 427–641
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Carga hacia un lugar u enemigo objetivo, empuja a los enemigos que están en tu camino e inflige daño repetidamente en un área pequeña delante de ti. Haces daño en un área más grande cuando alcanzas al objetivo. Cuanto más lejos te desplaces, mayor será el daño que inflijas y la probabilidad de aturdir a los enemigos. No se puede asistir con Asistencia de Golpes múltiples.
    Velocidad de ataque aumentada un 20%
    Reducción de Umbral de Aturdimiento aumentada un 50% en enemigos a Máxima Distancia de carga
    65% más Daño con Golpes a Distancia de Carga Máxima
    Velocidad de movimiento aumentada un 50%
    Ganas el 15% de tu daño físico como daño de fuego extra
    ignores proximity shield [1]
    shield charge extra distance [10]
    MonsterHeavyStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee
    Golpe pesado
    Base Damage: 427–641
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    Ataca a los enemigos con un contundente embate y los empuja hacia atrás. Requiere una maza, un cetro, un hacha, una espada o un arma a dos manos.
    Empuja a los enemigos con cada golpe
    Inflige un 50% más de daño
    Umbral de aturdimiento de los enemigos reducido un 30%
    ExileCleave
    Attack, Area, Multistrikeable, Melee, ThresholdJewelArea, Physical
    Hendidura
    Base Damage: 427–641
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.005 seg
    El personaje golpea en arco con su arma (o ambas armas si empuña dos) para infligir daño a los monstruos en un área delante de él. Solo funciona con hachas y espadas.
    Cuando usas doble empuñadura, inflige el 60% del daño de cada arma combinado
    Daño físico aumentado un 53%
    Velocidad de ataque aumentada un 60%
    animation effect variation [1]
    is area damage [1]
    skill double hits when dual wielding [1]
    ExileEnduringCry
    Buff, Area, Duration, Warcry, Cooldown
    Grito de aguante
    Tiempo de recarga: 8 seg
    Ejecuta un grito de guerra que provoca a todos los enemigos cercanos para que ataquen al personaje y otorga cargas de aguante. Te da una breve inyección de regeneración de vida y también una bonificación que otorga resistencias y reducción de daño físico en función de tus cargas de aguante.
    La duración base es de 1 segundos
    Regeneras un 10% de vida por segundo
    Otorga 2 cargas de aguante adicionales
    WalkEmergeExile
    walk emerge distance [200]

    Object Type

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    
    Stats
    {
    
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Exiles/Exile"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Exiles/DelveExileMarauder1"] = {
        name = "Jonah Unchained",
        life = 1.28,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.43,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "ExileCleave",
            "ExileShieldCharge",
            "ExileEnduringCry",
            "Melee",
            "MonsterHeavyStrike",
            "WalkEmergeExile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileCleave"] = {
        name = "Cleave",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ThresholdJewelArea] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "attack_speed_+%",
            "active_skill_damage_+%_final",
            "active_skill_merged_damage_+%_final_while_dual_wielding",
            "animation_effect_variation",
            "is_area_damage",
            "skill_double_hits_when_dual_wielding",
        },
        levels = {
            [1] = {29, 0, 15, -40, 1, levelRequirement = 4, statInterpolation = {1, 1, 1},  cost = { }, },
            [2] = {35, 20, 10, -40, 1, levelRequirement = 30, statInterpolation = {1, 1, 1},  cost = { }, },
            [3] = {47, 20, 5, -40, 1, levelRequirement = 50, statInterpolation = {1, 1, 1},  cost = { }, },
            [4] = {53, 60, 0, -40, 1, levelRequirement = 65, statInterpolation = {1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileShieldCharge"] = {
        name = "Shield Charge",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Charges at a targeted location or enemy, pushing away enemies in your path and repeatedly dealing damage in a small area in front of you. You deal damage in a larger area when you reach the target. The further you travel, the more damage you deal, and the greater your chance of stunning enemies. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RequiresShield] = true,
            [SkillType.Melee] = true,
            [SkillType.Area] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "shield_charge_damage_+%_maximum",
            "attack_speed_+%",
            "physical_damage_%_to_add_as_fire",
            "shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range",
            "base_movement_velocity_+%",
            "shield_charge_extra_distance",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {75, 10, 0, 50, 50, 10, levelRequirement = 4, statInterpolation = {1, 1, 1},  cost = { }, },
            [2] = {65, 10, 0, 50, 50, 10, levelRequirement = 20, statInterpolation = {1, 1, 1},  cost = { }, },
            [3] = {65, 15, 15, 50, 50, 10, levelRequirement = 40, statInterpolation = {1, 1, 1},  cost = { }, },
            [4] = {65, 20, 15, 50, 50, 10, levelRequirement = 60, statInterpolation = {1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ExileEnduringCry"] = {
        name = "Enduring Cry",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Performs a warcry, taunting all nearby enemies to attack the user and granting endurance charges. Gives a brief burst of life regeneration, as well as a buff which grants resistances and physical damage reduction based on your endurance charges.",
        skillTypes = {
            [SkillType.Buff] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Warcry] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "enduring_cry_grants_x_additional_endurance_charges",
            "base_skill_effect_duration",
            "life_regeneration_rate_per_minute_%",
        },
        levels = {
            [1] = {2, 1000, 600, levelRequirement = 4, statInterpolation = {},  cost = { }, },
            [2] = {2, 1000, 600, levelRequirement = 7, statInterpolation = {},  cost = { }, },
            [3] = {2, 1000, 600, levelRequirement = 10, statInterpolation = {},  cost = { }, },
            [4] = {2, 1000, 600, levelRequirement = 14, statInterpolation = {},  cost = { }, },
            [5] = {2, 1000, 600, levelRequirement = 18, statInterpolation = {},  cost = { }, },
            [6] = {2, 1000, 600, levelRequirement = 22, statInterpolation = {},  cost = { }, },
            [7] = {2, 1000, 600, levelRequirement = 24, statInterpolation = {},  cost = { }, },
            [8] = {2, 1000, 600, levelRequirement = 28, statInterpolation = {},  cost = { }, },
            [9] = {2, 1000, 600, levelRequirement = 32, statInterpolation = {},  cost = { }, },
            [10] = {2, 1000, 600, levelRequirement = 36, statInterpolation = {},  cost = { }, },
            [11] = {2, 1000, 600, levelRequirement = 40, statInterpolation = {},  cost = { }, },
            [12] = {2, 1000, 600, levelRequirement = 44, statInterpolation = {},  cost = { }, },
            [13] = {2, 1000, 600, levelRequirement = 48, statInterpolation = {},  cost = { }, },
            [14] = {2, 1000, 600, levelRequirement = 52, statInterpolation = {},  cost = { }, },
            [15] = {2, 1000, 600, levelRequirement = 56, statInterpolation = {},  cost = { }, },
            [16] = {2, 1000, 600, levelRequirement = 60, statInterpolation = {},  cost = { }, },
            [17] = {2, 1000, 600, levelRequirement = 63, statInterpolation = {},  cost = { }, },
            [18] = {2, 1000, 600, levelRequirement = 66, statInterpolation = {},  cost = { }, },
            [19] = {2, 1000, 600, levelRequirement = 67, statInterpolation = {},  cost = { }, },
            [20] = {2, 1000, 600, levelRequirement = 68, statInterpolation = {},  cost = { }, },
            [21] = {2, 1000, 600, levelRequirement = 69, statInterpolation = {},  cost = { }, },
            [22] = {2, 1000, 600, levelRequirement = 70, statInterpolation = {},  cost = { }, },
            [23] = {2, 1000, 600, levelRequirement = 71, statInterpolation = {},  cost = { }, },
            [24] = {2, 1000, 600, levelRequirement = 72, statInterpolation = {},  cost = { }, },
            [25] = {2, 1000, 600, levelRequirement = 73, statInterpolation = {},  cost = { }, },
            [26] = {2, 1000, 600, levelRequirement = 74, statInterpolation = {},  cost = { }, },
            [27] = {2, 1000, 600, levelRequirement = 75, statInterpolation = {},  cost = { }, },
            [28] = {2, 1000, 600, levelRequirement = 76, statInterpolation = {},  cost = { }, },
            [29] = {2, 1000, 600, levelRequirement = 77, statInterpolation = {},  cost = { }, },
            [30] = {2, 1000, 600, levelRequirement = 78, statInterpolation = {},  cost = { }, },
            [31] = {2, 1000, 600, levelRequirement = 79, statInterpolation = {},  cost = { }, },
            [32] = {2, 1000, 600, levelRequirement = 80, statInterpolation = {},  cost = { }, },
            [33] = {2, 1000, 600, levelRequirement = 81, statInterpolation = {},  cost = { }, },
            [34] = {2, 1000, 600, levelRequirement = 82, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterHeavyStrike"] = {
        name = "Heavy Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attacks enemies with a forceful blow, knocking them back. Requires a Mace, Sceptre, Axe, Sword or Two-Handed Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "global_knockback",
        },
        levels = {
            [1] = {30, 50, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WalkEmergeExile"] = {
        name = "WalkEmergeExile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "walk_emerge_distance",
        },
        levels = {
            [1] = {200, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster base type attack cast speed +% and damage -% final [33]
    IdMonsterSpeedAndDamageFixupComplete
    FamilyMonsterSpeedAndDamageFixup
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base type attack cast speed +% and damage -% final Min: 33 Max: 33 Global
  • Craft Tagscaster_damage damage attack caster speed
    Tus golpes no se pueden evadir
    IdMonsterAlwaysHits
    FamilyAlwaysHits
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • global always hit Min: 1 Max: 1 Global
  • Craft Tagsattack
    Nunca infliges golpes críticos
    IdMonsterCannotCrit_
    FamilyCannotCrit
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • global cannot crit Min: 1 Max: 1 Global
  • Craft Tagscritical
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • 20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock30Bypass10
    FamilyMonsterBlockAndBypass
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    Edit

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