부두 노동자의 악령
Spectre | Y |
---|---|
Area | 항구, 수로, 부두, 영원한 실험실, 외딴 운하, 외딴 운하, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 기억의 공허, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억, 분열된 기억 |
Tags | bandit_area, bludgeoning_weapon, ghost_blood, has_one_hand_mace, has_one_handed_melee, human, light_armour, medium_height, melee, not_int, not_str, physical_affinity, undead, very_slow_movement |
Packs |
생명력
115%
회피
+20%
Ailment Threshold
115%
저항
0 0 0 0
Damage
140%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 11
Attack Time
1.35 Second
Damage Spread
±20%
경험치
100%
Model Size
100%
Type
BanditDockhand
Metadata
DockworkerHammer
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
83
생명력
36,819
방어도
92,477
회피
9,432
에너지 보호막
0
Damage
1,261
주문 피해
1,261
정확도
518
Attack Time
1.35
경험치
13,132
Ailment Threshold
36,819
Chill
116
Shock
116
Brittle
659
Scorch
116
Sap
322
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: 1008–1513
치명타 확률: 5%
Attack Time: 1.35 초
강력한 일격으로 적들을 쓰러트립니다.
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]
MonsterPhaseRun
Spell, Buff, Duration, Triggerable, Physical, Travel, Cooldown
위상 질주
시전 속도: 0.5 초
더 빠르게 움직임과 동시에, 탐지하기 어렵게 되어, 플레이어의 움직임은 더 이상 적에게 방해받지 않게 됩니다. 나아가 시전자의 다음 공격이 추가 피해를 줍니다. 다른 스킬을 사용 시 이 버프는 제거되지만, 짧은 시간 동안 공격의 피해가 증가하는 새로운 버프를 부여해 줍니다. 격분 충전을 소모하면 지속시간이 증가합니다.
기본 지속시간 10초
이동 속도 25% 증가
몬스터 응답 시간 0.75초 추가
근접 물리 피해 50% 증폭
이동 속도 25% 증가
몬스터 응답 시간 0.75초 추가
근접 물리 피해 50% 증폭
Object Type
version 2 extends "Metadata/Monsters/Bandits/Bandit"
Object Type Codes
version 2 extends "Metadata/Monsters/Bandits/Bandit" Life { on_death = "RemoveEffects( );" on_spawned_dead = "RemoveEffects( );" } Render { //turn_duration = 0.4 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Bandit/DockworkerHammer"] = { name = "Dockhand Wraith", life = 1.15, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.4, damageSpread = 0.2, attackTime = 1.35, attackRange = 11, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "MeleeAtAnimationSpeed", "MonsterPhaseRun", }, 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["MonsterPhaseRun"] = { name = "Phase Run", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Gain a buff that makes you move faster, become harder to detect, and no longer have your movement impeded by enemies. Your next attack also deals extra damage. Performing any skill removes this buff but grants a new buff that increases the damage of your attacks for a short time. Consumes Frenzy Charges to increase duration.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, [SkillType.Travel] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_movement_velocity_+%", "monster_response_time_ms", "base_skill_effect_duration", "phase_run_melee_physical_damage_+%_final", }, levels = { [1] = {25, 750, 10000, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
부두 노동자의 악령
언데드
stance movement speed +% final [112]
Dockhand Wraith
Spectre | Y |
---|---|
Tags | bandit_area, bludgeoning_weapon, ghost_blood, has_one_hand_mace, has_one_handed_melee, human, light_armour, melee, not_int, not_str, physical_affinity, undead, very_slow_movement |
Packs |
생명력
115%
회피
+20%
Ailment Threshold
115%
저항
0 0 0 0
Damage
140%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 11
Attack Time
1.35 Second
Damage Spread
±20%
경험치
100%
Model Size
100%
Type
BanditDockhand
Metadata
DockworkerHammerHellscape
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
7,398
방어도
28,790
회피
5,687
에너지 보호막
0
Damage
523
주문 피해
523
정확도
290
Attack Time
1.35
경험치
10,255
Ailment Threshold
7,398
Chill
23
Shock
23
Brittle
132
Scorch
23
Sap
65
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: 418–628
치명타 확률: 5%
Attack Time: 1.35 초
강력한 일격으로 적들을 쓰러트립니다.
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]
MonsterPhaseRun
Spell, Buff, Duration, Triggerable, Physical, Travel, Cooldown
위상 질주
시전 속도: 0.5 초
더 빠르게 움직임과 동시에, 탐지하기 어렵게 되어, 플레이어의 움직임은 더 이상 적에게 방해받지 않게 됩니다. 나아가 시전자의 다음 공격이 추가 피해를 줍니다. 다른 스킬을 사용 시 이 버프는 제거되지만, 짧은 시간 동안 공격의 피해가 증가하는 새로운 버프를 부여해 줍니다. 격분 충전을 소모하면 지속시간이 증가합니다.
기본 지속시간 10초
이동 속도 25% 증가
몬스터 응답 시간 0.75초 추가
근접 물리 피해 50% 증폭
이동 속도 25% 증가
몬스터 응답 시간 0.75초 추가
근접 물리 피해 50% 증폭
Object Type
version 2 extends "Metadata/Monsters/Bandits/Bandit"
Object Type Codes
version 2 extends "Metadata/Monsters/Bandits/Bandit" Life { on_death = "RemoveEffects( );" on_spawned_dead = "RemoveEffects( );" } Render { //turn_duration = 0.4 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Bandit/DockworkerHammerHellscape"] = { name = "Dockhand Wraith", life = 1.15, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.4, damageSpread = 0.2, attackTime = 1.35, attackRange = 11, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "MeleeAtAnimationSpeed", "MonsterPhaseRun", }, 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["MonsterPhaseRun"] = { name = "Phase Run", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Gain a buff that makes you move faster, become harder to detect, and no longer have your movement impeded by enemies. Your next attack also deals extra damage. Performing any skill removes this buff but grants a new buff that increases the damage of your attacks for a short time. Consumes Frenzy Charges to increase duration.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, [SkillType.Travel] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_movement_velocity_+%", "monster_response_time_ms", "base_skill_effect_duration", "phase_run_melee_physical_damage_+%_final", }, levels = { [1] = {25, 750, 10000, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Spectre | Y |
---|---|
Area | 항구, 영원한 실험실 |
Tags | bandit_area, bludgeoning_weapon, ghost_blood, has_two_hand_mace, has_two_handed_melee, human, light_armour, medium_height, melee, not_dex, not_int, physical_affinity, undead, very_slow_movement |
Packs |
생명력
100%
방어도
+50%
Ailment Threshold
100%
저항
0 0 0 0
Damage
140%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 11
Attack Time
1.35 Second
Damage Spread
±20%
경험치
100%
Model Size
100%
Type
BanditTwoHandedWeaponDockhand
Metadata
DockworkerMaul
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
6,433
방어도
43,185
회피
4,739
에너지 보호막
0
Damage
523
주문 피해
523
정확도
290
Attack Time
1.35
경험치
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 418–628
치명타 확률: 5%
Attack Time: 1.35 초
강력한 일격으로 적들을 쓰러트립니다.
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]
MonsterPhaseRun
Spell, Buff, Duration, Triggerable, Physical, Travel, Cooldown
위상 질주
시전 속도: 0.5 초
더 빠르게 움직임과 동시에, 탐지하기 어렵게 되어, 플레이어의 움직임은 더 이상 적에게 방해받지 않게 됩니다. 나아가 시전자의 다음 공격이 추가 피해를 줍니다. 다른 스킬을 사용 시 이 버프는 제거되지만, 짧은 시간 동안 공격의 피해가 증가하는 새로운 버프를 부여해 줍니다. 격분 충전을 소모하면 지속시간이 증가합니다.
기본 지속시간 10초
이동 속도 25% 증가
몬스터 응답 시간 0.75초 추가
근접 물리 피해 50% 증폭
이동 속도 25% 증가
몬스터 응답 시간 0.75초 추가
근접 물리 피해 50% 증폭
Object Type
version 2 extends "Metadata/Monsters/Bandits/Bandit"
Object Type Codes
version 2 extends "Metadata/Monsters/Bandits/Bandit" Life { on_death = "RemoveEffects( );" on_spawned_dead = "RemoveEffects( );" } Render { //turn_duration = 0.4 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Bandit/DockworkerMaul"] = { name = "Dockhand Wraith", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.4, damageSpread = 0.2, attackTime = 1.35, attackRange = 11, accuracy = 1, weaponType1 = "Two Hand Mace", skillList = { "MeleeAtAnimationSpeed", "MonsterPhaseRun", }, 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["MonsterPhaseRun"] = { name = "Phase Run", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Gain a buff that makes you move faster, become harder to detect, and no longer have your movement impeded by enemies. Your next attack also deals extra damage. Performing any skill removes this buff but grants a new buff that increases the damage of your attacks for a short time. Consumes Frenzy Charges to increase duration.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, [SkillType.Travel] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_movement_velocity_+%", "monster_response_time_ms", "base_skill_effect_duration", "phase_run_melee_physical_damage_+%_final", }, levels = { [1] = {25, 750, 10000, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
부두 노동자의 악령
언데드
stance movement speed +% final [112]
Dockhand Wraith
Spectre | Y |
---|---|
Tags | bandit_area, bludgeoning_weapon, ghost_blood, has_two_hand_mace, has_two_handed_melee, human, light_armour, melee, not_dex, not_int, physical_affinity, undead, very_slow_movement |
Packs |
생명력
100%
방어도
+50%
Ailment Threshold
100%
저항
0 0 0 0
Damage
140%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 11
Attack Time
1.35 Second
Damage Spread
±20%
경험치
100%
Model Size
100%
Type
BanditTwoHandedWeaponDockhand
Metadata
DockworkerMaulHellscape
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
6,433
방어도
43,185
회피
4,739
에너지 보호막
0
Damage
523
주문 피해
523
정확도
290
Attack Time
1.35
경험치
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
기본 공격
Base Damage: 418–628
치명타 확률: 5%
Attack Time: 1.35 초
강력한 일격으로 적들을 쓰러트립니다.
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]
MonsterPhaseRun
Spell, Buff, Duration, Triggerable, Physical, Travel, Cooldown
위상 질주
시전 속도: 0.5 초
더 빠르게 움직임과 동시에, 탐지하기 어렵게 되어, 플레이어의 움직임은 더 이상 적에게 방해받지 않게 됩니다. 나아가 시전자의 다음 공격이 추가 피해를 줍니다. 다른 스킬을 사용 시 이 버프는 제거되지만, 짧은 시간 동안 공격의 피해가 증가하는 새로운 버프를 부여해 줍니다. 격분 충전을 소모하면 지속시간이 증가합니다.
기본 지속시간 10초
이동 속도 25% 증가
몬스터 응답 시간 0.75초 추가
근접 물리 피해 50% 증폭
이동 속도 25% 증가
몬스터 응답 시간 0.75초 추가
근접 물리 피해 50% 증폭
Object Type
version 2 extends "Metadata/Monsters/Bandits/Bandit"
Object Type Codes
version 2 extends "Metadata/Monsters/Bandits/Bandit" Life { on_death = "RemoveEffects( );" on_spawned_dead = "RemoveEffects( );" } Render { //turn_duration = 0.4 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Bandit/DockworkerMaulHellscape"] = { name = "Dockhand Wraith", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.4, damageSpread = 0.2, attackTime = 1.35, attackRange = 11, accuracy = 1, weaponType1 = "Two Hand Mace", skillList = { "MeleeAtAnimationSpeed", "MonsterPhaseRun", }, 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["MonsterPhaseRun"] = { name = "Phase Run", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Gain a buff that makes you move faster, become harder to detect, and no longer have your movement impeded by enemies. Your next attack also deals extra damage. Performing any skill removes this buff but grants a new buff that increases the damage of your attacks for a short time. Consumes Frenzy Charges to increase duration.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, [SkillType.Travel] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_movement_velocity_+%", "monster_response_time_ms", "base_skill_effect_duration", "phase_run_melee_physical_damage_+%_final", }, levels = { [1] = {25, 750, 10000, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Spectre | Y |
---|---|
Area | 항구, 수로, 부두, 영원한 실험실, 외딴 운하, 외딴 운하 |
Tags | bandit_area, cold_affinity, ghost_blood, has_bow, human, light_armour, medium_height, not_int, not_str, physical_affinity, puncturing_weapon, ranged, undead, very_slow_movement |
Packs |
생명력
108%
회피
+10%
Ailment Threshold
108%
저항
0 0 0 0
Damage
144%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
경험치
120%
Model Size
100%
Type
BanditBowDockhand
Metadata
DockworkerBow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
6,948
방어도
28,790
회피
5,213
에너지 보호막
0
Damage
538
주문 피해
538
정확도
290
Attack Time
1.995
경험치
12,306
Ailment Threshold
6,948
Chill
22
Shock
22
Brittle
124
Scorch
22
Sap
61
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: 430–645
치명타 확률: 5%
Attack Time: 1.995 초
강력한 일격으로 적들을 쓰러트립니다.
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]
MonsterIceShot
Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
얼음 화살
Base Damage: 430–645
치명타 확률: 5%
Attack Time: 1.995 초
화살을 발사하여 대상에게 주는 물리 피해의 일부를 냉기 피해로 전환하고, 대상 후방 부채꼴 범위에 주는 모든 물리 피해를 냉기 피해로 전환합니다.
기본 지속시간 2.5초
물리 피해 50% 증가
물리 피해의 50%를 냉기 피해로 전환
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
물리 피해 50% 증가
물리 피해의 50%를 냉기 피해로 전환
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/Bandits/BanditBow" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Bandits/BanditBow" Life { on_death = "RemoveEffects( );" on_spawned_dead = "RemoveEffects( );" } Render { //turn_duration = 0.4 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Bandit/DockworkerBow"] = { name = "Dockhand Wraith", life = 1.08, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.44, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "MeleeAtAnimationSpeed", "MonsterIceShot", }, 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["MonsterIceShot"] = { name = "Ice Shot", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "skill_physical_damage_%_to_convert_to_cold", "base_skill_effect_duration", "skill_can_fire_arrows", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
부두 노동자의 악령
언데드
stance movement speed +% final [112]
Dockhand Wraith
Spectre | Y |
---|---|
Tags | bandit_area, cold_affinity, ghost_blood, has_bow, human, light_armour, not_int, not_str, physical_affinity, puncturing_weapon, ranged, undead, very_slow_movement |
Packs |
생명력
108%
회피
+10%
Ailment Threshold
108%
저항
0 0 0 0
Damage
144%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
경험치
120%
Model Size
100%
Type
BanditBowDockhand
Metadata
DockworkerBowHellscape_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
6,948
방어도
28,790
회피
5,213
에너지 보호막
0
Damage
538
주문 피해
538
정확도
290
Attack Time
1.995
경험치
12,306
Ailment Threshold
6,948
Chill
22
Shock
22
Brittle
124
Scorch
22
Sap
61
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: 430–645
치명타 확률: 5%
Attack Time: 1.995 초
강력한 일격으로 적들을 쓰러트립니다.
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]
MonsterIceShot
Attack, RangedAttack, Projectile, ProjectilesFromUser, Area, Cold, Triggerable, MirageArcherCanUse, Totemable, Trappable, Mineable
얼음 화살
Base Damage: 430–645
치명타 확률: 5%
Attack Time: 1.995 초
화살을 발사하여 대상에게 주는 물리 피해의 일부를 냉기 피해로 전환하고, 대상 후방 부채꼴 범위에 주는 모든 물리 피해를 냉기 피해로 전환합니다.
기본 지속시간 2.5초
물리 피해 50% 증가
물리 피해의 50%를 냉기 피해로 전환
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
물리 피해 50% 증가
물리 피해의 50%를 냉기 피해로 전환
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]
Object Type
version 2 extends "Metadata/Monsters/Bandits/BanditBow" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Bandits/BanditBow" Life { on_death = "RemoveEffects( );" on_spawned_dead = "RemoveEffects( );" } Render { //turn_duration = 0.4 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Bandit/DockworkerBowHellscape_"] = { name = "Dockhand Wraith", life = 1.08, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.44, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "MeleeAtAnimationSpeed", "MonsterIceShot", }, 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["MonsterIceShot"] = { name = "Ice Shot", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that converts some physical damage to cold on its target and converts all physical damage to cold in a cone behind that target.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Area] = true, [SkillType.Cold] = true, [SkillType.Triggerable] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_+%", "skill_physical_damage_%_to_convert_to_cold", "base_skill_effect_duration", "skill_can_fire_arrows", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {15, 50, 2500, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {50, 50, 2500, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
부두 노동자의 악령
인간형
stance movement speed +% final [112]
Dockhand Wraith
Spectre | Y |
---|---|
Tags | bandit, ghost_blood, has_bow, human, humanoid, light_armour, medium_height, not_int, physical_affinity, puncturing_weapon, ranged, slow_movement |
생명력
157%
방어도
+25%
회피
+10%
Ailment Threshold
157%
저항
0 0 0 0
Damage
73%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 40
Attack Time
1.995 Second
Damage Spread
±20%
경험치
140%
Model Size
120%
Type
BanditBowChampion
Metadata
DockworkerChampionBow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
10,100
방어도
35,988
회피
5,213
에너지 보호막
0
Damage
273
주문 피해
273
정확도
290
Attack Time
1.995
경험치
14,357
Ailment Threshold
10,100
Chill
32
Shock
32
Brittle
181
Scorch
32
Sap
88
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: 218–327
치명타 확률: 5%
Attack Time: 1.995 초
강력한 일격으로 적들을 쓰러트립니다.
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]
Object Type
version 2 extends "Metadata/Monsters/Bandits/BanditBow" Actor { main_hand_unarmed_type = "Bow" }
Object Type Codes
version 2 extends "Metadata/Monsters/Bandits/BanditBow" Life { on_death = "RemoveEffects( );" on_spawned_dead = "RemoveEffects( );" } Render { //turn_duration = 0.4 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Bandit/DockworkerChampionBow"] = { name = "Dockhand Wraith", life = 1.57, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.73, damageSpread = 0.2, attackTime = 1.995, attackRange = 40, accuracy = 1, weaponType1 = "Bow", skillList = { "MeleeAtAnimationSpeed", }, 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 = { }, }, }, }
Id | Nothing |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
stance movement speed +% final [112]
Id | StanceBanditRun |
---|---|
Family | Stance |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |