내장 박피사
Spectre | Y |
---|---|
Area | 짐승의 소굴 1층, 짐승의 소굴 2층, 수확소, 영원한 실험실, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 칼란드라 호수 |
Tags | demon, flesh_armour, has_dagger, has_one_handed_melee, humanoid, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, red_blood |
Packs |
생명력
132%
방어도
+25%
Ailment Threshold
132%
저항
20 20 20 0
Damage
165%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±30%
경험치
110%
Model Size
100%
Type
HalfSkeleton
Metadata
HalfSkeleton
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
83
생명력
42,262
방어도
115,596
회피
7,860
에너지 보호막
0
Damage
1,486
주문 피해
1,486
정확도
518
Attack Time
1.5
경험치
14,445
Ailment Threshold
42,262
Chill
134
Shock
134
Brittle
756
Scorch
134
Sap
369
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
기본 공격
Base Damage: 1040–1931
치명타 확률: 5%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
HalfSkeletonPuncture
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
관통상
Base Damage: 1040–1931
치명타 확률: 5%
공격 피해: 120%
Attack Time: 1.5 초
재사용 대기시간: 7.5 초
적들에게 구멍을 뚫어 출혈 디버프를 일으키며, 이는 스킬 지속시간 관련 속성 부여에 영향을 받습니다. 관통상은 활과 단검, 클로, 검으로 사용할 수 있습니다.
주는 공격 피해 20% 증폭
근접 타격 범위 +2미터
출혈 피해 +57% 증폭
출혈 유발
근접 타격 범위 +2미터
출혈 피해 +57% 증폭
출혈 유발
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/HalfSkeleton/HalfSkeleton"] = { name = "Gut Flayer", life = 1.32, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.65, damageSpread = 0.3, attackTime = 1.5, attackRange = 10, accuracy = 1, weaponType1 = "Dagger", skillList = { "MeleeAtAnimationSpeed", "HalfSkeletonPuncture", }, modList = { }, } -- 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 = { }, }, }, } -- src\Data\Skills\spectre.lua skills["HalfSkeletonPuncture"] = { name = "Puncture", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.DamageOverTime] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_bleeding_damage_+%_final", "melee_range_+", "global_bleed_on_hit", }, levels = { [1] = {57, 20, baseMultiplier = 1.2, levelRequirement = 2, statInterpolation = {}, cost = { }, }, [2] = {57, 20, baseMultiplier = 1.2, levelRequirement = 14, statInterpolation = {}, cost = { }, }, }, }
monster casts puncture text [1]
Id | MonsterCastsPunctureText |
---|---|
Family | MonsterCastsPunctureText |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
내장 박피사
악마
monster casts puncture text [1]
Gut Flayer
Spectre | Y |
---|---|
Tags | demon, flesh_armour, has_dagger, has_one_handed_melee, humanoid, medium_movement, melee, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, red_blood |
Packs |
생명력
132%
방어도
+25%
Ailment Threshold
132%
저항
20 20 20 0
Damage
165%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±30%
경험치
110%
Model Size
100%
Type
HalfSkeleton
Metadata
HalfSkeletonHellscape
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
8,492
방어도
35,988
회피
4,739
에너지 보호막
0
Damage
616
주문 피해
616
정확도
290
Attack Time
1.5
경험치
11,281
Ailment Threshold
8,492
Chill
27
Shock
27
Brittle
152
Scorch
27
Sap
74
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
기본 공격
Base Damage: 431–801
치명타 확률: 5%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
HalfSkeletonPuncture
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
관통상
Base Damage: 431–801
치명타 확률: 5%
공격 피해: 120%
Attack Time: 1.5 초
재사용 대기시간: 7.5 초
적들에게 구멍을 뚫어 출혈 디버프를 일으키며, 이는 스킬 지속시간 관련 속성 부여에 영향을 받습니다. 관통상은 활과 단검, 클로, 검으로 사용할 수 있습니다.
주는 공격 피해 20% 증폭
근접 타격 범위 +2미터
출혈 피해 +57% 증폭
출혈 유발
근접 타격 범위 +2미터
출혈 피해 +57% 증폭
출혈 유발
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonHellscape"] = { name = "Gut Flayer", life = 1.32, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.65, damageSpread = 0.3, attackTime = 1.5, attackRange = 10, accuracy = 1, weaponType1 = "Dagger", skillList = { "MeleeAtAnimationSpeed", "HalfSkeletonPuncture", }, modList = { }, } -- 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 = { }, }, }, } -- src\Data\Skills\spectre.lua skills["HalfSkeletonPuncture"] = { name = "Puncture", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.DamageOverTime] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_bleeding_damage_+%_final", "melee_range_+", "global_bleed_on_hit", }, levels = { [1] = {57, 20, baseMultiplier = 1.2, levelRequirement = 2, statInterpolation = {}, cost = { }, }, [2] = {57, 20, baseMultiplier = 1.2, levelRequirement = 14, statInterpolation = {}, cost = { }, }, }, }
monster casts puncture text [1]
Id | MonsterCastsPunctureText |
---|---|
Family | MonsterCastsPunctureText |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
Spectre | Y |
---|---|
Area | 짐승의 소굴, 썩어가는 중심부 |
Tags | demon, flesh_armour, has_dagger, has_one_handed_melee, humanoid, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, red_blood |
Packs |
생명력
132%
방어도
+25%
Ailment Threshold
132%
저항
20 20 20 0
Damage
165%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±30%
경험치
110%
Model Size
100%
Type
HalfSkeleton
Metadata
HalfSkeletonPart2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
64
생명력
6,294
방어도
26,179
회피
4,112
에너지 보호막
0
Damage
503
주문 피해
503
정확도
247
Attack Time
1.5
경험치
10,211
Ailment Threshold
6,294
Chill
20
Shock
20
Brittle
113
Scorch
20
Sap
55
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
기본 공격
Base Damage: 352–654
치명타 확률: 5%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
HalfSkeletonPuncture
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
관통상
Base Damage: 352–654
치명타 확률: 5%
공격 피해: 120%
Attack Time: 1.5 초
재사용 대기시간: 7.5 초
적들에게 구멍을 뚫어 출혈 디버프를 일으키며, 이는 스킬 지속시간 관련 속성 부여에 영향을 받습니다. 관통상은 활과 단검, 클로, 검으로 사용할 수 있습니다.
주는 공격 피해 20% 증폭
근접 타격 범위 +2미터
출혈 피해 +57% 증폭
출혈 유발
근접 타격 범위 +2미터
출혈 피해 +57% 증폭
출혈 유발
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonPart2"] = { name = "Gut Flayer", life = 1.32, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.65, damageSpread = 0.3, attackTime = 1.5, attackRange = 10, accuracy = 1, weaponType1 = "Dagger", skillList = { "MeleeAtAnimationSpeed", "HalfSkeletonPuncture", }, modList = { }, } -- 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 = { }, }, }, } -- src\Data\Skills\spectre.lua skills["HalfSkeletonPuncture"] = { name = "Puncture", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.DamageOverTime] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_bleeding_damage_+%_final", "melee_range_+", "global_bleed_on_hit", }, levels = { [1] = {57, 20, baseMultiplier = 1.2, levelRequirement = 2, statInterpolation = {}, cost = { }, }, [2] = {57, 20, baseMultiplier = 1.2, levelRequirement = 14, statInterpolation = {}, cost = { }, }, }, }
monster casts puncture text [1]
Id | MonsterCastsPunctureText |
---|---|
Family | MonsterCastsPunctureText |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
내장 박피사
악마
monster casts puncture text [1]
Gut Flayer
Spectre | Y |
---|---|
Tags | demon, flesh_armour, has_dagger, has_one_handed_melee, humanoid, medium_movement, melee, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, red_blood |
Packs |
생명력
132%
방어도
+25%
Ailment Threshold
132%
저항
20 20 20 0
Damage
165%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±30%
경험치
110%
Model Size
100%
Type
HalfSkeleton
Metadata
HalfSkeletonPart2Hellscape
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
8,492
방어도
35,988
회피
4,739
에너지 보호막
0
Damage
616
주문 피해
616
정확도
290
Attack Time
1.5
경험치
11,281
Ailment Threshold
8,492
Chill
27
Shock
27
Brittle
152
Scorch
27
Sap
74
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
기본 공격
Base Damage: 431–801
치명타 확률: 5%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
HalfSkeletonPuncture
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
관통상
Base Damage: 431–801
치명타 확률: 5%
공격 피해: 120%
Attack Time: 1.5 초
재사용 대기시간: 7.5 초
적들에게 구멍을 뚫어 출혈 디버프를 일으키며, 이는 스킬 지속시간 관련 속성 부여에 영향을 받습니다. 관통상은 활과 단검, 클로, 검으로 사용할 수 있습니다.
주는 공격 피해 20% 증폭
근접 타격 범위 +2미터
출혈 피해 +57% 증폭
출혈 유발
근접 타격 범위 +2미터
출혈 피해 +57% 증폭
출혈 유발
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonPart2Hellscape"] = { name = "Gut Flayer", life = 1.32, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1.65, damageSpread = 0.3, attackTime = 1.5, attackRange = 10, accuracy = 1, weaponType1 = "Dagger", skillList = { "MeleeAtAnimationSpeed", "HalfSkeletonPuncture", }, modList = { }, } -- 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 = { }, }, }, } -- src\Data\Skills\spectre.lua skills["HalfSkeletonPuncture"] = { name = "Puncture", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.DamageOverTime] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_bleeding_damage_+%_final", "melee_range_+", "global_bleed_on_hit", }, levels = { [1] = {57, 20, baseMultiplier = 1.2, levelRequirement = 2, statInterpolation = {}, cost = { }, }, [2] = {57, 20, baseMultiplier = 1.2, levelRequirement = 14, statInterpolation = {}, cost = { }, }, }, }
monster casts puncture text [1]
Id | MonsterCastsPunctureText |
---|---|
Family | MonsterCastsPunctureText |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
내장 박피사
악마
지역: 패스 오브 엑자일 배틀로열
monster casts puncture text [1]
royale monster armour drop chance permyriad [80]
royale monster currency drop chance permyriad [200]
royale monster flask drop chance permyriad [0]
royale monster skill gem drop chance permyriad [300]
royale monster support gem drop chance permyriad [75]
royale monster unique drop chance permyriad [8]
royale monster weapon drop chance permyriad [80]
royale monster currency drop chance permyriad [200]
royale monster flask drop chance permyriad [0]
royale monster skill gem drop chance permyriad [300]
royale monster support gem drop chance permyriad [75]
royale monster unique drop chance permyriad [8]
royale monster weapon drop chance permyriad [80]
Gut Flayer
Spectre | Y |
---|---|
Area | 패스 오브 엑자일 배틀로열 |
Tags | demon, flesh_armour, has_dagger, has_one_handed_melee, humanoid, medium_movement, melee, not_dex, not_int, physical_affinity, puncturing_weapon, ranged, red_blood |
Packs |
생명력
132%
방어도
+25%
Ailment Threshold
132%
저항
20 20 20 0
Damage
74%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 10
Attack Time
1.5 Second
Damage Spread
±30%
경험치
110%
Model Size
100%
Type
HalfSkeletonRoyale
Metadata
HalfSkeletonRoyale
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
2
생명력
34
방어도
29
회피
86
에너지 보호막
0
Damage
4
주문 피해
4
정확도
15
Attack Time
1.5
경험치
22
Ailment Threshold
34
Chill
0
Shock
0
Brittle
1
Scorch
0
Sap
0
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
기본 공격
Base Damage: 3–5
치명타 확률: 5%
Attack Time: 1.5 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
HalfSkeletonPuncture
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
관통상
Base Damage: 3–5
치명타 확률: 5%
공격 피해: 120%
Attack Time: 1.5 초
재사용 대기시간: 7.5 초
적들에게 구멍을 뚫어 출혈 디버프를 일으키며, 이는 스킬 지속시간 관련 속성 부여에 영향을 받습니다. 관통상은 활과 단검, 클로, 검으로 사용할 수 있습니다.
주는 공격 피해 20% 증폭
근접 타격 범위 +2미터
출혈 피해 +57% 증폭
출혈 유발
근접 타격 범위 +2미터
출혈 피해 +57% 증폭
출혈 유발
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/HalfSkeleton/HalfSkeletonRoyale"] = { name = "Gut Flayer", life = 1.32, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 0.74, damageSpread = 0.3, attackTime = 1.5, attackRange = 10, accuracy = 1, weaponType1 = "Dagger", skillList = { "Melee", "HalfSkeletonPuncture", }, 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["HalfSkeletonPuncture"] = { name = "Puncture", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.DamageOverTime] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_bleeding_damage_+%_final", "melee_range_+", "global_bleed_on_hit", }, levels = { [1] = {57, 20, baseMultiplier = 1.2, levelRequirement = 2, statInterpolation = {}, cost = { }, }, [2] = {57, 20, baseMultiplier = 1.2, levelRequirement = 14, statInterpolation = {}, cost = { }, }, }, }
monster casts puncture text [1]
Id | MonsterCastsPunctureText |
---|---|
Family | MonsterCastsPunctureText |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
royale monster armour drop chance permyriad [80]
royale monster currency drop chance permyriad [200]
royale monster flask drop chance permyriad [0]
royale monster skill gem drop chance permyriad [300]
royale monster support gem drop chance permyriad [75]
royale monster unique drop chance permyriad [8]
royale monster weapon drop chance permyriad [80]
Id | RoyaleAdditionalMonsterDrops |
---|---|
Family | RoyaleAdditionalMonsterDrops |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
내장 박피사
악마
monster casts puncture text [1]
Gut Flayer
Spectre | N |
---|---|
Tags | demon, flesh_armour, has_dagger, has_one_handed_melee, humanoid, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, puncturing_weapon, red_blood |
생명력
100%
방어도
+25%
Ailment Threshold
100%
저항
20 20 20 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 10
Attack Time
1.08 Second
Damage Spread
±30%
경험치
100%
Model Size
100%
Type
SynthesisHalfSkeleton
Metadata
HalfSkeletonMeleeSpawned
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
6,433
방어도
35,988
회피
4,739
에너지 보호막
0
Damage
374
주문 피해
374
정확도
290
Attack Time
1.08
경험치
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
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).
WalkEmergeSynthesis
walk emerge distance [300]
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 261–486
치명타 확률: 5%
Attack Time: 1.08 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
HalfSkeletonPuncture
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
관통상
Base Damage: 261–486
치명타 확률: 5%
공격 피해: 120%
Attack Time: 1.08 초
재사용 대기시간: 7.5 초
적들에게 구멍을 뚫어 출혈 디버프를 일으키며, 이는 스킬 지속시간 관련 속성 부여에 영향을 받습니다. 관통상은 활과 단검, 클로, 검으로 사용할 수 있습니다.
주는 공격 피해 20% 증폭
근접 타격 범위 +2미터
출혈 피해 +57% 증폭
출혈 유발
근접 타격 범위 +2미터
출혈 피해 +57% 증폭
출혈 유발
Object Type
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase" StateMachine { define_shared_state = " spawned; visible; " }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase" StateMachine { create_state_visible_0 = "DisableRendering();" on_state_visible_1 = " EnableRendering(); AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/synthesise_epk/synthesise.epk ); " on_state_spawned_1 = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/synthesise_epk/synthesise.epk );" } Life {}
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueSynthesis/HalfSkeletonMeleeSpawned"] = { name = "Gut Flayer", life = 1, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 1, damageSpread = 0.3, attackTime = 1.08, attackRange = 10, accuracy = 1, weaponType1 = "Dagger", skillList = { "Melee", "HalfSkeletonPuncture", "WalkEmergeSynthesis", }, 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["HalfSkeletonPuncture"] = { name = "Puncture", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.DamageOverTime] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_bleeding_damage_+%_final", "melee_range_+", "global_bleed_on_hit", }, levels = { [1] = {57, 20, baseMultiplier = 1.2, levelRequirement = 2, statInterpolation = {}, cost = { }, }, [2] = {57, 20, baseMultiplier = 1.2, levelRequirement = 14, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeSynthesis"] = { name = "WalkEmergeSynthesis", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.72, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {300, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster casts puncture text [1]
Id | MonsterCastsPunctureText |
---|---|
Family | MonsterCastsPunctureText |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |