천상의 단도 덫
구조물
Ethereal Knives Trap
Spectre | N |
---|---|
Tags | 시전, construct, extra_small_height, has_bow, immobile, physical_affinity, plate_armour, puncturing_weapon |
생명력
100%
Ailment Threshold
100%
저항
0 0 0 0
Damage
100%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 120
Attack Time
1.5 Second
Damage Spread
±0%
경험치
100%
Model Size
100%
Type
MonsterTrapVisible
Metadata
MonsterEtherealKnivesTrap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
6,433
방어도
28,790
회피
4,739
에너지 보호막
0
Damage
374
주문 피해
374
정확도
290
Attack Time
1.5
경험치
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).
AutonomousEtherealKnivesTrap
Spell, Damage, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Multicastable, Triggerable, CanRapidFire, Physical
천상의 단도
치명타 확률: 5%
시전 속도: 0.6 초
시전자 전방으로 원호 형태로 단도를 던져 물리 피해를 줍니다.
463.7~695.6 물리 피해
기본 지속시간 초
시전 속도 20% 감폭
투사체 9개 추가 발사
원형으로 투사체 발사
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
기본 지속시간 초
시전 속도 20% 감폭
투사체 9개 추가 발사
원형으로 투사체 발사
base is projectile [1]
monster penalty against minions damage +% final vs player minions [-25]
Object Type
version 2 extends "Metadata/Monsters/traps/MonsterTrap"
Object Type Codes
version 2 extends "Metadata/Monsters/traps/MonsterTrap"
-- src\Data\Spectres.lua minions["Metadata/Monsters/traps/MonsterEtherealKnivesTrap"] = { name = "Ethereal Knives Trap", life = 1, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1.5, attackRange = 120, accuracy = 1, skillList = { "AutonomousEtherealKnivesTrap", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["AutonomousEtherealKnivesTrap"] = { name = "Ethereal Knives", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arc of knives outwards in front of the caster which deal physical damage.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Totemable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.CanRapidFire] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.6, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "base_skill_effect_duration", "number_of_additional_projectiles", "active_skill_cast_speed_+%_final", "base_is_projectile", "projectiles_nova", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 0, 12000, 9, -20, critChance = 5, levelRequirement = 17, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, -25, 0, 9, -20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1, 1}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, -25, 25, 9, -20, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1, 1}, cost = { }, }, }, }