슬퍼하는 피델리타스
악마
지역: 죄악의 방 2층
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
몬스터가 주는 경험치 250% 증가
떨어지는 아이템 희귀도 4500% 증가
cannot be stunned while stunned [1]
몬스터가 주는 경험치 250% 증가
떨어지는 아이템 희귀도 4500% 증가
Fidelitas, the Mourning
Spectre | N |
---|---|
Area | 죄악의 방 2층 |
Tags | demon, has_one_hand_mace, has_one_handed_melee, large_height, large_model, light_armour, lightning_affinity, melee, not_int, not_str, physical_affinity, red_blood, slow_movement |
생명력
420%
회피
+20%
Ailment Threshold
420%
저항
40 40 40 25
Damage
303%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
5 ~ 14
Attack Time
1.02 Second
Damage Spread
±20%
경험치
150%
Model Size
100%
Type
FourLeggedDemon
Metadata
BossFourLeggedDemon
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
16
생명력
605
방어도
254
회피
514
에너지 보호막
0
Damage
56
주문 피해
56
정확도
31
Attack Time
1.02
경험치
692
Ailment Threshold
605
Chill
2
Shock
2
Brittle
11
Scorch
2
Sap
5
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 45–67
치명타 확률: 5%
Attack Time: 1.02 초
강력한 일격으로 적들을 쓰러트립니다.
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]
MonsterLightningStrikeUnique
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
번개 타격
Base Damage: 45–67
치명타 확률: 5%
Attack Time: 1.02 초
무기를 휘두를 때 근접 무기에 전기 에너지를 주입합니다. 물리 피해의 일부를 번개 피해로 전환하는 동시에, 타격 시 저장된 에너지는 여러 투사체로 방출되어 멀리 떨어진 적들에게 날아가 명중합니다. 근접 공격이 대상에게 명중할 경우 투사체는 빗나가지 않습니다.
물리 피해의 50%를 번개 피해로 전환
주는 공격 피해 30% 증폭
주는 피해 20% 증폭
투사체 2개 추가 발사
물리 피해 7% 증가
action attack or cast time uses animation length [1]
show number of projectiles [1]
total projectile spread angle override [70]
주는 공격 피해 30% 증폭
주는 피해 20% 증폭
투사체 2개 추가 발사
물리 피해 7% 증가
action attack or cast time uses animation length [1]
show number of projectiles [1]
total projectile spread angle override [70]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Mace" basic_action = "Emerge" } Transitionable { on_transition = "MakeCollidable();" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render {} Life { on_death = " FadeOutMusic( 500 ); PlayGlobalAudio( Audio/Music/Act2_TempleRuin/COS_Resolve.ogg ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/DemonFourLegged/BossFourLeggedDemon"] = { name = "Fidelitas, the Mourning", life = 4.2, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 3.03, damageSpread = 0.2, attackTime = 1.02, attackRange = 14, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "MonsterLightningStrikeUnique", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterLightningStrikeUnique"] = { name = "Lightning Strike", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Lightning] = true, [SkillType.ProjectilesNotFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "skill_physical_damage_%_to_convert_to_lightning", "active_skill_attack_damage_+%_final", "number_of_additional_projectiles", "active_skill_damage_+%_final", "total_projectile_spread_angle_override", "action_attack_or_cast_time_uses_animation_length", "show_number_of_projectiles", }, levels = { [1] = {7, 50, 30, 2, 20, 70, levelRequirement = 4, statInterpolation = {1}, cost = { }, }, [2] = {14, 50, 30, 2, 20, 70, levelRequirement = 34, statInterpolation = {1}, cost = { }, }, [3] = {21, 50, 30, 2, 20, 70, levelRequirement = 59, statInterpolation = {1}, cost = { }, }, }, }
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
몬스터가 주는 경험치 250% 증가
떨어지는 아이템 희귀도 4500% 증가
Id | MonsterQuestBossAct2 |
---|---|
Family | MonsterActBoss |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
Fidelitas, the Mourning
악마
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
몬스터가 주는 경험치 250% 증가
떨어지는 아이템 희귀도 4500% 증가
cannot be stunned while stunned [1]
몬스터가 주는 경험치 250% 증가
떨어지는 아이템 희귀도 4500% 증가
Spectre | N |
---|---|
Tags | demon, has_one_hand_mace, has_one_handed_melee, large_height, large_model, light_armour, lightning_affinity, melee, not_int, not_str, physical_affinity, red_blood, slow_movement |
생명력
420%
회피
+20%
Ailment Threshold
420%
저항
40 40 40 25
Damage
303%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
5 ~ 14
Attack Time
1.02 Second
Damage Spread
±20%
경험치
150%
Model Size
100%
Type
FourLeggedDemon
Metadata
BossFourLeggedDemonGAUNTLET__
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
27,020
방어도
28,790
회피
5,687
에너지 보호막
0
Damage
1,132
주문 피해
1,132
정확도
290
Attack Time
1.02
경험치
15,383
Ailment Threshold
27,020
Chill
85
Shock
85
Brittle
483
Scorch
85
Sap
236
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 905–1358
치명타 확률: 5%
Attack Time: 1.02 초
강력한 일격으로 적들을 쓰러트립니다.
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]
MonsterLightningStrikeUnique
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
번개 타격
Base Damage: 905–1358
치명타 확률: 5%
Attack Time: 1.02 초
무기를 휘두를 때 근접 무기에 전기 에너지를 주입합니다. 물리 피해의 일부를 번개 피해로 전환하는 동시에, 타격 시 저장된 에너지는 여러 투사체로 방출되어 멀리 떨어진 적들에게 날아가 명중합니다. 근접 공격이 대상에게 명중할 경우 투사체는 빗나가지 않습니다.
물리 피해의 50%를 번개 피해로 전환
주는 공격 피해 30% 증폭
주는 피해 20% 증폭
투사체 2개 추가 발사
물리 피해 21% 증가
action attack or cast time uses animation length [1]
show number of projectiles [1]
total projectile spread angle override [70]
주는 공격 피해 30% 증폭
주는 피해 20% 증폭
투사체 2개 추가 발사
물리 피해 21% 증가
action attack or cast time uses animation length [1]
show number of projectiles [1]
total projectile spread angle override [70]
Object Type
Object Type Codes
-- src\Data\Spectres.lua minions["Metadata/Monsters/DemonFourLegged/BossFourLeggedDemonGAUNTLET__"] = { name = "Fidelitas, the Mourning", life = 4.2, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 3.03, damageSpread = 0.2, attackTime = 1.02, attackRange = 14, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "MonsterLightningStrikeUnique", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterLightningStrikeUnique"] = { name = "Lightning Strike", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Lightning] = true, [SkillType.ProjectilesNotFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "skill_physical_damage_%_to_convert_to_lightning", "active_skill_attack_damage_+%_final", "number_of_additional_projectiles", "active_skill_damage_+%_final", "total_projectile_spread_angle_override", "action_attack_or_cast_time_uses_animation_length", "show_number_of_projectiles", }, levels = { [1] = {7, 50, 30, 2, 20, 70, levelRequirement = 4, statInterpolation = {1}, cost = { }, }, [2] = {14, 50, 30, 2, 20, 70, levelRequirement = 34, statInterpolation = {1}, cost = { }, }, [3] = {21, 50, 30, 2, 20, 70, levelRequirement = 59, statInterpolation = {1}, cost = { }, }, }, }
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
몬스터가 주는 경험치 250% 증가
떨어지는 아이템 희귀도 4500% 증가
Id | MonsterQuestBossAct2 |
---|---|
Family | MonsterActBoss |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
슬퍼하는 피델리타스
악마
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
몬스터가 주는 경험치 250% 증가
떨어지는 아이템 희귀도 4500% 증가
cannot be stunned while stunned [1]
몬스터가 주는 경험치 250% 증가
떨어지는 아이템 희귀도 4500% 증가
Fidelitas, the Mourning
Spectre | N |
---|---|
Tags | demon, has_one_hand_mace, has_one_handed_melee, large_model, light_armour, lightning_affinity, melee, not_int, not_str, physical_affinity, red_blood, slow_movement |
생명력
420%
회피
+20%
Ailment Threshold
420%
저항
40 40 40 25
Damage
303%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
5 ~ 14
Attack Time
1.02 Second
Damage Spread
±20%
경험치
150%
Model Size
100%
Type
FourLeggedDemon
Metadata
BossFourLeggedDemonStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
27,020
방어도
28,790
회피
5,687
에너지 보호막
0
Damage
1,132
주문 피해
1,132
정확도
290
Attack Time
1.02
경험치
15,383
Ailment Threshold
27,020
Chill
85
Shock
85
Brittle
483
Scorch
85
Sap
236
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 905–1358
치명타 확률: 5%
Attack Time: 1.02 초
강력한 일격으로 적들을 쓰러트립니다.
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]
MonsterLightningStrikeUnique
Attack, RangedAttack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Lightning, ProjectilesNotFromUser
번개 타격
Base Damage: 905–1358
치명타 확률: 5%
Attack Time: 1.02 초
무기를 휘두를 때 근접 무기에 전기 에너지를 주입합니다. 물리 피해의 일부를 번개 피해로 전환하는 동시에, 타격 시 저장된 에너지는 여러 투사체로 방출되어 멀리 떨어진 적들에게 날아가 명중합니다. 근접 공격이 대상에게 명중할 경우 투사체는 빗나가지 않습니다.
물리 피해의 50%를 번개 피해로 전환
주는 공격 피해 30% 증폭
주는 피해 20% 증폭
투사체 2개 추가 발사
물리 피해 21% 증가
action attack or cast time uses animation length [1]
show number of projectiles [1]
total projectile spread angle override [70]
주는 공격 피해 30% 증폭
주는 피해 20% 증폭
투사체 2개 추가 발사
물리 피해 21% 증가
action attack or cast time uses animation length [1]
show number of projectiles [1]
total projectile spread angle override [70]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMonster" Actor { main_hand_unarmed_type = "One_Hand_Mace" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMonster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/DemonFourLegged/BossFourLeggedDemonStandalone"] = { name = "Fidelitas, the Mourning", life = 4.2, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 3.03, damageSpread = 0.2, attackTime = 1.02, attackRange = 14, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "MonsterLightningStrikeUnique", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterLightningStrikeUnique"] = { name = "Lightning Strike", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Infuses your melee weapon with electrical energies as you swing. In addition to converting some of your physical damage to lightning damage, the stored energy is released from the weapon as projectiles as you strike, flying out to hit farther-away enemies. The projectiles cannot miss if the melee attack hit a target.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Lightning] = true, [SkillType.ProjectilesNotFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "skill_physical_damage_%_to_convert_to_lightning", "active_skill_attack_damage_+%_final", "number_of_additional_projectiles", "active_skill_damage_+%_final", "total_projectile_spread_angle_override", "action_attack_or_cast_time_uses_animation_length", "show_number_of_projectiles", }, levels = { [1] = {7, 50, 30, 2, 20, 70, levelRequirement = 4, statInterpolation = {1}, cost = { }, }, [2] = {14, 50, 30, 2, 20, 70, levelRequirement = 34, statInterpolation = {1}, cost = { }, }, [3] = {21, 50, 30, 2, 20, 70, levelRequirement = 59, statInterpolation = {1}, cost = { }, }, }, }
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
몬스터가 주는 경험치 250% 증가
떨어지는 아이템 희귀도 4500% 증가
Id | MonsterQuestBossAct2 |
---|---|
Family | MonsterActBoss |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |