Harbinger Ascendancy /17
คลาสเสริม: Harbinger
ตัวละคร: Witch
ได้รับสกิล อัญเชิญฮาร์บินเจอร์อาคมอาคันตุกะ (Summon Visiting Harbinger of the Arcane)
(อัญเชิญมิเนียน ฮาร์บินเจอร์ ที่เป็นอมตะ มันจะร่ายเวทบัฟ 2 อย่างให้กับคุณ: บัฟ กระแสอาคม ทำให้คุณมีความเร็วในการร่ายและ ฟื้นฟูมานา เพิ่มขึ้นและบัฟที่ให้โอกาสสร้างสถานะ ช็อค และการเจาะต้านทาน สายฟ้า)
ผู้เบิกทาง
ปีศาจสกิล ยิงโพรเจกไทล์ เพิ่มเติม 2 ลูก
เพิ่มความเร็วโพรเจกไทล์ 50%
เพิ่มความเร็วโพรเจกไทล์ 50%
Harbinger
| Spectre | |
|---|---|
| Tags | animal_claw_weapon, นักเวท, demon, fire_affinity, is_unarmed, light_armour, medium_height, medium_movement, melee, physical_affinity, ranged, red_blood |
พลังชีวิต
110%
Ailment Threshold
110%
ค่าต้านทาน
Damage
165%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
110%
Model Size
135%
Type
FlamebearerBossEndlessLedge
Metadata
FlameBearerBossEndlessLedge
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
7,077
ค่าเกราะ
28,790
อัตราการหลบหลีก
4,739
Damage
616
ความเสียหายเวท
616
ความแม่นยำ
580
Attack Time
1.5
ค่าประสบการณ์
11,281
Minion Life
1,535
Minion Damage
492
Ailment Threshold
7,077
Chill
22
Shock
22
Brittle
127
Scorch
22
Sap
62
Phys Convert Ele
240%
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 493—740
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
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]
FlamebearerFlameBlue
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
โทเทมไฟศักดิ์สิทธิ์ (Holy Flame Totem)
ประสิทธิภาพการเสริมความเสียหาย: 25%
เวลาร่าย: 0.25 วินาที
คูลดาวน์: 4 วินาที
อัญเชิญ โทเทม ที่จะแชนเนลปล่อยกระแสเพลิงเข้าใส่ศัตรูที่อยู่ใกล้
สร้างความเสียหาย ไฟ 87.21 ถึง 130.8
เพิ่มความเร็วในการร่าย อีก 25%
always pierce [1]
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
skill repeat count [9]
spell maximum action distance +% [-75]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "Emerge"
}
Stats
{
set_base_number_of_totems_allowed = 5
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Monkeys/FlameBearerBossEndlessLedge"] = {
fireResist = 85,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Harbinger",
life = 1.1,
damage = 1.65,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 7,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedUnique",
"FlamebearerFlameBlue",
},
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["FlamebearerFlameBlue"] = {
name = "Holy Flame Totem",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Summons a totem that fires a stream of flame at nearby enemies.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.SummonsTotem] = true,
[SkillType.Fire] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.25,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"spell_maximum_action_distance_+%",
"skill_repeat_count",
"active_skill_cast_speed_+%_final",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"base_is_projectile",
"always_pierce",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -78, 9, 25, -25, levelRequirement = 4, statInterpolation = {3, 3, 1}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, -75, 9, 25, -25, levelRequirement = 8, statInterpolation = {3, 3, 1}, cost = { }, },
[3] = {1.2400000095367, 1.8600000143051, -75, 9, 25, -25, levelRequirement = 68, statInterpolation = {3, 3, 1}, cost = { }, },
},
}
สกิล ยิงโพรเจกไทล์ เพิ่มเติม 2 ลูก
| Family | MonsterMultipleProjectile |
|---|---|
| Domains | Monster (3) |
| GenerationType | ยูนิค (3) |
| Req. level | 1 |
| Stats |
เพิ่มความเร็วโพรเจกไทล์ 50%
| Family | MonsterFasterProjectile |
|---|---|
| Domains | Monster (3) |
| GenerationType | ยูนิค (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | ความเร็ว |
ผู้เบิกทาง
ปีศาจสกิล ยิงโพรเจกไทล์ เพิ่มเติม 2 ลูก
monster dropped item rarity +% [15000]
monster slain experience +% [100]
เพิ่มความเร็วโพรเจกไทล์ 50%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
monster dropped item rarity +% [15000]
monster slain experience +% [100]
เพิ่มความเร็วโพรเจกไทล์ 50%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Harbinger
| Spectre | |
|---|---|
| Tags | animal_claw_weapon, นักเวท, demon, fire_affinity, is_unarmed, light_armour, medium_height, medium_movement, melee, physical_affinity, red_blood |
พลังชีวิต
195%
Ailment Threshold
195%
ค่าต้านทาน
Damage
225%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
ค่าประสบการณ์
150%
Model Size
135%
Type
FlamebearerMapBoss
Metadata
MapFlamebearerBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
68
พลังชีวิต
271,725
ค่าเกราะ
28,790
อัตราการหลบหลีก
4,739
Damage
957
ความเสียหายเวท
1,429
ความแม่นยำ
580
Attack Time
1.005
ค่าประสบการณ์
84,604
Minion Life
58,940
Minion Damage
764
Ailment Threshold
171,187
Chill
541
Shock
541
Brittle
3,062
Scorch
541
Sap
1,495
Phys Convert Ele
240%
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 1520—2280
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
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]
FlamebearerFlameBlue
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Mineable, SummonsTotem, Fire
โทเทมไฟศักดิ์สิทธิ์ (Holy Flame Totem)
ประสิทธิภาพการเสริมความเสียหาย: 25%
เวลาร่าย: 0.25 วินาที
คูลดาวน์: 4 วินาที
อัญเชิญ โทเทม ที่จะแชนเนลปล่อยกระแสเพลิงเข้าใส่ศัตรูที่อยู่ใกล้
สร้างความเสียหาย ไฟ 87.21 ถึง 130.8
เพิ่มความเร็วในการร่าย อีก 25%
always pierce [1]
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
skill repeat count [9]
spell maximum action distance +% [-75]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
basic_action = "Emerge"
}
Stats
{
set_base_number_of_totems_allowed = 5
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Monkeys/MapFlamebearerBoss"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Harbinger",
life = 1.95,
damage = 2.25,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 7,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeedUnique",
"FlamebearerFlameBlue",
},
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["FlamebearerFlameBlue"] = {
name = "Holy Flame Totem",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Summons a totem that fires a stream of flame at nearby enemies.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Damage] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.SummonsTotem] = true,
[SkillType.Fire] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 0.25,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_fire_damage",
"spell_maximum_base_fire_damage",
"spell_maximum_action_distance_+%",
"skill_repeat_count",
"active_skill_cast_speed_+%_final",
"monster_penalty_against_minions_damage_+%_final_vs_player_minions",
"base_is_projectile",
"always_pierce",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -78, 9, 25, -25, levelRequirement = 4, statInterpolation = {3, 3, 1}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, -75, 9, 25, -25, levelRequirement = 8, statInterpolation = {3, 3, 1}, cost = { }, },
[3] = {1.2400000095367, 1.8600000143051, -75, 9, 25, -25, levelRequirement = 68, statInterpolation = {3, 3, 1}, cost = { }, },
},
}
สกิล ยิงโพรเจกไทล์ เพิ่มเติม 2 ลูก
| Family | MonsterMultipleProjectile |
|---|---|
| Domains | Monster (3) |
| GenerationType | ยูนิค (3) |
| Req. level | 1 |
| Stats |
monster dropped item rarity +% [15000]
monster slain experience +% [100]
| Family | MonsterMapBoss |
|---|---|
| Domains | Monster (3) |
| GenerationType | ยูนิค (3) |
| Req. level | 1 |
| Stats |
เพิ่มความเร็วโพรเจกไทล์ 50%
| Family | MonsterFasterProjectile |
|---|---|
| Domains | Monster (3) |
| GenerationType | ยูนิค (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | ความเร็ว |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
| Family | Nothing |
|---|---|
| Domains | Monster (3) |
| GenerationType | ยูนิค (3) |
| Req. level | 1 |
| Stats |
Harbinger MTX /21
Challenge Rewards: ฮาร์บินเจอร์
ติด ดวงตา Harbinger คู่หนึ่งให้กับหมวกที่สวมใส่
Challenge Rewards: ฮาร์บินเจอร์
ติด เอฟเฟคตัวละคร Harbinger ให้กับตัวละครของคุณ
Harbinger supporter pack: Harbinger
เปลี่ยนสกิน รองเท้า ที่สวมใส่เป็น รองเท้า Harbinger
Harbinger supporter pack: Harbinger
เปลี่ยนสกิน ถุงมือ ที่สวมใส่เป็น ถุงมือ Harbinger
Harbinger supporter pack: Harbinger
เปลี่ยนสกิน เสื้อเกราะ ที่สวมใส่เป็น เสื้อเกราะ Harbinger
Harbinger supporter pack: Portent
ติด ผ้าคลุมติดหลัง Harbinger ให้กับเสื้อเกราะที่สวมใส่
Harbinger supporter pack: Portent
ติด เอฟเฟคอาวุธ Harbinger ให้กับอาวุธที่สวมใส่
Harbinger supporter pack: Harbinger
ติด เอฟเฟคตัวละคร Harbinger ให้กับตัวละครของคุณ
Harbinger supporter pack: Portent
ติด กรอบรูปตัวละคร Portent ให้กับตัวละครนี้
Harbinger supporter pack: Harbinger
ติด กรอบรูปตัวละคร Harbinger ให้กับตัวละครนี้
Cost: 90
สกิล ลูกพลังหินหลอม (Rolling Magma) ของคุณจะกลายเป็น เอฟเฟค Harbinger สีน้ำเงิน
Cost: 80
สกิล ระเบิดเพลิง (Flameblast) ของคุณจะกลายเป็น เอฟเฟค Harbinger สีน้ำเงิน
Cost: 90
สกิล เรียกสายฟ้า (Storm Call) ของคุณจะกลายเป็น เอฟเฟค Harbinger สีน้ำเงิน
Cost: 125
สกิล พุ่งไฟ (Flame Dash) ของคุณจะกลายเป็น เอฟเฟค Harbinger สีน้ำเงิน
Cost: 85
สกิล เรียกประชุม (Convocation) ของคุณจะกลายเป็น เอฟเฟค Harbinger สีน้ำเงิน
Cost: 100
สกิล ไฟธรรมะ (Righteous Fire) ของคุณจะกลายเป็น เอฟเฟค Harbinger สีน้ำเงิน
มอนสเตอร์ ม็อด /7
| ชื่อ | เลเวล | Pre/Suf | Description | Weight |
|---|---|---|---|---|
| 1 | ยูนิค | harbinger base currency shard stack tenths to drop [22] harbinger base currency shard stack tenths to drop best of 3 outcomes [0] | ||
| 1 | ยูนิค | harbinger base currency shard stack tenths to drop [38] harbinger base currency shard stack tenths to drop best of 3 outcomes [0] | ||
| 1 | ยูนิค | harbinger base currency shard stack tenths to drop [104] harbinger base currency shard stack tenths to drop best of 3 outcomes [0] | ||
| 1 | ยูนิค | harbinger base currency shard stack tenths to drop [140] harbinger base currency shard stack tenths to drop best of 3 outcomes [0] | ||
| 1 | ยูนิค | harbinger base currency shard stack tenths to drop [45] harbinger base currency shard stack tenths to drop best of 3 outcomes [0] | ||
| 1 | ยูนิค | harbinger base currency shard stack tenths to drop [47] harbinger base currency shard stack tenths to drop best of 3 outcomes [0] | ||
| 1 | ยูนิค | harbinger base currency shard stack tenths to drop [5,20] harbinger base currency shard stack tenths to drop best of 3 outcomes [0] |
คลัสเตอร์จิวเวล ม็อด /1
| ชื่อ | เลเวล | Pre/Suf | Description | Weight |
|---|---|---|---|---|
| Notable | 75 | ม็อดพรีฟิกซ์ | พาสซีฟที่เพิ่มเข้ามา 1 พาสซีฟ คือ Purposeful Harbinger มานา ออร่า | old_do_not_use_affliction_aura_effect 60 affliction_reservation_efficiency_small 60 affliction_damage_while_you_have_a_herald 118 affliction_minion_damage_while_you_have_a_herald 158 default 0 |
แผนที่ ม็อด /1
| ชื่อ | เลเวล | Pre/Suf | Description | Weight |
|---|---|---|---|---|
| 1 | ยูนิค | ด่าน อาจมี ฮาร์บินเจอร์ลึกลับ ด่านมี ฮาร์บินเจอร์ เพิ่มเติม 2 ตน map extra content weighting [0] map league allow duplicate selection of league items [0] | default 1000 |
โต๊ะคราฟท์ /1
| Mod | Require | ItemClasses | ปลดล็อก |
|---|---|---|---|
| ด่านมี ฮาร์บินเจอร์ เพิ่มเติม 3 ตน สคารับ ที่ดรอปในด่าน มีโอกาสเป็น สคารับฮาร์บินเจอร์ เพิ่มขึ้น 50% map extra content weighting [1] | 3x | แผนที่ · แผนที่ | เลเวล 4 |
อื่นๆ ม็อด /27
| ชื่อ | เลเวล | Domain | Pre/Suf | Description | Weight |
|---|---|---|---|---|---|
| 1 | Atlas | ม็อดพรีฟิกซ์ | บอสประจำแผนที่ มาพร้อมกับ ฮาร์บินเจอร์ลึกลับ 1 ตน บอสประจำแผนที่ ดรอป เศษเงินตรา เพิ่มเติม ฮาร์บินเจอร์ ในแผนที่ของคุณ ดรอป เศษเงินตรา เพิ่มเติม เหลือการใช้งานอีก 3 ครั้ง map extra content weighting [1] | no_boss 0 default 250 | |
| 1 | Atlas | ม็อดพรีฟิกซ์ | บอสประจำแผนที่ มาพร้อมกับ ฮาร์บินเจอร์ลึกลับ 1 ตน บอสประจำแผนที่ ดรอป เศษเงินตรา เพิ่มเติม ฮาร์บินเจอร์ ในแผนที่ของคุณ ดรอป เศษเงินตรา เพิ่มเติม เหลือการใช้งานอีก 15 ครั้ง map extra content weighting [1] | no_boss 0 default 250 | |
| 1 | MapDevice | ยูนิค | ด่านมี ฮาร์บินเจอร์ เพิ่มเติม 2 ตน map extra content weighting [1] | ||
| 1 | MapDevice | ยูนิค | ด่านมี ฮาร์บินเจอร์ เพิ่มเติม 3 ตน map extra content weighting [1] | ||
| 1 | MapDevice | ยูนิค | ด่านมี ฮาร์บินเจอร์ เพิ่มเติม 4 ตน map extra content weighting [1] | ||
| 1 | MapDevice | ยูนิค | ด่านมี ฮาร์บินเจอร์ เพิ่มเติม 7 ตน map extra content weighting [1] | ||
| 1 | MapDevice | ยูนิค | ฮาร์บินเจอร์ ในด่าน เรียก แท่งศิลาเพิ่มพลัง | ||
| 1 | MapDevice | ยูนิค | เศษเงินตรา ที่ดรอปจาก ฮาร์บินเจอร์ ถูกสร้างซ้ำ | ||
| 1 | MapDevice | ยูนิค | ฮาร์บินเจอร์ มีโอกาสถูกแทนที่ด้วย บอสฮาร์บินเจอร์ทรงพลัง 1 ตน 50% | ||
| of the Harbinger | 1 | Sentinel | ม็อดซัฟฟิกซ์ | ศัตรูที่เพิ่มพลัง มีโอกาสมีของรางวัล ฮาร์บินเจอร์ 1 ชิ้น (2—2.5)% local sentinel drone difficulty + [4] | special_sentinel_mod 0 sentinel_c 0 default 0 |
| of the Harbinger | 1 | Sentinel | ม็อดซัฟฟิกซ์ | ศัตรูที่เพิ่มพลัง มีโอกาสมีของรางวัล ฮาร์บินเจอร์ 1 ชิ้น (2.6—3)% local sentinel drone difficulty + [6] | special_sentinel_mod 0 sentinel_c 0 default 0 |
| of the Harbinger | 1 | Sentinel | ม็อดซัฟฟิกซ์ | ศัตรูที่เพิ่มพลัง มีโอกาสมีของรางวัล ฮาร์บินเจอร์ 1 ชิ้น (3.1—4)% local sentinel drone difficulty + [8] | special_sentinel_mod 0 sentinel_c 0 default 0 |
| แห่งความรู้สึกผิดของผู้รอดชีวิต | 1 | MemoryLines | ม็อดซัฟฟิกซ์ | ผู้เล่น ในด่าน กลายร่างเป็น ฮาร์บินเจอร์ ไอเทมที่พบในด่าน ถูกแทนที่ด้วยกอง เศษเงินตรา memory line type hash [24813] | memory_line_kirac 0 default 0 |
| แห่งฟาร์ริล | 1 | MemoryLines | ม็อดซัฟฟิกซ์ | ด่านมี ประตูมิติฮาร์บินเจอร์ เพิ่มเติม ประตูมิติฮาร์บินเจอร์ ดรอป เศษเงินตรา เพิ่มเติม เมื่อถูกทำลาย memory line type hash [29521] | memory_line_kirac 0 default 0 |
| อุทิศตนแก่ วิริดิ | 46 | Necropolis | NecropolisDevoted | มาพร้อมกับ ฮาร์บินเจอร์ 1 ตน | default 2000 |
| อุทิศตนแก่ วิริดิ | 68 | Necropolis | NecropolisDevoted | มาพร้อมกับ ฮาร์บินเจอร์ 1 ตน | default 100 |
| of the Harbinger | 68 | MapRelic | ม็อดซัฟฟิกซ์ | ฮาร์บินเจอร์ ในแผนที่ของคุณ มีโอกาสดรอป เศษเงินตรา เพิ่มเติม 1 ชิ้น (40—60)% | atlas_relic_medium 0 default 0 |
| Harbinger's | 68 | MapRelic | ม็อดพรีฟิกซ์ | แผนที่ของคุณมี ฮาร์บินเจอร์ เพิ่มเติม 1 ตน | atlas_relic_large 0 default 0 |
| Harbinger's | 68 | MapRelic | ม็อดพรีฟิกซ์ | แผนที่ของคุณมี ฮาร์บินเจอร์ เพิ่มเติม (1—2) ตน | atlas_relic_very_large 0 default 0 |
| Harbinger's | 68 | MapRelic | ม็อดพรีฟิกซ์ | แผนที่ของคุณ มีโอกาสมี ฮาร์บินเจอร์ เพิ่มเติม 1 ตน (35—50)% | atlas_relic_small 0 default 0 |
| Harbinger's | 68 | MapRelic | ม็อดพรีฟิกซ์ | แผนที่ของคุณ มีโอกาสมี ฮาร์บินเจอร์ เพิ่มเติม 1 ตน (60—80)% | atlas_relic_medium 0 default 0 |
| Harbinger's | 68 | MapRelic | ม็อดพรีฟิกซ์ | แผนที่ของคุณ มีโอกาสมี ฮาร์บินเจอร์ เพิ่มเติม 1 ตน (15—25)% | atlas_relic_large 0 default 0 |
| Harbinger's | 68 | MapRelic | ม็อดพรีฟิกซ์ | แผนที่ของคุณ มีโอกาสมี ฮาร์บินเจอร์ เพิ่มเติม 1 ตน (20—30)% | atlas_relic_very_large 0 default 0 |
| of the Harbinger | 68 | MapRelic | ม็อดซัฟฟิกซ์ | ฮาร์บินเจอร์ ในแผนที่ของคุณ มีโอกาสถูกแทนที่ด้วย บอสฮาร์บินเจอร์ทรงพลัง 1 ตน (20—25)% | atlas_relic_large 0 default 0 |
| of the Harbinger | 68 | MapRelic | ม็อดซัฟฟิกซ์ | ฮาร์บินเจอร์ ในแผนที่ของคุณ มีความเร็วในการฟื้นฟูคูลดาวน์ เพิ่มขึ้น (20—30)% | atlas_relic_small 0 default 0 |
| of the Harbinger | 68 | MapRelic | ม็อดซัฟฟิกซ์ | เศษเงินตรา ที่ดรอปจาก ฮาร์บินเจอร์ ในแผนที่ของคุณ สามารถดรอปเป็น ไอเทมเงินตรา แทน | atlas_relic_very_large 0 default 0 |
| of Skittering | 68 | MapRelic | ม็อดซัฟฟิกซ์ | สคารับ ที่ดรอปในแผนที่ของคุณ มีโอกาสเป็น สคารับฮาร์บินเจอร์ เพิ่มขึ้น (60—80)% | atlas_relic_medium 0 default 0 |
ไอเทม /2
Bowyer's Dream
ขนาดกอง: 1 / 6
Harbinger Bow 6 เชื่อม
ไอเทมเลเวล: 91
ไอเทมเลเวล: 91
The Messenger
ขนาดกอง: 1 / 4
ไอเทมฮาร์บินเจอร์
ยูนิค /13
ต้องการ เลเวล 68, 85 Str, 85 Int
ค่าต้านทาน ทุกธาตุ +12%
พลังชีวิตสูงสุด +(60—80)
ค่าต้านทาน ทุกธาตุ +(10—15)%
ได้รับมานา (30—50) เมื่อคุณบล็อค
โอกาสบล็อค +5%
สกิลแชนเนล สร้างความเสียหาย เพิ่มขึ้น (50—70)%
ต้องการ เลเวล 60, 51 Dex, 51 Int
หินที่ใส่ ถูกเสริมด้วย Ice Bite เลเวล 18
หินที่ใส่ ถูกเสริมด้วย Innervate เลเวล 18
อัตราการหลบหลีก +(100—150)
โล่พลังงานสูงสุด +(40—60)
พลังชีวิตสูงสุด +(60—80)
ค่าต้านทาน ทุกธาตุ +(10—15)%
ต้องการ เลเวล 66, 113 Str, 113 Int
โอกาสบล็อคความเสียหาย เวท +25%
หินที่ใส่ ถูกเสริมด้วย Chance to Bleed เลเวล 1
โอกาสบล็อคความเสียหาย โจมตี +5% ขณะถือ ไม้พลอง
ตัวคูณความเสียหายต่อเนื่องของ เลือดไหล ที่เกิดจากคริติคอล +(60—80)%
เสริมความเสียหาย กายภาพ (225—265) ถึง (315—385)
เพิ่มโอกาสคริติคอล (30—40)%
(ไม้พลองสงคราม ถือเป็นไม้พลองอย่างหนึ่ง)
ต้องการ เลเวล 60
เสริมความเสียหาย กายภาพ (7—9) ถึง (13—16) ให้กับการโจมตี
Strength และ Dexterity +(30—50)
เสริมความเสียหาย ไฟ (19—22) ถึง (30—35) ให้กับเวทและการโจมตี
เสริมความเสียหาย น้ำแข็ง (19—22) ถึง (30—35) ให้กับเวทและการโจมตี
ค่าต้านทาน ไฟและน้ำแข็ง +(15—25)%
ต้องการ เลเวล 60
เพิ่มการฟื้นตัวจากสถานะ สตัน และการบล็อค (15—25)%
เพิ่มความเร็วในการ เติมโล่พลังงาน (10—15)%
เพิ่มความเร็วในการ เติมพลังชีวิต (10—15)%
เพิ่มความเร็วในการโจมตีและร่าย (10—15)%
เพิ่มความเร็วในการฟื้นฟูคูลดาวน์ (15—20)%
ดีบัฟ ต่อตัวคุณหมดเวลา เร็วขึ้น (15—20)%
ต้องการ เลเวล 62, 122 Str, 104 Dex
เพิ่มอัตราความแม่นยำ ของตัวละคร 40%
ทริกเกอร์ พายุเรียงหลั่น (Storm Cascade) เลเวล 20 เมื่อคุณโจมตี
เพิ่มความเสียหาย เวท (75—90)%
เพิ่มความเสียหาย กายภาพ (140—160)%
เสริมความเสียหาย สายฟ้า 1 ถึง (60—70)
เสริมความเสียหาย สายฟ้า 1 ถึง (60—70) ให้กับเวท
เพิ่มพื้นที่ส่งผล 10%
ต้องการ เลเวล 58
ด่านมี ฮาร์บินเจอร์ เพิ่มเติม 6 ตน
เพิ่มจำนวนของ ไอเทม ที่พบในด่านนี้ (40—60)%
เพิ่มระดับความหายากของ ไอเทม ที่พบในด่านนี้ (40—60)%
มีมลทิน
ต้องการ เลเวล 68, 85 Str, 85 Int
ค่าต้านทาน ทุกธาตุ +12%
พลังชีวิตสูงสุด +(60—80)
ค่าต้านทาน ทุกธาตุ +(10—15)%
ได้รับมานา (30—50) เมื่อคุณบล็อค
โอกาสบล็อค +5%
สกิลแชนเนล สร้างความเสียหาย เพิ่มขึ้น (50—70)%
ต้องการ เลเวล 60, 51 Dex, 51 Int
หินที่ใส่ ถูกเสริมด้วย Ice Bite เลเวล 18
หินที่ใส่ ถูกเสริมด้วย Innervate เลเวล 18
อัตราการหลบหลีก +(100—150)
โล่พลังงานสูงสุด +(40—60)
พลังชีวิตสูงสุด +(60—80)
ค่าต้านทาน ทุกธาตุ +(10—15)%
ต้องการ เลเวล 60
เพิ่มการฟื้นตัวจากสถานะ สตัน และการบล็อค (15—25)%
เพิ่มความเร็วในการ เติมโล่พลังงาน (10—15)%
เพิ่มความเร็วในการ เติมพลังชีวิต (10—15)%
เพิ่มความเร็วในการโจมตีและร่าย (10—15)%
เพิ่มความเร็วในการฟื้นฟูคูลดาวน์ (15—20)%
ดีบัฟ ต่อตัวคุณหมดเวลา เร็วขึ้น (15—20)%
ต้องการ เลเวล 60
เสริมความเสียหาย กายภาพ (7—9) ถึง (13—16) ให้กับการโจมตี
Strength และ Dexterity +(30—50)
เสริมความเสียหาย ไฟ (19—22) ถึง (30—35) ให้กับเวทและการโจมตี
เสริมความเสียหาย น้ำแข็ง (19—22) ถึง (30—35) ให้กับเวทและการโจมตี
ค่าต้านทาน ไฟและน้ำแข็ง +(15—25)%
ต้องการ เลเวล 62, 122 Str, 104 Dex
เพิ่มอัตราความแม่นยำ ของตัวละคร 40%
ทริกเกอร์ พายุเรียงหลั่น (Storm Cascade) เลเวล 20 เมื่อคุณโจมตี
เพิ่มความเสียหาย เวท (75—90)%
เพิ่มความเสียหาย กายภาพ (140—160)%
เสริมความเสียหาย สายฟ้า 1 ถึง (60—70)
เสริมความเสียหาย สายฟ้า 1 ถึง (60—70) ให้กับเวท
เพิ่มพื้นที่ส่งผล 10%
ต้องการ เลเวล 66, 113 Str, 113 Int
โอกาสบล็อคความเสียหาย เวท +25%
หินที่ใส่ ถูกเสริมด้วย Chance to Bleed เลเวล 1
โอกาสบล็อคความเสียหาย โจมตี +5% ขณะถือ ไม้พลอง
ตัวคูณความเสียหายต่อเนื่องของ เลือดไหล ที่เกิดจากคริติคอล +(60—80)%
เสริมความเสียหาย กายภาพ (225—265) ถึง (315—385)
เพิ่มโอกาสคริติคอล (30—40)%
(ไม้พลองสงคราม ถือเป็นไม้พลองอย่างหนึ่ง)
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.





















































