Matriarca da Asa do Submundo





Área: Profundezas Abissais
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]
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]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
emerge speed +% [0,20]
Wellwing Matriarch
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/MineBat/MineBatAbyssLargeSpectre |
Area | Profundezas Abissais, Profundezas Abissais, Profundezas Abissais, Profundezas Abissais, Profundezas Abissais |
Tags | abyss_commander_monster, abyssal, animal_claw_weapon, beast, Conjurador, flesh_armour, flying, has_one_hand_sword, has_one_handed_melee, lightning_affinity, mammal_beast, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood |
Vida
299%
Evasão
+20%
Ailment Threshold
299%
Resistência




Damage
173%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
175%
Model Size
120%
Type
MineBatAbyssLarge
Metadata
MineBatAbyssLarge
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
19,236
Armadura
28,790
Evasão
5,687
Damage
646
Dano Mágico
646
Precisão
580
Attack Time
1.5
Experiência
17,946
Minion Life
4,172
Minion Damage
516
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 517–775
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um golpe poderoso.
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]

AbyssMineBatWhirlingBlades
Attack, Melee, Movement, Travel
Lâminas Giratórias
Base Damage: 517–775
Chance de Crítico: 5%
Dano de Ataque: 60%
Dano de Ataque: 60%
Attack Time: 1.5 seg
Recarga: 6 seg
Mergulha nos inimigos, causando dano da arma. Enquanto em empunhadura dupla, ataca com ambas as armas, causando o dano das duas em um único acerto. Só funciona com Adagas, Garras e Espadas de Uma Mão.
Causa 40% menos Dano de Ataque
Duração base é de 6 segundos
cast time overrides attack duration [1]
ground caustic art variation [2]
ignores proximity shield [1]
monster flurry [1]
whirling blades base ground chaos damage to deal per minute [11206]

AbyssBatLargeScreech
Spell, Multicastable, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1.2 seg
Recarga: 2.5 seg
Causa 33.71 a 67.42 de Dano Físico
Causa 67.42 a 101.1 de Dano de Raio
active skill area of effect radius +% final [-10]
is area damage [1]
AbyssBatLargeScreechGeometrySpell
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1.2 seg
Recarga: 2.5 seg
Causa 33.71 a 67.42 de Dano Físico
Causa 67.42 a 101.1 de Dano de Raio
active skill area of effect radius +% final [-10]
is area damage [1]
AbyssBatTeleportSlam
Attack, Damage
Base Damage: 517–775
Chance de Crítico: 5%
Dano de Ataque: 150%
Dano de Ataque: 175%
Attack Time: 1.5 seg
Recarga: 4 seg
Causa 75% mais Dano de Ataque
Causa Sangramento
active skill area of effect radius +% final [-25]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/Skeletons/AbyssCorpseSink" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Monster { preload_object_type = "RootSpiderHole" preload_object_type = "Metadata/Monsters/MineBat/AbyssBatHole" } Actor { on_start_MaligaroTeleportSlam = "PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Abyss/SoulTransfer/soultransfer_surge.ao );" } Animated { on_event_hole_for_abyss_attack_03_submerge = "SpawnObject( Metadata/Effects/Spells/monsters_effects/act2/root_spider/emerge/HoleMedium );" on_event_rendering_for_abyss_attack_03_submerge = "DisableRendering(); " on_event_emerge_for_abyss_attack_03_emerge = "EnableRendering();" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Abyss/SoulTransfer/soultransfer_surge.ao" } Life { on_death = "HideMeshSegment( glow_meshShape );" on_spawned_dead = "HideMeshSegment( glow_meshShape );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/MineBat/MineBatAbyssLarge"] = { name = "Wellwing Matriarch", life = 2.99, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.73, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "AbyssMineBatWhirlingBlades", "MeleeAtAnimationSpeed", "AbyssBatLargeScreech", "AbyssBatLargeScreechGeometrySpell", "AbyssBatTeleportSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["AbyssMineBatWhirlingBlades"] = { name = "Whirling Blades", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.859, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "whirling_blades_base_ground_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "monster_flurry", "ground_caustic_art_variation", "cast_time_overrides_attack_duration", "ignores_proximity_shield", }, levels = { [1] = {1, 6000, 1, 2, baseMultiplier = 0.6, levelRequirement = 68, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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["AbyssBatLargeScreech"] = { name = "AbyssBatLargeScreech", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.25, 0.5, 0.5, 0.75, -10, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 3, 3, 1}, cost = { }, }, [2] = {0.30000001192093, 0.60000002384186, 1.25, 1.8799999952316, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AbyssBatLargeScreechGeometrySpell"] = { name = "AbyssBatLargeScreechGeometrySpell", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.25, 0.5, 0.5, 0.75, -10, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 3, 3, 1}, cost = { }, }, [2] = {0.30000001192093, 0.60000002384186, 1.25, 1.8799999952316, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AbyssBatTeleportSlam"] = { name = "AbyssBatTeleportSlam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3.75, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "global_bleed_on_hit", }, levels = { [1] = {-25, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Recupera 4% de Vida quando perder uma Carga Espiritual
maximum spirit charges [3]
monster spirit charges are infinite [1]
spirit charge tier [2]
Id | SpiritChargeTier2 |
---|---|
Family | SpiritCharge |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
Efeito em Área de Habilidades Feitiço reduzida em 40%
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
Exilados Renegados na próxima Área terão a Raridade de Itens Derrubados aumentada em (30–39)%
Exilados Renegados na próxima Área terão a Velocidade de Ataque, Conjuração e Movimento aumentadas em (11–14)%
Exilados Renegados na próxima Área causarão Dano aumentado em (16–20)%
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
Efeito em Área de Habilidades Feitiço reduzida em 40%
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
Matriarca da Asa do Submundo





Área: Mapa: Zigurate
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]
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]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
emerge speed +% [0,20]
Wellwing Matriarch
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/MineBat/MineBatAbyssLargeSpectre |
Area | Mapa: Zigurate |
Tags | abyss_commander_monster, abyssal, animal_claw_weapon, beast, Conjurador, flesh_armour, flying, has_one_hand_sword, has_one_handed_melee, lightning_affinity, mammal_beast, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood |
Packs |
Vida
299%
Evasão
+20%
Ailment Threshold
299%
Resistência




Damage
173%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
175%
Model Size
120%
Type
MineBatAbyssLarge
Metadata
MineBatAbyssLargeStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
84
Vida
105,532
Armadura
99,834
Evasão
9,744
Damage
1,649
Dano Mágico
1,649
Precisão
1,076
Attack Time
1.5
Experiência
23,188
Minion Life
19,945
Minion Damage
1,399
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1319–1979
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um golpe poderoso.
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]

AbyssMineBatWhirlingBlades
Attack, Melee, Movement, Travel
Lâminas Giratórias
Base Damage: 1319–1979
Chance de Crítico: 5%
Dano de Ataque: 60%
Dano de Ataque: 60%
Attack Time: 1.5 seg
Recarga: 6 seg
Mergulha nos inimigos, causando dano da arma. Enquanto em empunhadura dupla, ataca com ambas as armas, causando o dano das duas em um único acerto. Só funciona com Adagas, Garras e Espadas de Uma Mão.
Causa 40% menos Dano de Ataque
Duração base é de 6 segundos
cast time overrides attack duration [1]
ground caustic art variation [2]
ignores proximity shield [1]
monster flurry [1]
whirling blades base ground chaos damage to deal per minute [25306]

AbyssBatLargeScreech
Spell, Multicastable, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1.2 seg
Recarga: 2.5 seg
Causa 85.89 a 171.8 de Dano Físico
Causa 357.9 a 538.2 de Dano de Raio
is area damage [1]
AbyssBatLargeScreechGeometrySpell
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1.2 seg
Recarga: 2.5 seg
Causa 85.89 a 171.8 de Dano Físico
Causa 357.9 a 538.2 de Dano de Raio
is area damage [1]
AbyssBatTeleportSlam
Attack, Damage
Base Damage: 1319–1979
Chance de Crítico: 5%
Dano de Ataque: 150%
Dano de Ataque: 175%
Attack Time: 1.5 seg
Recarga: 4 seg
Causa 75% mais Dano de Ataque
Causa Sangramento
active skill area of effect radius +% final [-25]
is area damage [1]
Object Type
Object Type Codes
-- src\Data\Spectres.lua minions["Metadata/Monsters/MineBat/MineBatAbyssLargeStandalone"] = { name = "Wellwing Matriarch", life = 2.99, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.73, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "AbyssMineBatWhirlingBlades", "MeleeAtAnimationSpeed", "AbyssBatLargeScreech", "AbyssBatLargeScreechGeometrySpell", "AbyssBatTeleportSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["AbyssMineBatWhirlingBlades"] = { name = "Whirling Blades", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.859, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "whirling_blades_base_ground_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "monster_flurry", "ground_caustic_art_variation", "cast_time_overrides_attack_duration", "ignores_proximity_shield", }, levels = { [1] = {1, 6000, 1, 2, baseMultiplier = 0.6, levelRequirement = 68, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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["AbyssBatLargeScreech"] = { name = "AbyssBatLargeScreech", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.25, 0.5, 0.5, 0.75, -10, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 3, 3, 1}, cost = { }, }, [2] = {0.30000001192093, 0.60000002384186, 1.25, 1.8799999952316, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AbyssBatLargeScreechGeometrySpell"] = { name = "AbyssBatLargeScreechGeometrySpell", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.25, 0.5, 0.5, 0.75, -10, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 3, 3, 1}, cost = { }, }, [2] = {0.30000001192093, 0.60000002384186, 1.25, 1.8799999952316, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AbyssBatTeleportSlam"] = { name = "AbyssBatTeleportSlam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3.75, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "global_bleed_on_hit", }, levels = { [1] = {-25, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Recupera 4% de Vida quando perder uma Carga Espiritual
maximum spirit charges [3]
monster spirit charges are infinite [1]
spirit charge tier [2]
Id | SpiritChargeTier2 |
---|---|
Family | SpiritCharge |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
Efeito em Área de Habilidades Feitiço reduzida em 40%
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
Exilados Renegados na próxima Área terão a Raridade de Itens Derrubados aumentada em (30–39)%
Exilados Renegados na próxima Área terão a Velocidade de Ataque, Conjuração e Movimento aumentadas em (11–14)%
Exilados Renegados na próxima Área causarão Dano aumentado em (16–20)%
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
Efeito em Área de Habilidades Feitiço reduzida em 40%
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
Matriarca da Asa do Submundo





Wellwing Matriarch
Spectre | Y |
---|---|
Tags | abyssal, animal_claw_weapon, beast, Conjurador, flesh_armour, flying, has_one_hand_sword, has_one_handed_melee, lightning_affinity, mammal_beast, medium_movement, melee, not_int, not_str, physical_affinity, red_blood |
Vida
299%
Evasão
+20%
Ailment Threshold
299%
Resistência




Damage
173%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
175%
Model Size
120%
Type
MineBatAbyssLarge
Metadata
MineBatAbyssLargeSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
19,236
Armadura
28,790
Evasão
5,687
Damage
646
Dano Mágico
646
Precisão
580
Attack Time
1.5
Experiência
17,946
Minion Life
4,172
Minion Damage
516
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 517–775
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um golpe poderoso.
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]

AbyssMineBatWhirlingBlades
Attack, Melee, Movement, Travel
Lâminas Giratórias
Base Damage: 517–775
Chance de Crítico: 5%
Dano de Ataque: 60%
Dano de Ataque: 60%
Attack Time: 1.5 seg
Recarga: 6 seg
Mergulha nos inimigos, causando dano da arma. Enquanto em empunhadura dupla, ataca com ambas as armas, causando o dano das duas em um único acerto. Só funciona com Adagas, Garras e Espadas de Uma Mão.
Causa 40% menos Dano de Ataque
Duração base é de 6 segundos
cast time overrides attack duration [1]
ground caustic art variation [2]
ignores proximity shield [1]
monster flurry [1]
whirling blades base ground chaos damage to deal per minute [11206]

AbyssBatLargeScreech
Spell, Multicastable, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1.2 seg
Recarga: 2.5 seg
Causa 33.71 a 67.42 de Dano Físico
Causa 67.42 a 101.1 de Dano de Raio
active skill area of effect radius +% final [-10]
is area damage [1]
AbyssBatLargeScreechGeometrySpell
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1.2 seg
Recarga: 2.5 seg
Causa 33.71 a 67.42 de Dano Físico
Causa 67.42 a 101.1 de Dano de Raio
active skill area of effect radius +% final [-10]
is area damage [1]
AbyssBatTeleportSlam
Attack, Damage
Base Damage: 517–775
Chance de Crítico: 5%
Dano de Ataque: 150%
Dano de Ataque: 175%
Attack Time: 1.5 seg
Recarga: 4 seg
Causa 75% mais Dano de Ataque
Causa Sangramento
active skill area of effect radius +% final [-25]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Monster { preload_object_type = "RootSpiderHole" preload_object_type = "Metadata/Monsters/MineBat/AbyssBatHole" } Actor { on_start_MaligaroTeleportSlam = "PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Abyss/SoulTransfer/soultransfer_surge.ao );" } Animated { on_event_hole_for_abyss_attack_03_submerge = "SpawnObject( Metadata/Effects/Spells/monsters_effects/act2/root_spider/emerge/HoleMedium );" on_event_rendering_for_abyss_attack_03_submerge = "DisableRendering(); " on_event_emerge_for_abyss_attack_03_emerge = "EnableRendering();" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Abyss/SoulTransfer/soultransfer_surge.ao" } Life { on_death = "HideMeshSegment( glow_meshShape );" on_spawned_dead = "HideMeshSegment( glow_meshShape );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/MineBat/MineBatAbyssLargeSpectre"] = { name = "Wellwing Matriarch", life = 2.99, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.73, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "AbyssMineBatWhirlingBlades", "MeleeAtAnimationSpeed", "AbyssBatLargeScreech", "AbyssBatLargeScreechGeometrySpell", "AbyssBatTeleportSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["AbyssMineBatWhirlingBlades"] = { name = "Whirling Blades", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.859, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "whirling_blades_base_ground_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "monster_flurry", "ground_caustic_art_variation", "cast_time_overrides_attack_duration", "ignores_proximity_shield", }, levels = { [1] = {1, 6000, 1, 2, baseMultiplier = 0.6, levelRequirement = 68, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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["AbyssBatLargeScreech"] = { name = "AbyssBatLargeScreech", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.25, 0.5, 0.5, 0.75, -10, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 3, 3, 1}, cost = { }, }, [2] = {0.30000001192093, 0.60000002384186, 1.25, 1.8799999952316, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AbyssBatLargeScreechGeometrySpell"] = { name = "AbyssBatLargeScreechGeometrySpell", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.25, 0.5, 0.5, 0.75, -10, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 3, 3, 1}, cost = { }, }, [2] = {0.30000001192093, 0.60000002384186, 1.25, 1.8799999952316, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AbyssBatTeleportSlam"] = { name = "AbyssBatTeleportSlam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3.75, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "global_bleed_on_hit", }, levels = { [1] = {-25, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Matriarca da Asa do Submundo





Área: Espaço Abissal
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]
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]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
emerge speed +% [0,20]
Wellwing Matriarch
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/MineBat/MineBatAbyssLargeSpectre |
Area | Espaço Abissal, Espaço Abissal, Espaço Abissal, Espaço Abissal, Espaço Abissal, Espaço Abissal, Espaço Abissal, Espaço Abissal |
Tags | abyssal, animal_claw_weapon, beast, Conjurador, delve_monster, flesh_armour, flying, has_one_hand_sword, has_one_handed_melee, lightning_affinity, mammal_beast, medium_height, medium_movement, melee, no_pantheon_mod, not_int, not_str, physical_affinity, red_blood |
Vida
300%
Evasão
+20%
Ailment Threshold
300%
Resistência




Damage
173%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.5 Second
Damage Spread
±20%
Experiência
150%
Model Size
120%
Type
MineBatAbyssLargeDelve
Metadata
MineBatAbyssLargeDelve
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
19,300
Armadura
28,790
Evasão
5,687
Damage
646
Dano Mágico
646
Precisão
580
Attack Time
1.5
Experiência
15,383
Minion Life
4,186
Minion Damage
516
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 517–775
Chance de Crítico: 5%
Attack Time: 1.5 seg
Abate seus inimigos com um golpe poderoso.
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]

AbyssMineBatWhirlingBlades
Attack, Melee, Movement, Travel
Lâminas Giratórias
Base Damage: 517–775
Chance de Crítico: 5%
Dano de Ataque: 60%
Dano de Ataque: 60%
Attack Time: 1.5 seg
Recarga: 6 seg
Mergulha nos inimigos, causando dano da arma. Enquanto em empunhadura dupla, ataca com ambas as armas, causando o dano das duas em um único acerto. Só funciona com Adagas, Garras e Espadas de Uma Mão.
Causa 40% menos Dano de Ataque
Duração base é de 6 segundos
cast time overrides attack duration [1]
ground caustic art variation [2]
ignores proximity shield [1]
monster flurry [1]
whirling blades base ground chaos damage to deal per minute [11206]

AbyssBatLargeScreech
Spell, Multicastable, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1.2 seg
Recarga: 2.5 seg
Causa 33.71 a 67.42 de Dano Físico
Causa 67.42 a 101.1 de Dano de Raio
active skill area of effect radius +% final [-10]
is area damage [1]
AbyssBatLargeScreechGeometrySpell
Spell, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1.2 seg
Recarga: 2.5 seg
Causa 33.71 a 67.42 de Dano Físico
Causa 67.42 a 101.1 de Dano de Raio
active skill area of effect radius +% final [-10]
is area damage [1]
AbyssBatTeleportSlam
Attack, Damage
Base Damage: 517–775
Chance de Crítico: 5%
Dano de Ataque: 150%
Dano de Ataque: 175%
Attack Time: 1.5 seg
Recarga: 4 seg
Causa 75% mais Dano de Ataque
Causa Sangramento
active skill area of effect radius +% final [-25]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/Skeletons/AbyssCorpseSink" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Monster { preload_object_type = "RootSpiderHole" preload_object_type = "Metadata/Monsters/MineBat/AbyssBatHole" } Actor { on_start_MaligaroTeleportSlam = "PlayEffect( Metadata/Effects/Spells/monsters_effects/League_Abyss/SoulTransfer/soultransfer_surge.ao );" } Animated { on_event_hole_for_abyss_attack_03_submerge = "SpawnObject( Metadata/Effects/Spells/monsters_effects/act2/root_spider/emerge/HoleMedium );" on_event_rendering_for_abyss_attack_03_submerge = "DisableRendering(); " on_event_emerge_for_abyss_attack_03_emerge = "EnableRendering();" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Abyss/SoulTransfer/soultransfer_surge.ao" } Life { on_death = "HideMeshSegment( glow_meshShape );" on_spawned_dead = "HideMeshSegment( glow_meshShape );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/MineBat/MineBatAbyssLargeDelve"] = { name = "Wellwing Matriarch", life = 3, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.73, damageSpread = 0.2, attackTime = 1.5, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Sword", skillList = { "AbyssMineBatWhirlingBlades", "MeleeAtAnimationSpeed", "AbyssBatLargeScreech", "AbyssBatLargeScreechGeometrySpell", "AbyssBatTeleportSlam", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["AbyssMineBatWhirlingBlades"] = { name = "Whirling Blades", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Dive through enemies, dealing weapon damage. If dual wielding attacks with both weapons, dealing the damage of both in one hit. Only works with Daggers, Claws, and One-Handed Swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.859, baseFlags = { attack = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "whirling_blades_base_ground_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "monster_flurry", "ground_caustic_art_variation", "cast_time_overrides_attack_duration", "ignores_proximity_shield", }, levels = { [1] = {1, 6000, 1, 2, baseMultiplier = 0.6, levelRequirement = 68, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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["AbyssBatLargeScreech"] = { name = "AbyssBatLargeScreech", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.25, 0.5, 0.5, 0.75, -10, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 3, 3, 1}, cost = { }, }, [2] = {0.30000001192093, 0.60000002384186, 1.25, 1.8799999952316, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AbyssBatLargeScreechGeometrySpell"] = { name = "AbyssBatLargeScreechGeometrySpell", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.2, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.25, 0.5, 0.5, 0.75, -10, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3, 3, 3, 1}, cost = { }, }, [2] = {0.30000001192093, 0.60000002384186, 1.25, 1.8799999952316, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AbyssBatTeleportSlam"] = { name = "AbyssBatTeleportSlam", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3.75, baseFlags = { attack = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_area_of_effect_radius_+%_final", "is_area_damage", "global_bleed_on_hit", }, levels = { [1] = {-25, baseMultiplier = 1.75, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Recupera 4% de Vida quando perder uma Carga Espiritual
maximum spirit charges [3]
monster spirit charges are infinite [1]
spirit charge tier [2]
Id | SpiritChargeTier2 |
---|---|
Family | SpiritCharge |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
Efeito em Área de Habilidades Feitiço reduzida em 40%
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
Exilados Renegados na próxima Área terão a Raridade de Itens Derrubados aumentada em (30–39)%
Exilados Renegados na próxima Área terão a Velocidade de Ataque, Conjuração e Movimento aumentadas em (11–14)%
Exilados Renegados na próxima Área causarão Dano aumentado em (16–20)%
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstro (3) |
GenerationType | unico (3) |
Req. level | 1 |
Stats |
Efeito em Área de Habilidades Feitiço reduzida em 40%
Id | VariableEmergeSpeedAbyss |
---|---|
Family | VariableEmergeSpeed |
Domains | monstro (3) |
GenerationType | unico (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.