Vendigo
ปีศาจ
ด่าน: ทางขึ้นเขา, Isolated Sound, Frozen Springs
Spectre | Y |
---|---|
Area | ทางขึ้นเขา, Isolated Sound, Frozen Springs |
Tags | animal_claw_weapon, beast, demon, flesh_armour, has_claw, has_one_handed_melee, medium_height, melee, not_int, not_str, physical_affinity, red_blood, slow_movement |
Packs |
พลังชีวิต
144%
การหลบหลีก
+50%
Ailment Threshold
144%
ค่าต้านทาน
0 75 0 0
Damage
265%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 10
Attack Time
1.695 Second
Damage Spread
±20%
ค่าประสบการณ์
150%
Model Size
90%
Type
Vendigo
Metadata
Vendigo
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
40
พลังชีวิต
1,400
ค่าเกราะ
2,811
การหลบหลีก
2,396
โล่พลังงาน
0
Damage
223
ความเสียหายเวท
223
ความแม่นยำ
92
Attack Time
1.695
ค่าประสบการณ์
5,111
Ailment Threshold
1,400
Chill
4
Shock
4
Brittle
25
Scorch
4
Sap
12
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 179–268
โอกาสคริติคอล: 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]
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
ฟาดพริบตา (Flicker Strike)
Base Damage: 179–268
โอกาสคริติคอล: 5%
Attack Time: 1.695 วินาที
คูลดาวน์: 2 วินาที
เทเลพอร์ตตัวละครไปยังมอนสเตอร์ที่อยู่ใกล้แล้วทำการโจมตีด้วย อาวุธประชิด สกิลนี้จะทำการเลือกเป้าหมายแบบสุ่มหากคุณไม่ได้เลือกมอนสเตอร์เอาไว้ ทำให้คุณได้รับบัฟที่เพิ่มความเร็วในการเคลื่อนที่เป็นระยะเวลาหนึ่ง และคุณสามารถข้ามคูลดาวน์ได้ด้วยการใช้ Frenzy Charge 1 ลูก
สร้างความเสียหาย เพิ่มขึ้น อีก 10%
เพิ่มความเร็วในการโจมตี 30%
เพิ่มความเร็วในการโจมตี 10% ต่อจำนวน Frenzy Charge
ignores proximity shield [1]
เพิ่มความเร็วในการโจมตี 30%
เพิ่มความเร็วในการโจมตี 10% ต่อจำนวน Frenzy Charge
ignores proximity shield [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/Vendigo"] = { name = "Vendigo", life = 1.44, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.65, damageSpread = 0.2, attackTime = 1.695, attackRange = 10, accuracy = 1, weaponType1 = "Claw", skillList = { "MeleeAtAnimationSpeed", "VendigoFlickerStrike", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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 = { }, }, }, }
Vendigo
ปีศาจ
ด่าน: ทางลงเขา, ห้องทดลองนิรันดร
Spectre | Y |
---|---|
Area | ทางลงเขา, ห้องทดลองนิรันดร |
Tags | animal_claw_weapon, beast, demon, flesh_armour, has_claw, has_one_handed_melee, medium_height, melee, not_int, not_str, physical_affinity, red_blood, slow_movement |
Packs |
พลังชีวิต
165%
การหลบหลีก
+50%
Ailment Threshold
165%
ค่าต้านทาน
0 75 0 0
Damage
227%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 10
Attack Time
1.695 Second
Damage Spread
±20%
ค่าประสบการณ์
150%
Model Size
90%
Type
Vendigo2
Metadata
Vendigo2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
10,615
ค่าเกราะ
28,790
การหลบหลีก
7,109
โล่พลังงาน
0
Damage
848
ความเสียหายเวท
848
ความแม่นยำ
290
Attack Time
1.695
ค่าประสบการณ์
15,383
Ailment Threshold
10,615
Chill
34
Shock
34
Brittle
190
Scorch
34
Sap
93
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 678–1018
โอกาสคริติคอล: 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]
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
ฟาดพริบตา (Flicker Strike)
Base Damage: 678–1018
โอกาสคริติคอล: 5%
Attack Time: 1.695 วินาที
คูลดาวน์: 2 วินาที
เทเลพอร์ตตัวละครไปยังมอนสเตอร์ที่อยู่ใกล้แล้วทำการโจมตีด้วย อาวุธประชิด สกิลนี้จะทำการเลือกเป้าหมายแบบสุ่มหากคุณไม่ได้เลือกมอนสเตอร์เอาไว้ ทำให้คุณได้รับบัฟที่เพิ่มความเร็วในการเคลื่อนที่เป็นระยะเวลาหนึ่ง และคุณสามารถข้ามคูลดาวน์ได้ด้วยการใช้ Frenzy Charge 1 ลูก
สร้างความเสียหาย เพิ่มขึ้น อีก 10%
เพิ่มความเร็วในการโจมตี 30%
เพิ่มความเร็วในการโจมตี 10% ต่อจำนวน Frenzy Charge
ignores proximity shield [1]
เพิ่มความเร็วในการโจมตี 30%
เพิ่มความเร็วในการโจมตี 10% ต่อจำนวน Frenzy Charge
ignores proximity shield [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/Vendigo2"] = { name = "Vendigo", life = 1.65, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.27, damageSpread = 0.2, attackTime = 1.695, attackRange = 10, accuracy = 1, weaponType1 = "Claw", skillList = { "MeleeAtAnimationSpeed", "VendigoFlickerStrike", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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 = { }, }, }, }
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.