Remanente sangrenegra
Blackblood Remnant
SpectreY
Tagsvery_slow_movement
Vida
100%
Resistencia
0 0 0 0
Damage
67%
Precisión
100%
Attack Distance
6 ~ 6
Tiempo de ataque
1 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
Daemon
Metadata
BlackbloodRemnant
IsSummoned
Y
Nivel
68
Vida
7,757
Damage
156
Daño de hechizos
156
Precisión
2,464
Tiempo de ataque
1
Experiencia
28,634
Minion Life
6,930
Minion Damage
649
Minion Armour
2,413
GSBlackbloodRemnantExplode
Triggerable, Spell, Damage
Tiempo de lanzamiento: 1 seg
Inflige de 841.8 a 1263 de daño físico
action attack or cast time uses animation length [1]
is area damage [1]

Object Type

Object Type Codes

 
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAbyss/Blackblood/Cretin/BlackbloodRemnant"] = {
    name = "Blackblood Remnant",
    life = 1,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 0.67,
    damageSpread = 0.2,
    attackTime = 1,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "GSBlackbloodRemnantExplode",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["GSBlackbloodRemnantExplode"] = {
    name = "GSBlackbloodRemnantExplode",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "geometry_spell",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
Edit

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