ブラインロット・レイダー
人型
物理ダメージの50%を雷ダメージに変換する
monster no map drops [1]
アタックブロック率が20%
ブロックしたヒットからダメージの10%を受ける
cannot have affliction mods [1]
Brinerot Raider
SpectreN
Tagsキャスター, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, light_armour, lightning_affinity, medium_height, medium_movement, melee, not_dex, physical_affinity, puncturing_weapon, red_blood, wb_basic
Packs
  • ブラインロット・レイダー, ブラインロット・レイダー, ブラインロット・スースセイア, ブラインロット・ストームハンド, マスキィ「二つ目」グレン
  • ライフ
    160%
    Energy Shield From Life
    50%
    防具
    +50%
    Ailment Threshold
    160%
    耐性
    0 0 40 0
    Damage
    108%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    経験値
    80%
    Model Size
    85%
    Type
    WbLightningGrunt
    Metadata
    WbLightningGrunt1
    レベル
    68
    ライフ
    10,293
    防具
    43,185
    回避力
    4,739
    エナジーシールド
    3,064
    Damage
    403
    スペルダメージ
    403
    命中
    290
    Attack Time
    1.65
    経験値
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 323–484
    クリティカル率: 5%
    Attack Time: 1.65 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbDoubleStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee, Physical
    ダブルストライク
    Base Damage: 323–484
    クリティカル率: 5%
    Attack Time: 1.65 秒
    近接武器を使って素早い強打を2回行う。
    物理ダメージが15%減少する
    base skill number of additional hits [1]
    WbLightningWarp
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
    ライトニングワープ
    クリティカル率: 5%
    キャストタイム: 1 秒
    しばらく待機してから、対象地点までテレポートする。その待機時間は距離と移動スピードによって決まる。テレポートが起きる際、テレポートの出発点と到達点の両方のエリアの周囲に、雷ダメージを与える。このスキルを複数回唱えると、各テレポートが予約され、順番に連続して起きるようになる。
    551から1653の雷ダメージを与える
    持続時間が38%減少する
    base skill show average damage instead of dps [1]
    is area damage [1]
    skill override pvp scaling time ms [1000]
    WbBallLightningOnDeath
    Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
    ボールライトニング
    追加ダメージ効率: 20%
    キャストタイム: 0.8 秒
    動きの遅い投射物を発射し、稲妻で範囲内の敵に繰り返しダメージを与える。
    181.4から336.8の雷ダメージを与える
    投射物スピードが200%減少する
    死亡すると100%の確率でこのスペルをトリガーする
    基礎半径は1.8m
    active skill area of effect radius +% final [-47]
    base is projectile [1]
    spell uncastable if triggerable [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/WbLightningGrunt1"] = {
        name = "Brinerot Raider",
        life = 1.6,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "WbDoubleStrike",
            "Melee",
            "WbLightningWarp",
            "WbBallLightningOnDeath",
        },
        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["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["WbLightningWarp"] = {
        name = "Lightning Warp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Movement] = true,
            [SkillType.Lightning] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.Multicastable] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "variable_duration_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "skill_effect_duration_+%",
            "skill_override_pvp_scaling_time_ms",
            "base_skill_show_average_damage_instead_of_dps",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, 0, 1000, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.5, 1.5, -2, 1000, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.5, 1.5, -4, 1000, critChance = 5, levelRequirement = 6, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.5, 1.5, -6, 1000, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.5, 1.5, -8, 1000, critChance = 5, levelRequirement = 10, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.5, 1.5, -10, 1000, critChance = 5, levelRequirement = 12, statInterpolation = {3, 3, 1},  cost = { }, },
            [7] = {0.5, 1.5, -12, 1000, critChance = 5, levelRequirement = 14, statInterpolation = {3, 3, 1},  cost = { }, },
            [8] = {0.5, 1.5, -14, 1000, critChance = 5, levelRequirement = 16, statInterpolation = {3, 3, 1},  cost = { }, },
            [9] = {0.5, 1.5, -16, 1000, critChance = 5, levelRequirement = 18, statInterpolation = {3, 3, 1},  cost = { }, },
            [10] = {0.5, 1.5, -18, 1000, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
            [11] = {0.5, 1.5, -20, 1000, critChance = 5, levelRequirement = 24, statInterpolation = {3, 3, 1},  cost = { }, },
            [12] = {0.5, 1.5, -22, 1000, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3, 1},  cost = { }, },
            [13] = {0.5, 1.5, -24, 1000, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3, 1},  cost = { }, },
            [14] = {0.5, 1.5, -25, 1000, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3, 1},  cost = { }, },
            [15] = {0.5, 1.5, -26, 1000, critChance = 5, levelRequirement = 38, statInterpolation = {3, 3, 1},  cost = { }, },
            [16] = {0.5, 1.5, -27, 1000, critChance = 5, levelRequirement = 43, statInterpolation = {3, 3, 1},  cost = { }, },
            [17] = {0.5, 1.5, -28, 1000, critChance = 5, levelRequirement = 48, statInterpolation = {3, 3, 1},  cost = { }, },
            [18] = {0.5, 1.5, -29, 1000, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
            [19] = {0.5, 1.5, -30, 1000, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 1},  cost = { }, },
            [20] = {0.5, 1.5, -31, 1000, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1},  cost = { }, },
            [21] = {0.5, 1.5, -32, 1000, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3, 1},  cost = { }, },
            [22] = {0.5, 1.5, -34, 1000, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
            [23] = {0.5, 1.5, -36, 1000, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1},  cost = { }, },
            [24] = {0.5, 1.5, -38, 1000, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [25] = {0.5, 1.5, -40, 1000, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
            [26] = {0.5, 1.5, -42, 1000, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1},  cost = { }, },
            [27] = {0.5, 1.5, -44, 1000, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1},  cost = { }, },
            [28] = {0.5, 1.5, -46, 1000, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1},  cost = { }, },
            [29] = {0.5, 1.5, -48, 1000, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1},  cost = { }, },
            [30] = {0.5, 1.5, -50, 1000, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1},  cost = { }, },
            [31] = {0.5, 1.5, -52, 1000, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
            [32] = {0.5, 1.5, -54, 1000, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1},  cost = { }, },
            [33] = {0.5, 1.5, -56, 1000, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1},  cost = { }, },
            [34] = {0.5, 1.5, -58, 1000, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1},  cost = { }, },
            [35] = {0.5, 1.5, -60, 1000, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1},  cost = { }, },
            [36] = {0.5, 1.5, -62, 1000, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1},  cost = { }, },
            [37] = {0.5, 1.5, -64, 1000, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1},  cost = { }, },
            [38] = {0.5, 1.5, -66, 1000, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbBallLightningOnDeath"] = {
        name = "Ball Lightning",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_projectile_speed_+%",
            "cast_on_death_%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
            "spell_uncastable_if_triggerable",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, -200, 100, -47, 18, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    物理ダメージの50%を雷ダメージに変換する
    IdMonsterElementalSkeletonLightning
    FamilyLightningDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • アタックブロック率が20%
    ブロックしたヒットからダメージの10%を受ける
    IdMonsterAttackBlock30Bypass20
    FamilyMonsterBlockAndBypass
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • ブラインロット・レイダー
    人型
    物理ダメージの50%を雷ダメージに変換する
    monster no map drops [1]
    cannot have affliction mods [1]
    Brinerot Raider
    SpectreN
    Tagsキャスター, cold_affinity, has_dagger, has_dual_wield_melee, has_one_handed_melee, human, humanoid, light_armour, lightning_affinity, medium_height, medium_movement, melee, not_dex, physical_affinity, red_blood, slashing_weapon, wb_basic
    Packs
  • ブラインロット・レイダー, ブラインロット・レイダー, ブラインロット・スースセイア, ブラインロット・ストームハンド, マスキィ「二つ目」グレン
  • ライフ
    160%
    Energy Shield From Life
    50%
    防具
    +50%
    Ailment Threshold
    160%
    耐性
    0 0 40 0
    Damage
    108%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    経験値
    80%
    Model Size
    90%
    Type
    WbLightningGrunt
    Metadata
    WbLightningGrunt2
    レベル
    68
    ライフ
    10,293
    防具
    43,185
    回避力
    4,739
    エナジーシールド
    3,064
    Damage
    403
    スペルダメージ
    403
    命中
    290
    Attack Time
    1.65
    経験値
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 323–484
    クリティカル率: 5%
    Attack Time: 1.65 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbStaticStrike
    Attack, MeleeSingleTarget, Multistrikeable, Melee, Area, Duration, Lightning
    スタティックストライク
    Base Damage: 323–484
    クリティカル率: 5%
    アタックダメージ: 110%
    アタックダメージ: 110%
    Attack Time: 1.65 秒
    近接武器で敵を攻撃し、静電気のエネルギーを使用者に貯める。このエネルギーは効果が切れる時に周囲の敵にダメージを与える。このダメージは回避することもかわすこともできない。
    物理ダメージの60%を雷ダメージに変換する
    アタックダメージが10%上昇する
    基礎持続時間は0.75
    爆発の与えるヒットと状態異常のダメージが40%低下する
    active skill area of effect radius +% final [-16]
    WbFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
    フリッカーストライク
    Base Damage: 323–484
    クリティカル率: 5%
    Attack Time: 1.65 秒
    クールダウン時間: 1.7 秒
    近くの敵へテレポートし、近接武器で攻撃する。対象が選択されていない場合は、ランダムに選択される。持続時間中、移動スピードが増加するバフを付与する。フレンジーチャージを消費することで、クールダウンを回避することができる。
    物理ダメージの20%を追加冷気ダメージとして獲得する
    ダメージが30%低下する
    アタックスピードが55%増加する
    ignores proximity shield [1]
    melee defer damage prediction [1]
    WbBallLightningOnDeath
    Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
    ボールライトニング
    追加ダメージ効率: 20%
    キャストタイム: 0.8 秒
    動きの遅い投射物を発射し、稲妻で範囲内の敵に繰り返しダメージを与える。
    181.4から336.8の雷ダメージを与える
    投射物スピードが200%減少する
    死亡すると100%の確率でこのスペルをトリガーする
    基礎半径は1.8m
    active skill area of effect radius +% final [-47]
    base is projectile [1]
    spell uncastable if triggerable [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/WbLightningGrunt2"] = {
        name = "Brinerot Raider",
        life = 1.6,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Dagger",
        weaponType2 = "Dagger",
        skillList = {
            "Melee",
            "WbFlickerStrike",
            "WbBallLightningOnDeath",
            "WbStaticStrike",
        },
        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["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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbBallLightningOnDeath"] = {
        name = "Ball Lightning",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_projectile_speed_+%",
            "cast_on_death_%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
            "spell_uncastable_if_triggerable",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, -200, 100, -47, 18, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbStaticStrike"] = {
        name = "Static Strike",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your enemies with a melee weapon, building up static energy on you. This energy damages enemies around you when it expires, dealing damage that cannot be evaded or dodged. ",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Lightning] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_physical_damage_%_to_convert_to_lightning",
            "base_skill_effect_duration",
            "static_strike_explosion_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
        },
        levels = {
            [1] = {60, 750, -40, -16, baseMultiplier = 1.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    物理ダメージの50%を雷ダメージに変換する
    IdMonsterElementalSkeletonLightning
    FamilyLightningDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • ブラインロット・レイダー
    人型
    物理ダメージの50%を雷ダメージに変換する
    monster no map drops [1]
    cannot have affliction mods [1]
    Brinerot Raider
    SpectreN
    Tagsキャスター, has_dagger, has_dual_wield_melee, has_one_handed_melee, human, humanoid, light_armour, lightning_affinity, medium_movement, melee, not_dex, physical_affinity, red_blood, slashing_weapon, small_height, wb_basic
    ライフ
    160%
    Energy Shield From Life
    50%
    防具
    +50%
    Ailment Threshold
    160%
    耐性
    0 0 40 0
    Damage
    108%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    経験値
    80%
    Model Size
    85%
    Type
    WbLightningGrunt
    Metadata
    WbLightningGrunt3
    レベル
    68
    ライフ
    10,293
    防具
    43,185
    回避力
    4,739
    エナジーシールド
    3,064
    Damage
    403
    スペルダメージ
    403
    命中
    290
    Attack Time
    1.65
    経験値
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 323–484
    クリティカル率: 5%
    Attack Time: 1.65 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbLightningStrike
    Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
    ライトニングストライク
    Base Damage: 323–484
    クリティカル率: 5%
    Attack Time: 1.65 秒
    武器を振りかぶり近接武器に電気エネルギーを注入する。物理ダメージの一部が雷ダメージに変換され、攻撃をする際に武器に蓄えられたエネルギーが投射物として放たれ、遠くの敵に飛んでいく。近接攻撃が対象に命中した場合、投射物も対象を外すことはない。
    物理ダメージの50%を雷ダメージに変換する
    アタックダメージが30%上昇する
    ダメージが20%上昇する
    追加の投射物を2個放つ
    物理ダメージが21%増加する
    show number of projectiles [1]
    total projectile spread angle override [70]
    WbPhaseRun
    Spell, Buff, Duration, Triggerable, Physical, Travel, Cooldown
    フェーズラン
    キャストタイム: 0.5 秒
    クールダウン時間: 15 秒
    使用者の移動が速くなり、探知されにくく、また敵によって移動が妨げられることがなくなるバフを付与する。また、次の攻撃にダメージが追加される。スキルを使用するとこのバフの効果は消えるが、攻撃によるダメージを増加させる新たなバフが短い時間付与される。持続時間を延ばすためにフレンジーチャージを消費する。
    基礎持続時間は10
    移動スピードが30%増加する
    近接物理ダメージが70%上昇する
    WbBallLightningOnDeath
    Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
    ボールライトニング
    追加ダメージ効率: 20%
    キャストタイム: 0.8 秒
    動きの遅い投射物を発射し、稲妻で範囲内の敵に繰り返しダメージを与える。
    181.4から336.8の雷ダメージを与える
    投射物スピードが200%減少する
    死亡すると100%の確率でこのスペルをトリガーする
    基礎半径は1.8m
    active skill area of effect radius +% final [-47]
    base is projectile [1]
    spell uncastable if triggerable [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/WbLightningGrunt3"] = {
        name = "Brinerot Raider",
        life = 1.6,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Dagger",
        weaponType2 = "Dagger",
        skillList = {
            "Melee",
            "WbPhaseRun",
            "WbLightningStrike",
            "WbBallLightningOnDeath",
        },
        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["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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbLightningStrike"] = {
        name = "Lightning Strike",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.Lightning] = true,
            [SkillType.ProjectilesNotFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "physical_damage_+%",
            "skill_physical_damage_%_to_convert_to_lightning",
            "active_skill_attack_damage_+%_final",
            "number_of_additional_projectiles",
            "active_skill_damage_+%_final",
            "total_projectile_spread_angle_override",
            "show_number_of_projectiles",
        },
        levels = {
            [1] = {7, 50, 30, 2, 20, 70, levelRequirement = 4, statInterpolation = {1},  cost = { }, },
            [2] = {14, 50, 30, 2, 20, 70, levelRequirement = 34, statInterpolation = {1},  cost = { }, },
            [3] = {21, 50, 30, 2, 20, 70, levelRequirement = 59, statInterpolation = {1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbBallLightningOnDeath"] = {
        name = "Ball Lightning",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_projectile_speed_+%",
            "cast_on_death_%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
            "spell_uncastable_if_triggerable",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, -200, 100, -47, 18, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    物理ダメージの50%を雷ダメージに変換する
    IdMonsterElementalSkeletonLightning
    FamilyLightningDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • ブラインロット・レイダー
    人型
    物理ダメージの50%を雷ダメージに変換する
    monster no map drops [1]
    アタックブロック率が20%
    ブロックしたヒットからダメージの10%を受ける
    cannot have affliction mods [1]
    Brinerot Raider
    SpectreN
    Tagsキャスター, cold_affinity, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, light_armour, lightning_affinity, medium_height, medium_movement, melee, not_dex, physical_affinity, puncturing_weapon, red_blood, wb_basic
    ライフ
    160%
    Energy Shield From Life
    50%
    防具
    +50%
    Ailment Threshold
    160%
    耐性
    0 0 40 0
    Damage
    108%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    経験値
    80%
    Model Size
    85%
    Type
    WbLightningGrunt
    Metadata
    WbLightningGrunt4
    レベル
    68
    ライフ
    10,293
    防具
    43,185
    回避力
    4,739
    エナジーシールド
    3,064
    Damage
    403
    スペルダメージ
    403
    命中
    290
    Attack Time
    1.65
    経験値
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 323–484
    クリティカル率: 5%
    Attack Time: 1.65 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbFrenzy
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, MeleeSingleTarget, Multistrikeable, Melee, Triggerable
    フレンジー
    Base Damage: 323–484
    クリティカル率: 5%
    Attack Time: 1.65 秒
    敵に命中すれば使用者にフレンジーチャージを付与するアタックを行う。フレンジーチャージはアタックスピードを増加させる。
    ダメージが28%低下する
    物理ダメージが10%上昇する
    フレンジーチャージ1個ごとに物理ダメージが10%増加する
    追加の投射物を2個放つ
    フレンジーチャージ1個ごとにアタックスピードが10%増加する
    skill can fire arrows [1]
    WbFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
    フリッカーストライク
    Base Damage: 323–484
    クリティカル率: 5%
    Attack Time: 1.65 秒
    クールダウン時間: 1.7 秒
    近くの敵へテレポートし、近接武器で攻撃する。対象が選択されていない場合は、ランダムに選択される。持続時間中、移動スピードが増加するバフを付与する。フレンジーチャージを消費することで、クールダウンを回避することができる。
    物理ダメージの20%を追加冷気ダメージとして獲得する
    ダメージが30%低下する
    アタックスピードが55%増加する
    ignores proximity shield [1]
    melee defer damage prediction [1]
    WbBallLightningOnDeath
    Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
    ボールライトニング
    追加ダメージ効率: 20%
    キャストタイム: 0.8 秒
    動きの遅い投射物を発射し、稲妻で範囲内の敵に繰り返しダメージを与える。
    181.4から336.8の雷ダメージを与える
    投射物スピードが200%減少する
    死亡すると100%の確率でこのスペルをトリガーする
    基礎半径は1.8m
    active skill area of effect radius +% final [-47]
    base is projectile [1]
    spell uncastable if triggerable [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/WbLightningGrunt4"] = {
        name = "Brinerot Raider",
        life = 1.6,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        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",
            "WbFlickerStrike",
            "WbBallLightningOnDeath",
        },
        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["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 = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbBallLightningOnDeath"] = {
        name = "Ball Lightning",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_projectile_speed_+%",
            "cast_on_death_%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
            "spell_uncastable_if_triggerable",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, -200, 100, -47, 18, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    物理ダメージの50%を雷ダメージに変換する
    IdMonsterElementalSkeletonLightning
    FamilyLightningDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • アタックブロック率が20%
    ブロックしたヒットからダメージの10%を受ける
    IdMonsterAttackBlock30Bypass20
    FamilyMonsterBlockAndBypass
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • ブラインロット・レイダー
    人型
    物理ダメージの50%を雷ダメージに変換する
    monster no map drops [1]
    アタックブロック率が20%
    ブロックしたヒットからダメージの10%を受ける
    cannot have affliction mods [1]
    Brinerot Raider
    SpectreN
    Tagsキャスター, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, light_armour, lightning_affinity, medium_height, medium_movement, melee, not_dex, physical_affinity, puncturing_weapon, red_blood, wb_basic
    ライフ
    160%
    Energy Shield From Life
    50%
    防具
    +50%
    Ailment Threshold
    160%
    耐性
    0 0 40 0
    Damage
    108%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    経験値
    80%
    Model Size
    85%
    Type
    WbLightningGrunt
    Metadata
    WbLightningGrunt5
    レベル
    68
    ライフ
    10,293
    防具
    43,185
    回避力
    4,739
    エナジーシールド
    3,064
    Damage
    403
    スペルダメージ
    403
    命中
    290
    Attack Time
    1.65
    経験値
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 323–484
    クリティカル率: 5%
    Attack Time: 1.65 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbCleave
    Attack, Area, Multistrikeable, Melee, ThresholdJewelArea, Physical
    クリーヴ
    Base Damage: 323–484
    クリティカル率: 5%
    Attack Time: 1.65 秒
    武器(二刀流の場合は両方の武器)を弧をかくように振り、前方範囲内のモンスターにダメージを与える。使用するには斧または剣を装備する必要がある。
    二刀流中にそれぞれの武器の60%のダメージを与える
    is area damage [1]
    skill double hits when dual wielding [1]
    WbTempestShield
    Spell, Damage, RequiresShield, TotemCastsAlone, Lightning, Chains, Buff, HasReservation, Cooldown, Totemable, Instant, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse
    テンペストシールド
    クリティカル率: 6%
    追加ダメージ効率: 60%
    キャストタイム: 0.5 秒
    クールダウン時間: 12 秒
    盾に嵐の力を与える。ブロック時に攻撃者に雷の放電を放ちダメージを与える。
    263.8から395.7の雷ダメージを与える
    基礎持続時間は4
    +1回連鎖する
    盾を装備中アタックブロック率が+20%される
    skill can add multiple charges per action [1]
    skill override pvp scaling time ms [700]
    WbLightningWarp
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
    ライトニングワープ
    クリティカル率: 5%
    キャストタイム: 1 秒
    しばらく待機してから、対象地点までテレポートする。その待機時間は距離と移動スピードによって決まる。テレポートが起きる際、テレポートの出発点と到達点の両方のエリアの周囲に、雷ダメージを与える。このスキルを複数回唱えると、各テレポートが予約され、順番に連続して起きるようになる。
    551から1653の雷ダメージを与える
    持続時間が38%減少する
    base skill show average damage instead of dps [1]
    is area damage [1]
    skill override pvp scaling time ms [1000]
    WbBallLightningOnDeath
    Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
    ボールライトニング
    追加ダメージ効率: 20%
    キャストタイム: 0.8 秒
    動きの遅い投射物を発射し、稲妻で範囲内の敵に繰り返しダメージを与える。
    181.4から336.8の雷ダメージを与える
    投射物スピードが200%減少する
    死亡すると100%の確率でこのスペルをトリガーする
    基礎半径は1.8m
    active skill area of effect radius +% final [-47]
    base is projectile [1]
    spell uncastable if triggerable [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/WbLightningGrunt5"] = {
        name = "Brinerot Raider",
        life = 1.6,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "WbCleave",
            "Melee",
            "WbLightningWarp",
            "WbTempestShield",
            "WbBallLightningOnDeath",
        },
        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["WbLightningWarp"] = {
        name = "Lightning Warp",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Movement] = true,
            [SkillType.Lightning] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Travel] = true,
            [SkillType.Multicastable] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "variable_duration_skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "skill_effect_duration_+%",
            "skill_override_pvp_scaling_time_ms",
            "base_skill_show_average_damage_instead_of_dps",
            "is_area_damage",
        },
        levels = {
            [1] = {0.5, 1.5, 0, 1000, critChance = 5, levelRequirement = 2, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.5, 1.5, -2, 1000, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.5, 1.5, -4, 1000, critChance = 5, levelRequirement = 6, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.5, 1.5, -6, 1000, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.5, 1.5, -8, 1000, critChance = 5, levelRequirement = 10, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.5, 1.5, -10, 1000, critChance = 5, levelRequirement = 12, statInterpolation = {3, 3, 1},  cost = { }, },
            [7] = {0.5, 1.5, -12, 1000, critChance = 5, levelRequirement = 14, statInterpolation = {3, 3, 1},  cost = { }, },
            [8] = {0.5, 1.5, -14, 1000, critChance = 5, levelRequirement = 16, statInterpolation = {3, 3, 1},  cost = { }, },
            [9] = {0.5, 1.5, -16, 1000, critChance = 5, levelRequirement = 18, statInterpolation = {3, 3, 1},  cost = { }, },
            [10] = {0.5, 1.5, -18, 1000, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
            [11] = {0.5, 1.5, -20, 1000, critChance = 5, levelRequirement = 24, statInterpolation = {3, 3, 1},  cost = { }, },
            [12] = {0.5, 1.5, -22, 1000, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3, 1},  cost = { }, },
            [13] = {0.5, 1.5, -24, 1000, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3, 1},  cost = { }, },
            [14] = {0.5, 1.5, -25, 1000, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3, 1},  cost = { }, },
            [15] = {0.5, 1.5, -26, 1000, critChance = 5, levelRequirement = 38, statInterpolation = {3, 3, 1},  cost = { }, },
            [16] = {0.5, 1.5, -27, 1000, critChance = 5, levelRequirement = 43, statInterpolation = {3, 3, 1},  cost = { }, },
            [17] = {0.5, 1.5, -28, 1000, critChance = 5, levelRequirement = 48, statInterpolation = {3, 3, 1},  cost = { }, },
            [18] = {0.5, 1.5, -29, 1000, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
            [19] = {0.5, 1.5, -30, 1000, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 1},  cost = { }, },
            [20] = {0.5, 1.5, -31, 1000, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3, 1},  cost = { }, },
            [21] = {0.5, 1.5, -32, 1000, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3, 1},  cost = { }, },
            [22] = {0.5, 1.5, -34, 1000, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
            [23] = {0.5, 1.5, -36, 1000, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1},  cost = { }, },
            [24] = {0.5, 1.5, -38, 1000, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [25] = {0.5, 1.5, -40, 1000, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
            [26] = {0.5, 1.5, -42, 1000, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1},  cost = { }, },
            [27] = {0.5, 1.5, -44, 1000, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1},  cost = { }, },
            [28] = {0.5, 1.5, -46, 1000, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1},  cost = { }, },
            [29] = {0.5, 1.5, -48, 1000, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1},  cost = { }, },
            [30] = {0.5, 1.5, -50, 1000, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1},  cost = { }, },
            [31] = {0.5, 1.5, -52, 1000, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
            [32] = {0.5, 1.5, -54, 1000, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1},  cost = { }, },
            [33] = {0.5, 1.5, -56, 1000, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1},  cost = { }, },
            [34] = {0.5, 1.5, -58, 1000, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1},  cost = { }, },
            [35] = {0.5, 1.5, -60, 1000, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1},  cost = { }, },
            [36] = {0.5, 1.5, -62, 1000, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1},  cost = { }, },
            [37] = {0.5, 1.5, -64, 1000, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1},  cost = { }, },
            [38] = {0.5, 1.5, -66, 1000, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbTempestShield"] = {
        name = "Tempest Shield",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Enchants your shield with the power of storms, which lashes out to deal arcing lightning damage to attackers when you block them.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.RequiresShield] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Lightning] = true,
            [SkillType.Chains] = true,
            [SkillType.Buff] = true,
            [SkillType.HasReservation] = true,
            [SkillType.Cooldown] = true,
            [SkillType.Totemable] = true,
            [SkillType.Instant] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "shield_block_%",
            "skill_override_pvp_scaling_time_ms",
            "number_of_chains",
            "base_skill_effect_duration",
            "skill_can_add_multiple_charges_per_action",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 20, 700, 1, 4000, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["WbBallLightningOnDeath"] = {
        name = "Ball Lightning",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_projectile_speed_+%",
            "cast_on_death_%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
            "spell_uncastable_if_triggerable",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, -200, 100, -47, 18, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    物理ダメージの50%を雷ダメージに変換する
    IdMonsterElementalSkeletonLightning
    FamilyLightningDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • アタックブロック率が20%
    ブロックしたヒットからダメージの10%を受ける
    IdMonsterAttackBlock30Bypass20
    FamilyMonsterBlockAndBypass
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • ブラインロット・レイダー
    人型
    物理ダメージの50%を雷ダメージに変換する
    monster no map drops [1]
    cannot have affliction mods [1]
    Brinerot Raider
    SpectreN
    Tagsキャスター, has_dagger, has_dual_wield_melee, has_one_handed_melee, human, humanoid, light_armour, lightning_affinity, medium_movement, melee, not_dex, physical_affinity, red_blood, slashing_weapon, small_height, wb_basic
    ライフ
    160%
    Energy Shield From Life
    50%
    防具
    +50%
    Ailment Threshold
    160%
    耐性
    0 0 40 0
    Damage
    108%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    経験値
    80%
    Model Size
    85%
    Type
    WbLightningGrunt
    Metadata
    WbLightningGrunt6
    レベル
    68
    ライフ
    10,293
    防具
    43,185
    回避力
    4,739
    エナジーシールド
    3,064
    Damage
    403
    スペルダメージ
    403
    命中
    290
    Attack Time
    1.65
    経験値
    8,204
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    通常攻撃
    Base Damage: 323–484
    クリティカル率: 5%
    Attack Time: 1.65 秒
    強力な一撃で敵を打ち倒す。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    WbDualStrike
    Attack, DualWieldOnly, MeleeSingleTarget, Multistrikeable, Melee, ThresholdJewelArea
    デュアルストライク
    Base Damage: 323–484
    クリティカル率: 5%
    Attack Time: 1.65 秒
    両方の武器で攻撃し、両武器のダメージを一つの強打で与える。二刀流でのみ使える。ワンドでは使えない。
    ダメージが40%低下する
    skill double hits when dual wielding [1]
    WbWhirlingBlades
    Attack, Melee, Movement, Travel
    ワーリングブレード
    Base Damage: 323–484
    クリティカル率: 5%
    Attack Time: 1.65 秒
    敵に向かって飛び込み、武器ダメージを与える。二刀流状態で両方の武器を使って攻撃した場合、両方のダメージを1回の攻撃で与える。使用するには短剣、鉤爪または片手剣を装備する必要がある。マルチストライクでサポートすることができない。
    ダメージが30%低下する
    cast time overrides attack duration [1]
    ignores proximity shield [1]
    WbBallLightningOnDeath
    Spell, Damage, Projectile, ProjectilesFromUser, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell
    ボールライトニング
    追加ダメージ効率: 20%
    キャストタイム: 0.8 秒
    動きの遅い投射物を発射し、稲妻で範囲内の敵に繰り返しダメージを与える。
    181.4から336.8の雷ダメージを与える
    投射物スピードが200%減少する
    死亡すると100%の確率でこのスペルをトリガーする
    基礎半径は1.8m
    active skill area of effect radius +% final [-47]
    base is projectile [1]
    spell uncastable if triggerable [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/WbLightningGrunt6"] = {
        name = "Brinerot Raider",
        life = 1.6,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Dagger",
        weaponType2 = "Dagger",
        skillList = {
            "WbDualStrike",
            "WbWhirlingBlades",
            "Melee",
            "WbBallLightningOnDeath",
        },
        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["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["WbBallLightningOnDeath"] = {
        name = "Ball Lightning",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_projectile_speed_+%",
            "cast_on_death_%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
            "spell_uncastable_if_triggerable",
        },
        levels = {
            [1] = {0.69999998807907, 1.2999999523163, -200, 100, -47, 18, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    物理ダメージの50%を雷ダメージに変換する
    IdMonsterElementalSkeletonLightning
    FamilyLightningDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • cannot have affliction mods [1]
    IdCannotGainAfflictedMods
    FamilyNothing
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • cannot have affliction mods Min: 1 Max: 1 Global
  • ブラインロット・レイダー
    人型
    物理ダメージの50%を雷ダメージに変換する
    monster no map drops [1]
    アタックブロック率が20%
    ブロックしたヒットからダメージの10%を受ける
    Brinerot Raider
    SpectreN
    Tagselder_map_boss, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, light_armour, medium_height, medium_movement, non_attacking, not_dex, puncturing_weapon, red_blood, wb_basic
    ライフ
    160%
    Energy Shield From Life
    50%
    防具
    +50%
    Ailment Threshold
    160%
    耐性
    0 0 40 0
    Damage
    108%
    命中
    100%
    クリティカル率
    +5%
    クリティカルダメージ倍率
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.65 Second
    Damage Spread
    ±20%
    経験値
    80%
    Model Size
    85%
    Type
    WbLightningGrunt
    Metadata
    WbLightningGrunt1Elder

    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/WbLightningGrunt1Elder"] = {
        name = "Brinerot Raider",
        life = 1.6,
        energyShield = 0.5,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 40,
        chaosResist = 0,
        damage = 1.08,
        damageSpread = 0.2,
        attackTime = 1.65,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Thrusting One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
        },
        modList = {
        },
    }
    
    物理ダメージの50%を雷ダメージに変換する
    IdMonsterElementalSkeletonLightning
    FamilyLightningDamageAsPortionOfDamage
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • base physical damage % to convert to lightning Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental lightning
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • アタックブロック率が20%
    ブロックしたヒットからダメージの10%を受ける
    IdMonsterAttackBlock30Bypass20
    FamilyMonsterBlockAndBypass
    Domainsモンスター (3)
    GenerationTypeユニーク (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    Edit

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