Mâchoire de la fosse





Zone : Profondeurs abyssales
Vous Récupérez 4% de Vie lorsque vous perdez une Charge d'esprit
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]
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 | N |
---|---|
Area | Profondeurs abyssales, Profondeurs abyssales, Profondeurs abyssales, Profondeurs abyssales, Profondeurs abyssales |
Tags | abyss_commander_monster, abyssal, bludgeoning_weapon, bone_armour, Lanceur de sorts, extra_small_height, has_claw, has_one_handed_melee, large_model, medium_movement, not_int, physical_affinity, ranged, skeleton, undead |
Packs |
Vie
299%
Armure
+25%
Évasion
+25%
Ailment Threshold
299%
Résistance




Damage
89%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 6
Attack Time
1.8 Second
Damage Spread
±20%
Expérience
175%
Model Size
160%
Type
SkeletonCannonAbyss
Metadata
SkeletonCannonAbyss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
68
Vie
19,236
Armure
35,988
Score d'Évasion
5,924
Damage
332
Dégâts des sorts
332
Précision
580
Attack Time
1.8
Expérience
17,946
Minion Life
4,172
Minion Damage
265
Ailment Threshold
19,236
Chill
61
Shock
61
Brittle
344
Scorch
61
Sap
168
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
SummonSkeletonAbyssSkeletonCannon
Spell, Projectile, Multicastable, Triggerable
Temps d'incantation: 1.27 sec.
Temps de recharge: 8 sec.
Inflige 359.5 à 539.3 Dégâts physiques
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]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
SkeletonCannonProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 266–399
Chances de coup critique: 5%
Dégâts d'Attaque: 40%
Attack Time: 1.8 sec.
Temps de recharge: 3.5 sec.
60% de Perte de Dégâts d'Attaque
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
Temps d'incantation: 2 sec.
Temps de recharge: 6 sec.
Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
Inflige 6.549 à 9.824 Dégâts physiques
Tire 7 Projectiles supplémentaires
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]
AbyssBoneHuskSpellNova
Spell, Damage, Area, Duration, Triggerable, AreaSpell
Temps d'incantation: 1 sec.
Inflige 324.9 à 487.3 Dégâts physiques
active skill area of effect radius +% final [-50]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/SkeletonCannon/SkeletonCannon" extends "Metadata/Monsters/Skeletons/AbyssCorpseSink" Actor { on_event_face_for_MonsterProjectileWeapon = "FaceTarget(false, true);" }
Object Type Codes
version 2 extends "Metadata/Monsters/SkeletonCannon/SkeletonCannon" Render { //turn_duration = 0.3 } Monster { preload_object_type = "Metadata/Projectiles/AbyssBoneHuskMortarObject" } Life { on_death = "HideMeshSegment( glow_meshShape );" on_spawned_dead = "HideMeshSegment( glow_meshShape );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/SkeletonCannon/SkeletonCannonAbyss"] = { name = "Pit Maw", life = 2.99, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, 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 = { }, }, }, }
Vous Récupérez 4% de Vie lorsque vous perdez une Charge d'esprit
maximum spirit charges [3]
monster spirit charges are infinite [1]
spirit charge tier [2]
Id | SpiritChargeTier2 |
---|---|
Family | SpiritCharge |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
emerge speed +% [0,20]
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
cannot be used as minion [1]
Id | CannotBeUsedAsMinion |
---|---|
Family | CannotBeUsedAsMinion |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
emerge speed +% [0,20]
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Mâchoire de la fosse





Zone : Ziggourat, Carte
Vous Récupérez 4% de Vie lorsque vous perdez une Charge d'esprit
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]
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 | N |
---|---|
Area | Ziggourat, Carte |
Tags | abyss_commander_monster, abyssal, bludgeoning_weapon, bone_armour, Lanceur de sorts, extra_small_height, has_claw, has_one_handed_melee, large_model, medium_movement, not_int, physical_affinity, ranged, skeleton, undead |
Packs |
Vie
299%
Armure
+25%
Évasion
+25%
Ailment Threshold
299%
Résistance




Damage
89%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 6
Attack Time
1.8 Second
Damage Spread
±20%
Expérience
175%
Model Size
160%
Type
SkeletonCannonAbyss
Metadata
SkeletonCannonAbyssStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
84
Vie
105,532
Armure
124,793
Score d'Évasion
10,150
Damage
848
Dégâts des sorts
848
Précision
1,076
Attack Time
1.8
Expérience
23,188
Minion Life
19,945
Minion Damage
720
Ailment Threshold
105,532
Chill
334
Shock
334
Brittle
1,888
Scorch
334
Sap
922
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
SummonSkeletonAbyssSkeletonCannon
Spell, Projectile, Multicastable, Triggerable
Temps d'incantation: 1.27 sec.
Temps de recharge: 8 sec.
Inflige 751.6 à 1127 Dégâts physiques
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]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
SkeletonCannonProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 679–1018
Chances de coup critique: 5%
Dégâts d'Attaque: 40%
Attack Time: 1.8 sec.
Temps de recharge: 3.5 sec.
60% de Perte de Dégâts d'Attaque
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
Temps d'incantation: 2 sec.
Temps de recharge: 6 sec.
Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
Inflige 9.259 à 13.89 Dégâts physiques
Tire 7 Projectiles supplémentaires
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]
AbyssBoneHuskSpellNova
Spell, Damage, Area, Duration, Triggerable, AreaSpell
Temps d'incantation: 1 sec.
Inflige 628.6 à 942.8 Dégâts physiques
active skill area of effect radius +% final [-50]
is area damage [1]
Object Type
Object Type Codes
-- src\Data\Spectres.lua minions["Metadata/Monsters/SkeletonCannon/SkeletonCannonAbyssStandalone"] = { name = "Pit Maw", life = 2.99, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, 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 = { }, }, }, }
Vous Récupérez 4% de Vie lorsque vous perdez une Charge d'esprit
maximum spirit charges [3]
monster spirit charges are infinite [1]
spirit charge tier [2]
Id | SpiritChargeTier2 |
---|---|
Family | SpiritCharge |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
emerge speed +% [0,20]
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
cannot be used as minion [1]
Id | CannotBeUsedAsMinion |
---|---|
Family | CannotBeUsedAsMinion |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
emerge speed +% [0,20]
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Mâchoire de la fosse





Zone : Étendues abyssales
Vous Récupérez 4% de Vie lorsque vous perdez une Charge d'esprit
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]
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 | N |
---|---|
Area | Étendues abyssales, Étendues abyssales, Étendues abyssales, Étendues abyssales, Étendues abyssales, Étendues abyssales, Étendues abyssales, Étendues abyssales |
Tags | abyssal, bludgeoning_weapon, bone_armour, Lanceur de sorts, 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 |
Vie
299%
Armure
+25%
Évasion
+25%
Ailment Threshold
299%
Résistance




Damage
89%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 6
Attack Time
1.8 Second
Damage Spread
±20%
Expérience
175%
Model Size
160%
Type
SkeletonCannonAbyss
Metadata
SkeletonCannonAbyssDelve
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Niveau
68
Vie
19,236
Armure
35,988
Score d'Évasion
5,924
Damage
332
Dégâts des sorts
332
Précision
580
Attack Time
1.8
Expérience
17,946
Minion Life
4,172
Minion Damage
265
Ailment Threshold
19,236
Chill
61
Shock
61
Brittle
344
Scorch
61
Sap
168
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
SummonSkeletonAbyssSkeletonCannonDelve
Spell, Projectile, Multicastable, Triggerable
Temps d'incantation: 1.27 sec.
Temps de recharge: 8 sec.
Inflige 359.5 à 539.3 Dégâts physiques
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]
summoned monsters are minions [1]
summoned monsters no drops or experience [1]
SkeletonCannonProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 266–399
Chances de coup critique: 5%
Dégâts d'Attaque: 40%
Attack Time: 1.8 sec.
Temps de recharge: 3.5 sec.
60% de Perte de Dégâts d'Attaque
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
Temps d'incantation: 2 sec.
Temps de recharge: 6 sec.
Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
Inflige 6.549 à 9.824 Dégâts physiques
Tire 7 Projectiles supplémentaires
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]
AbyssBoneHuskSpellNova
Spell, Damage, Area, Duration, Triggerable, AreaSpell
Temps d'incantation: 1 sec.
Inflige 324.9 à 487.3 Dégâts physiques
active skill area of effect radius +% final [-50]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/SkeletonCannon/SkeletonCannon" extends "Metadata/Monsters/Skeletons/AbyssCorpseSink" Actor { on_event_face_for_MonsterProjectileWeapon = "FaceTarget(false, true);" }
Object Type Codes
version 2 extends "Metadata/Monsters/SkeletonCannon/SkeletonCannon" Render { //turn_duration = 0.3 } Monster { preload_object_type = "Metadata/Projectiles/AbyssBoneHuskMortarObject" } Life { on_death = "HideMeshSegment( glow_meshShape );" on_spawned_dead = "HideMeshSegment( glow_meshShape );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/SkeletonCannon/SkeletonCannonAbyssDelve"] = { name = "Pit Maw", life = 2.99, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, 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 = { }, }, }, }
Vous Récupérez 4% de Vie lorsque vous perdez une Charge d'esprit
maximum spirit charges [3]
monster spirit charges are infinite [1]
spirit charge tier [2]
Id | SpiritChargeTier2 |
---|---|
Family | SpiritCharge |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
emerge speed +% [0,20]
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
cannot be used as minion [1]
Id | CannotBeUsedAsMinion |
---|---|
Family | CannotBeUsedAsMinion |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
emerge speed +% [0,20]
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | monstre (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.