적검단 해골 분쇄자
인간형
물리 피해의 50%를 화염 피해로 전환
monster no map drops [1]
cannot have affliction mods [1]
monster no map drops [1]
cannot have affliction mods [1]
Redblade Skullbreaker
Spectre | N |
---|---|
Tags | cleaving_weapon, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, wb_basic |
Packs |
생명력
160%
방어도
+100%
Ailment Threshold
160%
저항
40 0 0 0
Damage
108%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.65 Second
Damage Spread
±20%
경험치
80%
Model Size
90%
Type
WbFireGrunt
Metadata
WbFireGrunt1
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
10,293
방어도
57,580
회피
4,739
에너지 보호막
0
Damage
403
주문 피해
403
정확도
290
Attack Time
1.65
경험치
8,204
Ailment Threshold
10,293
Chill
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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: 323–484
치명타 확률: 5%
Attack Time: 1.65 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WbDualStrike
Attack, DualWieldOnly, MeleeSingleTarget, Multistrikeable, Melee, ThresholdJewelArea
쌍수 타격
Base Damage: 323–484
치명타 확률: 5%
Attack Time: 1.65 초
양손의 무기로 한번에 공격하여 피해를 줍니다. 쌍수를 사용해야 하며 마법봉은 해당되지 않습니다.
주는 피해 40% 감폭
skill double hits when dual wielding [1]
skill double hits when dual wielding [1]
WbSmokeMine
Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
연막 지뢰
시전 속도: 0.5 초
폭발 시 시전자를 폭발 지점으로 순간이동시키는 지뢰를 투척합니다. 탈출 지점과 도착 지점을 모두 연막으로 뒤덮어 적들의 눈을 멀게 만듦과 동시에 일시적으로 시전자에게 이동 속도 버프를 부여합니다. 점멸 계열 스킬과 재사용 대기시간을 공유합니다.
active skill area of effect radius +% final [-45]
Object Type
version 2 extends "Metadata/Monsters/Wb/Wb" Stats { } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Wb/Wb"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wb/WbFireGrunt1"] = { name = "Redblade Skullbreaker", life = 1.6, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.08, damageSpread = 0.2, attackTime = 1.65, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "One Hand Sword", skillList = { "WbDualStrike", "Melee", "WbSmokeMine", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["WbDualStrike"] = { name = "Dual Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attacks with both weapons, dealing the damage of both in one strike. Dual wield only. Does not work with wands.", skillTypes = { [SkillType.Attack] = true, [SkillType.DualWieldOnly] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_double_hits_when_dual_wielding", }, levels = { [1] = {-40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- 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["WbSmokeMine"] = { name = "Smoke Mine", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Movement] = true, [SkillType.RemoteMined] = true, [SkillType.AreaSpell] = true, [SkillType.Travel] = true, [SkillType.HasReservation] = true, [SkillType.Blink] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {-45, levelRequirement = 60, statInterpolation = {}, cost = { }, }, }, }
물리 피해의 50%를 화염 피해로 전환
Id | MonsterElementalSkeletonFire |
---|---|
Family | FireDamageAsPortionOfDamage |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental fire |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
적검단 해골 분쇄자
인간형
monster no map drops [1]
cannot have affliction mods [1]
cannot have affliction mods [1]
Redblade Skullbreaker
Spectre | N |
---|---|
Tags | fire_affinity, has_two_hand_sword, has_two_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, ranged, red_blood, slashing_weapon, wb_basic |
Packs |
생명력
160%
방어도
+100%
Ailment Threshold
160%
저항
40 0 0 0
Damage
96%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.65 Second
Damage Spread
±20%
경험치
80%
Model Size
90%
Type
WbFireGruntPhysical
Metadata
WbFireGrunt2_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
10,293
방어도
57,580
회피
4,739
에너지 보호막
0
Damage
359
주문 피해
359
정확도
290
Attack Time
1.65
경험치
8,204
Ailment Threshold
10,293
Chill
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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: 287–430
치명타 확률: 5%
Attack Time: 1.65 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WbMoltenStrike
Attack, Projectile, Area, Melee, MeleeSingleTarget, Fire, RangedAttack, ProjectilesNotFromUser, ThresholdJewelChaining, Multistrikeable
용암 타격
Base Damage: 287–430
치명타 확률: 5%
Attack Time: 1.65 초
근접 무기에 용암 에너지를 주입하여 공격 시 물리 피해와 화염 피해를 줍니다. 공격이 명중한 적에게서 전방으로 녹아내린 마그마 구체가 발사되어 명중된 모든 적에게 분산됩니다. 또한 이 마그마 구체는 떨어지면 폭발하여 적들에게 범위 피해를 줍니다.
투사체 2개 추가 발사
물리 피해 18% 증가
물리 피해의 60%를 화염 피해로 전환
투사체 속도 25% 감소
투사체 피해 50% 감폭
base is projectile [1]
물리 피해 18% 증가
물리 피해의 60%를 화염 피해로 전환
투사체 속도 25% 감소
투사체 피해 50% 감폭
base is projectile [1]
WbSmokeMine
Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
연막 지뢰
시전 속도: 0.5 초
폭발 시 시전자를 폭발 지점으로 순간이동시키는 지뢰를 투척합니다. 탈출 지점과 도착 지점을 모두 연막으로 뒤덮어 적들의 눈을 멀게 만듦과 동시에 일시적으로 시전자에게 이동 속도 버프를 부여합니다. 점멸 계열 스킬과 재사용 대기시간을 공유합니다.
active skill area of effect radius +% final [-45]
Object Type
version 2 extends "Metadata/Monsters/Wb/Wb" Stats { } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Wb/Wb"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wb/WbFireGrunt2_"] = { name = "Redblade Skullbreaker", life = 1.6, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.96, damageSpread = 0.2, attackTime = 1.65, attackRange = 9, accuracy = 1, weaponType1 = "Two Hand Sword", skillList = { "Melee", "WbSmokeMine", "WbMoltenStrike", }, 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["WbSmokeMine"] = { name = "Smoke Mine", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Movement] = true, [SkillType.RemoteMined] = true, [SkillType.AreaSpell] = true, [SkillType.Travel] = true, [SkillType.HasReservation] = true, [SkillType.Blink] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {-45, levelRequirement = 60, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WbMoltenStrike"] = { name = "Molten Strike", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Infuses your melee weapon with molten energies to attack with physical and fire damage. This attack causes balls of molten magma to launch forth from the enemies you hit, divided amongst all enemies hit by the strike. These will deal area attack damage to enemies where they land.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Fire] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, [SkillType.ThresholdJewelChaining] = true, [SkillType.Multistrikeable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_physical_damage_%_to_convert_to_fire", "number_of_additional_projectiles", "physical_damage_+%", "active_skill_projectile_damage_+%_final", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {60, 2, 18, -50, -25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
적검단 해골 분쇄자
인간형
물리 피해의 50%를 화염 피해로 전환
monster no map drops [1]
cannot have affliction mods [1]
monster no map drops [1]
cannot have affliction mods [1]
Redblade Skullbreaker
Spectre | N |
---|---|
Tags | cleaving_weapon, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, wb_basic |
Packs |
생명력
160%
방어도
+100%
Ailment Threshold
160%
저항
40 0 0 0
Damage
108%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.65 Second
Damage Spread
±20%
경험치
80%
Model Size
90%
Type
WbFireGrunt
Metadata
WbFireGrunt3
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
10,293
방어도
57,580
회피
4,739
에너지 보호막
0
Damage
403
주문 피해
403
정확도
290
Attack Time
1.65
경험치
8,204
Ailment Threshold
10,293
Chill
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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: 323–484
치명타 확률: 5%
Attack Time: 1.65 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WbCleave
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea
회전베기
Base Damage: 323–484
치명타 확률: 5%
Attack Time: 1.65 초
무기(쌍수일 경우 2개 모두)를 크게 휘둘러 범위 내 몬스터들에게 피해를 줍니다. 도끼와 검으로만 사용할 수 있습니다.
쌍수 사용 시, 각 무기의 피해를 합친 수치의 60%를 줌
is area damage [1]
skill double hits when dual wielding [1]
is area damage [1]
skill double hits when dual wielding [1]
Object Type
version 2 extends "Metadata/Monsters/Wb/Wb" Stats { } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Wb/Wb"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wb/WbFireGrunt3"] = { name = "Redblade Skullbreaker", life = 1.6, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.08, damageSpread = 0.2, attackTime = 1.65, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "One Hand Sword", skillList = { "WbCleave", "Melee", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["WbCleave"] = { name = "Cleave", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ThresholdJewelArea] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_merged_damage_+%_final_while_dual_wielding", "is_area_damage", "skill_double_hits_when_dual_wielding", }, levels = { [1] = {-40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- 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 = { }, }, }, }
물리 피해의 50%를 화염 피해로 전환
Id | MonsterElementalSkeletonFire |
---|---|
Family | FireDamageAsPortionOfDamage |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental fire |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
적검단 해골 분쇄자
인간형
물리 피해의 50%를 화염 피해로 전환
monster no map drops [1]
20%의 확률로 공격 피해를 막아냄
피격을 막아낼 시 피해의 10%를 받음
cannot have affliction mods [1]
monster no map drops [1]
20%의 확률로 공격 피해를 막아냄
피격을 막아낼 시 피해의 10%를 받음
cannot have affliction mods [1]
Redblade Skullbreaker
Spectre | N |
---|---|
Tags | bludgeoning_weapon, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, wb_basic |
Packs |
생명력
160%
방어도
+100%
Ailment Threshold
160%
저항
40 0 0 0
Damage
108%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.65 Second
Damage Spread
±20%
경험치
80%
Model Size
90%
Type
WbFireGrunt
Metadata
WbFireGrunt4
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
10,293
방어도
57,580
회피
4,739
에너지 보호막
0
Damage
403
주문 피해
403
정확도
290
Attack Time
1.65
경험치
8,204
Ailment Threshold
10,293
Chill
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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: 323–484
치명타 확률: 5%
Attack Time: 1.65 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WbGroundSlam
Attack, Area, Multistrikeable, Melee, Slam, Totemable
대지 강타
Base Damage: 323–484
치명타 확률: 5%
Attack Time: 1.65 초
지팡이나 철퇴, 셉터로 전방의 바닥을 후려치면 앞쪽으로 파도를 일으키며 뻗어 나가 적들에게 피해를 주고 증가된 확률로 기절시킵니다.
주는 피해 20% 감폭
적 기절 한계치 15% 감소
active skill area of effect radius +% final [40]
적 기절 한계치 15% 감소
active skill area of effect radius +% final [40]
Object Type
version 2 extends "Metadata/Monsters/Wb/Wb" Stats { } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Wb/Wb"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wb/WbFireGrunt4"] = { name = "Redblade Skullbreaker", life = 1.6, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.08, damageSpread = 0.2, attackTime = 1.65, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Shield", skillList = { "WbGroundSlam", "Melee", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["WbGroundSlam"] = { name = "Ground Slam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "The character slams the ground in front of them with a Staff, Mace or Sceptre, creating a wave that travels forward and damages enemies with an increased chance to stun.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_stun_threshold_reduction_+%", "active_skill_damage_+%_final", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {15, -20, 40, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- 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 = { }, }, }, }
물리 피해의 50%를 화염 피해로 전환
Id | MonsterElementalSkeletonFire |
---|---|
Family | FireDamageAsPortionOfDamage |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental fire |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
20%의 확률로 공격 피해를 막아냄
피격을 막아낼 시 피해의 10%를 받음
Id | MonsterAttackBlock30Bypass10 |
---|---|
Family | MonsterBlockAndBypass |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
적검단 해골 분쇄자
인간형
물리 피해의 50%를 화염 피해로 전환
monster no map drops [1]
20%의 확률로 공격 피해를 막아냄
피격을 막아낼 시 피해의 10%를 받음
cannot have affliction mods [1]
monster no map drops [1]
20%의 확률로 공격 피해를 막아냄
피격을 막아낼 시 피해의 10%를 받음
cannot have affliction mods [1]
Redblade Skullbreaker
Spectre | N |
---|---|
Tags | bludgeoning_weapon, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, wb_basic |
Packs |
생명력
160%
방어도
+100%
Ailment Threshold
160%
저항
40 0 0 0
Damage
108%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.65 Second
Damage Spread
±20%
경험치
80%
Model Size
90%
Type
WbFireGrunt
Metadata
WbFireGrunt5
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
10,293
방어도
57,580
회피
4,739
에너지 보호막
0
Damage
403
주문 피해
403
정확도
290
Attack Time
1.65
경험치
8,204
Ailment Threshold
10,293
Chill
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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: 323–484
치명타 확률: 5%
Attack Time: 1.65 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WbHeavyStrike
Attack, MeleeSingleTarget, Multistrikeable, Melee
묵직한 타격
Base Damage: 323–484
치명타 확률: 5%
Attack Time: 1.65 초
강력한 일격으로 적을 공격합니다. 철퇴나 셉터, 도끼, 검, 지팡이가 필요합니다.
명중 시 적을 밀어냄
주는 피해 10% 증폭
적 기절 한계치 30% 감소
공격 속도 25% 증폭
주는 피해 10% 증폭
적 기절 한계치 30% 감소
공격 속도 25% 증폭
Object Type
version 2 extends "Metadata/Monsters/Wb/Wb" Stats { } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Wb/Wb"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wb/WbFireGrunt5"] = { name = "Redblade Skullbreaker", life = 1.6, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.08, damageSpread = 0.2, attackTime = 1.65, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Shield", skillList = { "Melee", "WbHeavyStrike", }, 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["WbHeavyStrike"] = { name = "Heavy Strike", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attacks enemies with a forceful blow. Requires a Mace, Sceptre, Axe, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "base_stun_threshold_reduction_+%", "active_skill_damage_+%_final", "active_skill_attack_speed_+%_final", "global_knockback", }, levels = { [1] = {30, 10, 25, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
물리 피해의 50%를 화염 피해로 전환
Id | MonsterElementalSkeletonFire |
---|---|
Family | FireDamageAsPortionOfDamage |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental fire |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
20%의 확률로 공격 피해를 막아냄
피격을 막아낼 시 피해의 10%를 받음
Id | MonsterAttackBlock30Bypass10 |
---|---|
Family | MonsterBlockAndBypass |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
적검단 해골 분쇄자
인간형
monster no map drops [1]
20%의 확률로 공격 피해를 막아냄
피격을 막아낼 시 피해의 10%를 받음
cannot have affliction mods [1]
20%의 확률로 공격 피해를 막아냄
피격을 막아낼 시 피해의 10%를 받음
cannot have affliction mods [1]
Redblade Skullbreaker
Spectre | N |
---|---|
Tags | bludgeoning_weapon, fire_affinity, has_one_hand_mace, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, melee, not_dex, not_int, physical_affinity, red_blood, wb_basic |
Packs |
생명력
160%
방어도
+100%
Ailment Threshold
160%
저항
40 0 0 0
Damage
96%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.65 Second
Damage Spread
±20%
경험치
80%
Model Size
90%
Type
WbFireGruntPhysical
Metadata
WbFireGrunt6_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
10,293
방어도
57,580
회피
4,739
에너지 보호막
0
Damage
359
주문 피해
359
정확도
290
Attack Time
1.65
경험치
8,204
Ailment Threshold
10,293
Chill
33
Shock
33
Brittle
184
Scorch
33
Sap
90
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: 287–430
치명타 확률: 5%
Attack Time: 1.65 초
강력한 일격으로 적들을 쓰러트립니다.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
WbInfernalBlow
Attack, Area, MeleeSingleTarget, Multistrikeable, Melee, Fire
지옥불 맹타
Base Damage: 287–430
치명타 확률: 5%
Attack Time: 1.65 초
[DNT] Hits enemies, converting some of your physical damage to fire damage. If an enemy dies soon after being hit, they will explode, dealing fire damage to nearby enemies. The damage from this explosion cannot be reflected. Requires a Sword, Axe, Mace, Sceptre, Staff or Unarmed.
주는 피해 25% 증폭
기본 지속시간 0.5초
물리 피해의 50%를 화염 피해로 전환
기본 지속시간 0.5초
물리 피해의 50%를 화염 피해로 전환
Object Type
version 2 extends "Metadata/Monsters/Wb/Wb" Stats { } Actor { }
Object Type Codes
version 2 extends "Metadata/Monsters/Wb/Wb"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wb/WbFireGrunt6_"] = { name = "Redblade Skullbreaker", life = 1.6, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 0.96, damageSpread = 0.2, attackTime = 1.65, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Shield", skillList = { "Melee", "WbInfernalBlow", }, 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["WbInfernalBlow"] = { name = "Infernal Blow", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "[UNUSED] Hits enemies, converting some of your physical damage to fire damage. If an enemy dies soon after being hit, they will explode, dealing fire damage to nearby enemies. The damage from this explosion cannot be reflected. Requires a Sword, Axe, Mace, Sceptre, Staff or Unarmed.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Fire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_physical_damage_%_to_convert_to_fire", "base_skill_effect_duration", "active_skill_damage_+%_final", }, levels = { [1] = {50, 500, 25, critChance = 7, levelRequirement = 1, statInterpolation = {}, cost = { }, }, [2] = {50, 500, 25, critChance = 7, levelRequirement = 15, statInterpolation = {}, cost = { }, }, }, }
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
20%의 확률로 공격 피해를 막아냄
피격을 막아낼 시 피해의 10%를 받음
Id | MonsterAttackBlock30Bypass10 |
---|---|
Family | MonsterBlockAndBypass |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot have affliction mods [1]
Id | CannotGainAfflictedMods |
---|---|
Family | Nothing |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |
적검단 해골 분쇄자
인간형
물리 피해의 50%를 화염 피해로 전환
monster no map drops [1]
monster no map drops [1]
Redblade Skullbreaker
Spectre | N |
---|---|
Tags | cleaving_weapon, elder_map_boss, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, human, humanoid, light_armour, medium_height, medium_movement, non_attacking, not_dex, not_int, red_blood, wb_basic |
생명력
160%
방어도
+100%
Ailment Threshold
160%
저항
40 0 0 0
Damage
108%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.65 Second
Damage Spread
±20%
경험치
80%
Model Size
90%
Type
WbFireGrunt
Metadata
WbFireGrunt1Elder
Object Type
version 2 extends "Metadata/Monsters/Monster" Life { corpse_usable = false } Stats { base_cannot_be_damaged = 1 base_cannot_be_stunned = 1 cannot_be_knocked_back = 1 is_hidden_monster = 1 immune_to_curses = 1 immune_to_auras_from_other_entities = 1 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wb/WbFireGrunt1Elder"] = { name = "Redblade Skullbreaker", life = 1.6, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.08, damageSpread = 0.2, attackTime = 1.65, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "One Hand Sword", skillList = { }, modList = { }, }
물리 피해의 50%를 화염 피해로 전환
Id | MonsterElementalSkeletonFire |
---|---|
Family | FireDamageAsPortionOfDamage |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats | |
Craft Tags | physical_damage elemental_damage damage physical elemental fire |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | 몬스터 (3) |
GenerationType | 고유 (3) |
Req. level | 1 |
Stats |