ไอรอนพอยต์ผู้ถูกทอดทิ้ง
Ironpoint the Forsaken
Spectre | N |
---|---|
Area | ทางขึ้นผา |
Tags | archer_boss, bone_armour, bones, has_bow, humanoid, medium_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, skeleton, undead, very_slow_movement |
พลังชีวิต
198%
การหลบหลีก
+10%
Ailment Threshold
198%
ค่าต้านทาน




Damage
126%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
180%
Model Size
122%
Type
SkeletonRangedBoss
Metadata
SkeletonBossRanged
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
7
พลังชีวิต
109
ค่าเกราะ
71
อัตราการหลบหลีก
207
Damage
11
ความเสียหายเวท
11
ความแม่นยำ
38
Attack Time
1.995
ค่าประสบการณ์
158
Minion Life
53
Minion Damage
11
Ailment Threshold
109
Chill
0
Shock
0
Brittle
2
Scorch
0
Sap
1
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).
SkeletonForsakenRainOfArrows
Attack, RangedAttack, MirageArcherCanUse, Area, ProjectileSpeed, Totemable, Trappable, Mineable, Triggerable, Rain
ฝนลูกธนู (Rain of Arrows)
Base Damage: 9–14
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงลูกศรจำนวนมากขึ้นสู่ฟากฟ้า เพื่อให้ตกที่เป้าหมายหลังจากระยะเวลาสั้นๆ
สร้างความเสียหาย เพิ่มขึ้น อีก 100%
เพิ่มความเสียหาย กายภาพ 20%
เพิ่มอัตราความแม่นยำ 40%
active skill area of effect radius +% final [23]
base is projectile [1]
is area damage [1]

SkeletonForsakenSplitArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Triggerable
ศรแยก (Split Arrow)
Base Damage: 9–14
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงศรจำนวนมากไปที่เป้าหมายที่ต่างกัน
ยิงศร เพิ่มเติม 5 ดอก
เพิ่มความเสียหาย กายภาพ 28%
เพิ่มอัตราความแม่นยำ 40%
skill can fire arrows [1]

Object Type
version 2 extends "Metadata/Monsters/Skeletons/SkeletonRanged"
Object Type Codes
version 2 extends "Metadata/Monsters/Skeletons/SkeletonRanged"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Skeletons/SkeletonBossRanged"] = { name = "Ironpoint the Forsaken", life = 1.98, fireResist = 0, coldResist = 0, lightningResist = 85, chaosResist = 0, damage = 1.26, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "SkeletonForsakenRainOfArrows", "SkeletonForsakenSplitArrow", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SkeletonForsakenRainOfArrows"] = { name = "Rain of Arrows", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a large number of arrows into the air, to land at the target after a short delay.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Area] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Rain] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "active_skill_area_of_effect_radius_+%_final", "physical_damage_+%", "accuracy_rating_+%", "base_is_projectile", "is_area_damage", }, levels = { [1] = {100, 23, 20, 40, levelRequirement = 7, statInterpolation = {1, 1}, cost = { }, }, [2] = {110, 31, 20, 40, levelRequirement = 30, statInterpolation = {1, 1}, cost = { }, }, [3] = {120, 39, 20, 40, levelRequirement = 42, statInterpolation = {1, 1}, cost = { }, }, [4] = {130, 47, 20, 40, levelRequirement = 56, statInterpolation = {1, 1}, cost = { }, }, [5] = {130, -30, 47, 20, 40, levelRequirement = 68, statInterpolation = {1, 1, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SkeletonForsakenSplitArrow"] = { name = "Split Arrow", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires multiple arrows at different targets.", 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.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_additional_arrows", "physical_damage_+%", "accuracy_rating_+%", "skill_can_fire_arrows", }, levels = { [1] = {5, 28, 40, levelRequirement = 7, statInterpolation = {}, cost = { }, }, }, }
ไอรอนพอยต์ผู้ถูกทอดทิ้ง


เพิ่มความเร็วในการโจมตี 40%
เพิ่มอัตราความแม่นยำ ของตัวละคร 40%
monster fires a rain of arrows text [1]
monster fires split arrows text [1]
เพิ่มอัตราความแม่นยำ ของตัวละคร 40%
monster fires a rain of arrows text [1]
monster fires split arrows text [1]
Ironpoint the Forsaken
Spectre | N |
---|---|
Tags | bone_armour, bones, has_bow, humanoid, medium_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, skeleton, undead, very_slow_movement |
พลังชีวิต
144%
การหลบหลีก
+10%
Ailment Threshold
144%
ค่าต้านทาน




Damage
60%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
122%
Type
SkeletonRangedBossEndlessLedge
Metadata
SkeletonBossRangedEndlessLedge
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
68
พลังชีวิต
9,264
ค่าเกราะ
28,790
อัตราการหลบหลีก
5,213
Damage
224
ความเสียหายเวท
224
ความแม่นยำ
580
Attack Time
1.995
ค่าประสบการณ์
12,306
Minion Life
2,009
Minion Damage
179
Ailment Threshold
9,264
Chill
29
Shock
29
Brittle
166
Scorch
29
Sap
81
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).
SkeletonForsakenRainOfArrows
Attack, RangedAttack, MirageArcherCanUse, Area, ProjectileSpeed, Totemable, Trappable, Mineable, Triggerable, Rain
ฝนลูกธนู (Rain of Arrows)
Base Damage: 179–269
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงลูกศรจำนวนมากขึ้นสู่ฟากฟ้า เพื่อให้ตกที่เป้าหมายหลังจากระยะเวลาสั้นๆ
สร้างความเสียหาย เพิ่มขึ้น อีก 130%
เพิ่มความเสียหาย กายภาพ 20%
เพิ่มอัตราความแม่นยำ 40%
active skill area of effect radius +% final [47]
base is projectile [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-30]

SkeletonForsakenSplitArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Triggerable
ศรแยก (Split Arrow)
Base Damage: 179–269
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงศรจำนวนมากไปที่เป้าหมายที่ต่างกัน
ยิงศร เพิ่มเติม 5 ดอก
เพิ่มความเสียหาย กายภาพ 28%
เพิ่มอัตราความแม่นยำ 40%
skill can fire arrows [1]

Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Bow" basic_action = "Emerge" basic_action = "Revive" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "RemoveEffects( );" on_spawned_dead = "RemoveEffects( );" } Render { //turn_duration = 0.35 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Skeletons/SkeletonBossRangedEndlessLedge"] = { name = "Ironpoint the Forsaken", life = 1.44, fireResist = 0, coldResist = 0, lightningResist = 85, chaosResist = 0, damage = 0.6, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "SkeletonForsakenRainOfArrows", "SkeletonForsakenSplitArrow", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SkeletonForsakenRainOfArrows"] = { name = "Rain of Arrows", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a large number of arrows into the air, to land at the target after a short delay.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Area] = true, [SkillType.ProjectileSpeed] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Rain] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "active_skill_area_of_effect_radius_+%_final", "physical_damage_+%", "accuracy_rating_+%", "base_is_projectile", "is_area_damage", }, levels = { [1] = {100, 23, 20, 40, levelRequirement = 7, statInterpolation = {1, 1}, cost = { }, }, [2] = {110, 31, 20, 40, levelRequirement = 30, statInterpolation = {1, 1}, cost = { }, }, [3] = {120, 39, 20, 40, levelRequirement = 42, statInterpolation = {1, 1}, cost = { }, }, [4] = {130, 47, 20, 40, levelRequirement = 56, statInterpolation = {1, 1}, cost = { }, }, [5] = {130, -30, 47, 20, 40, levelRequirement = 68, statInterpolation = {1, 1, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SkeletonForsakenSplitArrow"] = { name = "Split Arrow", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires multiple arrows at different targets.", 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.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_additional_arrows", "physical_damage_+%", "accuracy_rating_+%", "skill_can_fire_arrows", }, levels = { [1] = {5, 28, 40, levelRequirement = 7, statInterpolation = {}, cost = { }, }, }, }
เพิ่มความเร็วในการโจมตี 40%
Id | MonsterImplicitFastAttack1 |
---|---|
Family | IncreasedAttackSpeed |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack speed |
เพิ่มอัตราความแม่นยำ ของตัวละคร 40%
Id | MonsterImplicitAccurate1 |
---|---|
Family | IncreasedAccuracyPercent |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack |
monster fires a rain of arrows text [1]
Id | MonsterFiresRainOfArrowsText |
---|---|
Family | MonsterFiresRainOfArrowsText |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
monster fires split arrows text [1]
Id | MonsterFiresSplitArrowsText |
---|---|
Family | MonsterFiresSplitArrowsText |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
แก้ไข
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.