黑冠号的仆从
亡灵
Maiden of the Black Crest
幽魂N
标签bludgeoning_weapon, 施法, cold_affinity, fire_affinity, ghost, ghost_armour, is_unarmed, large_height, large_model, not_dex, ranged, undead, very_slow_movement
生命
400%
生命转为护盾
50%
护甲
+50%
异常状态临界值
400%
抗性
0 64 64 0
伤害
200%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 14
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
120%
类型
FigureheadChestBoss
Metadata
FigureheadChestBoss
等级
68
生命
25,733
护甲
43,185
闪避值
4,739
能量护盾
3,064
伤害
747
法术伤害
747
命中
290
攻击间隔
1.5
经验值
20,510
异常状态临界值
25,733
冰缓
81
Shock
81
Brittle
460
Scorch
81
Sap
225
FigureheadChestBossIncinerate
法术, 投射物, 玩家投射物, 伤害, 火焰
头像燃尽
伤害效用: 30%
施放间隔: 0.2 秒
投射物贯穿所有目标
造成 155.1 - 206.9 火焰伤害
施法速度减慢 50%
投射物速度加快 60%
每一阶会使击中伤害和异常状态伤害总增 100%
base is projectile [1]
FaceLastTarget
面对最后目标
WeylamsWarChestBossIceStorm
法术, 伤害, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 火焰, 可秘能爆发, 可齐射, 范围法术
烈炎风暴
攻击暴击率: 5%
施放间隔: 0.9 秒
冷却时间: 5 秒
低语呢喃,呼唤无数火焰之球如雨一般洒落在目标区域。每颗火球落地时将会爆炸,并对周围的敌人造成伤害。
造成 293.9 - 440.9 冰霜伤害
基础持续时间为 4
施法速度加快 25%
0.3 秒一次冲击
基础范围为 1
firestorm base area of effect +% [43]
firestorm drop ground ice duration ms [1000]
is area damage [1]
FigureheadWaterCascade
法术, 伤害, 范围, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 冰冷, 物理, 可齐射, 范围法术
冰川之刺
攻击暴击率: 5%
施放间隔: 1.5 秒
冷却时间: 10 秒
从地面的一系列爆发中冒出冰结之刺,每一次都对该区域内的敌人造成伤害。
造成 574.4 - 861.6 冰霜伤害
导致 +10 次爆发
active skill area of effect radius +% final [-40]
is area damage [1]

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/FigureheadChestBoss"] = {
    name = "Maiden of the Black Crest",
    life = 4,
    energyShield = 0.5,
    fireResist = 0,
    coldResist = 64,
    lightningResist = 64,
    chaosResist = 0,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "WeylamsWarChestBossIceStorm",
        "FigureheadChestBossIncinerate",
        "FigureheadWaterCascade",
        "FaceLastTarget",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["WeylamsWarChestBossIceStorm"] = {
    name = "Firestorm",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Cascadable] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.9,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "base_skill_effect_duration",
        "fire_storm_fireball_delay_ms",
        "firestorm_base_area_of_effect_+%",
        "firestorm_drop_ground_ice_duration_ms",
        "base_cast_speed_+%",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 4000, 300, 43, 1000, 25, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FigureheadChestBossIncinerate"] = {
    name = "FigureHead Incinerate",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Damage] = true,
        [SkillType.Fire] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.2,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "flamethrower_damage_+%_per_stage_final",
        "base_projectile_speed_+%",
        "base_cast_speed_+%",
        "base_is_projectile",
        "always_pierce",
    },
    levels = {
        [1] = {0.89999997615814, 1.2000000476837, 100, 60, -50, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FigureheadWaterCascade"] = {
    name = "Glacial Cascade",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
    skillTypes = {
        [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.Cold] = true,
        [SkillType.Physical] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_cold_damage",
        "spell_maximum_base_cold_damage",
        "upheaval_number_of_spikes",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 7, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 9, statInterpolation = {3, 3},  cost = { }, },
        [4] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 12, statInterpolation = {3, 3},  cost = { }, },
        [5] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 16, statInterpolation = {3, 3},  cost = { }, },
        [6] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3},  cost = { }, },
        [7] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 27, statInterpolation = {3, 3},  cost = { }, },
        [8] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3},  cost = { }, },
        [9] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3},  cost = { }, },
        [10] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3},  cost = { }, },
        [11] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3},  cost = { }, },
        [12] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
        [13] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3},  cost = { }, },
        [14] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 49, statInterpolation = {3, 3},  cost = { }, },
        [15] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3},  cost = { }, },
        [16] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3},  cost = { }, },
        [17] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3},  cost = { }, },
        [18] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3},  cost = { }, },
        [19] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
        [20] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 65, statInterpolation = {3, 3},  cost = { }, },
        [21] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
        [22] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3},  cost = { }, },
        [23] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        [24] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3},  cost = { }, },
        [25] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
        [26] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3},  cost = { }, },
        [27] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3},  cost = { }, },
        [28] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3},  cost = { }, },
        [29] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
        [30] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3},  cost = { }, },
        [31] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3},  cost = { }, },
        [32] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3},  cost = { }, },
        [33] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3},  cost = { }, },
        [34] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3},  cost = { }, },
        [35] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3},  cost = { }, },
        [36] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3},  cost = { }, },
        [37] = {0.80000001192093, 1.2000000476837, 10, -40, critChance = 5, levelRequirement = 82, 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 = { }, },
    },
}
IdFigureheadChestBossRagingSpiritDaemon
FamilyDaemon
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Edit

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