Corredor Viento Mudo
Humanoide
El 50% del daño físico se convierte en daño de hielo
monster no map drops [1]
cannot have affliction mods [1]
Mutewind Wildrunner
SpectreN
Tagsbludgeoning_weapon, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, wb_basic
Packs
  • Otesha, Matagigantes, Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Jeinei Yuushu, Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Vida
    160%
    Evasión
    +100%
    Ailment Threshold
    160%
    Resistencia
    0 40 0 0
    Damage
    108%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiencia
    80%
    Model Size
    80%
    Type
    WbColdGrunt
    Metadata
    WbColdGrunt1
    Nivel
    68
    Vida
    10,293
    Armaduras
    28,790
    Evasión
    9,478
    Escudo de energía
    0
    Damage
    403
    Daño de hechizos
    403
    Precisión
    290
    Attack Time
    1.65
    Experiencia
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbDualStrike
    Attack, DualWieldOnly, MeleeSingleTarget, Multistrikeable, Melee, ThresholdJewelArea
    Golpe dual
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Ataca con las dos armas e inflige el daño de ambas en un solo golpe. Solo funciona si empuñas dos armas y no funciona con varitas.
    Inflige un 40% menos de daño
    skill double hits when dual wielding [1]
    WbLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Salto con impacto
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Tiempo de recarga: 4 seg
    Saltas por los aires para infligir daño y empujar a los enemigos con tu arma en el lugar donde caes. Empujas a los enemigos sobre los que caerías fuera de tu camino. Requiere un hacha, una maza, un cetro, una espada o un báculo. No se puede asistir con Asistencia de Golpes múltiples.
    Inflige un 25% más de daño
    El radio base es de 1.5 metros
    cast time overrides attack duration [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    Stats
    {
    }
    
    Actor
    {	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wb/WbColdGrunt1"] = {
        name = "Mutewind Wildrunner",
        life = 1.6,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "One Hand Mace",
        skillList = {
            "WbDualStrike",
            "Melee",
            "WbLeapSlam",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbDualStrike"] = {
        name = "Dual Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attacks with both weapons, dealing the damage of both in one strike. Dual wield only. Does not work with wands.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.DualWieldOnly] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ThresholdJewelArea] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_double_hits_when_dual_wielding",
        },
        levels = {
            [1] = {-40, levelRequirement = 1, 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["WbLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {25, 15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    El 50% del daño físico se convierte en daño de hielo
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Corredor Viento Mudo
    Humanoide
    El 50% del daño físico se convierte en daño de hielo
    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
    cannot have affliction mods [1]
    Mutewind Wildrunner
    SpectreN
    Tagscold_affinity, has_one_hand_sword, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, slashing_weapon, wb_basic
    Packs
  • Jeinei Yuushu, Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Jeinei Yuushu, Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Vida
    160%
    Evasión
    +100%
    Ailment Threshold
    160%
    Resistencia
    0 40 0 0
    Damage
    108%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiencia
    80%
    Model Size
    90%
    Type
    WbColdGrunt
    Metadata
    WbColdGrunt2
    Nivel
    68
    Vida
    10,293
    Armaduras
    28,790
    Evasión
    9,478
    Escudo de energía
    0
    Damage
    403
    Daño de hechizos
    403
    Precisión
    290
    Attack Time
    1.65
    Experiencia
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbCleave
    Attack, Area, Multistrikeable, Melee, ThresholdJewelArea, Physical
    Hendidura
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 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
    is area damage [1]
    skill double hits when dual wielding [1]
    WbFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
    Golpe repentino
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Tiempo de recarga: 1.7 seg
    Teletransporta al personaje a un monstruo cercano y lo ataca con un arma cuerpo a cuerpo. Si no seleccionas un monstruo específico, elige uno al azar. Otorga una bonificación que aumenta la velocidad de movimiento durante un tiempo. Puedes ignorar su tiempo de recarga consumiendo una carga de frenesí.
    Ganas el 20% del daño físico como daño de hielo extra
    Inflige un 30% menos de daño
    Velocidad de ataque aumentada un 55%
    ignores proximity shield [1]
    melee defer damage prediction [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    Stats
    {
    }
    
    Actor
    {	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wb/WbColdGrunt2"] = {
        name = "Mutewind Wildrunner",
        life = 1.6,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "WbCleave",
            "Melee",
            "WbFlickerStrike",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbCleave"] = {
        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 = {
            "active_skill_merged_damage_+%_final_while_dual_wielding",
            "is_area_damage",
            "skill_double_hits_when_dual_wielding",
        },
        levels = {
            [1] = {-40, levelRequirement = 1, 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["WbFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
            [SkillType.Duration] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_speed_+%",
            "physical_damage_%_to_add_as_cold",
            "active_skill_damage_+%_final",
            "ignores_proximity_shield",
            "melee_defer_damage_prediction",
        },
        levels = {
            [1] = {20, 0, -10, levelRequirement = 28, statInterpolation = {1, 1, 1},  cost = { }, },
            [2] = {45, 0, -30, levelRequirement = 45, statInterpolation = {1, 1, 1},  cost = { }, },
            [3] = {55, 20, -30, levelRequirement = 60, statInterpolation = {1, 1, 1},  cost = { }, },
        },
    }
    
    El 50% del daño físico se convierte en daño de hielo
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    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
    IdMonsterAttackBlock20Bypass20
    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
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Corredor Viento Mudo
    Humanoide
    El 50% del daño físico se convierte en daño de hielo
    monster no map drops [1]
    cannot have affliction mods [1]
    Mutewind Wildrunner
    SpectreN
    Tagshas_claw, has_dual_wield_melee, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, slashing_weapon, wb_basic
    Packs
  • Otesha, Matagigantes, Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Otesha, Matagigantes, Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Vida
    160%
    Evasión
    +100%
    Ailment Threshold
    160%
    Resistencia
    0 40 0 0
    Damage
    108%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiencia
    80%
    Model Size
    80%
    Type
    WbColdGrunt
    Metadata
    WbColdGrunt3
    Nivel
    68
    Vida
    10,293
    Armaduras
    28,790
    Evasión
    9,478
    Escudo de energía
    0
    Damage
    403
    Daño de hechizos
    403
    Precisión
    290
    Attack Time
    1.65
    Experiencia
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbWhirlingBlades
    Attack, Melee, Movement, Travel
    Filos giratorios
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Te lanzas entre los enemigos e infliges daño de arma. Si empuñas dos armas, atacarás con ambas e infligirás el daño de las dos en un solo golpe. Solo funciona con dagas, garras y espadas a una mano. No se puede asistir con Asistencia de Golpes múltiples.
    Inflige un 30% menos de daño
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    WbDoubleStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee, Physical
    Golpe doble
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Ejecuta dos ataques rápidos con un arma cuerpo a cuerpo.
    Daño físico reducido un 15%
    base skill number of additional hits [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    Stats
    {
    }
    
    Actor
    {	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wb/WbColdGrunt3"] = {
        name = "Mutewind Wildrunner",
        life = 1.6,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Claw",
        weaponType2 = "Claw",
        skillList = {
            "WbDoubleStrike",
            "WbWhirlingBlades",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbDoubleStrike"] = {
        name = "Double Strike",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Performs two fast strikes with a melee weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "base_skill_number_of_additional_hits",
        },
        levels = {
            [1] = {-15, 1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.43,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "ignores_proximity_shield",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {-30, levelRequirement = 0, 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 = { }, },
        },
    }
    
    El 50% del daño físico se convierte en daño de hielo
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Corredor Viento Mudo
    Humanoide
    El 50% del daño físico se convierte en daño de hielo
    monster no map drops [1]
    cannot have affliction mods [1]
    Mutewind Wildrunner
    SpectreN
    Tagsbludgeoning_weapon, cold_affinity, has_two_hand_mace, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, wb_basic
    Packs
  • Jeinei Yuushu, Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Yorishi, Sabio Aurora, Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Vida
    160%
    Evasión
    +100%
    Ailment Threshold
    160%
    Resistencia
    0 40 0 0
    Damage
    108%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiencia
    80%
    Model Size
    85%
    Type
    WbColdGrunt
    Metadata
    WbColdGrunt4
    Nivel
    68
    Vida
    10,293
    Armaduras
    28,790
    Evasión
    9,478
    Escudo de energía
    0
    Damage
    403
    Daño de hechizos
    403
    Precisión
    290
    Attack Time
    1.65
    Experiencia
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Salto con impacto
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Tiempo de recarga: 4 seg
    Saltas por los aires para infligir daño y empujar a los enemigos con tu arma en el lugar donde caes. Empujas a los enemigos sobre los que caerías fuera de tu camino. Requiere un hacha, una maza, un cetro, una espada o un báculo. No se puede asistir con Asistencia de Golpes múltiples.
    Inflige un 25% más de daño
    El radio base es de 1.5 metros
    cast time overrides attack duration [1]
    is area damage [1]
    WbGlacialHammer
    Attack, MeleeSingleTarget, Multistrikeable, Melee, Cold, ThresholdJewelArea
    Martillo glacial
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Golpea a los enemigos con parte de tu daño físico convertido a daño de hielo. Si un enemigo que no es único está congelado y tiene menos de un tercio de vida, se hará añicos al recibir el golpe del Martillo glacial. Si golpeas tres veces seguidas, el tercer golpe congelará a los enemigos más fácilmente. Requiere una maza, un cetro o un báculo.
    Inflige un 10% más de daño
    Daño físico aumentado un 12%
    El 50% del daño físico se convierte en daño de hielo
    10% de probabilidad de congelar a los enemigos
    15% más Velocidad de Ataque
    active skill chill duration +% final [15]

    Object Type

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    Stats
    {
    }
    
    Actor
    {	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wb/WbColdGrunt4"] = {
        name = "Mutewind Wildrunner",
        life = 1.6,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "Melee",
            "WbLeapSlam",
            "WbGlacialHammer",
        },
        modList = {
        },
    }
    -- 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["WbLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.4,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {25, 15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbGlacialHammer"] = {
        name = "Glacial Hammer",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Hits enemies, converting some of your physical damage to cold damage. If a non-unique enemy is frozen and is on less than one third life, they will shatter when hit by Glacial Hammer. If striking three times in a row, the third strike will freeze enemies more easily. Requires a Mace, Sceptre or Staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.ThresholdJewelArea] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_chance_to_freeze_%",
            "physical_damage_+%",
            "active_skill_attack_speed_+%_final",
            "skill_physical_damage_%_to_convert_to_cold",
            "active_skill_chill_duration_+%_final",
            "active_skill_damage_+%_final",
        },
        levels = {
            [1] = {0, 0, 0, 50, 15, 10, levelRequirement = 4, statInterpolation = {1, 1, 1},  cost = { }, },
            [2] = {0, 1, 0, 50, 15, 10, levelRequirement = 8, statInterpolation = {1, 1, 1},  cost = { }, },
            [3] = {0, 1, 0, 50, 15, 10, levelRequirement = 11, statInterpolation = {1, 1, 1},  cost = { }, },
            [4] = {0, 2, 0, 50, 15, 10, levelRequirement = 15, statInterpolation = {1, 1, 1},  cost = { }, },
            [5] = {0, 2, 0, 50, 15, 10, levelRequirement = 20, statInterpolation = {1, 1, 1},  cost = { }, },
            [6] = {0, 3, 0, 50, 15, 10, levelRequirement = 25, statInterpolation = {1, 1, 1},  cost = { }, },
            [7] = {0, 4, 5, 50, 15, 10, levelRequirement = 29, statInterpolation = {1, 1, 1},  cost = { }, },
            [8] = {0, 4, 5, 50, 15, 10, levelRequirement = 31, statInterpolation = {1, 1, 1},  cost = { }, },
            [9] = {0, 5, 5, 50, 15, 10, levelRequirement = 32, statInterpolation = {1, 1, 1},  cost = { }, },
            [10] = {0, 5, 5, 50, 15, 10, levelRequirement = 34, statInterpolation = {1, 1, 1},  cost = { }, },
            [11] = {5, 6, 5, 50, 15, 10, levelRequirement = 37, statInterpolation = {1, 1, 1},  cost = { }, },
            [12] = {5, 6, 5, 50, 15, 10, levelRequirement = 40, statInterpolation = {1, 1, 1},  cost = { }, },
            [13] = {5, 7, 10, 50, 15, 10, levelRequirement = 42, statInterpolation = {1, 1, 1},  cost = { }, },
            [14] = {5, 8, 10, 50, 15, 10, levelRequirement = 45, statInterpolation = {1, 1, 1},  cost = { }, },
            [15] = {5, 8, 10, 50, 15, 10, levelRequirement = 50, statInterpolation = {1, 1, 1},  cost = { }, },
            [16] = {5, 9, 10, 50, 15, 10, levelRequirement = 51, statInterpolation = {1, 1, 1},  cost = { }, },
            [17] = {10, 9, 10, 50, 15, 10, levelRequirement = 52, statInterpolation = {1, 1, 1},  cost = { }, },
            [18] = {10, 10, 10, 50, 15, 10, levelRequirement = 54, statInterpolation = {1, 1, 1},  cost = { }, },
            [19] = {10, 11, 15, 50, 15, 10, levelRequirement = 58, statInterpolation = {1, 1, 1},  cost = { }, },
            [20] = {10, 11, 15, 50, 15, 10, levelRequirement = 66, statInterpolation = {1, 1, 1},  cost = { }, },
            [21] = {10, 12, 15, 50, 15, 10, levelRequirement = 67, statInterpolation = {1, 1, 1},  cost = { }, },
            [22] = {10, 12, 15, 50, 15, 10, levelRequirement = 68, statInterpolation = {1, 1, 1},  cost = { }, },
            [23] = {15, 13, 15, 50, 15, 10, levelRequirement = 69, statInterpolation = {1, 1, 1},  cost = { }, },
            [24] = {15, 14, 15, 50, 15, 10, levelRequirement = 70, statInterpolation = {1, 1, 1},  cost = { }, },
            [25] = {15, 14, 20, 50, 15, 10, levelRequirement = 71, statInterpolation = {1, 1, 1},  cost = { }, },
            [26] = {15, 15, 20, 50, 15, 10, levelRequirement = 72, statInterpolation = {1, 1, 1},  cost = { }, },
            [27] = {15, 15, 20, 50, 15, 10, levelRequirement = 73, statInterpolation = {1, 1, 1},  cost = { }, },
            [28] = {15, 16, 20, 50, 15, 10, levelRequirement = 74, statInterpolation = {1, 1, 1},  cost = { }, },
            [29] = {20, 16, 20, 50, 15, 10, levelRequirement = 75, statInterpolation = {1, 1, 1},  cost = { }, },
            [30] = {20, 17, 20, 50, 15, 10, levelRequirement = 76, statInterpolation = {1, 1, 1},  cost = { }, },
            [31] = {20, 18, 25, 50, 15, 10, levelRequirement = 77, statInterpolation = {1, 1, 1},  cost = { }, },
            [32] = {20, 18, 25, 50, 15, 10, levelRequirement = 78, statInterpolation = {1, 1, 1},  cost = { }, },
            [33] = {20, 19, 25, 50, 15, 10, levelRequirement = 79, statInterpolation = {1, 1, 1},  cost = { }, },
            [34] = {20, 19, 25, 50, 15, 10, levelRequirement = 80, statInterpolation = {1, 1, 1},  cost = { }, },
            [35] = {20, 20, 25, 50, 15, 10, levelRequirement = 81, statInterpolation = {1, 1, 1},  cost = { }, },
            [36] = {20, 21, 25, 50, 15, 10, levelRequirement = 82, statInterpolation = {1, 1, 1},  cost = { }, },
        },
    }
    
    El 50% del daño físico se convierte en daño de hielo
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Corredor Viento Mudo
    Humanoide
    El 50% del daño físico se convierte en daño de hielo
    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
    cannot have affliction mods [1]
    Mutewind Wildrunner
    SpectreN
    Tagshas_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, puncturing_weapon, red_blood, wb_basic
    Packs
  • Yorishi, Sabio Aurora, Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Yorishi, Sabio Aurora, Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Vida
    160%
    Evasión
    +100%
    Ailment Threshold
    160%
    Resistencia
    0 40 0 0
    Damage
    108%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiencia
    80%
    Model Size
    90%
    Type
    WbColdGrunt
    Metadata
    WbColdGrunt5
    Nivel
    68
    Vida
    10,293
    Armaduras
    28,790
    Evasión
    9,478
    Escudo de energía
    0
    Damage
    403
    Daño de hechizos
    403
    Precisión
    290
    Attack Time
    1.65
    Experiencia
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbPhaseRun
    Spell, Buff, Duration, Triggerable, Physical, Travel, Cooldown
    Traspasar
    Tiempo de lanzamiento: 0.5 seg
    Tiempo de recarga: 15 seg
    Ganas una bonificación que hace que te muevas más rápido, seas más difícil de detectar y ya no tengas el movimiento impedido por los enemigos. Tu siguiente ataque también inflige daño extra. Cuando usas una habilidad, se elimina la bonificación pero recibes una nueva que aumenta el daño de tus ataques durante un corto período de tiempo. Consume cargas de frenesí para aumentar su duración.
    La duración base es de 10 segundos
    Velocidad de movimiento aumentada un 30%
    70% más de daño físico cuerpo a cuerpo
    WbFrenzy
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, MeleeSingleTarget, Multistrikeable, Melee, Triggerable
    Frenesí
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Ejecuta un ataque que otorga una carga de frenesí al personaje si golpea. Las cargas de frenesí aumentan tu velocidad de ataque.
    Inflige un 28% menos de daño
    Inflige un 10% más de daño físico
    Daño físico aumentado un 10% por cada carga de frenesí
    Dispara 2 proyectiles adicionales
    Velocidad de ataque aumentada un 10% por cada carga de frenesi
    skill can fire arrows [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    Stats
    {
    }
    
    Actor
    {	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wb/WbColdGrunt5"] = {
        name = "Mutewind Wildrunner",
        life = 1.6,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "WbFrenzy",
            "Melee",
            "WbPhaseRun",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbFrenzy"] = {
        name = "Frenzy",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Performs an attack that gives the character a frenzy charge if it hits. Frenzy charges increase your attack speed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_speed_+%",
            "number_of_additional_projectiles",
            "active_skill_damage_+%_final",
            "physical_damage_+%_per_frenzy_charge",
            "base_attack_speed_+%_per_frenzy_charge",
            "active_skill_physical_damage_+%_final",
            "skill_can_fire_arrows",
        },
        levels = {
            [1] = {0, 0, 0, 10, 10, 10, levelRequirement = 30, statInterpolation = {1, 1, 1},  cost = { }, },
            [2] = {20, 0, 0, 10, 10, 10, levelRequirement = 40, statInterpolation = {1, 1, 1},  cost = { }, },
            [3] = {0, 2, -20, 10, 10, 10, levelRequirement = 50, statInterpolation = {1, 1, 1},  cost = { }, },
            [4] = {0, 2, -28, 10, 10, 10, levelRequirement = 65, statInterpolation = {1, 1, 1},  cost = { }, },
            [5] = {0, 2, -36, 10, 10, 10, levelRequirement = 75, statInterpolation = {1, 1, 1},  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["WbPhaseRun"] = {
        name = "Phase Run",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Gain a buff that makes you move faster, become harder to detect, and no longer have your movement impeded by enemies. Your next attack also deals extra damage. Performing any skill removes this buff but grants a new buff that increases the damage of your attacks for a short time. Consumes Frenzy Charges to increase duration.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
            [SkillType.Travel] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_movement_velocity_+%",
            "phase_run_melee_physical_damage_+%_final",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {15, 50, 10000, levelRequirement = 15, statInterpolation = {1, 1},  cost = { }, },
            [2] = {20, 55, 10000, levelRequirement = 30, statInterpolation = {1, 1},  cost = { }, },
            [3] = {25, 60, 10000, levelRequirement = 45, statInterpolation = {1, 1},  cost = { }, },
            [4] = {30, 70, 10000, levelRequirement = 60, statInterpolation = {1, 1},  cost = { }, },
        },
    }
    
    El 50% del daño físico se convierte en daño de hielo
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    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
    IdMonsterAttackBlock20Bypass20
    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
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Corredor Viento Mudo
    Humanoide
    El 50% del daño físico se convierte en daño de hielo
    cyclone extra distance [10]
    monster no map drops [1]
    cannot have affliction mods [1]
    Mutewind Wildrunner
    SpectreN
    Tagscold_affinity, has_dual_wield_melee, has_one_hand_axe, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, slashing_weapon, wb_basic
    Packs
  • Yorishi, Sabio Aurora, Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Otesha, Matagigantes, Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Cantante de Nieve Viento Mudo, Conjuramaleficios Viento Mudo, Corredor Viento Mudo, Corredor Viento Mudo
  • Vida
    160%
    Evasión
    +100%
    Ailment Threshold
    160%
    Resistencia
    0 40 0 0
    Damage
    108%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiencia
    80%
    Model Size
    90%
    Type
    WbColdGrunt
    Metadata
    WbColdGrunt6
    Nivel
    68
    Vida
    10,293
    Armaduras
    28,790
    Evasión
    9,478
    Escudo de energía
    0
    Damage
    403
    Daño de hechizos
    403
    Precisión
    290
    Attack Time
    1.65
    Experiencia
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbWhiteCyclone
    Attack, Area, Melee, Movement
    Ciclón
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Daña a los enemigos a tu alrededor y luego realiza una serie de ataques giratorios mientras te trasladas a una ubicación objetivo. No se puede asistir con Asistencia de Implacabilidad ni con Asistencia de Golpes múltiples.
    Ganas el 25% del daño físico como daño de hielo extra
    Inflige un 70% menos de daño
    Daño físico aumentado un 24%
    Velocidad de ataque aumentada un 30%
    20% menos Velocidad de Movimiento
    cyclone extra distance [15]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    Stats
    {
    }
    
    Actor
    {	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wb/WbColdGrunt6"] = {
        name = "Mutewind Wildrunner",
        life = 1.6,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        weaponType2 = "One Hand Axe",
        skillList = {
            "Melee",
            "WbWhiteCyclone",
        },
        modList = {
        },
    }
    -- 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["WbWhiteCyclone"] = {
        name = "Cyclone",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Damage enemies around you, then perform a spinning series of attacks as you travel to a target location. Cannot be supported by Ruthless or Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "attack_speed_+%",
            "cyclone_movement_speed_+%_final",
            "physical_damage_%_to_add_as_cold",
            "active_skill_damage_+%_final",
            "cyclone_extra_distance",
            "is_area_damage",
        },
        levels = {
            [1] = {12, 0, -30, 0, -55, 15, levelRequirement = 10, statInterpolation = {1, 1, 1, 1, 1},  cost = { }, },
            [2] = {12, 10, -30, 15, -60, 15, levelRequirement = 25, statInterpolation = {1, 1, 1, 1, 1},  cost = { }, },
            [3] = {24, 15, -20, 20, -65, 15, levelRequirement = 40, statInterpolation = {1, 1, 1, 1, 1},  cost = { }, },
            [4] = {24, 30, -20, 25, -70, 15, levelRequirement = 60, statInterpolation = {1, 1, 1, 1, 1},  cost = { }, },
        },
    }
    
    El 50% del daño físico se convierte en daño de hielo
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    cyclone extra distance [10]
    IdGrandmasterCycloneDistance
    FamilyCycloneExtraDistance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cyclone extra distance Min: 10 Max: 10 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Corredor Viento Mudo
    Humanoide
    El 50% del daño físico se convierte en daño de hielo
    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
    cannot have affliction mods [1]
    Mutewind Wildrunner
    SpectreN
    Tagscold_affinity, has_dagger, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood, slashing_weapon, wb_basic
    Vida
    160%
    Evasión
    +100%
    Ailment Threshold
    160%
    Resistencia
    0 40 0 0
    Damage
    108%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiencia
    80%
    Model Size
    90%
    Type
    WbColdGrunt
    Metadata
    WbColdGrunt7
    Nivel
    68
    Vida
    10,293
    Armaduras
    28,790
    Evasión
    9,478
    Escudo de energía
    0
    Damage
    403
    Daño de hechizos
    403
    Precisión
    290
    Attack Time
    1.65
    Experiencia
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbFrostBlades
    Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
    Filos de escarcha
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 117%
    Daño de ataque: 117.27%
    Attack Time: 1.65 seg
    Ataca a los enemigos con alcance aumentado y lanza filos de escarcha desde el primer enemigo golpeado que vuelan hacia otros enemigos. Requiere un arma cuerpo a cuerpo.
    Inflige un 17.27% más de daño de ataque
    Dispara 2 proyectiles adicionales
    El 40% del daño físico se convierte en daño de hielo
    +1.4 metros al alcance de los golpes cuerpo a cuerpo
    show number of projectiles [1]
    total projectile spread angle override [90]
    WbWhirlingBlades
    Attack, Melee, Movement, Travel
    Filos giratorios
    Base Damage: 323–484
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.65 seg
    Te lanzas entre los enemigos e infliges daño de arma. Si empuñas dos armas, atacarás con ambas e infligirás el daño de las dos en un solo golpe. Solo funciona con dagas, garras y espadas a una mano. No se puede asistir con Asistencia de Golpes múltiples.
    Inflige un 30% menos de daño
    cast time overrides attack duration [1]
    ignores proximity shield [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    Stats
    {
    }
    
    Actor
    {	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Wb/Wb"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wb/WbColdGrunt7"] = {
        name = "Mutewind Wildrunner",
        life = 1.6,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Dagger",
        weaponType2 = "Shield",
        skillList = {
            "WbWhirlingBlades",
            "Melee",
            "WbFrostBlades",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbWhirlingBlades"] = {
        name = "Whirling Blades",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords. Cannot be supported by Multistrike.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.43,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "ignores_proximity_shield",
            "cast_time_overrides_attack_duration",
        },
        levels = {
            [1] = {-30, levelRequirement = 0, 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["WbFrostBlades"] = {
        name = "Frost Blades",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Cold] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_additional_projectiles",
            "melee_weapon_range_+",
            "skill_physical_damage_%_to_convert_to_cold",
            "total_projectile_spread_angle_override",
            "show_number_of_projectiles",
        },
        levels = {
            [1] = {2, 14, 40, 90, levelRequirement = 1, statInterpolation = {},  cost = { }, },
            [2] = {2, 14, 40, 90, baseMultiplier = 1.0091, levelRequirement = 4, statInterpolation = {},  cost = { }, },
            [3] = {2, 14, 40, 90, baseMultiplier = 1.0182, levelRequirement = 8, statInterpolation = {},  cost = { }, },
            [4] = {2, 14, 40, 90, baseMultiplier = 1.0273, levelRequirement = 12, statInterpolation = {},  cost = { }, },
            [5] = {2, 14, 40, 90, baseMultiplier = 1.0364, levelRequirement = 14, statInterpolation = {},  cost = { }, },
            [6] = {2, 14, 40, 90, baseMultiplier = 1.0455, levelRequirement = 18, statInterpolation = {},  cost = { }, },
            [7] = {2, 14, 40, 90, baseMultiplier = 1.0545, levelRequirement = 22, statInterpolation = {},  cost = { }, },
            [8] = {2, 14, 40, 90, baseMultiplier = 1.0636, levelRequirement = 26, statInterpolation = {},  cost = { }, },
            [9] = {2, 14, 40, 90, baseMultiplier = 1.0727, levelRequirement = 30, statInterpolation = {},  cost = { }, },
            [10] = {2, 14, 40, 90, baseMultiplier = 1.0818, levelRequirement = 34, statInterpolation = {},  cost = { }, },
            [11] = {2, 14, 40, 90, baseMultiplier = 1.0909, levelRequirement = 38, statInterpolation = {},  cost = { }, },
            [12] = {2, 14, 40, 90, baseMultiplier = 1.1, levelRequirement = 42, statInterpolation = {},  cost = { }, },
            [13] = {2, 14, 40, 90, baseMultiplier = 1.1091, levelRequirement = 46, statInterpolation = {},  cost = { }, },
            [14] = {2, 14, 40, 90, baseMultiplier = 1.1182, levelRequirement = 50, statInterpolation = {},  cost = { }, },
            [15] = {2, 14, 40, 90, baseMultiplier = 1.1273, levelRequirement = 54, statInterpolation = {},  cost = { }, },
            [16] = {2, 14, 40, 90, baseMultiplier = 1.1364, levelRequirement = 58, statInterpolation = {},  cost = { }, },
            [17] = {2, 14, 40, 90, baseMultiplier = 1.1455, levelRequirement = 62, statInterpolation = {},  cost = { }, },
            [18] = {2, 14, 40, 90, baseMultiplier = 1.1545, levelRequirement = 66, statInterpolation = {},  cost = { }, },
            [19] = {2, 14, 40, 90, baseMultiplier = 1.1636, levelRequirement = 67, statInterpolation = {},  cost = { }, },
            [20] = {2, 14, 40, 90, baseMultiplier = 1.1727, levelRequirement = 68, statInterpolation = {},  cost = { }, },
            [21] = {2, 14, 40, 90, baseMultiplier = 1.1818, levelRequirement = 69, statInterpolation = {},  cost = { }, },
            [22] = {2, 14, 40, 90, baseMultiplier = 1.1909, levelRequirement = 70, statInterpolation = {},  cost = { }, },
            [23] = {2, 14, 40, 90, baseMultiplier = 1.2, levelRequirement = 71, statInterpolation = {},  cost = { }, },
            [24] = {2, 14, 40, 90, baseMultiplier = 1.2091, levelRequirement = 72, statInterpolation = {},  cost = { }, },
            [25] = {2, 14, 40, 90, baseMultiplier = 1.2182, levelRequirement = 73, statInterpolation = {},  cost = { }, },
            [26] = {2, 14, 40, 90, baseMultiplier = 1.2273, levelRequirement = 74, statInterpolation = {},  cost = { }, },
            [27] = {2, 14, 40, 90, baseMultiplier = 1.2364, levelRequirement = 75, statInterpolation = {},  cost = { }, },
            [28] = {2, 14, 40, 90, baseMultiplier = 1.2455, levelRequirement = 76, statInterpolation = {},  cost = { }, },
            [29] = {2, 14, 40, 90, baseMultiplier = 1.2545, levelRequirement = 77, statInterpolation = {},  cost = { }, },
            [30] = {2, 14, 40, 90, baseMultiplier = 1.2636, levelRequirement = 78, statInterpolation = {},  cost = { }, },
            [31] = {2, 14, 40, 90, baseMultiplier = 1.2727, levelRequirement = 79, statInterpolation = {},  cost = { }, },
            [32] = {2, 14, 40, 90, baseMultiplier = 1.2818, levelRequirement = 80, statInterpolation = {},  cost = { }, },
            [33] = {2, 14, 40, 90, baseMultiplier = 1.2909, levelRequirement = 81, statInterpolation = {},  cost = { }, },
            [34] = {2, 14, 40, 90, baseMultiplier = 1.3, levelRequirement = 82, statInterpolation = {},  cost = { }, },
        },
    }
    
    El 50% del daño físico se convierte en daño de hielo
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    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
    IdMonsterAttackBlock20Bypass20
    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
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Corredor Viento Mudo
    Humanoide
    El 50% del daño físico se convierte en daño de hielo
    monster no map drops [1]
    Mutewind Wildrunner
    SpectreN
    Tagsbludgeoning_weapon, elder_map_boss, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, non_attacking, not_int, not_str, red_blood, wb_basic
    Vida
    160%
    Evasión
    +100%
    Ailment Threshold
    160%
    Resistencia
    0 40 0 0
    Damage
    108%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experiencia
    80%
    Model Size
    80%
    Type
    WbColdGrunt
    Metadata
    WbColdGrunt1Elder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Wb/WbColdGrunt1Elder"] = {
        name = "Mutewind Wildrunner",
        life = 1.6,
        fireResist = 0,
        coldResist = 40,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "One Hand Mace",
        skillList = {
        },
        modList = {
        },
    }
    
    El 50% del daño físico se convierte en daño de hielo
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    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.