IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Espírito do Abismo
CategoryUndeadMorto-vivo
Spirit Of The Abyss
Spectre
Tagsghost, medium_movement, Unarmed_onhit_audio, undead
Vida
100%
Resistência
IconEnemyResistanceFire0 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
Damage
100%
Precisão
100%
Attack Distance
5 ~ 14
Tempo de Ataque
1.5 Second
Damage Spread
±20%
Experiência
100%
Model Size
100%
Type
TormentedSpirit
Metadata
TormentedSpiritoftheAbyss
Nível
68
Vida
8,257
Damage
233
Dano Mágico
233
Precisão
2,502
Tempo de Ataque
1.5
Experiência
28,634
Minion Life
6,930
Minion Damage
969
Minion Armour
2,413
HauntSacred
Tempo de Recarga: 3 s
SpiritBurstSacred
active skill base area of effect radius [80]

Object Type

 
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TormentedSpirits/TormentedSpiritoftheAbyss"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Spirit Of The Abyss",
    life = 1,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    skillList = {
        "HauntSacred",
        "SpiritBurstSacred",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["HauntSacred"] = {
    name = "HauntSacred",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SpiritBurstSacred"] = {
    name = "SpiritBurstSacred",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_base_area_of_effect_radius",
    },
    levels = {
        [1] = {80, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Edit

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