Assault Ribbon
พลังชีวิต
63%
การหลบหลีก
+30%
Ailment Threshold
63%
ค่าต้านทาน
![](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
112%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 7
Attack Time
2.505 Second
Damage Spread
±20%
ค่าประสบการณ์
70%
Model Size
100%
Type
Guardian
Metadata
GuardianHead
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
83
พลังชีวิต
20,171
Minion Life
3,843
ค่าเกราะ
92,477
การหลบหลีก
7,860
โล่พลังงาน
0
Damage
1,008
Minion Damage
852
ความเสียหายเวท
1,008
ความแม่นยำ
0
Attack Time
2.505
ค่าประสบการณ์
9,192
Ailment Threshold
20,171
Chill
64
Shock
64
Brittle
361
Scorch
64
Sap
176
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 807–1210
โอกาสคริติคอล: 5%
Attack Time: 2.505 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
GuardianShieldCharge
Attack, Melee, MeleeSingleTarget, Movement, Travel
โล่พุ่งชน (Shield Charge)
Base Damage: 807–1210
โอกาสคริติคอล: 5%
Attack Time: 2.505 วินาที
พุ่งเข้าหาศัตรู ทุบด้วยโล่ของตัวละครเพื่อปะทะมัน ทำให้ศัตรูถูกผลักออกไปและติดสถานะ มึนงง ศัตรูที่ขวางทางจะถูกดันออกไปข้างๆ ความเสียหายและการสร้างสถานะ มึนงง เพิ่มขึ้นเป็นสัดส่วนตามระยะทางที่เคลื่อนที่
เพิ่มความเสียหาย ปะทะ อีก 35% ที่ระยะชาร์จสูงสุด
เพิ่มความเร็วในการเคลื่อนที่ 70%
ignores proximity shield [1]
shield charge continue past target [0]
shield charge extra distance [30]
shield charge remove stun and knockback [1]
เพิ่มความเร็วในการเคลื่อนที่ 70%
ignores proximity shield [1]
shield charge continue past target [0]
shield charge extra distance [30]
shield charge remove stun and knockback [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconshieldcharge.webp)
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Claw" off_hand_unarmed_type = "Shield" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Guardians/GuardianHead"] = { name = "Assault Ribbon", life = 0.63, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.12, damageSpread = 0.2, attackTime = 2.505, attackRange = 7, accuracy = 1, skillList = { "GuardianShieldCharge", "MeleeAtAnimationSpeed", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GuardianShieldCharge"] = { name = "Shield Charge", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shield_charge_continue_past_target", "base_movement_velocity_+%", "shield_charge_damage_+%_maximum", "shield_charge_extra_distance", "shield_charge_remove_stun_and_knockback", "ignores_proximity_shield", }, levels = { [1] = {0, 70, 35, 30, levelRequirement = 3, statInterpolation = {1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Assault Ribbon
Spectre | Y |
---|---|
Area | The Twilight Temple |
Tags | construct, ghost_armour, has_claw, has_one_handed_melee, large_height, medium_movement, melee, mud_blood, not_int, not_str, physical_affinity |
Packs |
พลังชีวิต
63%
การหลบหลีก
+30%
Ailment Threshold
63%
ค่าต้านทาน
![](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
112%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 7
Attack Time
2.505 Second
Damage Spread
±20%
ค่าประสบการณ์
70%
Model Size
100%
Type
Guardian
Metadata
GuardianHeadSchism
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
71
พลังชีวิต
5,533
Minion Life
1,169
ค่าเกราะ
36,473
การหลบหลีก
5,260
โล่พลังงาน
0
Damage
501
Minion Damage
404
ความเสียหายเวท
501
ความแม่นยำ
0
Attack Time
2.505
ค่าประสบการณ์
7,664
Ailment Threshold
5,533
Chill
17
Shock
17
Brittle
99
Scorch
17
Sap
48
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 401–601
โอกาสคริติคอล: 5%
Attack Time: 2.505 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
GuardianShieldCharge
Attack, Melee, MeleeSingleTarget, Movement, Travel
โล่พุ่งชน (Shield Charge)
Base Damage: 401–601
โอกาสคริติคอล: 5%
Attack Time: 2.505 วินาที
พุ่งเข้าหาศัตรู ทุบด้วยโล่ของตัวละครเพื่อปะทะมัน ทำให้ศัตรูถูกผลักออกไปและติดสถานะ มึนงง ศัตรูที่ขวางทางจะถูกดันออกไปข้างๆ ความเสียหายและการสร้างสถานะ มึนงง เพิ่มขึ้นเป็นสัดส่วนตามระยะทางที่เคลื่อนที่
เพิ่มความเสียหาย ปะทะ อีก 35% ที่ระยะชาร์จสูงสุด
เพิ่มความเร็วในการเคลื่อนที่ 70%
ignores proximity shield [1]
shield charge continue past target [0]
shield charge extra distance [30]
shield charge remove stun and knockback [1]
เพิ่มความเร็วในการเคลื่อนที่ 70%
ignores proximity shield [1]
shield charge continue past target [0]
shield charge extra distance [30]
shield charge remove stun and knockback [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconshieldcharge.webp)
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Claw" off_hand_unarmed_type = "Shield" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Guardians/GuardianHeadSchism"] = { name = "Assault Ribbon", life = 0.63, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.12, damageSpread = 0.2, attackTime = 2.505, attackRange = 7, accuracy = 1, skillList = { "GuardianShieldCharge", "MeleeAtAnimationSpeed", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GuardianShieldCharge"] = { name = "Shield Charge", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shield_charge_continue_past_target", "base_movement_velocity_+%", "shield_charge_damage_+%_maximum", "shield_charge_extra_distance", "shield_charge_remove_stun_and_knockback", "ignores_proximity_shield", }, levels = { [1] = {0, 70, 35, 30, levelRequirement = 3, statInterpolation = {1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Assault Ribbon
Spectre | Y |
---|---|
Area | สะพานท่าเรือ |
Tags | construct, ghost_armour, has_claw, has_one_handed_melee, large_height, medium_movement, melee, mud_blood, not_int, not_str, physical_affinity |
Packs |
พลังชีวิต
63%
การหลบหลีก
+30%
Ailment Threshold
63%
ค่าต้านทาน
![](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
112%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 7
Attack Time
2.505 Second
Damage Spread
±20%
ค่าประสบการณ์
70%
Model Size
100%
Type
Guardian
Metadata
GuardianHead_RedNewTeam
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
60
พลังชีวิต
2,330
Minion Life
543
ค่าเกราะ
15,178
การหลบหลีก
3,556
โล่พลังงาน
0
Damage
278
Minion Damage
217
ความเสียหายเวท
278
ความแม่นยำ
0
Attack Time
2.505
ค่าประสบการณ์
5,786
Ailment Threshold
2,330
Chill
7
Shock
7
Brittle
42
Scorch
7
Sap
20
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 223–334
โอกาสคริติคอล: 5%
Attack Time: 2.505 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
GuardianShieldCharge
Attack, Melee, MeleeSingleTarget, Movement, Travel
โล่พุ่งชน (Shield Charge)
Base Damage: 223–334
โอกาสคริติคอล: 5%
Attack Time: 2.505 วินาที
พุ่งเข้าหาศัตรู ทุบด้วยโล่ของตัวละครเพื่อปะทะมัน ทำให้ศัตรูถูกผลักออกไปและติดสถานะ มึนงง ศัตรูที่ขวางทางจะถูกดันออกไปข้างๆ ความเสียหายและการสร้างสถานะ มึนงง เพิ่มขึ้นเป็นสัดส่วนตามระยะทางที่เคลื่อนที่
เพิ่มความเสียหาย ปะทะ อีก 35% ที่ระยะชาร์จสูงสุด
เพิ่มความเร็วในการเคลื่อนที่ 70%
ignores proximity shield [1]
shield charge continue past target [0]
shield charge extra distance [30]
shield charge remove stun and knockback [1]
เพิ่มความเร็วในการเคลื่อนที่ 70%
ignores proximity shield [1]
shield charge continue past target [0]
shield charge extra distance [30]
shield charge remove stun and knockback [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconshieldcharge.webp)
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Claw" off_hand_unarmed_type = "Shield" } Positioned { team = 126 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Guardians/GuardianHead_RedNewTeam"] = { name = "Assault Ribbon", life = 0.63, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.12, damageSpread = 0.2, attackTime = 2.505, attackRange = 7, accuracy = 1, skillList = { "GuardianShieldCharge", "MeleeAtAnimationSpeed", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GuardianShieldCharge"] = { name = "Shield Charge", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shield_charge_continue_past_target", "base_movement_velocity_+%", "shield_charge_damage_+%_maximum", "shield_charge_extra_distance", "shield_charge_remove_stun_and_knockback", "ignores_proximity_shield", }, levels = { [1] = {0, 70, 35, 30, levelRequirement = 3, statInterpolation = {1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Assault Ribbon
Spectre | Y |
---|---|
Area | แนวหน้าสมรภูมิ |
Tags | construct, ghost_armour, has_claw, has_one_handed_melee, large_height, medium_movement, melee, mud_blood, not_int, not_str, physical_affinity |
Packs |
พลังชีวิต
63%
การหลบหลีก
+30%
Ailment Threshold
63%
ค่าต้านทาน
![](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
112%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 7
Attack Time
2.505 Second
Damage Spread
±20%
ค่าประสบการณ์
70%
Model Size
100%
Type
Guardian
Metadata
GuardianHead_Battlefront
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
27
พลังชีวิต
233
Minion Life
76
ค่าเกราะ
835
การหลบหลีก
849
โล่พลังงาน
0
Damage
43
Minion Damage
33
ความเสียหายเวท
43
ความแม่นยำ
0
Attack Time
2.505
ค่าประสบการณ์
1,006
Ailment Threshold
233
Chill
1
Shock
1
Brittle
4
Scorch
1
Sap
2
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 35–52
โอกาสคริติคอล: 5%
Attack Time: 2.505 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
GuardianShieldCharge
Attack, Melee, MeleeSingleTarget, Movement, Travel
โล่พุ่งชน (Shield Charge)
Base Damage: 35–52
โอกาสคริติคอล: 5%
Attack Time: 2.505 วินาที
พุ่งเข้าหาศัตรู ทุบด้วยโล่ของตัวละครเพื่อปะทะมัน ทำให้ศัตรูถูกผลักออกไปและติดสถานะ มึนงง ศัตรูที่ขวางทางจะถูกดันออกไปข้างๆ ความเสียหายและการสร้างสถานะ มึนงง เพิ่มขึ้นเป็นสัดส่วนตามระยะทางที่เคลื่อนที่
เพิ่มความเสียหาย ปะทะ อีก 35% ที่ระยะชาร์จสูงสุด
เพิ่มความเร็วในการเคลื่อนที่ 70%
ignores proximity shield [1]
shield charge continue past target [0]
shield charge extra distance [30]
shield charge remove stun and knockback [1]
เพิ่มความเร็วในการเคลื่อนที่ 70%
ignores proximity shield [1]
shield charge continue past target [0]
shield charge extra distance [30]
shield charge remove stun and knockback [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconshieldcharge.webp)
Object Type
version 2 extends "Metadata/Monsters/Guardians/Guardian" Positioned { team = 127 }
Object Type Codes
version 2 extends "Metadata/Monsters/Guardians/Guardian"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Guardians/GuardianHead_Battlefront"] = { name = "Assault Ribbon", life = 0.63, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.12, damageSpread = 0.2, attackTime = 2.505, attackRange = 7, accuracy = 1, skillList = { "GuardianShieldCharge", "MeleeAtAnimationSpeed", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GuardianShieldCharge"] = { name = "Shield Charge", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shield_charge_continue_past_target", "base_movement_velocity_+%", "shield_charge_damage_+%_maximum", "shield_charge_extra_distance", "shield_charge_remove_stun_and_knockback", "ignores_proximity_shield", }, levels = { [1] = {0, 70, 35, 30, levelRequirement = 3, statInterpolation = {1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Assault Ribbon
Spectre | Y |
---|---|
Area | สาธารณสถานลูนาริส, วิหารลูนาริส ชั้นที่ 1, วิหารลูนาริส ชั้นที่ 2 |
Tags | construct, ghost_armour, has_claw, has_one_handed_melee, large_height, medium_movement, melee, mud_blood, not_int, not_str, physical_affinity |
Packs |
พลังชีวิต
63%
การหลบหลีก
+30%
Ailment Threshold
63%
ค่าต้านทาน
![](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
112%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 7
Attack Time
2.505 Second
Damage Spread
±20%
ค่าประสบการณ์
70%
Model Size
100%
Type
Guardian
Metadata
GuardianHead_Blue
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
59
พลังชีวิต
2,185
Minion Life
514
ค่าเกราะ
13,996
การหลบหลีก
3,427
โล่พลังงาน
0
Damage
264
Minion Damage
205
ความเสียหายเวท
264
ความแม่นยำ
0
Attack Time
2.505
ค่าประสบการณ์
5,597
Ailment Threshold
2,185
Chill
7
Shock
7
Brittle
39
Scorch
7
Sap
19
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 211–317
โอกาสคริติคอล: 5%
Attack Time: 2.505 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
GuardianShieldCharge
Attack, Melee, MeleeSingleTarget, Movement, Travel
โล่พุ่งชน (Shield Charge)
Base Damage: 211–317
โอกาสคริติคอล: 5%
Attack Time: 2.505 วินาที
พุ่งเข้าหาศัตรู ทุบด้วยโล่ของตัวละครเพื่อปะทะมัน ทำให้ศัตรูถูกผลักออกไปและติดสถานะ มึนงง ศัตรูที่ขวางทางจะถูกดันออกไปข้างๆ ความเสียหายและการสร้างสถานะ มึนงง เพิ่มขึ้นเป็นสัดส่วนตามระยะทางที่เคลื่อนที่
เพิ่มความเสียหาย ปะทะ อีก 35% ที่ระยะชาร์จสูงสุด
เพิ่มความเร็วในการเคลื่อนที่ 70%
ignores proximity shield [1]
shield charge continue past target [0]
shield charge extra distance [30]
shield charge remove stun and knockback [1]
เพิ่มความเร็วในการเคลื่อนที่ 70%
ignores proximity shield [1]
shield charge continue past target [0]
shield charge extra distance [30]
shield charge remove stun and knockback [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconshieldcharge.webp)
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Claw" off_hand_unarmed_type = "Shield" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Guardians/GuardianHead_Blue"] = { name = "Assault Ribbon", life = 0.63, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.12, damageSpread = 0.2, attackTime = 2.505, attackRange = 7, accuracy = 1, skillList = { "GuardianShieldCharge", "MeleeAtAnimationSpeed", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GuardianShieldCharge"] = { name = "Shield Charge", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shield_charge_continue_past_target", "base_movement_velocity_+%", "shield_charge_damage_+%_maximum", "shield_charge_extra_distance", "shield_charge_remove_stun_and_knockback", "ignores_proximity_shield", }, levels = { [1] = {0, 70, 35, 30, levelRequirement = 3, statInterpolation = {1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Assault Ribbon
Spectre | Y |
---|---|
Area | สะพานท่าเรือ |
Tags | construct, ghost_armour, has_claw, has_one_handed_melee, large_height, medium_movement, melee, mud_blood, not_int, not_str, physical_affinity |
Packs |
พลังชีวิต
63%
การหลบหลีก
+30%
Ailment Threshold
63%
ค่าต้านทาน
![](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
112%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 7
Attack Time
2.505 Second
Damage Spread
±20%
ค่าประสบการณ์
70%
Model Size
100%
Type
Guardian
Metadata
GuardianHead_BlueNewTeam
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
60
พลังชีวิต
2,330
Minion Life
543
ค่าเกราะ
15,178
การหลบหลีก
3,556
โล่พลังงาน
0
Damage
278
Minion Damage
217
ความเสียหายเวท
278
ความแม่นยำ
0
Attack Time
2.505
ค่าประสบการณ์
5,786
Ailment Threshold
2,330
Chill
7
Shock
7
Brittle
42
Scorch
7
Sap
20
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 223–334
โอกาสคริติคอล: 5%
Attack Time: 2.505 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
GuardianShieldCharge
Attack, Melee, MeleeSingleTarget, Movement, Travel
โล่พุ่งชน (Shield Charge)
Base Damage: 223–334
โอกาสคริติคอล: 5%
Attack Time: 2.505 วินาที
พุ่งเข้าหาศัตรู ทุบด้วยโล่ของตัวละครเพื่อปะทะมัน ทำให้ศัตรูถูกผลักออกไปและติดสถานะ มึนงง ศัตรูที่ขวางทางจะถูกดันออกไปข้างๆ ความเสียหายและการสร้างสถานะ มึนงง เพิ่มขึ้นเป็นสัดส่วนตามระยะทางที่เคลื่อนที่
เพิ่มความเสียหาย ปะทะ อีก 35% ที่ระยะชาร์จสูงสุด
เพิ่มความเร็วในการเคลื่อนที่ 70%
ignores proximity shield [1]
shield charge continue past target [0]
shield charge extra distance [30]
shield charge remove stun and knockback [1]
เพิ่มความเร็วในการเคลื่อนที่ 70%
ignores proximity shield [1]
shield charge continue past target [0]
shield charge extra distance [30]
shield charge remove stun and knockback [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconshieldcharge.webp)
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Claw" off_hand_unarmed_type = "Shield" } Positioned { team = 127 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Guardians/GuardianHead_BlueNewTeam"] = { name = "Assault Ribbon", life = 0.63, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.12, damageSpread = 0.2, attackTime = 2.505, attackRange = 7, accuracy = 1, skillList = { "GuardianShieldCharge", "MeleeAtAnimationSpeed", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GuardianShieldCharge"] = { name = "Shield Charge", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shield_charge_continue_past_target", "base_movement_velocity_+%", "shield_charge_damage_+%_maximum", "shield_charge_extra_distance", "shield_charge_remove_stun_and_knockback", "ignores_proximity_shield", }, levels = { [1] = {0, 70, 35, 30, levelRequirement = 3, statInterpolation = {1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Assault Ribbon
Spectre | Y |
---|---|
Area | ห้องทดลองนิรันดร |
Tags | construct, ghost_armour, has_claw, has_one_handed_melee, large_height, medium_movement, melee, mud_blood, not_int, not_str, physical_affinity |
Packs |
พลังชีวิต
63%
การหลบหลีก
+30%
Ailment Threshold
63%
ค่าต้านทาน
![](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
112%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 7
Attack Time
2.505 Second
Damage Spread
±20%
ค่าประสบการณ์
70%
Model Size
100%
Type
Guardian
Metadata
GuardianHead_BlueMaps
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
68
พลังชีวิต
4,053
Minion Life
879
ค่าเกราะ
28,790
การหลบหลีก
4,739
โล่พลังงาน
0
Damage
418
Minion Damage
334
ความเสียหายเวท
418
ความแม่นยำ
0
Attack Time
2.505
ค่าประสบการณ์
7,179
Ailment Threshold
4,053
Chill
13
Shock
13
Brittle
73
Scorch
13
Sap
35
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 335–502
โอกาสคริติคอล: 5%
Attack Time: 2.505 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
GuardianShieldCharge
Attack, Melee, MeleeSingleTarget, Movement, Travel
โล่พุ่งชน (Shield Charge)
Base Damage: 335–502
โอกาสคริติคอล: 5%
Attack Time: 2.505 วินาที
พุ่งเข้าหาศัตรู ทุบด้วยโล่ของตัวละครเพื่อปะทะมัน ทำให้ศัตรูถูกผลักออกไปและติดสถานะ มึนงง ศัตรูที่ขวางทางจะถูกดันออกไปข้างๆ ความเสียหายและการสร้างสถานะ มึนงง เพิ่มขึ้นเป็นสัดส่วนตามระยะทางที่เคลื่อนที่
เพิ่มความเสียหาย ปะทะ อีก 35% ที่ระยะชาร์จสูงสุด
เพิ่มความเร็วในการเคลื่อนที่ 70%
ignores proximity shield [1]
shield charge continue past target [0]
shield charge extra distance [30]
shield charge remove stun and knockback [1]
เพิ่มความเร็วในการเคลื่อนที่ 70%
ignores proximity shield [1]
shield charge continue past target [0]
shield charge extra distance [30]
shield charge remove stun and knockback [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconshieldcharge.webp)
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Claw" off_hand_unarmed_type = "Shield" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Guardians/GuardianHead_BlueMaps"] = { name = "Assault Ribbon", life = 0.63, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.12, damageSpread = 0.2, attackTime = 2.505, attackRange = 7, accuracy = 1, skillList = { "GuardianShieldCharge", "MeleeAtAnimationSpeed", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GuardianShieldCharge"] = { name = "Shield Charge", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shield_charge_continue_past_target", "base_movement_velocity_+%", "shield_charge_damage_+%_maximum", "shield_charge_extra_distance", "shield_charge_remove_stun_and_knockback", "ignores_proximity_shield", }, levels = { [1] = {0, 70, 35, 30, levelRequirement = 3, statInterpolation = {1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Assault Ribbon
Spectre | Y |
---|---|
Area | The Twilight Temple |
Tags | construct, ghost_armour, has_claw, has_one_handed_melee, large_height, medium_movement, melee, mud_blood, not_int, not_str, physical_affinity |
Packs |
พลังชีวิต
63%
การหลบหลีก
+30%
Ailment Threshold
63%
ค่าต้านทาน
![](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
112%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 7
Attack Time
2.505 Second
Damage Spread
±20%
ค่าประสบการณ์
70%
Model Size
100%
Type
Guardian
Metadata
GuardianHead_BlueMapsSchism
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลือก เลเวลมอนสเตอร์
เลเวล
71
พลังชีวิต
5,533
Minion Life
1,169
ค่าเกราะ
36,473
การหลบหลีก
5,260
โล่พลังงาน
0
Damage
501
Minion Damage
404
ความเสียหายเวท
501
ความแม่นยำ
0
Attack Time
2.505
ค่าประสบการณ์
7,664
Ailment Threshold
5,533
Chill
17
Shock
17
Brittle
99
Scorch
17
Sap
48
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 401–601
โอกาสคริติคอล: 5%
Attack Time: 2.505 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
GuardianShieldCharge
Attack, Melee, MeleeSingleTarget, Movement, Travel
โล่พุ่งชน (Shield Charge)
Base Damage: 401–601
โอกาสคริติคอล: 5%
Attack Time: 2.505 วินาที
พุ่งเข้าหาศัตรู ทุบด้วยโล่ของตัวละครเพื่อปะทะมัน ทำให้ศัตรูถูกผลักออกไปและติดสถานะ มึนงง ศัตรูที่ขวางทางจะถูกดันออกไปข้างๆ ความเสียหายและการสร้างสถานะ มึนงง เพิ่มขึ้นเป็นสัดส่วนตามระยะทางที่เคลื่อนที่
เพิ่มความเสียหาย ปะทะ อีก 35% ที่ระยะชาร์จสูงสุด
เพิ่มความเร็วในการเคลื่อนที่ 70%
ignores proximity shield [1]
shield charge continue past target [0]
shield charge extra distance [30]
shield charge remove stun and knockback [1]
เพิ่มความเร็วในการเคลื่อนที่ 70%
ignores proximity shield [1]
shield charge continue past target [0]
shield charge extra distance [30]
shield charge remove stun and knockback [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconshieldcharge.webp)
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Claw" off_hand_unarmed_type = "Shield" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Guardians/GuardianHead_BlueMapsSchism"] = { name = "Assault Ribbon", life = 0.63, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.12, damageSpread = 0.2, attackTime = 2.505, attackRange = 7, accuracy = 1, skillList = { "GuardianShieldCharge", "MeleeAtAnimationSpeed", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["GuardianShieldCharge"] = { name = "Shield Charge", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Charges at an enemy, bashing it with the character's shield and striking it. This knocks it back and stuns it. Enemies in the way are pushed to the side. Damage and stun are proportional to distance travelled.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "shield_charge_continue_past_target", "base_movement_velocity_+%", "shield_charge_damage_+%_maximum", "shield_charge_extra_distance", "shield_charge_remove_stun_and_knockback", "ignores_proximity_shield", }, levels = { [1] = {0, 70, 35, 30, levelRequirement = 3, statInterpolation = {1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
แก้ไข
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.