Ânsia Aviária
![](/image/settlers/demon.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
Área: Jardins Imperiais, Laboratório Eterno, Cume Enevoado, Cadáver Secluso, Terreno Interior, Fontes Radiantes, Alojamento Evacuado, Memória Vazia, Memória Fragmentada, InvasionBoss
Espécie: Primatas
Grupo: Aves
Família: Deserticos
Dano de Projétil aumentado em 20%
display monster uses far shot text [1]
monster reverse point blank damage -% at minimum range [60]
display monster uses far shot text [1]
monster reverse point blank damage -% at minimum range [60]
stance movement speed +% final [100]
Avian Retch
Vida
154%
Energy Shield From Life
50%
Evasão
+20%
Ailment Threshold
154%
Resistência
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconFire.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconLightning.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconChaos.webp)
Damage
168%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
4 ~ 11
Attack Time
1.11 Second
Damage Spread
±20%
Experiência
140%
Model Size
100%
Type
Kiweth
Metadata
Kiweth
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Selecionar Nível dos Monstros
Nível
83
Vida
24,653
Armadura
92,477
Evasão
9,432
Escudo de Energia
11,796
Damage
1,513
Dano Mágico
1,513
Precisão
1,036
Attack Time
1.11
Experiência
18,385
Minion Life
4,698
Minion Energy Shield
2,248
Minion Damage
1,278
Ailment Threshold
49,306
Chill
156
Shock
156
Brittle
882
Scorch
156
Sap
431
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).
BirdmanConsumeCorpse
Spell
Tempo de Conjuração: 2.67 seg
BirdmanBloodProjectileMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 1210–1815
Chance de Crítico: 5%
Dano de Ataque: 115%
Attack Time: 1.11 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
Habilidades se Repetem 2 Vezes mais
Causa 15% mais Dano de Ataque
Causa 10% mais Dano
Velocidade de Ataque aumentada em 100%
base is projectile [1]
main hand base maximum attack distance [40]
projectile spread radius [15]
projectile uses contact position [1]
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 1210–1815
Chance de Crítico: 5%
Attack Time: 1.11 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]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Mace" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_defeat = "RemoveEffects( );" on_spawned_dead = "RemoveEffects( );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Kiweth/Kiweth"] = { name = "Avian Retch", life = 1.54, energyShield = 0.5, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.68, damageSpread = 0.2, attackTime = 1.11, attackRange = 11, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "BirdmanConsumeCorpse", "BirdmanBloodProjectileMortar", }, modList = { }, } -- 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["BirdmanConsumeCorpse"] = { name = "BirdmanConsumeCorpse", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.67, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BirdmanBloodProjectileMortar"] = { name = "BirdmanBloodProjectileMortar", 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.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_repeat_count", "active_skill_damage_+%_final", "projectile_spread_radius", "main_hand_base_maximum_attack_distance", "attack_speed_+%", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {2, 10, 15, 40, 100, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Dano de Projétil aumentado em 20%
display monster uses far shot text [1]
monster reverse point blank damage -% at minimum range [60]
Id | MonsterLesserFarShot |
---|---|
Family | FarShot |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [100]
Id | StanceKiwethRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Ânsia Aviária
![](/image/settlers/demon.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
Dano de Projétil aumentado em 20%
display monster uses far shot text [1]
monster reverse point blank damage -% at minimum range [60]
display monster uses far shot text [1]
monster reverse point blank damage -% at minimum range [60]
stance movement speed +% final [100]
Avian Retch
Spectre | Y |
---|---|
Tags | animal_claw_weapon, beast, demon, flesh_armour, is_unarmed, medium_height, melee, not_str, physical_affinity, ranged, red_blood, slow_movement |
Vida
154%
Energy Shield From Life
50%
Evasão
+20%
Ailment Threshold
154%
Resistência
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconFire.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconCold.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconLightning.webp)
![](https://cdn.poedb.tw/image/Art/2DArt/UIImages/InGame/MonsterResistanceIconChaos.webp)
Damage
168%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
4 ~ 11
Attack Time
1.11 Second
Damage Spread
±20%
Experiência
140%
Model Size
100%
Type
Kiweth
Metadata
KiwethTEMPBESTIARY
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Selecionar Nível dos Monstros
Nível
68
Vida
4,954
Armadura
28,790
Evasão
5,687
Escudo de Energia
4,718
Damage
628
Dano Mágico
628
Precisão
580
Attack Time
1.11
Experiência
14,357
Minion Life
1,074
Minion Energy Shield
1,023
Minion Damage
501
Ailment Threshold
9,907
Chill
31
Shock
31
Brittle
177
Scorch
31
Sap
87
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 502–753
Chance de Crítico: 5%
Attack Time: 1.11 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
![](https://cdn.poedb.tw/image/Art/2DArt/SkillIcons/iconbasicattack.webp)
BirdmanConsumeCorpse
Spell
Tempo de Conjuração: 2.67 seg
BirdmanBloodProjectileMortar
Projectile, ProjectilesFromUser, Attack, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable
Base Damage: 502–753
Chance de Crítico: 5%
Dano de Ataque: 115%
Attack Time: 1.11 seg
Habilidade de morteiro de monstro genérico. Como Projétil de Monstro, mas com um efeito de impacto.
Habilidades se Repetem 2 Vezes mais
Causa 15% mais Dano de Ataque
Causa 10% mais Dano
Velocidade de Ataque aumentada em 100%
base is projectile [1]
main hand base maximum attack distance [40]
projectile spread radius [15]
projectile uses contact position [1]
WalkEmergeBestiaryHellion
walk emerge distance [450]
Object Type
version 2 extends "Metadata/Monsters/Monster" StateMachine { } Monster { flip_enabled = true }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Kiweth/KiwethTEMPBESTIARY"] = { name = "Avian Retch", life = 1.54, energyShield = 0.5, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.68, damageSpread = 0.2, attackTime = 1.11, attackRange = 11, accuracy = 1, skillList = { "Melee", "BirdmanConsumeCorpse", "BirdmanBloodProjectileMortar", "WalkEmergeBestiaryHellion", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { 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", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BirdmanConsumeCorpse"] = { name = "BirdmanConsumeCorpse", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.67, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BirdmanBloodProjectileMortar"] = { name = "BirdmanBloodProjectileMortar", 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.Attack] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_repeat_count", "active_skill_damage_+%_final", "projectile_spread_radius", "main_hand_base_maximum_attack_distance", "attack_speed_+%", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {2, 10, 15, 40, 100, baseMultiplier = 1.15, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["WalkEmergeBestiaryHellion"] = { name = "WalkEmergeBestiaryHellion", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_distance", }, levels = { [1] = {450, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Dano de Projétil aumentado em 20%
display monster uses far shot text [1]
monster reverse point blank damage -% at minimum range [60]
Id | MonsterLesserFarShot |
---|---|
Family | FarShot |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage |
Id | Nothing |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
stance movement speed +% final [100]
Id | StanceKiwethRun |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Editar
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.