Archer Statue
![](/image/settlers/construct.webp)
ด่าน: ตลาดค้าขาย, สุสานใต้ดิน, แนวหน้าสมรภูมิ, ทางเดินผู้สูงศักดิ์, ท่าเทียบเรือ, สาธารณสถานโซลาริส, สะพานท่าเรือ, Oba's Cursed Trove
monster base type attack cast speed +% and damage -% final [11]
monster fires ice shot arrows text [1]
monster fires ice shot arrows text [1]
Spectre | Y |
---|---|
Area | ตลาดค้าขาย, สุสานใต้ดิน, แนวหน้าสมรภูมิ, ทางเดินผู้สูงศักดิ์, ท่าเทียบเรือ, สาธารณสถานโซลาริส, สะพานท่าเรือ, Oba's Cursed Trove |
Tags | cold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
Packs |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconFire.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconLightning.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconChaos.webp)
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
StoneStatueMaleBow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
77
พลังชีวิต
40,647
ค่าเกราะ
58,245
การหลบหลีก
6,448
โล่พลังงาน
0
Damage
459
ความเสียหายเวท
459
ความแม่นยำ
0
Attack Time
1.995
ค่าประสบการณ์
14,630
Ailment Threshold
40,647
Chill
129
Shock
129
Brittle
727
Scorch
129
Sap
355
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 367–550
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
MonsterIceShot
Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
ศรน้ำแข็ง (Ice Shot)
Base Damage: 367–550
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงศรไปยังเป้าหมายที่แปลงความเสียหาย กายภาพ บางส่วนเป็น น้ำแข็ง แล้วสร้างความเสียหายในพื้นที่ทรงกรวยเบื้องหลังเป้าหมายที่แปลงความเสียหาย กายภาพ ทั้งหมดเป็น น้ำแข็ง
ระยะเวลาพื้นฐาน 2.5 วินาที
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iceshot.webp)
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/StoneStatueMaleBow"] = { name = "Archer Statue", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterIceShot", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterIceShot"] = { name = "Ice Shot", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "skill_physical_damage_%_to_convert_to_cold", "base_skill_effect_duration", "skill_can_fire_arrows", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
monster fires ice shot arrows text [1]
Id | MonsterFiresIceShotArrowsText |
---|---|
Family | MonsterFiresIceShotArrowsText |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
Archer Statue
![](/image/settlers/construct.webp)
monster base type attack cast speed +% and damage -% final [11]
monster fires ice shot arrows text [1]
monster fires ice shot arrows text [1]
Spectre | Y |
---|---|
Tags | cold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconFire.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconLightning.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconChaos.webp)
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
StoneStatueMaleBowVastiri
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
0
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
MonsterIceShot
Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
ศรน้ำแข็ง (Ice Shot)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงศรไปยังเป้าหมายที่แปลงความเสียหาย กายภาพ บางส่วนเป็น น้ำแข็ง แล้วสร้างความเสียหายในพื้นที่ทรงกรวยเบื้องหลังเป้าหมายที่แปลงความเสียหาย กายภาพ ทั้งหมดเป็น น้ำแข็ง
ระยะเวลาพื้นฐาน 2.5 วินาที
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iceshot.webp)
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/StoneStatueMaleBowVastiri"] = { name = "Archer Statue", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterIceShot", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterIceShot"] = { name = "Ice Shot", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "skill_physical_damage_%_to_convert_to_cold", "base_skill_effect_duration", "skill_can_fire_arrows", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
monster fires ice shot arrows text [1]
Id | MonsterFiresIceShotArrowsText |
---|---|
Family | MonsterFiresIceShotArrowsText |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
Archer Statue
![](/image/settlers/construct.webp)
ด่าน: ตลาดค้าขาย, สุสานใต้ดิน, แนวหน้าสมรภูมิ, ทางเดินผู้สูงศักดิ์, ท่าเทียบเรือ, สาธารณสถานโซลาริส, สะพานท่าเรือ
monster base type attack cast speed +% and damage -% final [11]
monster fires ice shot arrows text [1]
monster fires ice shot arrows text [1]
Spectre | Y |
---|---|
Area | ตลาดค้าขาย, สุสานใต้ดิน, แนวหน้าสมรภูมิ, ทางเดินผู้สูงศักดิ์, ท่าเทียบเรือ, สาธารณสถานโซลาริส, สะพานท่าเรือ |
Tags | cold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconFire.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconLightning.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconChaos.webp)
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
StoneStatueFemaleBow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
60
พลังชีวิต
9,097
ค่าเกราะ
15,178
การหลบหลีก
3,556
โล่พลังงาน
0
Damage
179
ความเสียหายเวท
179
ความแม่นยำ
0
Attack Time
1.995
ค่าประสบการณ์
9,918
Ailment Threshold
9,097
Chill
29
Shock
29
Brittle
163
Scorch
29
Sap
79
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 143–215
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
MonsterIceShot
Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
ศรน้ำแข็ง (Ice Shot)
Base Damage: 143–215
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงศรไปยังเป้าหมายที่แปลงความเสียหาย กายภาพ บางส่วนเป็น น้ำแข็ง แล้วสร้างความเสียหายในพื้นที่ทรงกรวยเบื้องหลังเป้าหมายที่แปลงความเสียหาย กายภาพ ทั้งหมดเป็น น้ำแข็ง
ระยะเวลาพื้นฐาน 2.5 วินาที
เพิ่มความเสียหาย กายภาพ 15%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
เพิ่มความเสียหาย กายภาพ 15%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iceshot.webp)
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/StoneStatueFemaleBow"] = { name = "Archer Statue", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterIceShot", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterIceShot"] = { name = "Ice Shot", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "skill_physical_damage_%_to_convert_to_cold", "base_skill_effect_duration", "skill_can_fire_arrows", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
monster fires ice shot arrows text [1]
Id | MonsterFiresIceShotArrowsText |
---|---|
Family | MonsterFiresIceShotArrowsText |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
Archer Statue
![](/image/settlers/construct.webp)
monster base type attack cast speed +% and damage -% final [11]
monster fires ice shot arrows text [1]
monster fires ice shot arrows text [1]
Spectre | Y |
---|---|
Tags | cold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconFire.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconLightning.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconChaos.webp)
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
StoneStatueFemaleBowVastiri
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
0
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
MonsterIceShot
Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
ศรน้ำแข็ง (Ice Shot)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงศรไปยังเป้าหมายที่แปลงความเสียหาย กายภาพ บางส่วนเป็น น้ำแข็ง แล้วสร้างความเสียหายในพื้นที่ทรงกรวยเบื้องหลังเป้าหมายที่แปลงความเสียหาย กายภาพ ทั้งหมดเป็น น้ำแข็ง
ระยะเวลาพื้นฐาน 2.5 วินาที
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iceshot.webp)
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/StoneStatueFemaleBowVastiri"] = { name = "Archer Statue", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterIceShot", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterIceShot"] = { name = "Ice Shot", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "skill_physical_damage_%_to_convert_to_cold", "base_skill_effect_duration", "skill_can_fire_arrows", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
monster fires ice shot arrows text [1]
Id | MonsterFiresIceShotArrowsText |
---|---|
Family | MonsterFiresIceShotArrowsText |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
Archer Statue
![](/image/settlers/construct.webp)
monster base type attack cast speed +% and damage -% final [11]
monster fires ice shot arrows text [1]
monster fires ice shot arrows text [1]
Spectre | Y |
---|---|
Tags | cold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconFire.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconLightning.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconChaos.webp)
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
GardenStatueMaleBow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
0
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
MonsterIceShot
Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
ศรน้ำแข็ง (Ice Shot)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงศรไปยังเป้าหมายที่แปลงความเสียหาย กายภาพ บางส่วนเป็น น้ำแข็ง แล้วสร้างความเสียหายในพื้นที่ทรงกรวยเบื้องหลังเป้าหมายที่แปลงความเสียหาย กายภาพ ทั้งหมดเป็น น้ำแข็ง
ระยะเวลาพื้นฐาน 2.5 วินาที
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iceshot.webp)
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/GardenStatueMaleBow"] = { name = "Archer Statue", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterIceShot", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterIceShot"] = { name = "Ice Shot", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "skill_physical_damage_%_to_convert_to_cold", "base_skill_effect_duration", "skill_can_fire_arrows", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
monster fires ice shot arrows text [1]
Id | MonsterFiresIceShotArrowsText |
---|---|
Family | MonsterFiresIceShotArrowsText |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
Archer Statue
![](/image/settlers/construct.webp)
monster base type attack cast speed +% and damage -% final [11]
monster fires ice shot arrows text [1]
monster fires ice shot arrows text [1]
Spectre | Y |
---|---|
Tags | cold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconFire.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconLightning.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconChaos.webp)
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
GardenStatueFemaleBow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
0
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
MonsterIceShot
Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
ศรน้ำแข็ง (Ice Shot)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงศรไปยังเป้าหมายที่แปลงความเสียหาย กายภาพ บางส่วนเป็น น้ำแข็ง แล้วสร้างความเสียหายในพื้นที่ทรงกรวยเบื้องหลังเป้าหมายที่แปลงความเสียหาย กายภาพ ทั้งหมดเป็น น้ำแข็ง
ระยะเวลาพื้นฐาน 2.5 วินาที
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iceshot.webp)
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/GardenStatueFemaleBow"] = { name = "Archer Statue", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterIceShot", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterIceShot"] = { name = "Ice Shot", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "skill_physical_damage_%_to_convert_to_cold", "base_skill_effect_duration", "skill_can_fire_arrows", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
monster fires ice shot arrows text [1]
Id | MonsterFiresIceShotArrowsText |
---|---|
Family | MonsterFiresIceShotArrowsText |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
Archer Statue
![](/image/settlers/construct.webp)
monster base type attack cast speed +% and damage -% final [11]
monster fires ice shot arrows text [1]
monster fires ice shot arrows text [1]
Spectre | Y |
---|---|
Tags | cold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconFire.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconLightning.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconChaos.webp)
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
LabyrinthStatueMaleBow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
0
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
MonsterIceShot
Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
ศรน้ำแข็ง (Ice Shot)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงศรไปยังเป้าหมายที่แปลงความเสียหาย กายภาพ บางส่วนเป็น น้ำแข็ง แล้วสร้างความเสียหายในพื้นที่ทรงกรวยเบื้องหลังเป้าหมายที่แปลงความเสียหาย กายภาพ ทั้งหมดเป็น น้ำแข็ง
ระยะเวลาพื้นฐาน 2.5 วินาที
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iceshot.webp)
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/LabyrinthStatueMaleBow"] = { name = "Archer Statue", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterIceShot", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterIceShot"] = { name = "Ice Shot", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "skill_physical_damage_%_to_convert_to_cold", "base_skill_effect_duration", "skill_can_fire_arrows", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
monster fires ice shot arrows text [1]
Id | MonsterFiresIceShotArrowsText |
---|---|
Family | MonsterFiresIceShotArrowsText |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
Archer Statue
![](/image/settlers/construct.webp)
monster base type attack cast speed +% and damage -% final [11]
monster fires ice shot arrows text [1]
monster fires ice shot arrows text [1]
Spectre | Y |
---|---|
Tags | cold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconFire.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconLightning.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconChaos.webp)
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
LabyrinthStatueFemaleBow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
0
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
MonsterIceShot
Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
ศรน้ำแข็ง (Ice Shot)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงศรไปยังเป้าหมายที่แปลงความเสียหาย กายภาพ บางส่วนเป็น น้ำแข็ง แล้วสร้างความเสียหายในพื้นที่ทรงกรวยเบื้องหลังเป้าหมายที่แปลงความเสียหาย กายภาพ ทั้งหมดเป็น น้ำแข็ง
ระยะเวลาพื้นฐาน 2.5 วินาที
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iceshot.webp)
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/LabyrinthStatueFemaleBow"] = { name = "Archer Statue", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterIceShot", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterIceShot"] = { name = "Ice Shot", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "skill_physical_damage_%_to_convert_to_cold", "base_skill_effect_duration", "skill_can_fire_arrows", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
monster fires ice shot arrows text [1]
Id | MonsterFiresIceShotArrowsText |
---|---|
Family | MonsterFiresIceShotArrowsText |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
Archer Statue
![](/image/settlers/construct.webp)
monster base type attack cast speed +% and damage -% final [11]
Spectre | Y |
---|---|
Tags | construct, fire_affinity, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconFire.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconLightning.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconChaos.webp)
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
ArenaStoneStatueFemaleBow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
0
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
MonsterBurningArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Fire, ThresholdJewelArea, Triggerable
ศรไฟ (Burning Arrow)
Base Damage: 215–323
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 107.5%
Attack Time: 1.995 วินาที
ยิงศรไฟที่สร้างความเสียหาย ไฟ และมีโอกาสสร้างสถานะ ลุกไหม้
สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 7.5%
สร้างความเสียหาย เพิ่มขึ้น อีก 33%
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 50%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
สร้างความเสียหาย เพิ่มขึ้น อีก 33%
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 50%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/firearrow.webp)
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/ArenaStoneStatueFemaleBow"] = { name = "Archer Statue", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterBurningArrow", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterBurningArrow"] = { name = "Burning Arrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a burning arrow that deals fire damage and has a chance to ignite.", 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.Fire] = true, [SkillType.ThresholdJewelArea] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "base_chance_to_ignite_%", "burn_damage_+%", "physical_damage_+%", "skill_physical_damage_%_to_convert_to_fire", "base_skill_effect_duration", "skill_can_fire_arrows", }, levels = { [1] = {37, 50, 50, 25, 100, 4000, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {33, 50, 50, 25, 100, 4000, baseMultiplier = 1.075, levelRequirement = 45, statInterpolation = {1}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Archer Statue
![](/image/settlers/construct.webp)
monster base type attack cast speed +% and damage -% final [11]
Spectre | Y |
---|---|
Tags | construct, fire_affinity, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconFire.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconLightning.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconChaos.webp)
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
ArenaStoneStatueMaleBow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
0
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
MonsterBurningArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Fire, ThresholdJewelArea, Triggerable
ศรไฟ (Burning Arrow)
Base Damage: 215–323
โอกาสคริติคอล: 5%
ความเสียหายโจมตี: 107.5%
Attack Time: 1.995 วินาที
ยิงศรไฟที่สร้างความเสียหาย ไฟ และมีโอกาสสร้างสถานะ ลุกไหม้
สร้างความเสียหาย โจมตี เพิ่มขึ้น อีก 7.5%
สร้างความเสียหาย เพิ่มขึ้น อีก 33%
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 50%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
สร้างความเสียหาย เพิ่มขึ้น อีก 33%
ระยะเวลาพื้นฐาน 4 วินาที
เพิ่มความเสียหาย กายภาพ 25%
แปลงความเสียหาย กายภาพ 100% เป็น ไฟ
มีโอกาสสร้างสถานะ ลุกไหม้ ต่อศัตรู 50%
เพิ่มความเสียหาย ติดไฟ 50%
skill can fire arrows [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/firearrow.webp)
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/ArenaStoneStatueMaleBow"] = { name = "Archer Statue", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterBurningArrow", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterBurningArrow"] = { name = "Burning Arrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires a burning arrow that deals fire damage and has a chance to ignite.", 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.Fire] = true, [SkillType.ThresholdJewelArea] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "base_chance_to_ignite_%", "burn_damage_+%", "physical_damage_+%", "skill_physical_damage_%_to_convert_to_fire", "base_skill_effect_duration", "skill_can_fire_arrows", }, levels = { [1] = {37, 50, 50, 25, 100, 4000, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {33, 50, 50, 25, 100, 4000, baseMultiplier = 1.075, levelRequirement = 45, statInterpolation = {1}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
Archer Statue
![](/image/settlers/construct.webp)
monster base type attack cast speed +% and damage -% final [11]
monster fires ice shot arrows text [1]
monster fires ice shot arrows text [1]
Spectre | Y |
---|---|
Tags | cold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconFire.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconLightning.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconChaos.webp)
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
BeaconStoneStatueFemaleBow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
0
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
MonsterIceShot
Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
ศรน้ำแข็ง (Ice Shot)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงศรไปยังเป้าหมายที่แปลงความเสียหาย กายภาพ บางส่วนเป็น น้ำแข็ง แล้วสร้างความเสียหายในพื้นที่ทรงกรวยเบื้องหลังเป้าหมายที่แปลงความเสียหาย กายภาพ ทั้งหมดเป็น น้ำแข็ง
ระยะเวลาพื้นฐาน 2.5 วินาที
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iceshot.webp)
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/BeaconStoneStatueFemaleBow"] = { name = "Archer Statue", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterIceShot", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterIceShot"] = { name = "Ice Shot", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "skill_physical_damage_%_to_convert_to_cold", "base_skill_effect_duration", "skill_can_fire_arrows", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
monster fires ice shot arrows text [1]
Id | MonsterFiresIceShotArrowsText |
---|---|
Family | MonsterFiresIceShotArrowsText |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
Archer Statue
![](/image/settlers/construct.webp)
monster base type attack cast speed +% and damage -% final [11]
monster fires ice shot arrows text [1]
monster fires ice shot arrows text [1]
Spectre | Y |
---|---|
Tags | cold_affinity, construct, has_bow, humanoid, medium_height, mud_blood, not_int, physical_affinity, puncturing_weapon, ranged, stone_armour, stone_construct, very_slow_movement |
พลังชีวิต
246%
ค่าเกราะ
+50%
การหลบหลีก
+10%
Ailment Threshold
246%
ค่าต้านทาน
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconFire.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconLightning.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconChaos.webp)
Damage
72%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
ค่าประสบการณ์
120%
Model Size
100%
Type
StatueBow
Metadata
BeaconStoneStatueMaleBow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
68
พลังชีวิต
15,826
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
269
ความเสียหายเวท
269
ความแม่นยำ
0
Attack Time
1.995
ค่าประสบการณ์
12,306
Ailment Threshold
15,826
Chill
50
Shock
50
Brittle
283
Scorch
50
Sap
138
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
MonsterIceShot
Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
ศรน้ำแข็ง (Ice Shot)
Base Damage: 215–323
โอกาสคริติคอล: 5%
Attack Time: 1.995 วินาที
ยิงศรไปยังเป้าหมายที่แปลงความเสียหาย กายภาพ บางส่วนเป็น น้ำแข็ง แล้วสร้างความเสียหายในพื้นที่ทรงกรวยเบื้องหลังเป้าหมายที่แปลงความเสียหาย กายภาพ ทั้งหมดเป็น น้ำแข็ง
ระยะเวลาพื้นฐาน 2.5 วินาที
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
เพิ่มความเสียหาย กายภาพ 50%
แปลงความเสียหาย กายภาพ 50% เป็น น้ำแข็ง
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iceshot.webp)
Object Type
version 2 extends "Metadata/Monsters/Statue/Statue" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Statue/Statue"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Statue/BeaconStoneStatueMaleBow"] = { name = "Archer Statue", life = 2.46, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.72, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "Melee", "MonsterIceShot", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterIceShot"] = { name = "Ice Shot", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "skill_physical_damage_%_to_convert_to_cold", "base_skill_effect_duration", "skill_can_fire_arrows", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, }
monster base type attack cast speed +% and damage -% final [11]
Id | MonsterSpeedAndDamageFixupSmall |
---|---|
Family | MonsterSpeedAndDamageFixup |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster_damage damage attack caster speed |
monster fires ice shot arrows text [1]
Id | MonsterFiresIceShotArrowsText |
---|---|
Family | MonsterFiresIceShotArrowsText |
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.