해저의 처녀
언데드
Seafloor Maiden
Spectre | N |
---|---|
Tags | 시전, fire_affinity, flesh_armour, ghost, is_unarmed, medium_height, not_dex, puncturing_weapon, ranged, red_blood, undead, very_slow_movement |
생명력
150%
Energy Shield From Life
50%
방어도
+50%
Ailment Threshold
150%
저항
0 40 0 0
Damage
150%
정확도
100%
치명타 확률
+5%
치명타 피해 배율
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
경험치
150%
Model Size
100%
Type
Figurehead
Metadata
Figurehead
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
레벨
68
생명력
9,650
방어도
43,185
회피
4,739
에너지 보호막
3,064
Damage
560
주문 피해
560
정확도
290
Attack Time
1.5
경험치
15,383
Ailment Threshold
9,650
Chill
31
Shock
31
Brittle
173
Scorch
31
Sap
84
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).
FigureheadSpiritMortar
Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
치명타 확률: 5%
시전 속도: 1 초
재사용 대기시간: 5 초
1회 반복
214~320.9 화염 피해
base is projectile [1]
ignite art variation [2]
is area damage [1]
monster projectile variation [1]
projectile minimum range [15]
projectile spread radius [20]
spell maximum action distance +% [-40]
214~320.9 화염 피해
base is projectile [1]
ignite art variation [2]
is area damage [1]
monster projectile variation [1]
projectile minimum range [15]
projectile spread radius [20]
spell maximum action distance +% [-40]
FaceLastTarget
마지막 대상 맞서기
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.75 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Figurehead/Figurehead"] = { name = "Seafloor Maiden", life = 1.5, energyShield = 0.5, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.5, attackRange = 14, accuracy = 1, skillList = { "FigureheadSpiritMortar", "FaceLastTarget", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["FigureheadSpiritMortar"] = { name = "FigureheadSpiritMortar", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Projectile] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_fire_damage", "spell_maximum_base_fire_damage", "projectile_spread_radius", "base_spell_repeat_count", "projectile_minimum_range", "ignite_art_variation", "monster_projectile_variation", "spell_maximum_action_distance_+%", "is_area_damage", "base_is_projectile", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 20, 1, 15, 2, 1, -40, critChance = 5, levelRequirement = 9, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["FaceLastTarget"] = { name = "Face Last Target", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.01, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }