Дева с морского дна
Нежить
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 сек.
Повторяется единожды
Наносит от 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 = { }, }, }, }