MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Bocarra Abismal
Morto-vivo
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
Recupera 4% de Vida quando perder uma Carga Espiritual
maximum spirit charges [3]
monster spirit charges are infinite [1]
spirit charge tier [2]
emerge speed +% [0,20]
cannot be used as minion [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
emerge speed +% [0,20]
Pit Maw
Spectre
AreaProfundezas Abissais, Profundezas Abissais, Profundezas Abissais, Profundezas Abissais
Tagsabyss_commander_monster, abyssal, bludgeoning_weapon, bone_armour, Conjurador, extra_small_height, has_claw, has_one_handed_melee, large_model, medium_movement, not_int, physical_affinity, ranged, skeleton, undead
Packs
  • Terror Obscuro, Espreitador das Profundezas, Bocarra Abismal
  • Vida
    299%
    Armadura
    +25%
    Evasão
    +25%
    Ailment Threshold
    299%
    Resistência
    IconEnemyResistanceFire30% IconEnemyResistanceCold30% IconEnemyResistanceLightning30% IconEnemyResistanceChaos20%
    Damage
    89%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    Experiência
    175%
    Model Size
    160%
    Type
    SkeletonCannonAbyss
    Metadata
    SkeletonCannonAbyss
    Nível
    78
    Vida
    54,532
    Armadura
    78,668
    Evasão
    8,334
    Damage
    601
    Dano Mágico
    601
    Precisão
    856
    Attack Time
    1.8
    Experiência
    21,660
    Minion Life
    10,846
    Minion Damage
    497
    Ailment Threshold
    54,532
    Chill
    172
    Shock
    172
    Brittle
    976
    Scorch
    172
    Sap
    476
    Phys Convert Ele
    290%
    SummonSkeletonAbyssSkeletonCannon
    Spell, Projectile, Multicastable, Triggerable
    Tempo de Conjuração: 1.27 seg
    Recarga: 8 seg
    active skill area of effect radius +% final [30]
    alternate minion [287]
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-30]
    monster projectile variation [1]
    number of monsters to summon [4]
    projectile minimum range [30]
    projectile spread radius [5]
    projectile uses contact position [1]
    spell maximum base physical damage [858.5]
    spell minimum base physical damage [572.3]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    SkeletonCannonProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 481721
    Chance de Crítico: 5%
    Dano de Ataque: 40%
    Attack Time: 1.8 seg
    Recarga: 3.5 seg
    Causa 60% menos Dano de Ataque
    base is projectile [1]
    monster projectile variation [29]
    monster reverse point blank damage -% at minimum range [30]
    projectile uses contact position [1]
    spell maximum action distance +% [-50]
    AbyssSkeletonCannonProjectile
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tempo de Conjuração: 2 seg
    Recarga: 6 seg
    Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
    Dispara 7 Projéteis adicionais
    active skill area of effect radius +% final [-33]
    base is projectile [1]
    projectile minimum range [20]
    projectile spread radius [15]
    spell maximum action distance +% [-60]
    spell maximum base physical damage [12.25]
    spell minimum base physical damage [8.165]
    AbyssBoneHuskSpellNova
    Spell, Damage, Area, Duration, Triggerable, AreaSpell
    Tempo de Conjuração: 1 seg
    active skill area of effect radius +% final [-50]
    is area damage [1]
    spell maximum base physical damage [739.1]
    spell minimum base physical damage [492.7]

    Object Type

    version 2
    extends "Metadata/Monsters/SkeletonCannon/SkeletonCannon"
    extends "Metadata/Monsters/Skeletons/AbyssCorpseSink"
    
    Actor
    {
    	on_event_face_for_MonsterProjectileWeapon = "FaceTarget(false, true);"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SkeletonCannon/SkeletonCannonAbyss"] = {
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        name = "Pit Maw",
        life = 2.99,
        damage = 0.89,
        damageSpread = 0.2,
        attackTime = 1.8,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Claw",
        skillList = {
            "AbyssBoneHuskSpellNova",
            "SkeletonCannonProjectile",
            "AbyssSkeletonCannonProjectile",
            "SummonSkeletonAbyssSkeletonCannon",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AbyssBoneHuskSpellNova"] = {
        name = "AbyssBoneHuskSpellNova",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -50, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SkeletonCannonProjectile"] = {
        name = "SkeletonCannonProjectile",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {29, -50, 30, baseMultiplier = 0.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AbyssSkeletonCannonProjectile"] = {
        name = "AbyssSkeletonCannonProjectile",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_maximum_action_distance_+%",
            "projectile_spread_radius",
            "number_of_additional_projectiles",
            "projectile_minimum_range",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {1.2000000476837, 1.7999999523163, -60, 15, 7, 20, -33, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonSkeletonAbyssSkeletonCannon"] = {
        name = "SummonSkeletonAbyssSkeletonCannon",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.27,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_monsters_to_summon",
            "alternate_minion",
            "projectile_minimum_range",
            "monster_projectile_variation",
            "projectile_spread_radius",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "summoned_monsters_are_minions",
            "projectile_uses_contact_position",
            "summoned_monsters_no_drops_or_experience",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4, 287, 30, 1, 5, -30, 30, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Recupera 4% de Vida quando perder uma Carga Espiritual
    maximum spirit charges [3]
    monster spirit charges are infinite [1]
    spirit charge tier [2]
    FamilySpiritCharge
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • spirit charge tier 2 2 Global
  • maximum spirit charges 3 3 Global
  • monster spirit charges are infinite 1 1 Global — Valor não escalável
  • gain % life when spirit charge expires or consumed 4 4 Global
  • emerge speed +% [0,20]
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • emerge speed +% 0 20 Global
  • cannot be used as minion [1]
    FamilyCannotBeUsedAsMinion
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be used as minion 1 1 Global — Valor não escalável
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster hellscape charge +% -66 -66 Global
  • monster beyond portal chance +% final -66 -66 Global
  • emerge speed +% [0,20]
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • emerge speed +% 0 20 Global
  • keyval
    Life.corpse_sink_delay_ms4000
    Life.corpse_sink_time_ms20000
    Actor.on_event_face_for_MonsterProjectileWeaponFaceTarget(false, true);
    Bocarra Abismal
    Morto-vivo
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    Recupera 4% de Vida quando perder uma Carga Espiritual
    maximum spirit charges [3]
    monster spirit charges are infinite [1]
    spirit charge tier [2]
    emerge speed +% [0,20]
    cannot be used as minion [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    emerge speed +% [0,20]
    Pit Maw
    Spectre
    AreaMapa: Zigurate
    Tagsabyss_commander_monster, abyssal, bludgeoning_weapon, bone_armour, Conjurador, extra_small_height, has_claw, has_one_handed_melee, large_model, medium_movement, not_int, physical_affinity, ranged, skeleton, undead
    Packs
  • Mapa: Zigurate: Bocarra Abismal, Sentinela Primitiva, Caçador Primitivo, Sentinela Erguida
  • Debulhador, Bocarra Abismal, Matriarca da Asa do Submundo
  • Vida
    299%
    Armadura
    +25%
    Evasão
    +25%
    Ailment Threshold
    299%
    Resistência
    IconEnemyResistanceFire30% IconEnemyResistanceCold30% IconEnemyResistanceLightning30% IconEnemyResistanceChaos20%
    Damage
    89%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    Experiência
    175%
    Model Size
    160%
    Type
    SkeletonCannonAbyss
    Metadata
    SkeletonCannonAbyssStandalone
    Nível
    84
    Vida
    105,532
    Armadura
    124,793
    Evasão
    10,150
    Damage
    848
    Dano Mágico
    848
    Precisão
    1,076
    Attack Time
    1.8
    Experiência
    23,188
    Minion Life
    19,945
    Minion Damage
    720
    Ailment Threshold
    105,532
    Chill
    334
    Shock
    334
    Brittle
    1,888
    Scorch
    334
    Sap
    922
    Phys Convert Ele
    300%
    SummonSkeletonAbyssSkeletonCannon
    Spell, Projectile, Multicastable, Triggerable
    Tempo de Conjuração: 1.27 seg
    Recarga: 8 seg
    active skill area of effect radius +% final [30]
    alternate minion [287]
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-30]
    monster projectile variation [1]
    number of monsters to summon [4]
    projectile minimum range [30]
    projectile spread radius [5]
    projectile uses contact position [1]
    spell maximum base physical damage [1127]
    spell minimum base physical damage [751.6]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    SkeletonCannonProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 6791018
    Chance de Crítico: 5%
    Dano de Ataque: 40%
    Attack Time: 1.8 seg
    Recarga: 3.5 seg
    Causa 60% menos Dano de Ataque
    base is projectile [1]
    monster projectile variation [29]
    monster reverse point blank damage -% at minimum range [30]
    projectile uses contact position [1]
    spell maximum action distance +% [-50]
    AbyssSkeletonCannonProjectile
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tempo de Conjuração: 2 seg
    Recarga: 6 seg
    Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
    Dispara 7 Projéteis adicionais
    active skill area of effect radius +% final [-33]
    base is projectile [1]
    projectile minimum range [20]
    projectile spread radius [15]
    spell maximum action distance +% [-60]
    spell maximum base physical damage [13.89]
    spell minimum base physical damage [9.259]
    AbyssBoneHuskSpellNova
    Spell, Damage, Area, Duration, Triggerable, AreaSpell
    Tempo de Conjuração: 1 seg
    active skill area of effect radius +% final [-50]
    is area damage [1]
    spell maximum base physical damage [942.8]
    spell minimum base physical damage [628.6]

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SkeletonCannon/SkeletonCannonAbyssStandalone"] = {
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        name = "Pit Maw",
        life = 2.99,
        damage = 0.89,
        damageSpread = 0.2,
        attackTime = 1.8,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Claw",
        skillList = {
            "AbyssBoneHuskSpellNova",
            "SkeletonCannonProjectile",
            "AbyssSkeletonCannonProjectile",
            "SummonSkeletonAbyssSkeletonCannon",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AbyssBoneHuskSpellNova"] = {
        name = "AbyssBoneHuskSpellNova",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -50, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SkeletonCannonProjectile"] = {
        name = "SkeletonCannonProjectile",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {29, -50, 30, baseMultiplier = 0.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AbyssSkeletonCannonProjectile"] = {
        name = "AbyssSkeletonCannonProjectile",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_maximum_action_distance_+%",
            "projectile_spread_radius",
            "number_of_additional_projectiles",
            "projectile_minimum_range",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {1.2000000476837, 1.7999999523163, -60, 15, 7, 20, -33, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonSkeletonAbyssSkeletonCannon"] = {
        name = "SummonSkeletonAbyssSkeletonCannon",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.27,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_monsters_to_summon",
            "alternate_minion",
            "projectile_minimum_range",
            "monster_projectile_variation",
            "projectile_spread_radius",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "summoned_monsters_are_minions",
            "projectile_uses_contact_position",
            "summoned_monsters_no_drops_or_experience",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4, 287, 30, 1, 5, -30, 30, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Recupera 4% de Vida quando perder uma Carga Espiritual
    maximum spirit charges [3]
    monster spirit charges are infinite [1]
    spirit charge tier [2]
    FamilySpiritCharge
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • spirit charge tier 2 2 Global
  • maximum spirit charges 3 3 Global
  • monster spirit charges are infinite 1 1 Global — Valor não escalável
  • gain % life when spirit charge expires or consumed 4 4 Global
  • emerge speed +% [0,20]
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • emerge speed +% 0 20 Global
  • cannot be used as minion [1]
    FamilyCannotBeUsedAsMinion
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be used as minion 1 1 Global — Valor não escalável
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster hellscape charge +% -66 -66 Global
  • monster beyond portal chance +% final -66 -66 Global
  • emerge speed +% [0,20]
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • emerge speed +% 0 20 Global
  • Mandíbula do Fosso
    Morto-vivo
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    Recupera 4% de Vida quando perder uma Carga Espiritual
    maximum spirit charges [3]
    monster spirit charges are infinite [1]
    spirit charge tier [2]
    emerge speed +% [0,20]
    cannot be used as minion [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    emerge speed +% [0,20]
    Pit Maw
    Spectre
    AreaEspaço Abissal, Espaço Abissal, Espaço Abissal, Espaço Abissal, Espaço Abissal, Espaço Abissal, Espaço Abissal, Espaço Abissal
    Tagsabyssal, bludgeoning_weapon, bone_armour, Conjurador, delve_monster, extra_small_height, has_claw, has_one_handed_melee, large_model, medium_movement, no_pantheon_mod, not_int, physical_affinity, ranged, skeleton, undead
    Vida
    299%
    Armadura
    +25%
    Evasão
    +25%
    Ailment Threshold
    299%
    Resistência
    IconEnemyResistanceFire30% IconEnemyResistanceCold30% IconEnemyResistanceLightning30% IconEnemyResistanceChaos20%
    Damage
    89%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.8 Second
    Damage Spread
    ±20%
    Experiência
    175%
    Model Size
    160%
    Type
    SkeletonCannonAbyss
    Metadata
    SkeletonCannonAbyssDelve
    Nível
    68
    Vida
    19,236
    Armadura
    35,988
    Evasão
    5,924
    Damage
    332
    Dano Mágico
    332
    Precisão
    580
    Attack Time
    1.8
    Experiência
    17,946
    Minion Life
    4,172
    Minion Damage
    265
    Ailment Threshold
    19,236
    Chill
    61
    Shock
    61
    Brittle
    344
    Scorch
    61
    Sap
    168
    Phys Convert Ele
    240%
    SummonSkeletonAbyssSkeletonCannonDelve
    Spell, Projectile, Multicastable, Triggerable
    Tempo de Conjuração: 1.27 seg
    Recarga: 8 seg
    active skill area of effect radius +% final [30]
    alternate minion [366]
    base is projectile [1]
    monster penalty against minions damage +% final vs player minions [-30]
    monster projectile variation [1]
    number of monsters to summon [4]
    projectile minimum range [30]
    projectile spread radius [5]
    projectile uses contact position [1]
    spell maximum base physical damage [539.3]
    spell minimum base physical damage [359.5]
    summoned monsters are minions [1]
    summoned monsters no drops or experience [1]
    SkeletonCannonProjectile
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
    Base Damage: 266399
    Chance de Crítico: 5%
    Dano de Ataque: 40%
    Attack Time: 1.8 seg
    Recarga: 3.5 seg
    Causa 60% menos Dano de Ataque
    base is projectile [1]
    monster projectile variation [29]
    monster reverse point blank damage -% at minimum range [30]
    projectile uses contact position [1]
    spell maximum action distance +% [-50]
    AbyssSkeletonCannonProjectile
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Tempo de Conjuração: 2 seg
    Recarga: 6 seg
    Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
    Dispara 7 Projéteis adicionais
    active skill area of effect radius +% final [-33]
    base is projectile [1]
    projectile minimum range [20]
    projectile spread radius [15]
    spell maximum action distance +% [-60]
    spell maximum base physical damage [9.824]
    spell minimum base physical damage [6.549]
    AbyssBoneHuskSpellNova
    Spell, Damage, Area, Duration, Triggerable, AreaSpell
    Tempo de Conjuração: 1 seg
    active skill area of effect radius +% final [-50]
    is area damage [1]
    spell maximum base physical damage [487.3]
    spell minimum base physical damage [324.9]

    Object Type

    version 2
    extends "Metadata/Monsters/SkeletonCannon/SkeletonCannon"
    extends "Metadata/Monsters/Skeletons/AbyssCorpseSink"
    
    Actor
    {
    	on_event_face_for_MonsterProjectileWeapon = "FaceTarget(false, true);"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/SkeletonCannon/SkeletonCannonAbyssDelve"] = {
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        name = "Pit Maw",
        life = 2.99,
        damage = 0.89,
        damageSpread = 0.2,
        attackTime = 1.8,
        attackRange = 6,
        accuracy = 1,
        weaponType1 = "Claw",
        skillList = {
            "AbyssBoneHuskSpellNova",
            "SkeletonCannonProjectile",
            "AbyssSkeletonCannonProjectile",
            "SummonSkeletonAbyssSkeletonCannonDelve",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AbyssBoneHuskSpellNova"] = {
        name = "AbyssBoneHuskSpellNova",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, -50, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SkeletonCannonProjectile"] = {
        name = "SkeletonCannonProjectile",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {29, -50, 30, baseMultiplier = 0.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AbyssSkeletonCannonProjectile"] = {
        name = "AbyssSkeletonCannonProjectile",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "spell_maximum_action_distance_+%",
            "projectile_spread_radius",
            "number_of_additional_projectiles",
            "projectile_minimum_range",
            "active_skill_area_of_effect_radius_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {1.2000000476837, 1.7999999523163, -60, 15, 7, 20, -33, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonSkeletonAbyssSkeletonCannonDelve"] = {
        name = "SummonSkeletonAbyssSkeletonCannonDelve",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.27,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_monsters_to_summon",
            "alternate_minion",
            "projectile_minimum_range",
            "monster_projectile_variation",
            "projectile_spread_radius",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "summoned_monsters_are_minions",
            "projectile_uses_contact_position",
            "summoned_monsters_no_drops_or_experience",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4, 366, 30, 1, 5, -30, 30, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Recupera 4% de Vida quando perder uma Carga Espiritual
    maximum spirit charges [3]
    monster spirit charges are infinite [1]
    spirit charge tier [2]
    FamilySpiritCharge
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • spirit charge tier 2 2 Global
  • maximum spirit charges 3 3 Global
  • monster spirit charges are infinite 1 1 Global — Valor não escalável
  • gain % life when spirit charge expires or consumed 4 4 Global
  • emerge speed +% [0,20]
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • emerge speed +% 0 20 Global
  • cannot be used as minion [1]
    FamilyCannotBeUsedAsMinion
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be used as minion 1 1 Global — Valor não escalável
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    FamilyBeyondPortalChance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster hellscape charge +% -66 -66 Global
  • monster beyond portal chance +% final -66 -66 Global
  • emerge speed +% [0,20]
    FamilyVariableEmergeSpeed
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • emerge speed +% 0 20 Global
  • Edit

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