Doncella del fondo marino
No muerto
Seafloor Maiden
SpectreN
TagsLanzador de hechizos, fire_affinity, flesh_armour, ghost, is_unarmed, medium_height, not_dex, puncturing_weapon, ranged, red_blood, undead, very_slow_movement
Vida
150%
Energy Shield From Life
50%
Armaduras
+50%
Ailment Threshold
150%
Resistencia
0 40 0 0
Damage
150%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
150%
Model Size
100%
Type
Figurehead
Metadata
Figurehead
Nivel
68
Vida
9,650
Armaduras
43,185
Evasión
4,739
Escudo de energía
3,064
Damage
560
Daño de hechizos
560
Precisión
290
Attack Time
1.5
Experiencia
15,383
Ailment Threshold
9,650
Chill
31
Shock
31
Brittle
173
Scorch
31
Sap
84
FigureheadSpiritMortar
Projectile, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 5 seg
Se repite una vez
Inflige de 214 a 320.9 de daño de fuego
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
Enfrenta al último objetivo

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 = { }, },
    },
}
Edit

Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.