하얀 죽음
악마
지역: 오르막길
이동 속도 50% 증가
The White Death
SpectreN
Area오르막길
Tagsanimal_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%
Ailment Threshold
350%
저항
0 85 0 0
Damage
298%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 10
Attack Time
1.695 Second
Damage Spread
±20%
경험치
175%
Model Size
110%
Type
VendigoBoss
Metadata
VendigoBoss
레벨
40
생명력
3,402
방어도
2,811
회피
2,396
Damage
251
주문 피해
251
정확도
184
Attack Time
1.695
경험치
5,962
Minion Life
963
Minion Damage
189
Ailment Threshold
3,402
Chill
11
Shock
11
Brittle
61
Scorch
11
Sap
30
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 201–301
치명타 확률: 5%
Attack Time: 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
Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
점멸 타격
Base Damage: 201–301
치명타 확률: 5%
Attack Time: 1.695 초
재사용 대기시간: 2 초
주변의 몬스터에게 순간이동하여 근접 무기로 공격합니다. 적을 선택하지 않으면 무작위로 하나를 골라 공격합니다. 일정 시간 동안 이동 속도를 증가시키는 버프를 부여합니다. 격분 충전을 소모하면 해당 스킬을 즉시 사용할 수 있습니다.
주는 피해 10% 증폭
공격 속도 30% 증가
격분 충전 하나당 공격 속도 10% 증가
ignores proximity shield [1]
VendigoGoreGlacialCascade
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
빙하 폭포
추가 피해 효율: 80%
시전 속도: 0.8 초
땅에서 고드름이 솟아오르면서 잇달아 작은 폭발을 일으켜 범위 내의 적들에게 피해를 줍니다.
39.39~60.61 물리 피해
40.91~110.6 냉기 피해
시전 속도 25% 증가
폭발 +7회 유발
active skill area of effect radius +% final [-30]
is area damage [1]
VendigoBossBladeVortex
Spell, Damage, Area, Duration, Totemable, Multicastable, Triggerable, TotemCastsAlone, CanRapidFire, AreaSpell, Physical
칼날 소용돌이
치명타 확률: 6%
추가 피해 효율: 20%
시전 속도: 0.5 초
재사용 대기시간: 10 초
일정 시간 동안 천상의 칼날이 주변을 회전하며 칼날에 스치는 적들에게 반복적인 피해를 줍니다.
36.35~54.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 Global
  • 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
    SpectreN
    Tagsanimal_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%
    Ailment Threshold
    350%
    저항
    0 85 0 0
    Damage
    298%
    정확도
    100%
    치명타 확률
    +5%
    치명타 피해 배율
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.695 Second
    Damage Spread
    ±20%
    경험치
    175%
    Model Size
    110%
    Type
    VendigoBoss
    Metadata
    VendigoBossStandalone
    레벨
    68
    생명력
    22,517
    방어도
    28,790
    회피
    7,109
    Damage
    1,113
    주문 피해
    1,113
    정확도
    580
    Attack Time
    1.695
    경험치
    17,946
    Minion Life
    4,884
    Minion Damage
    889
    Ailment Threshold
    22,517
    Chill
    71
    Shock
    71
    Brittle
    403
    Scorch
    71
    Sap
    197
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    기본 공격
    Base Damage: 891–1336
    치명타 확률: 5%
    Attack Time: 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
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
    점멸 타격
    Base Damage: 891–1336
    치명타 확률: 5%
    Attack Time: 1.695 초
    재사용 대기시간: 2 초
    주변의 몬스터에게 순간이동하여 근접 무기로 공격합니다. 적을 선택하지 않으면 무작위로 하나를 골라 공격합니다. 일정 시간 동안 이동 속도를 증가시키는 버프를 부여합니다. 격분 충전을 소모하면 해당 스킬을 즉시 사용할 수 있습니다.
    주는 피해 10% 증폭
    공격 속도 30% 증가
    격분 충전 하나당 공격 속도 10% 증가
    ignores proximity shield [1]
    VendigoGoreGlacialCascade
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
    빙하 폭포
    추가 피해 효율: 80%
    시전 속도: 0.8 초
    땅에서 고드름이 솟아오르면서 잇달아 작은 폭발을 일으켜 범위 내의 적들에게 피해를 줍니다.
    179.7~276.4 물리 피해
    186.6~504.4 냉기 피해
    시전 속도 35% 증가
    폭발 +8회 유발
    active skill area of effect radius +% final [-25]
    is area damage [1]
    VendigoBossBladeVortex
    Spell, Damage, Area, Duration, Totemable, Multicastable, Triggerable, TotemCastsAlone, CanRapidFire, AreaSpell, Physical
    칼날 소용돌이
    치명타 확률: 6%
    추가 피해 효율: 20%
    시전 속도: 0.5 초
    재사용 대기시간: 9 초
    일정 시간 동안 천상의 칼날이 주변을 회전하며 칼날에 스치는 적들에게 반복적인 피해를 줍니다.
    129.9~194.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 Global
  • Craft Tags속도
    Edit

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