慘白死侍
惡魔
地區: 岩岸陡坡
增加 50% 移動速度
The White Death
幽魂N
地區岩岸陡坡
標籤animal_claw_weapon, beast, 法術, cold_affinity, demon, flesh_armour, has_claw, has_one_handed_melee, large_height, large_model, melee, not_int, not_str, physical_affinity, red_blood, slow_movement
生命
350%
閃避
+50%
異常狀態臨界值
350%
抗性
0 85 0 0
傷害
298%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 10
攻擊間隔
1.695 秒
傷害分佈
±20%
經驗值
175%
Model Size
110%
類型
VendigoBoss
Metadata
VendigoBoss
等級
40
生命
3,402
護甲值
2,811
閃避值
2,396
傷害
251
法術傷害
251
命中
184
攻擊間隔
1.695
經驗值
5,962
召喚物生命
963
召喚物傷害
189
異常狀態臨界值
3,402
冰緩
11
感電
11
易碎
61
焦灼
11
殘喘
30
MeleeAtAnimationSpeedUnique
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 201–301
暴擊率: 5%
攻擊間隔: 1.695 秒
用強大的攻擊擊倒敵人。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
VendigoFlickerStrike
攻擊, 近戰, 近戰單一目標, 攻擊可重複, 位移, 持續時間, 冷卻
閃現打擊
基本傷害: 201–301
暴擊率: 5%
攻擊間隔: 1.695 秒
冷卻時間: 2 秒
傳送至目標怪物身邊並用近戰武器對其造成傷害。若是未指定目標,則系統會為其隨機指定一隻怪物。釋放一顆狂怒球能重置其技能冷卻。
造成10%更多傷害
增加 30% 攻擊速度
每個狂怒球增加 10% 攻擊速度
ignores proximity shield [1]
VendigoGoreGlacialCascade
法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 物理, 可齊射, 範圍法術
冰川之刺
附加傷害效用: 80%
施放時間: 0.8 秒
冰柱從地面接連浮現小爆炸,對範圍內敵人造成傷害。
造成 39.3960.61 物理傷害
造成 40.91110.6 冰冷傷害
增加 25% 施放速度
爆發 +7
active skill area of effect radius +% final [-30]
is area damage [1]
VendigoBossBladeVortex
法術, 傷害, 範圍, 持續時間, 圖騰技能, 法術可重複, 可觸發, 圖騰施放單獨, 可齊射, 範圍法術, 物理
飛刃風暴
暴擊率: 6%
附加傷害效用: 20%
施放時間: 0.5 秒
冷卻時間: 10 秒
在你的四周召喚出虛空的刀刃,以你為中心不斷飛舞旋轉,將周圍的敵人削成肉泥。
造成 36.3554.53 物理傷害
+6 秒基礎持續時間
60% 更少施放速度
可以啟動最多 5 個旋轉劍刃
active skill area of effect radius +% final [20]
is area damage [1]
skill can add multiple charges per action [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"


Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	//turn_duration = 0.4
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Vendigo/VendigoBoss"] = {
    name = "The White Death",
    life = 3.5,
    fireResist = 0,
    coldResist = 85,
    lightningResist = 0,
    chaosResist = 0,
    damage = 2.98,
    damageSpread = 0.2,
    attackTime = 1.695,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "Claw",
    skillList = {
        "MeleeAtAnimationSpeedUnique",
        "VendigoFlickerStrike",
        "VendigoGoreGlacialCascade",
        "VendigoBossBladeVortex",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VendigoFlickerStrike"] = {
    name = "Flicker Strike",
    hidden = true,
    color = "4",
    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_+%",
        "base_attack_speed_+%_per_frenzy_charge",
        "active_skill_damage_+%_final",
        "ignores_proximity_shield",
    },
    levels = {
        [1] = {30, 10, 10, levelRequirement = 13, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VendigoGoreGlacialCascade"] = {
    name = "Glacial Cascade",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Cold] = true,
        [SkillType.Physical] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "upheaval_number_of_spikes",
        "base_cast_speed_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 6, 20, -34, levelRequirement = 4, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
        [2] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 7, 25, -30, levelRequirement = 36, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
        [3] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 7, 30, -30, levelRequirement = 52, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
        [4] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 8, 30, -28, levelRequirement = 56, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
        [5] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 8, 35, -28, levelRequirement = 66, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
        [6] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 8, 35, -25, levelRequirement = 68, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
        [7] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 9, 35, -25, levelRequirement = 69, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
        [8] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 9, 40, -25, levelRequirement = 71, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
        [9] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 9, 40, -22, levelRequirement = 74, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
        [10] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 10, 45, -22, levelRequirement = 76, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
        [11] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 10, 45, -18, levelRequirement = 80, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
        [12] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 10, 50, -18, levelRequirement = 81, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VendigoBossBladeVortex"] = {
    name = "Blade Vortex",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "An ethereal blade spins around you for a duration, repeatedly damaging enemies that it passes through.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Totemable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.TotemCastsAlone] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "maximum_number_of_spinning_blades",
        "active_skill_cast_speed_+%_final",
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "skill_can_add_multiple_charges_per_action",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 5, -60, 6000, 20, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 10, -50, 6000, 20, critChance = 6, levelRequirement = 66, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
增加 50% 移動速度
FamilyMovementVelocity
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • base movement velocity +% Min: 50 Max: 50 全域
  • Craft Tags速度
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue
    慘白死侍
    惡魔
    增加 50% 移動速度
    The White Death
    幽魂N
    標籤animal_claw_weapon, beast, 法術, cold_affinity, demon, flesh_armour, has_claw, has_one_handed_melee, large_height, large_model, melee, not_int, not_str, physical_affinity, red_blood, slow_movement
    生命
    350%
    閃避
    +50%
    異常狀態臨界值
    350%
    抗性
    0 85 0 0
    傷害
    298%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 10
    攻擊間隔
    1.695 秒
    傷害分佈
    ±20%
    經驗值
    175%
    Model Size
    110%
    類型
    VendigoBoss
    Metadata
    VendigoBossStandalone
    等級
    68
    生命
    22,517
    護甲值
    28,790
    閃避值
    7,109
    傷害
    1,113
    法術傷害
    1,113
    命中
    580
    攻擊間隔
    1.695
    經驗值
    17,946
    召喚物生命
    4,884
    召喚物傷害
    889
    異常狀態臨界值
    22,517
    冰緩
    71
    感電
    71
    易碎
    403
    焦灼
    71
    殘喘
    197
    MeleeAtAnimationSpeedUnique
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 891–1336
    暴擊率: 5%
    攻擊間隔: 1.695 秒
    用強大的攻擊擊倒敵人。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    VendigoFlickerStrike
    攻擊, 近戰, 近戰單一目標, 攻擊可重複, 位移, 持續時間, 冷卻
    閃現打擊
    基本傷害: 891–1336
    暴擊率: 5%
    攻擊間隔: 1.695 秒
    冷卻時間: 2 秒
    傳送至目標怪物身邊並用近戰武器對其造成傷害。若是未指定目標,則系統會為其隨機指定一隻怪物。釋放一顆狂怒球能重置其技能冷卻。
    造成10%更多傷害
    增加 30% 攻擊速度
    每個狂怒球增加 10% 攻擊速度
    ignores proximity shield [1]
    VendigoGoreGlacialCascade
    法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 冰冷, 物理, 可齊射, 範圍法術
    冰川之刺
    附加傷害效用: 80%
    施放時間: 0.8 秒
    冰柱從地面接連浮現小爆炸,對範圍內敵人造成傷害。
    造成 179.7276.4 物理傷害
    造成 186.6504.4 冰冷傷害
    增加 35% 施放速度
    爆發 +8
    active skill area of effect radius +% final [-25]
    is area damage [1]
    VendigoBossBladeVortex
    法術, 傷害, 範圍, 持續時間, 圖騰技能, 法術可重複, 可觸發, 圖騰施放單獨, 可齊射, 範圍法術, 物理
    飛刃風暴
    暴擊率: 6%
    附加傷害效用: 20%
    施放時間: 0.5 秒
    冷卻時間: 9 秒
    在你的四周召喚出虛空的刀刃,以你為中心不斷飛舞旋轉,將周圍的敵人削成肉泥。
    造成 129.9194.9 物理傷害
    +6 秒基礎持續時間
    50% 更少施放速度
    可以啟動最多 10 個旋轉劍刃
    active skill area of effect radius +% final [20]
    is area damage [1]
    skill can add multiple charges per action [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	//turn_duration = 0.4
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Vendigo/VendigoBossStandalone"] = {
        name = "The White Death",
        life = 3.5,
        fireResist = 0,
        coldResist = 85,
        lightningResist = 0,
        chaosResist = 0,
        damage = 2.98,
        damageSpread = 0.2,
        attackTime = 1.695,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "Claw",
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "VendigoFlickerStrike",
            "VendigoGoreGlacialCascade",
            "VendigoBossBladeVortex",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VendigoFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = "4",
        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_+%",
            "base_attack_speed_+%_per_frenzy_charge",
            "active_skill_damage_+%_final",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {30, 10, 10, levelRequirement = 13, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VendigoGoreGlacialCascade"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "upheaval_number_of_spikes",
            "base_cast_speed_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 6, 20, -34, levelRequirement = 4, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
            [2] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 7, 25, -30, levelRequirement = 36, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
            [3] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 7, 30, -30, levelRequirement = 52, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
            [4] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 8, 30, -28, levelRequirement = 56, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
            [5] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 8, 35, -28, levelRequirement = 66, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
            [6] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 8, 35, -25, levelRequirement = 68, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
            [7] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 9, 35, -25, levelRequirement = 69, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
            [8] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 9, 40, -25, levelRequirement = 71, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
            [9] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 9, 40, -22, levelRequirement = 74, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
            [10] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 10, 45, -22, levelRequirement = 76, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
            [11] = {0.25999999046326, 0.40000000596046, 0.27000001072884, 0.73000001907349, 10, 45, -18, levelRequirement = 80, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
            [12] = {0.25999999046326, 0.40000000596046, 0.47999998927116, 0.73000001907349, 10, 50, -18, levelRequirement = 81, statInterpolation = {3, 3, 3, 3, 1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VendigoBossBladeVortex"] = {
        name = "Blade Vortex",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "An ethereal blade spins around you for a duration, repeatedly damaging enemies that it passes through.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Totemable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "maximum_number_of_spinning_blades",
            "active_skill_cast_speed_+%_final",
            "base_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "skill_can_add_multiple_charges_per_action",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, -60, 6000, 20, critChance = 6, levelRequirement = 3, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 10, -50, 6000, 20, critChance = 6, levelRequirement = 66, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    
    增加 50% 移動速度
    FamilyMovementVelocity
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • base movement velocity +% Min: 50 Max: 50 全域
  • Craft Tags速度
    Edit

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