Mutewind Wildrunner
Humanoid
50% of Physical Damage Converted to Cold Damage
monster no map drops [1]
cannot have affliction mods [1]
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, the Giantslayer, Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Jeinei Yuushu, Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Life
    160%
    Evasion
    +100%
    Ailment Threshold
    160%
    Resistance
    0 40 0 0
    Damage
    108%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experience
    80%
    Model Size
    80%
    Type
    WbColdGrunt
    Metadata
    WbColdGrunt1
    Level
    68
    Life
    10,293
    Armour
    28,790
    Evasion
    9,478
    Energy Shield
    0
    Damage
    403
    Spell Damage
    403
    Accuracy
    290
    Attack Time
    1.65
    Experience
    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
    Default Attack
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbDualStrike
    Attack, DualWieldOnly, MeleeSingleTarget, Multistrikeable, Melee, ThresholdJewelArea
    Dual Strike
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    Attacks with both weapons, dealing the damage of both in one strike. Dual wield only. Does not work with wands.
    Deals 40% less Damage
    skill double hits when dual wielding [1]
    WbLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Leap Slam
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    Cooldown Time: 4 sec
    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.
    Deals 25% more Damage
    Base radius is 1.5 metres
    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 = { }, },
        },
    }
    
    50% of Physical Damage Converted to Cold Damage
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeUnique (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
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Mutewind Wildrunner
    Humanoid
    50% of Physical Damage Converted to Cold Damage
    monster no map drops [1]
    20% Chance to Block Attack Damage
    You take 10% of Damage from Blocked Hits
    cannot have affliction mods [1]
    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, Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Jeinei Yuushu, Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Life
    160%
    Evasion
    +100%
    Ailment Threshold
    160%
    Resistance
    0 40 0 0
    Damage
    108%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experience
    80%
    Model Size
    90%
    Type
    WbColdGrunt
    Metadata
    WbColdGrunt2
    Level
    68
    Life
    10,293
    Armour
    28,790
    Evasion
    9,478
    Energy Shield
    0
    Damage
    403
    Spell Damage
    403
    Accuracy
    290
    Attack Time
    1.65
    Experience
    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
    Default Attack
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbCleave
    Attack, Area, Multistrikeable, Melee, ThresholdJewelArea, Physical
    Cleave
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    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.
    When Dual Wielding, Deals 60% Damage from each Weapon combined
    is area damage [1]
    skill double hits when dual wielding [1]
    WbFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
    Flicker Strike
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    Cooldown Time: 1.7 sec
    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.
    Gain 20% of Physical Damage as Extra Cold Damage
    Deals 30% less Damage
    55% increased Attack Speed
    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 = { }, },
        },
    }
    
    50% of Physical Damage Converted to Cold Damage
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeUnique (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
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • 20% Chance to Block Attack Damage
    You take 10% of Damage from Blocked Hits
    IdMonsterAttackBlock20Bypass20
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeUnique (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
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Mutewind Wildrunner
    Humanoid
    50% of Physical Damage Converted to Cold Damage
    monster no map drops [1]
    cannot have affliction mods [1]
    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, the Giantslayer, Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Otesha, the Giantslayer, Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Life
    160%
    Evasion
    +100%
    Ailment Threshold
    160%
    Resistance
    0 40 0 0
    Damage
    108%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experience
    80%
    Model Size
    80%
    Type
    WbColdGrunt
    Metadata
    WbColdGrunt3
    Level
    68
    Life
    10,293
    Armour
    28,790
    Evasion
    9,478
    Energy Shield
    0
    Damage
    403
    Spell Damage
    403
    Accuracy
    290
    Attack Time
    1.65
    Experience
    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
    Default Attack
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbWhirlingBlades
    Attack, Melee, Movement, Travel
    Whirling Blades
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    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.
    Deals 30% less Damage
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    WbDoubleStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee, Physical
    Double Strike
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    Performs two fast strikes with a melee weapon.
    15% reduced Physical Damage
    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 = { }, },
        },
    }
    
    50% of Physical Damage Converted to Cold Damage
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeUnique (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
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Mutewind Wildrunner
    Humanoid
    50% of Physical Damage Converted to Cold Damage
    monster no map drops [1]
    cannot have affliction mods [1]
    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, Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Yorishi, Aurora-sage, Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Life
    160%
    Evasion
    +100%
    Ailment Threshold
    160%
    Resistance
    0 40 0 0
    Damage
    108%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experience
    80%
    Model Size
    85%
    Type
    WbColdGrunt
    Metadata
    WbColdGrunt4
    Level
    68
    Life
    10,293
    Armour
    28,790
    Evasion
    9,478
    Energy Shield
    0
    Damage
    403
    Spell Damage
    403
    Accuracy
    290
    Attack Time
    1.65
    Experience
    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
    Default Attack
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Leap Slam
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    Cooldown Time: 4 sec
    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.
    Deals 25% more Damage
    Base radius is 1.5 metres
    cast time overrides attack duration [1]
    is area damage [1]
    WbGlacialHammer
    Attack, MeleeSingleTarget, Multistrikeable, Melee, Cold, ThresholdJewelArea
    Glacial Hammer
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    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.
    Deals 10% more Damage
    12% increased Physical Damage
    50% of Physical Damage Converted to Cold Damage
    10% chance to Freeze enemies
    15% more Attack Speed
    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 = { }, },
        },
    }
    
    50% of Physical Damage Converted to Cold Damage
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeUnique (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
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Mutewind Wildrunner
    Humanoid
    50% of Physical Damage Converted to Cold Damage
    monster no map drops [1]
    20% Chance to Block Attack Damage
    You take 10% of Damage from Blocked Hits
    cannot have affliction mods [1]
    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, Aurora-sage, Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Yorishi, Aurora-sage, Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Life
    160%
    Evasion
    +100%
    Ailment Threshold
    160%
    Resistance
    0 40 0 0
    Damage
    108%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experience
    80%
    Model Size
    90%
    Type
    WbColdGrunt
    Metadata
    WbColdGrunt5
    Level
    68
    Life
    10,293
    Armour
    28,790
    Evasion
    9,478
    Energy Shield
    0
    Damage
    403
    Spell Damage
    403
    Accuracy
    290
    Attack Time
    1.65
    Experience
    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
    Default Attack
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbPhaseRun
    Spell, Buff, Duration, Triggerable, Physical, Travel, Cooldown
    Phase Run
    Cast Time: 0.5 sec
    Cooldown Time: 15 sec
    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.
    Base duration is 10 seconds
    30% increased Movement Speed
    70% more Melee Physical Damage
    WbFrenzy
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, MeleeSingleTarget, Multistrikeable, Melee, Triggerable
    Frenzy
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    Performs an attack that gives the character a frenzy charge if it hits. Frenzy charges increase your attack speed.
    Deals 28% less Damage
    Deals 10% more Physical Damage
    10% increased Physical Damage per Frenzy Charge
    Fires 2 additional Projectiles
    10% increased Attack Speed per Frenzy Charge
    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 = { }, },
        },
    }
    
    50% of Physical Damage Converted to Cold Damage
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeUnique (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
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • 20% Chance to Block Attack Damage
    You take 10% of Damage from Blocked Hits
    IdMonsterAttackBlock20Bypass20
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeUnique (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
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Mutewind Wildrunner
    Humanoid
    50% of Physical Damage Converted to Cold Damage
    cyclone extra distance [10]
    monster no map drops [1]
    cannot have affliction mods [1]
    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, Aurora-sage, Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Otesha, the Giantslayer, Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Mutewind Snow-singer, Mutewind Hexbinder, Mutewind Wildrunner, Mutewind Wildrunner
  • Life
    160%
    Evasion
    +100%
    Ailment Threshold
    160%
    Resistance
    0 40 0 0
    Damage
    108%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experience
    80%
    Model Size
    90%
    Type
    WbColdGrunt
    Metadata
    WbColdGrunt6
    Level
    68
    Life
    10,293
    Armour
    28,790
    Evasion
    9,478
    Energy Shield
    0
    Damage
    403
    Spell Damage
    403
    Accuracy
    290
    Attack Time
    1.65
    Experience
    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
    Default Attack
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbWhiteCyclone
    Attack, Area, Melee, Movement
    Cyclone
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    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.
    Gain 25% of Physical Damage as Extra Cold Damage
    Deals 70% less Damage
    24% increased Physical Damage
    30% increased Attack Speed
    20% less Movement Speed
    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 = { }, },
        },
    }
    
    50% of Physical Damage Converted to Cold Damage
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeUnique (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
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cyclone extra distance Min: 10 Max: 10 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Mutewind Wildrunner
    Humanoid
    50% of Physical Damage Converted to Cold Damage
    monster no map drops [1]
    20% Chance to Block Attack Damage
    You take 10% of Damage from Blocked Hits
    cannot have affliction mods [1]
    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
    Life
    160%
    Evasion
    +100%
    Ailment Threshold
    160%
    Resistance
    0 40 0 0
    Damage
    108%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experience
    80%
    Model Size
    90%
    Type
    WbColdGrunt
    Metadata
    WbColdGrunt7
    Level
    68
    Life
    10,293
    Armour
    28,790
    Evasion
    9,478
    Energy Shield
    0
    Damage
    403
    Spell Damage
    403
    Accuracy
    290
    Attack Time
    1.65
    Experience
    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
    Default Attack
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbFrostBlades
    Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
    Frost Blades
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Damage: 117%
    Attack Damage: 117.27%
    Attack Time: 1.65 sec
    Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.
    Deals 17.27% more Attack Damage
    Fires 2 additional Projectiles
    40% of Physical Damage Converted to Cold Damage
    +1.4 metres to Melee Strike Range
    show number of projectiles [1]
    total projectile spread angle override [90]
    WbWhirlingBlades
    Attack, Melee, Movement, Travel
    Whirling Blades
    Base Damage: 323–484
    Critical Strike Chance: 5%
    Attack Time: 1.65 sec
    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.
    Deals 30% less Damage
    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 = { }, },
        },
    }
    
    50% of Physical Damage Converted to Cold Damage
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeUnique (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
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • 20% Chance to Block Attack Damage
    You take 10% of Damage from Blocked Hits
    IdMonsterAttackBlock20Bypass20
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeUnique (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
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • Mutewind Wildrunner
    Humanoid
    50% of Physical Damage Converted to Cold Damage
    monster no map drops [1]
    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
    Life
    160%
    Evasion
    +100%
    Ailment Threshold
    160%
    Resistance
    0 40 0 0
    Damage
    108%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    Experience
    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 = {
        },
    }
    
    50% of Physical Damage Converted to Cold Damage
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    DomainsMonster (3)
    GenerationTypeUnique (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
    DomainsMonster (3)
    GenerationTypeUnique (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.