混沌不稳定体
构造体
(DNT) Chaos Volatile
幽魂N
标签施法, construct, ghost_armour, is_unarmed, physical_affinity, uses_suicide_explode, very_slow_movement
生命
300%
异常状态临界值
300%
抗性
20 20 20 0
伤害
100%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 6
攻击间隔
1.5 秒
伤害分布
±20%
经验值
100%
Model Size
100%
类型
ExpeditionReaperVolatile
Metadata
VolatileOrbChaos
等级
68
生命
19,300
护甲
28,790
闪避值
4,739
伤害
374
法术伤害
374
命中
580
攻击间隔
1.5
经验值
10,255
召唤物生命
4,186
召唤物伤害
298
异常状态临界值
19,300
冰缓
61
Shock
61
Brittle
345
Scorch
61
Sap
169
GPSBreachHandMageChaosVolatileProjectile
法术, 可触发
暴击几率: 5%
施放间隔: 1.5 秒
冷却时间: 3 秒
造成 301.3 - 452 物理伤害
造成 301.3 - 452 混沌伤害
base is projectile [1]
projectile spread radius [5]
projectile uses contact position [1]
use scaled contact offset [1]
BreachHandMageChaosOrbSuicideExplosion
法术, 范围, 伤害, 范围法术, 可触发
施放间隔: 1 秒
造成 602.7 - 904 物理伤害
造成 602.7 - 904 混沌伤害
active skill area of effect radius +% final [15]
is area damage [1]
spell maximum action distance +% [100]

Object Type

Object Type Codes

 
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BreachBossHandMage/VolatileOrbChaos"] = {
    name = "(DNT) Chaos Volatile",
    life = 3,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "GPSBreachHandMageChaosVolatileProjectile",
        "BreachHandMageChaosOrbSuicideExplosion",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GPSBreachHandMageChaosVolatileProjectile"] = {
    name = "GPSBreachHandMageChaosVolatileProjectile",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_chaos_damage",
        "spell_maximum_base_chaos_damage",
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "projectile_spread_radius",
        "base_is_projectile",
        "use_scaled_contact_offset",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, 5, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BreachHandMageChaosOrbSuicideExplosion"] = {
    name = "BreachHandMageChaosOrbSuicideExplosion",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_chaos_damage",
        "spell_maximum_base_chaos_damage",
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "spell_maximum_action_distance_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.40000000596046, 0.60000002384186, 0.40000000596046, 0.60000002384186, 100, 15, levelRequirement = 1, statInterpolation = {3, 3, 3, 3},  cost = { }, },
    },
}
Edit

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