MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Бессветное отродье
Демон
Lightless Abomination
Spectre
AreaГлубины Бездны
Tagsabyss_blood, abyssal, demon, large_height, not_dex, not_int, slow_movement
Здоровье
228%
Броня
+40%
Ailment Threshold
228%
Сопротивление
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
Damage
133%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
8 ~ 18
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
190%
Model Size
150%
Type
AbyssTwoCocoon
Metadata
Cocoon
Уровень
78
Здоровье
41,583
Броня
88,108
Уклонение
6,667
Damage
898
Урон от чар
898
Точность
856
Attack Time
1.5
Опыт
23,516
Minion Life
8,270
Minion Damage
743
Ailment Threshold
41,583
Chill
131
Shock
131
Brittle
744
Scorch
131
Sap
363
Phys Convert Ele
290%
MeleeAtAnimationSpeed2
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 7181077
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
iconbasicattack
MeleeAtAnimationSpeedCombo
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 7181077
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
iconbasicattack
MPSCocoonCrystalMortar
Spell, Projectile, ProjectilesFromUser, Triggerable
Шанс критического удара: 5%
Время применения: 1 сек.
Перезарядка: 5 сек.
Наносит от 414.7 до 622.1 физического урона
Снаряды пронзают все цели
50% физического урона становится уроном от молнии
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
disable visual hit effect [1]
maintain projectile direction when using contact position [1]
monster projectile variation [286]
projectile ballistic angle from reference event [1]
projectile ballistic angle from target distance [1]
projectile uses contact direction [1]
projectile uses contact position [1]
projectiles not offset [1]
use scaled contact offset [1]
SOCocoonCrystalSpawn
Triggerable, Spell
Время применения: 1 сек.
GSCocoonAbyssCrystalZap
Spell, Triggerable
Шанс критического удара: 5%
Время применения: 1 сек.
Наносит от 937.5 до 2813 урона от молнии
50% шанс наложить шок на врагов
is area damage [1]

Object Type

 
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AbyssTwoLeague/Cocoon"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Lightless Abomination",
    life = 2.28,
    damage = 1.33,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 18,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedCombo",
        "MeleeAtAnimationSpeed2",
        "MPSCocoonCrystalMortar",
        "GSCocoonAbyssCrystalZap",
        "SOCocoonCrystalSpawn",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedCombo"] = {
    name = "Default Attack",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed2"] = {
    name = "Default Attack",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSCocoonCrystalMortar"] = {
    name = "MPSCocoonCrystalMortar",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "base_physical_damage_%_to_convert_to_lightning",
        "base_is_projectile",
        "action_attack_or_cast_time_uses_animation_length",
        "check_for_targets_between_initiator_and_projectile_source",
        "projectile_uses_contact_position",
        "maintain_projectile_direction_when_using_contact_position",
        "use_scaled_contact_offset",
        "projectile_uses_contact_direction",
        "projectile_ballistic_angle_from_reference_event",
        "projectile_ballistic_angle_from_target_distance",
        "projectiles_not_offset",
        "always_pierce",
        "disable_visual_hit_effect",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 286, 50, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSCocoonAbyssCrystalZap"] = {
    name = "GSCocoonAbyssCrystalZap",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_chance_to_shock_%",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 50, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SOCocoonCrystalSpawn"] = {
    name = "SOCocoonCrystalSpawn",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Бессветное отродье
Демон
Lightless Abomination
Spectre
Spectre OverrideMetadata/Monsters/AbyssTwoLeague/Cocoon
Tagsabyss_blood, abyssal, demon, large_height, not_dex, not_int, slow_movement
Здоровье
228%
Броня
+40%
Ailment Threshold
228%
Сопротивление
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
Damage
133%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
8 ~ 18
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
190%
Model Size
150%
Type
AbyssTwoCocoon
Metadata
CocoonDeepwater
Уровень
68
Здоровье
14,668
Броня
40,306
Уклонение
4,739
Damage
497
Урон от чар
497
Точность
580
Attack Time
1.5
Опыт
19,485
Minion Life
3,182
Minion Damage
397
Ailment Threshold
14,668
Chill
46
Shock
46
Brittle
262
Scorch
46
Sap
128
Phys Convert Ele
240%
MeleeAtAnimationSpeed2
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 397596
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
iconbasicattack
MeleeAtAnimationSpeedCombo
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 397596
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
iconbasicattack
MPSCocoonCrystalMortar
Spell, Projectile, ProjectilesFromUser, Triggerable
Шанс критического удара: 5%
Время применения: 1 сек.
Перезарядка: 5 сек.
Наносит от 248.3 до 372.4 физического урона
Снаряды пронзают все цели
50% физического урона становится уроном от молнии
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
disable visual hit effect [1]
maintain projectile direction when using contact position [1]
monster projectile variation [286]
projectile ballistic angle from reference event [1]
projectile ballistic angle from target distance [1]
projectile uses contact direction [1]
projectile uses contact position [1]
projectiles not offset [1]
use scaled contact offset [1]
SOCocoonCrystalSpawn
Triggerable, Spell
Время применения: 1 сек.
GSCocoonAbyssCrystalZap
Spell, Triggerable
Шанс критического удара: 5%
Время применения: 1 сек.
Наносит от 534.9 до 1605 урона от молнии
50% шанс наложить шок на врагов
is area damage [1]

Object Type

 
-- src\Data\Spectres.lua
minions["Metadata/Monsters/AbyssTwoLeague/CocoonDeepwater"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    name = "Lightless Abomination",
    life = 2.28,
    damage = 1.33,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 18,
    accuracy = 1,
    skillList = {
        "MeleeAtAnimationSpeedCombo",
        "MeleeAtAnimationSpeed2",
        "MPSCocoonCrystalMortar",
        "GSCocoonAbyssCrystalZap",
        "SOCocoonCrystalSpawn",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedCombo"] = {
    name = "Default Attack",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed2"] = {
    name = "Default Attack",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSCocoonCrystalMortar"] = {
    name = "MPSCocoonCrystalMortar",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "base_physical_damage_%_to_convert_to_lightning",
        "base_is_projectile",
        "action_attack_or_cast_time_uses_animation_length",
        "check_for_targets_between_initiator_and_projectile_source",
        "projectile_uses_contact_position",
        "maintain_projectile_direction_when_using_contact_position",
        "use_scaled_contact_offset",
        "projectile_uses_contact_direction",
        "projectile_ballistic_angle_from_reference_event",
        "projectile_ballistic_angle_from_target_distance",
        "projectiles_not_offset",
        "always_pierce",
        "disable_visual_hit_effect",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 286, 50, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSCocoonAbyssCrystalZap"] = {
    name = "GSCocoonAbyssCrystalZap",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_chance_to_shock_%",
        "is_area_damage",
    },
    levels = {
        [1] = {0.5, 1.5, 50, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SOCocoonCrystalSpawn"] = {
    name = "SOCocoonCrystalSpawn",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
Edit

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