Spectre | Y |
---|---|
Area | 성역 지도, 성채 지도, 요새 지도, 흉물 지도, 지구라트 지도 |
Tags | demon, fire_affinity, has_dual_wield_melee, has_one_hand_mace, has_one_handed_melee, humanoid, karui, medium_height, melee, not_dex, not_int, physical_affinity, red_blood, slashing_weapon, slow_movement, stone_armour |
Packs |
생명력
149%
방어도
+25%
Ailment Threshold
149%
저항
40 0 0 0
Damage
182%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 9
Attack Time
1.755 Second
Damage Spread
±20%
경험치
165%
Model Size
100%
Type
KaomWarrior2AtlasUber
Metadata
KaomWarrior2AtlasUber
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
84
생명력
52,590
방어도
124,793
회피
8,120
에너지 보호막
0
Damage
1,735
주문 피해
1,735
정확도
538
Attack Time
1.755
경험치
21,863
Ailment Threshold
52,590
Chill
166
Shock
166
Brittle
941
Scorch
166
Sap
459
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: 1388–2082
치명타 확률: 5%
Attack Time: 1.755 초
강력한 일격으로 적들을 쓰러트립니다.
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]
KaomWarriorMoltenStrike
Attack, Projectile, Area, Melee, MeleeSingleTarget, Fire, RangedAttack, ProjectilesNotFromUser, ThresholdJewelChaining, Multistrikeable
용암 타격
Base Damage: 1388–2082
치명타 확률: 5%
Attack Time: 1.755 초
재사용 대기시간: 3 초
근접 무기에 용암 에너지를 주입하여 공격 시 물리 피해와 화염 피해를 줍니다. 공격이 명중한 적에게서 전방으로 녹아내린 마그마 구체가 발사되어 명중된 모든 적에게 분산됩니다. 또한 이 마그마 구체는 떨어지면 폭발하여 적들에게 범위 피해를 줍니다.
주는 피해 20% 감폭
투사체 5개 추가 발사
물리 피해의 60%를 화염 피해로 전환
투사체 속도 25% 감소
투사체 피해 20% 감폭
active skill area of effect radius +% final [50]
base is projectile [1]
투사체 5개 추가 발사
물리 피해의 60%를 화염 피해로 전환
투사체 속도 25% 감소
투사체 피해 20% 감폭
active skill area of effect radius +% final [50]
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/KaomWarrior/KaomWarrior" Actor { main_hand_unarmed_type = "One_Hand_Mace" off_hand_unarmed_type = "One_Hand_Axe" }
Object Type Codes
version 2 extends "Metadata/Monsters/KaomWarrior/KaomWarrior" Render { preload_buff_visual = "kaom_warrior2_effect" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/KaomWarrior/KaomWarrior2AtlasUber"] = { name = "Chosen Loyal", life = 1.49, fireResist = 40, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.82, damageSpread = 0.2, attackTime = 1.755, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "KaomWarriorMoltenStrike", }, 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["KaomWarriorMoltenStrike"] = { 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", "active_skill_damage_+%_final", "active_skill_projectile_damage_+%_final", "base_projectile_speed_+%", "active_skill_area_of_effect_radius_+%_final", "base_is_projectile", }, levels = { [1] = {60, 5, -20, -20, -25, 50, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, }