红刃裂颅
人形
50% 的物理伤害转换为火焰伤害
monster no map drops [1]
cannot have affliction mods [1]
Redblade Skullbreaker
幽魂N
标签cleaving_weapon, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, wb_basic
Packs
  • 厄罗克巴拉, 红刃狂战之魔, 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 绯红之雨宾妮雅, 红刃狂战之魔, 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 红刃狂战之魔, 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 生命
    160%
    护甲
    +100%
    异常状态临界值
    160%
    抗性
    40 0 0 0
    伤害
    108%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 9
    攻击间隔
    1.65 秒
    伤害分布
    ±20%
    经验值
    80%
    Model Size
    90%
    类型
    WbFireGrunt
    Metadata
    WbFireGrunt1
    等级
    68
    生命
    10,293
    护甲
    57,580
    闪避值
    4,739
    能量护盾
    0
    伤害
    403
    法术伤害
    403
    命中
    290
    攻击间隔
    1.65
    经验值
    8,204
    异常状态临界值
    10,293
    冰缓
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    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]
    WbSmokeMine
    法术, 范围, 持续时间, 位移, 遥控地雷, 范围法术, 快行, 消耗保留, 闪现, 冷却
    烟雾地雷
    施放间隔: 0.5 秒
    投掷一个地雷,当它引爆时将你传送至该地雷所在处。当传送时,在原本位置与地雷所在位置的区块都会被充满烟雾,致盲其中的敌人,并给你一个提高移动速度的临时增益效果。和其它闪现技能共用冷却时间。
    active skill area of effect radius +% final [-45]

    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/WbFireGrunt1"] = {
        name = "Redblade Skullbreaker",
        life = 1.6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "WbDualStrike",
            "Melee",
            "WbSmokeMine",
        },
        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["WbSmokeMine"] = {
        name = "Smoke Mine",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Movement] = true,
            [SkillType.RemoteMined] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.HasReservation] = true,
            [SkillType.Blink] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {-45, levelRequirement = 60, statInterpolation = {},  cost = { }, },
        },
    }
    
    50% 的物理伤害转换为火焰伤害
    IdMonsterElementalSkeletonFire
    FamilyFireDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    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 全域
  • 红刃裂颅
    人形
    monster no map drops [1]
    cannot have affliction mods [1]
    Redblade Skullbreaker
    幽魂N
    标签fire_affinity, has_two_hand_sword, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, ranged, red_blood, slashing_weapon, wb_basic
    Packs
  • 厄罗克巴拉, 红刃狂战之魔, 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 红刃狂战之魔, 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 生命
    160%
    护甲
    +100%
    异常状态临界值
    160%
    抗性
    40 0 0 0
    伤害
    96%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 9
    攻击间隔
    1.65 秒
    伤害分布
    ±20%
    经验值
    80%
    Model Size
    90%
    类型
    WbFireGruntPhysical
    Metadata
    WbFireGrunt2_
    等级
    68
    生命
    10,293
    护甲
    57,580
    闪避值
    4,739
    能量护盾
    0
    伤害
    359
    法术伤害
    359
    命中
    290
    攻击间隔
    1.65
    经验值
    8,204
    异常状态临界值
    10,293
    冰缓
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 287–430
    攻击暴击率: 5%
    攻击间隔: 1.65 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbMoltenStrike
    攻击, 投射物, 范围, 近战, 近战单一目标, 火焰, 范围攻击, ProjectilesNotFromUser, ThresholdJewelChaining, 攻击可重复
    熔岩之击
    基本伤害: 287–430
    攻击暴击率: 5%
    攻击间隔: 1.65 秒
    给武器灌注熔岩之力,对敌人造成物理及火焰伤害,并从击中的敌人身上发射出熔岩球,射向该攻击击中的所有敌人。这些熔岩球着地时对敌人造成范围伤害。
    额外发射 2 个投射物
    物理伤害提高 18%
    将物理伤害的 60% 转化为火焰伤害
    投射物速度减慢 25%
    投射物伤害减少 50%
    base is projectile [1]
    WbSmokeMine
    法术, 范围, 持续时间, 位移, 遥控地雷, 范围法术, 快行, 消耗保留, 闪现, 冷却
    烟雾地雷
    施放间隔: 0.5 秒
    投掷一个地雷,当它引爆时将你传送至该地雷所在处。当传送时,在原本位置与地雷所在位置的区块都会被充满烟雾,致盲其中的敌人,并给你一个提高移动速度的临时增益效果。和其它闪现技能共用冷却时间。
    active skill area of effect radius +% final [-45]

    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/WbFireGrunt2_"] = {
        name = "Redblade Skullbreaker",
        life = 1.6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
            "WbSmokeMine",
            "WbMoltenStrike",
        },
        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["WbSmokeMine"] = {
        name = "Smoke Mine",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Movement] = true,
            [SkillType.RemoteMined] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.HasReservation] = true,
            [SkillType.Blink] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {-45, levelRequirement = 60, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbMoltenStrike"] = {
        name = "Molten Strike",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Infuses your melee weapon with molten energies to attack with physical and fire damage. This attack causes balls of molten magma to launch forth from the enemies you hit, divided amongst all enemies hit by the strike. These will deal area attack damage to enemies where they land.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Fire] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.ProjectilesNotFromUser] = true,
            [SkillType.ThresholdJewelChaining] = true,
            [SkillType.Multistrikeable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_fire",
            "number_of_additional_projectiles",
            "physical_damage_+%",
            "active_skill_projectile_damage_+%_final",
            "base_projectile_speed_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {60, 2, 18, -50, -25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    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]
    Redblade Skullbreaker
    幽魂N
    标签cleaving_weapon, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, wb_basic
    Packs
  • 余烬之女勒丽莉果雅, 红刃狂战之魔, 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 红刃狂战之魔, 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 生命
    160%
    护甲
    +100%
    异常状态临界值
    160%
    抗性
    40 0 0 0
    伤害
    108%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 9
    攻击间隔
    1.65 秒
    伤害分布
    ±20%
    经验值
    80%
    Model Size
    90%
    类型
    WbFireGrunt
    Metadata
    WbFireGrunt3
    等级
    68
    生命
    10,293
    护甲
    57,580
    闪避值
    4,739
    能量护盾
    0
    伤害
    403
    法术伤害
    403
    命中
    290
    攻击间隔
    1.65
    经验值
    8,204
    异常状态临界值
    10,293
    冰缓
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    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]

    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/WbFireGrunt3"] = {
        name = "Redblade Skullbreaker",
        life = 1.6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "WbCleave",
            "Melee",
        },
        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 = { }, },
        },
    }
    
    50% 的物理伤害转换为火焰伤害
    IdMonsterElementalSkeletonFire
    FamilyFireDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    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]
    Redblade Skullbreaker
    幽魂N
    标签bludgeoning_weapon, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, wb_basic
    Packs
  • 余烬之女勒丽莉果雅, 红刃狂战之魔, 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 红刃狂战之魔, 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 红刃狂战之魔, 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 生命
    160%
    护甲
    +100%
    异常状态临界值
    160%
    抗性
    40 0 0 0
    伤害
    108%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 9
    攻击间隔
    1.65 秒
    伤害分布
    ±20%
    经验值
    80%
    Model Size
    90%
    类型
    WbFireGrunt
    Metadata
    WbFireGrunt4
    等级
    68
    生命
    10,293
    护甲
    57,580
    闪避值
    4,739
    能量护盾
    0
    伤害
    403
    法术伤害
    403
    命中
    290
    攻击间隔
    1.65
    经验值
    8,204
    异常状态临界值
    10,293
    冰缓
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 323–484
    攻击暴击率: 5%
    攻击间隔: 1.65 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbGroundSlam
    攻击, 范围, 攻击可重复, 近战, Slam, 图腾技能
    裂地之击
    基本伤害: 323–484
    攻击暴击率: 5%
    攻击间隔: 1.65 秒
    以长杖、锤类、短杖重击地面,制造出一道向前释放的冲击波,被此冲击波击中的敌人将会受到伤害并有较高几率被击晕。
    伤害总降 20%
    敌人晕眩门槛降低 15%
    active skill area of effect radius +% final [40]

    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/WbFireGrunt4"] = {
        name = "Redblade Skullbreaker",
        life = 1.6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
            "WbGroundSlam",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbGroundSlam"] = {
        name = "Ground Slam",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {15, -20, 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 = { }, },
        },
    }
    
    50% 的物理伤害转换为火焰伤害
    IdMonsterElementalSkeletonFire
    FamilyFireDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    IdMonsterAttackBlock30Bypass10
    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]
    20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    cannot have affliction mods [1]
    Redblade Skullbreaker
    幽魂N
    标签bludgeoning_weapon, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, wb_basic
    Packs
  • 嗜血者伊兰雅本, 红刃狂战之魔, 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 绯红之雨宾妮雅, 红刃狂战之魔, 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 红刃狂战之魔, 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 生命
    160%
    护甲
    +100%
    异常状态临界值
    160%
    抗性
    40 0 0 0
    伤害
    108%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 9
    攻击间隔
    1.65 秒
    伤害分布
    ±20%
    经验值
    80%
    Model Size
    90%
    类型
    WbFireGrunt
    Metadata
    WbFireGrunt5
    等级
    68
    生命
    10,293
    护甲
    57,580
    闪避值
    4,739
    能量护盾
    0
    伤害
    403
    法术伤害
    403
    命中
    290
    攻击间隔
    1.65
    经验值
    8,204
    异常状态临界值
    10,293
    冰缓
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 323–484
    攻击暴击率: 5%
    攻击间隔: 1.65 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbHeavyStrike
    攻击, 近战单一目标, 攻击可重复, 近战
    重击
    基本伤害: 323–484
    攻击暴击率: 5%
    攻击间隔: 1.65 秒
    对敌人进行一次强力攻击并将它们击退。限定锤类、短杖、斧类,剑类或双手武器。
    击中时击退敌人
    伤害总增 10%
    敌人晕眩门槛降低 30%
    攻击速度总增 25%

    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/WbFireGrunt5"] = {
        name = "Redblade Skullbreaker",
        life = 1.6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "WbHeavyStrike",
        },
        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["WbHeavyStrike"] = {
        name = "Heavy Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Attacks enemies with a forceful blow, knocking them back. Requires a Mace, Sceptre, Axe, Sword or Two-Handed Weapon.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_stun_threshold_reduction_+%",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "global_knockback",
        },
        levels = {
            [1] = {30, 10, 25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    50% 的物理伤害转换为火焰伤害
    IdMonsterElementalSkeletonFire
    FamilyFireDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    IdMonsterAttackBlock30Bypass10
    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 全域
  • 红刃裂颅
    人形
    monster no map drops [1]
    20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    cannot have affliction mods [1]
    Redblade Skullbreaker
    幽魂N
    标签bludgeoning_weapon, fire_affinity, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, wb_basic
    Packs
  • 嗜血者伊兰雅本, 红刃狂战之魔, 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 红刃狂战之魔, 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 红刃狂战之魔, 红刃火之霸者, 红刃裂颅, 红刃裂颅
  • 生命
    160%
    护甲
    +100%
    异常状态临界值
    160%
    抗性
    40 0 0 0
    伤害
    96%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 9
    攻击间隔
    1.65 秒
    伤害分布
    ±20%
    经验值
    80%
    Model Size
    90%
    类型
    WbFireGruntPhysical
    Metadata
    WbFireGrunt6_
    等级
    68
    生命
    10,293
    护甲
    57,580
    闪避值
    4,739
    能量护盾
    0
    伤害
    359
    法术伤害
    359
    命中
    290
    攻击间隔
    1.65
    经验值
    8,204
    异常状态临界值
    10,293
    冰缓
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 287–430
    攻击暴击率: 5%
    攻击间隔: 1.65 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbInfernalBlow
    攻击, 范围, 近战单一目标, 攻击可重复, 近战, 火焰
    炼狱之击
    基本伤害: 287–430
    攻击暴击率: 5%
    攻击间隔: 1.65 秒
    凝聚炼狱之力, 转换一部分的物理伤害为火焰伤害以重击目标. 受到炼狱之击的敌人在短时间内死亡时会爆炸, 并对周围的敌人造成火焰伤害. 爆炸的伤害无法被反射. 限定剑, 斧, 锤, 长杖或是空手.
    伤害总增 25%
    基础持续时间为 0.5
    将物理伤害的 50% 转化为火焰伤害

    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/WbFireGrunt6_"] = {
        name = "Redblade Skullbreaker",
        life = 1.6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 0.96,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        weaponType2 = "Shield",
        skillList = {
            "Melee",
            "WbInfernalBlow",
        },
        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["WbInfernalBlow"] = {
        name = "Infernal Blow",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "[UNUSED] Hits enemies, converting some of your physical damage to fire damage. If an enemy dies soon after being hit, they will explode, dealing fire damage to nearby enemies. The damage from this explosion cannot be reflected. Requires a Sword, Axe, Mace, Sceptre, Staff or Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Fire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_fire",
            "base_skill_effect_duration",
            "active_skill_damage_+%_final",
        },
        levels = {
            [1] = {50, 500, 25, critChance = 7, levelRequirement = 1, statInterpolation = {},  cost = { }, },
            [2] = {50, 500, 25, critChance = 7, levelRequirement = 15, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 20% 攻击伤害格挡率
    被格挡的击中对你造成 10% 伤害
    IdMonsterAttackBlock30Bypass10
    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]
    Redblade Skullbreaker
    幽魂N
    标签cleaving_weapon, elder_map_boss, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, non_attacking, not_dex, not_int, red_blood, wb_basic
    生命
    160%
    护甲
    +100%
    异常状态临界值
    160%
    抗性
    40 0 0 0
    伤害
    108%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 9
    攻击间隔
    1.65 秒
    伤害分布
    ±20%
    经验值
    80%
    Model Size
    90%
    类型
    WbFireGrunt
    Metadata
    WbFireGrunt1Elder

    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/WbFireGrunt1Elder"] = {
        name = "Redblade Skullbreaker",
        life = 1.6,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
        },
        modList = {
        },
    }
    
    50% 的物理伤害转换为火焰伤害
    IdMonsterElementalSkeletonFire
    FamilyFireDamageAsPortionOfDamage
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 全域
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    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.