啞風野奔者
人形
50% 物理傷害轉換為冰冷傷害
monster no map drops [1]
cannot have affliction mods [1]
Mutewind Wildrunner
幽魂N
標籤bludgeoning_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
  • 巨人殺手歐提莎, 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 珍涅優蘇, 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 生命
    160%
    閃避
    +100%
    異常狀態臨界值
    160%
    抗性
    0 40 0 0
    傷害
    108%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 9
    攻擊間隔
    1.65 秒
    傷害分佈
    ±20%
    經驗值
    80%
    Model Size
    80%
    類型
    WbColdGrunt
    Metadata
    WbColdGrunt1
    等級
    68
    生命
    10,293
    護甲
    28,790
    閃避
    9,478
    能量護盾
    0
    傷害
    403
    法術傷害
    403
    命中
    290
    攻擊間隔
    1.65
    經驗值
    8,204
    異常狀態臨界值
    10,293
    冰緩
    33
    感電
    33
    易碎
    184
    焦灼
    33
    殘喘
    90
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbDualStrike
    攻擊, 雙持, 近戰單一目標, 攻擊可重複, 近戰, ThresholdJewelArea
    雙持打擊
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    使用兩把武器對目標同時進行攻擊並造成傷害。限定雙持(不包含法杖)。
    造成 40% 更少傷害
    skill double hits when dual wielding [1]
    WbLeapSlam
    攻擊, 範圍, 近戰, 位移, 快行, Slam, 圖騰技能
    躍擊
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    冷卻時間: 4 秒
    朝著目標區域躍起,並在落地時以你的武器重擊並擊退範圍內的敵人。被踩到的敵人將會被推出去。限定斧、錘、權杖、劍或是長杖。不能被多重打擊輔助。
    造成 25% 更多傷害
    基礎範圍為 1.5
    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% 物理傷害轉換為冰冷傷害
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 全域
  • 啞風野奔者
    人形
    50% 物理傷害轉換為冰冷傷害
    monster no map drops [1]
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    cannot have affliction mods [1]
    Mutewind Wildrunner
    幽魂N
    標籤cold_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
  • 珍涅優蘇, 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 珍涅優蘇, 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 生命
    160%
    閃避
    +100%
    異常狀態臨界值
    160%
    抗性
    0 40 0 0
    傷害
    108%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 9
    攻擊間隔
    1.65 秒
    傷害分佈
    ±20%
    經驗值
    80%
    Model Size
    90%
    類型
    WbColdGrunt
    Metadata
    WbColdGrunt2
    等級
    68
    生命
    10,293
    護甲
    28,790
    閃避
    9,478
    能量護盾
    0
    傷害
    403
    法術傷害
    403
    命中
    290
    攻擊間隔
    1.65
    經驗值
    8,204
    異常狀態臨界值
    10,293
    冰緩
    33
    感電
    33
    易碎
    184
    焦灼
    33
    殘喘
    90
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbCleave
    攻擊, 範圍, 攻擊可重複, 近戰, ThresholdJewelArea, 物理
    劈砍
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    角色以弧狀揮動武器(雙持時則揮動兩把武器),並同時對多名敵人造成傷害。限定斧與劍。
    雙持武器時,每把武器造成 60% 傷害
    is area damage [1]
    skill double hits when dual wielding [1]
    WbFlickerStrike
    攻擊, 近戰, 近戰單一目標, 攻擊可重複, 位移, 持續時間, 冷卻
    閃現打擊
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    冷卻時間: 1.7 秒
    傳送至目標怪物身邊並用近戰武器對其造成傷害。若是未指定目標,則系統會為其隨機指定一隻怪物。釋放一顆狂怒球能重置其技能冷卻。
    獲得 20% 物理傷害的冰冷傷害
    造成 30% 更少傷害
    增加 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 = { }, },
        },
    }
    
    50% 物理傷害轉換為冰冷傷害
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    IdMonsterAttackBlock20Bypass20
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 全域
  • 啞風野奔者
    人形
    50% 物理傷害轉換為冰冷傷害
    monster no map drops [1]
    cannot have affliction mods [1]
    Mutewind Wildrunner
    幽魂N
    標籤has_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
  • 巨人殺手歐提莎, 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 巨人殺手歐提莎, 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 生命
    160%
    閃避
    +100%
    異常狀態臨界值
    160%
    抗性
    0 40 0 0
    傷害
    108%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 9
    攻擊間隔
    1.65 秒
    傷害分佈
    ±20%
    經驗值
    80%
    Model Size
    80%
    類型
    WbColdGrunt
    Metadata
    WbColdGrunt3
    等級
    68
    生命
    10,293
    護甲
    28,790
    閃避
    9,478
    能量護盾
    0
    傷害
    403
    法術傷害
    403
    命中
    290
    攻擊間隔
    1.65
    經驗值
    8,204
    異常狀態臨界值
    10,293
    冰緩
    33
    感電
    33
    易碎
    184
    焦灼
    33
    殘喘
    90
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbWhirlingBlades
    攻擊, 近戰, 位移, 快行
    迴旋之刃
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    迅速穿越敵人並同時造成武器傷害。如果雙持武器攻擊,會使用兩把武器打出一次性傷害。限定匕首、爪以及單手劍。不能被多重打擊輔助。
    造成 30% 更少傷害
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    WbDoubleStrike
    攻擊, 近戰單一目標, 攻擊可重複, 近戰, 物理
    雙重打擊
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    使用近戰武器對著目標進行兩次快速的攻擊。
    減少 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 = { }, },
        },
    }
    
    50% 物理傷害轉換為冰冷傷害
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 全域
  • 啞風野奔者
    人形
    50% 物理傷害轉換為冰冷傷害
    monster no map drops [1]
    cannot have affliction mods [1]
    Mutewind Wildrunner
    幽魂N
    標籤bludgeoning_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
  • 珍涅優蘇, 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 暮光信徒悠利希, 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 生命
    160%
    閃避
    +100%
    異常狀態臨界值
    160%
    抗性
    0 40 0 0
    傷害
    108%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 9
    攻擊間隔
    1.65 秒
    傷害分佈
    ±20%
    經驗值
    80%
    Model Size
    85%
    類型
    WbColdGrunt
    Metadata
    WbColdGrunt4
    等級
    68
    生命
    10,293
    護甲
    28,790
    閃避
    9,478
    能量護盾
    0
    傷害
    403
    法術傷害
    403
    命中
    290
    攻擊間隔
    1.65
    經驗值
    8,204
    異常狀態臨界值
    10,293
    冰緩
    33
    感電
    33
    易碎
    184
    焦灼
    33
    殘喘
    90
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbLeapSlam
    攻擊, 範圍, 近戰, 位移, 快行, Slam, 圖騰技能
    躍擊
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    冷卻時間: 4 秒
    朝著目標區域躍起,並在落地時以你的武器重擊並擊退範圍內的敵人。被踩到的敵人將會被推出去。限定斧、錘、權杖、劍或是長杖。不能被多重打擊輔助。
    造成 25% 更多傷害
    基礎範圍為 1.5
    cast time overrides attack duration [1]
    is area damage [1]
    WbGlacialHammer
    攻擊, 近戰單一目標, 攻擊可重複, 近戰, 冰冷, ThresholdJewelArea
    冰霜之錘
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    擊中敵人,轉換一部分的物理傷害為冰冷傷害。若受到攻擊的非傳奇敵人被冰凍且生命少於 1 / 3 ,則被冰霜之錘命中時會碎成冰屑。若連續打擊 3 次,第 3 下則更容易冰凍敵人。限定錘、權杖或長杖。
    造成 10% 更多傷害
    增加 12% 物理傷害
    50% 物理傷害轉化至冰冷傷害
    10% 機率冰凍敵人
    15% 更多攻擊速度
    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% 物理傷害轉換為冰冷傷害
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 全域
  • 啞風野奔者
    人形
    50% 物理傷害轉換為冰冷傷害
    monster no map drops [1]
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    cannot have affliction mods [1]
    Mutewind Wildrunner
    幽魂N
    標籤has_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
  • 暮光信徒悠利希, 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 暮光信徒悠利希, 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 生命
    160%
    閃避
    +100%
    異常狀態臨界值
    160%
    抗性
    0 40 0 0
    傷害
    108%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 9
    攻擊間隔
    1.65 秒
    傷害分佈
    ±20%
    經驗值
    80%
    Model Size
    90%
    類型
    WbColdGrunt
    Metadata
    WbColdGrunt5
    等級
    68
    生命
    10,293
    護甲
    28,790
    閃避
    9,478
    能量護盾
    0
    傷害
    403
    法術傷害
    403
    命中
    290
    攻擊間隔
    1.65
    經驗值
    8,204
    異常狀態臨界值
    10,293
    冰緩
    33
    感電
    33
    易碎
    184
    焦灼
    33
    殘喘
    90
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbPhaseRun
    法術, 增益, 持續時間, 可觸發, 物理, 快行, 冷卻
    暗影迷蹤
    施放時間: 0.5 秒
    冷卻時間: 15 秒
    使你的身影難以被發現,且增加你的移動速度。移動時不再被敵人阻擋。使用任何技能將移除此增益效果,並給予另外一個增加攻擊傷害的短暫增益效果。可以使用狂怒球延長持續時間。
    +10 秒基礎持續時間
    增加 30% 移動速度
    70% 更多近戰物理傷害
    WbFrenzy
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 玩家投射物, 圖騰技能, 陷阱技能, 地雷技能, 近戰單一目標, 攻擊可重複, 近戰, 可觸發
    狂怒
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    進行一次攻擊,若是命中敵人則累積一顆狂怒球。帶著狂怒球的狀態下將會增加你的攻擊速度。
    造成 28% 更少傷害
    造成 10% 更多物理傷害
    每個狂怒球增加 10% 物理傷害
    發射 2 個額外投射物
    每個狂怒球增加 10% 攻擊速度
    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% 物理傷害轉換為冰冷傷害
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    IdMonsterAttackBlock20Bypass20
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 全域
  • 啞風野奔者
    人形
    50% 物理傷害轉換為冰冷傷害
    cyclone extra distance [10]
    monster no map drops [1]
    cannot have affliction mods [1]
    Mutewind Wildrunner
    幽魂N
    標籤cold_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
  • 暮光信徒悠利希, 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 巨人殺手歐提莎, 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 啞風雪歌者, 啞風魔縛者, 啞風野奔者, 啞風野奔者
  • 生命
    160%
    閃避
    +100%
    異常狀態臨界值
    160%
    抗性
    0 40 0 0
    傷害
    108%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 9
    攻擊間隔
    1.65 秒
    傷害分佈
    ±20%
    經驗值
    80%
    Model Size
    90%
    類型
    WbColdGrunt
    Metadata
    WbColdGrunt6
    等級
    68
    生命
    10,293
    護甲
    28,790
    閃避
    9,478
    能量護盾
    0
    傷害
    403
    法術傷害
    403
    命中
    290
    攻擊間隔
    1.65
    經驗值
    8,204
    異常狀態臨界值
    10,293
    冰緩
    33
    感電
    33
    易碎
    184
    焦灼
    33
    殘喘
    90
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbWhiteCyclone
    攻擊, 範圍, 近戰, 位移
    旋風斬
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    對周圍敵人造成傷害,接而進行一連串的旋轉攻擊,邊向目標地點前進邊攻擊路徑上的敵人。不能被多重打擊或殘暴輔助。
    獲得 25% 物理傷害的冰冷傷害
    造成 70% 更少傷害
    增加 24% 物理傷害
    增加 30% 攻擊速度
    20% 更少移動速度
    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% 物理傷害轉換為冰冷傷害
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    cyclone extra distance [10]
    IdGrandmasterCycloneDistance
    FamilyCycloneExtraDistance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cyclone extra distance Min: 10 Max: 10 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 全域
  • 啞風野奔者
    人形
    50% 物理傷害轉換為冰冷傷害
    monster no map drops [1]
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    cannot have affliction mods [1]
    Mutewind Wildrunner
    幽魂N
    標籤cold_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
    生命
    160%
    閃避
    +100%
    異常狀態臨界值
    160%
    抗性
    0 40 0 0
    傷害
    108%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 9
    攻擊間隔
    1.65 秒
    傷害分佈
    ±20%
    經驗值
    80%
    Model Size
    90%
    類型
    WbColdGrunt
    Metadata
    WbColdGrunt7
    等級
    68
    生命
    10,293
    護甲
    28,790
    閃避
    9,478
    能量護盾
    0
    傷害
    403
    法術傷害
    403
    命中
    290
    攻擊間隔
    1.65
    經驗值
    8,204
    異常狀態臨界值
    10,293
    冰緩
    33
    感電
    33
    易碎
    184
    焦灼
    33
    殘喘
    90
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbFrostBlades
    攻擊, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 冰冷, 範圍攻擊, ProjectilesNotFromUser
    冰霜之刃
    基本傷害: 323–484
    暴擊率: 5%
    攻擊傷害: 117%
    攻擊傷害: 117.27%
    攻擊間隔: 1.65 秒
    增加攻擊範圍,當被擊飛的敵人與其他敵人碰撞時釋放冰霜之刃。限定近戰武器。
    造成 17.27% 更多攻擊傷害
    發射 2 個額外投射物
    40% 物理傷害轉化至冰冷傷害
    +1.4 米近戰打擊距離
    show number of projectiles [1]
    total projectile spread angle override [90]
    WbWhirlingBlades
    攻擊, 近戰, 位移, 快行
    迴旋之刃
    基本傷害: 323–484
    暴擊率: 5%
    攻擊間隔: 1.65 秒
    迅速穿越敵人並同時造成武器傷害。如果雙持武器攻擊,會使用兩把武器打出一次性傷害。限定匕首、爪以及單手劍。不能被多重打擊輔助。
    造成 30% 更少傷害
    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% 物理傷害轉換為冰冷傷害
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    IdMonsterAttackBlock20Bypass20
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 全域
  • 啞風野奔者
    人形
    50% 物理傷害轉換為冰冷傷害
    monster no map drops [1]
    Mutewind Wildrunner
    幽魂N
    標籤bludgeoning_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
    生命
    160%
    閃避
    +100%
    異常狀態臨界值
    160%
    抗性
    0 40 0 0
    傷害
    108%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 9
    攻擊間隔
    1.65 秒
    傷害分佈
    ±20%
    經驗值
    80%
    Model Size
    80%
    類型
    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% 物理傷害轉換為冰冷傷害
    IdMonsterElementalSkeletonCold
    FamilyColdDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to cold Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • Edit

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