尤希里斯莫凡特
构造体
区域: 致命密室
kill traps mines and totems on death [1]
掉落的物品稀有度提高 %
monster no map drops [1]
monster additional quantity of dropped items in cruel +% [300]
monster additional quantity of dropped items in merciless +% [600]
monster additional rarity of dropped items in cruel +% [300]
monster additional rarity of dropped items in merciless +% [600]
+2 召唤图腾数量上限
Harbinger of Disorder
幽魂N
地区致命密室, 致命密室
标签施法, construct, fire_affinity, is_unarmed, light_armour, lightning_affinity, medium_height, medium_movement, not_int, not_str, ranged, red_blood, slashing_weapon, vaalsidearea_boss
生命
180%
闪避值
+50%
异常状态临界值
180%
抗性
30 30 30 20
伤害
120%
命中
100%
攻击暴击率
+5%
暴击伤害
+130%
攻击距离
6 ~ 14
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
120%
类型
VaalSideAreaBossHolyFireElemental
Metadata
VaalSideAreaBoss6
等级
68
生命
11,580
护甲
28,790
闪避值
7,109
能量护盾
0
伤害
448
法术伤害
448
命中
290
攻击间隔
1.5
经验值
20,510
异常状态临界值
11,580
冰缓
37
Shock
37
Brittle
207
Scorch
37
Sap
101
VaalSideAreaBossVaalSpark
法术, 投射物, 玩家投射物, ProjectileSpiral, 伤害, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 瓦尔, 闪电
瓦尔.电球
伤害效用: 50%
施放间隔: 2.25 秒
冷却时间: 12 秒
持续的施放出大量变幻莫测的电球,这些电球将会随机移动直到撞到敌人或是自然消失.
造成 113 - 338.9 闪电伤害
基础持续时间为 2.5
朝随机方向发射投射物
投射物速度加快 25%
base is projectile [1]
monster reverse point blank damage -% at minimum range [40]
projectile spiral nova time ms [4000]
VaalSideAreaBossHolyMortar
法术, 伤害, 范围, 陷阱技能, 地雷技能, 图腾技能, 可触发, 火焰, 投射物, 法术可重复, 连锁, 范围法术
攻击暴击率: 5%
施放间隔: 0.83 秒
你的击中始终具有点燃效果
造成 1098 - 1647 火焰伤害
base is projectile [1]
fire mortar second hit damage +% final [-60]
is area damage [1]
projectile uses contact position [1]
VaalSideAreaBossCastGroundEffectHolyFire
法术, 范围, 伤害, 可触发, 持续时间, 范围法术
施放间隔: 1 秒
冷却时间: 5 秒
每秒造成 377.1 基础火焰伤害
基础持续时间为 10
ground fire art variation [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Life
{
	on_spawned_dead = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
	on_death = "RemoveEffects();"
}

Animated
{
	on_death = "HideMeshSegments( geo_L_Arm1Shape,geo_L_Leg1Shape,geo_R_Arm1Shape,geo_R_Leg1Shape,geo_Torso1Shape );"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/VaalSideAreaBosses/VaalSideAreaBoss6"] = {
    name = "Harbinger of Disorder",
    life = 1.8,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "VaalSideAreaBossVaalSpark",
        "VaalSideAreaBossCastGroundEffectHolyFire",
        "VaalSideAreaBossHolyMortar",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalSideAreaBossVaalSpark"] = {
    name = "Vaal Spark",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Continuously launches unpredictable sparks in all directions that move randomly until they hit an enemy or expire.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.ProjectileSpiral] = true,
        [SkillType.Damage] = true,
        [SkillType.Duration] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Vaal] = true,
        [SkillType.Lightning] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.25,
    baseFlags = {
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "base_number_of_projectiles_in_spiral_nova",
        "projectile_spiral_nova_time_ms",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "base_projectile_speed_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.5, 1.5, 2500, 50, 4000, 40, 25, levelRequirement = 45, statInterpolation = {3, 3},  cost = { }, },
        [2] = {0.5, 1.5, 2500, 50, 4000, 40, 25, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        [3] = {0.5, 1.5, 2500, 50, 4000, 40, 25, levelRequirement = 69, statInterpolation = {3, 3},  cost = { }, },
        [4] = {0.5, 1.5, 2500, 50, 4000, 40, 25, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
        [5] = {0.5, 1.5, 2500, 50, 4000, 40, 25, levelRequirement = 71, statInterpolation = {3, 3},  cost = { }, },
        [6] = {0.5, 1.5, 2500, 50, 4000, 40, 25, levelRequirement = 72, statInterpolation = {3, 3},  cost = { }, },
        [7] = {0.5, 1.5, 2500, 50, 4000, 40, 25, levelRequirement = 73, statInterpolation = {3, 3},  cost = { }, },
        [8] = {0.5, 1.5, 2500, 50, 4000, 40, 25, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
        [9] = {0.5, 1.5, 2500, 50, 4000, 40, 25, levelRequirement = 75, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalSideAreaBossCastGroundEffectHolyFire"] = {
    name = "VaalSideAreaBossCastGroundEffectHolyFire",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Duration] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_fire_damage_to_deal_per_minute",
        "ground_fire_art_variation",
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {2.0999999046326, 1, 10000, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalSideAreaBossHolyMortar"] = {
    name = "VaalSideAreaBossHolyMortar",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.Projectile] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Chains] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.83,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "fire_mortar_second_hit_damage_+%_final",
        "is_area_damage",
        "base_is_projectile",
        "always_ignite",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -60, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
kill traps mines and totems on death [1]
IdMonsterKillTrapsMinesTotemsOnDeath
FamilyMonsterKillTrapsMinesTotemsOnDeath
Domains怪物 (3)
GenerationType传奇 (3)
Req. level1
Stats
  • kill traps mines and totems on death Min: 1 Max: 1 全域
  • 掉落的物品稀有度提高 %
    IdMonsterSideAreaBoss
    FamilyMonsterSideAreaBoss
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 0 Max: 0 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • monster additional quantity of dropped items in cruel +% [300]
    monster additional quantity of dropped items in merciless +% [600]
    monster additional rarity of dropped items in cruel +% [300]
    monster additional rarity of dropped items in merciless +% [600]
    IdMonsterInvasionMercilessDrops1
    FamilyMonsterMercilessDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 300 Max: 300 全域
  • monster additional quantity of dropped items in cruel +% Min: 300 Max: 300 全域
  • monster additional rarity of dropped items in merciless +% Min: 600 Max: 600 全域
  • monster additional quantity of dropped items in merciless +% Min: 600 Max: 600 全域
  • +2 召唤图腾数量上限
    IdMonsterTwoAdditionalTotems
    FamilyAdditionalTotems
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • number of additional totems allowed Min: 2 Max: 2 全域
  • Edit

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