(DNT)閃電爆靈
創造物
(DNT) Lightning 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
VolatileOrbLightning
等級
68
生命
19,300
護甲值
28,790
閃避值
4,739
傷害
374
法術傷害
374
命中
580
攻擊間隔
1.5
經驗值
10,255
召喚物生命
4,186
召喚物傷害
298
異常狀態臨界值
19,300
冰緩
61
感電
61
易碎
345
焦灼
61
殘喘
169
GPSBreachHandMageLightningVolatileProjectile
法術, 可觸發
暴擊率: 5%
施放時間: 1.5 秒
冷卻時間: 3 秒
造成 706.32119 閃電傷害
base is projectile [1]
projectile spread radius [5]
projectile uses contact position [1]
use scaled contact offset [1]
BreachHandMageLightningOrbSuicideExplosion
法術, 範圍, 傷害, 範圍法術, 可觸發
施放時間: 1 秒
造成 16644991 閃電傷害
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/VolatileOrbLightning"] = {
    name = "(DNT) Lightning Volatile",
    life = 3,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "GPSBreachHandMageLightningVolatileProjectile",
        "BreachHandMageLightningOrbSuicideExplosion",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GPSBreachHandMageLightningVolatileProjectile"] = {
    name = "GPSBreachHandMageLightningVolatileProjectile",
    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_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "projectile_spread_radius",
        "base_is_projectile",
        "use_scaled_contact_offset",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.5, 1.5, 5, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BreachHandMageLightningOrbSuicideExplosion"] = {
    name = "BreachHandMageLightningOrbSuicideExplosion",
    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_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "spell_maximum_action_distance_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 100, 15, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
Edit

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