Expedition2RemnantActiveIncursionAtziriActiveShrineActiveStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
(DNT) Lightning Volatile
CategoryConstructМеханизм
Spectre
TagsЧародейский, construct, ghost_armour, is_unarmed, physical_affinity, Unarmed_onhit_audio, uses_suicide_explode, very_slow_movement
Здоровье
300%
Сопротивление
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
Damage
100%
Меткость
100%
Attack Distance
6 ~ 6
Время атаки
1.5 Second
Damage Spread
±20%
Опыт
100%
Model Size
100%
Type
ExpeditionReaperVolatile
Metadata
VolatileOrbLightning
Удержано ресурсов
50
Сопротивление
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
Удержано ресурсов
30%
Сопротивление
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
Уровень
68
Здоровье
24,771
Damage
233
Урон от чар
233
Меткость
2,502
Время атаки
1.5
Опыт
28,634
Minion Life
20,790
Minion Damage
969
Minion Armour
2,413
GPSBreachHandMageLightningVolatileProjectile
Triggerable, Spell, Damage, AttackInPlace
Время применения: 1.5 сек.
Перезарядка: 3 сек.
Наносит от 214.3 до 321.4 физического урона
base is projectile [1]
projectile spread radius [15]
projectile uses contact position [1]
use scaled contact offset [1]
BreachHandMageLightningOrbSuicideExplosion
Spell, Area, Damage, AreaSpell, Triggerable, AttackInPlace
Время применения: 1 сек.
Наносит от 191.3 до 287 физического урона
active skill area of effect radius +% final [25]
is area damage [1]
spell maximum action distance +% [100]

Object Type

 
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BreachBossHandMage/VolatileOrbLightning"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "(DNT) Lightning Volatile",
    life = 3,
    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 = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "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.80000001192093, 1.2000000476837, 15, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BreachHandMageLightningOrbSuicideExplosion"] = {
    name = "BreachHandMageLightningOrbSuicideExplosion",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Damage] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AttackInPlace] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "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.80000001192093, 1.2000000476837, 100, 25, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
Edit

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