칼날 호러
시신
몬스터 유형: 악마
쌍수 타격으로 공격
주기적으로 격앙됨
소유자의 격노에 영향을 받음
주기적으로 격앙됨
소유자의 격노에 영향을 받음
이 아이템에 우클릭하여 이 시신을 생성할 수 있습니다.
Slashing Horror
칼날 호러 DualstrikeDemonMid /8
이름 | 상세 설명 표시 |
---|---|
DropLevel | 46 |
BaseType | Slashing Horror |
BaseType | 칼날 호러 |
Class | 시신 |
Flags | AlwaysAllocate |
Type | Metadata/Items/ItemisedCorpses/DualstrikeDemonMid |
Icon | Art/2DItems/Currency/Azmeri/DemonBoss2Corpse |
Reference | Community Wiki |
칼날 호러
악마
Slashing Horror
Spectre | Y |
---|---|
Tags | demon, fire_affinity, flesh_armour, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, large_height, medium_movement, melee, not_int, physical_affinity, red_blood, slashing_weapon, unique_map_boss |
생명력
330%
방어도
+40%
회피
+60%
Ailment Threshold
330%
저항
0 52 52 0
Damage
188%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 11
Attack Time
1.35 Second
Damage Spread
±20%
경험치
150%
Model Size
125%
Type
AzmeriDualstrikeDemon
Metadata
DualstrikeDemonMid
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
21,230
방어도
40,306
회피
7,582
에너지 보호막
0
Damage
702
주문 피해
702
정확도
290
Attack Time
1.35
경험치
15,383
Ailment Threshold
21,230
Chill
67
Shock
67
Brittle
380
Scorch
67
Sap
185
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: 562–843
치명타 확률: 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]
AzmeriDualStrikeDemonFireEnrage
Spell
시전 속도: 1 초
재사용 대기시간: 12 초
기본 지속시간 5초
공격 속도 50% 증가
이동 속도 50% 증가
물리 피해의 100%를 추가 화염 피해로 획득
action attack or cast time uses animation length [1]
maximum fire damage to return when hit [565.1]
minimum fire damage to return when hit [376.7]
공격 속도 50% 증가
이동 속도 50% 증가
물리 피해의 100%를 추가 화염 피해로 획득
action attack or cast time uses animation length [1]
maximum fire damage to return when hit [565.1]
minimum fire damage to return when hit [376.7]
AzmeriDualStrikeDemonDualStrike
Attack, DualWieldOnly, MeleeSingleTarget, Multistrikeable, Melee, ThresholdJewelArea
쌍수 타격
Base Damage: 562–843
치명타 확률: 5%
공격 피해: 150%
공격 피해: 150%
Attack Time: 1.35 초
양손의 무기로 한번에 공격하여 피해를 줍니다. 쌍수를 사용해야 하며 마법봉은 해당되지 않습니다.
주는 공격 피해 50% 증폭
action attack or cast time uses animation length [1]
skill double hits when dual wielding [1]
action attack or cast time uses animation length [1]
skill double hits when dual wielding [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" off_hand_unarmed_type = "One_Hand_Sword" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAzmeri/SpecialCorpses/DualstrikeDemonMid"] = { name = "Slashing Horror", life = 3.3, fireResist = 0, coldResist = 52, lightningResist = 52, chaosResist = 0, damage = 1.88, damageSpread = 0.2, attackTime = 1.35, attackRange = 11, accuracy = 1, weaponType1 = "One Hand Sword", weaponType2 = "One Hand Sword", skillList = { "AzmeriDualStrikeDemonDualStrike", "MeleeAtAnimationSpeed", "AzmeriDualStrikeDemonFireEnrage", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["AzmeriDualStrikeDemonDualStrike"] = { 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 = { "skill_double_hits_when_dual_wielding", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {baseMultiplier = 1.5, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- 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["AzmeriDualStrikeDemonFireEnrage"] = { name = "AzmeriDualStrikeDemonFireEnrage", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "minimum_fire_damage_to_return_when_hit", "maximum_fire_damage_to_return_when_hit", "physical_damage_%_to_add_as_fire", "base_skill_effect_duration", "base_movement_velocity_+%", "attack_speed_+%", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 100, 5000, 50, 50, levelRequirement = 70, statInterpolation = {3, 3, 1}, cost = { }, }, }, }