Horror Alado
Winged Horror
Spectre | Y |
---|---|
Area | A Caverna do Titã, O Refúgio Zigurate, A Caverna do Titã |
Tags | 2HSharpMetal_onhit_audio, allows_additional_projectiles, beast, flying, lightning_affinity, medium_movement, melee, physical_affinity, ranged, red_blood |
Packs |
Vida
135%
Ailment Threshold
%
Resistência
0 0 0 0
Damage
135%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
135%
Model Size
100%
Type
WingedCreature
Metadata
WingedCreature
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
70
Vida
11,767
Armadura
3,877
Evasão
502
Energy Shield
0
Damage
335
Dano Mágico
335
Precisão
1,164
Attack Time
1.005
Experiência
46,763
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 Básico
Base Damage: 268–402
Chance de [Critical|Acerto Crítico]: 5%
Attack Time: 1.005 seg
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GPSWingedCreatureBallLightning
Triggerable, Damage
Recarga: 8 seg
Causa 1.943 a 5.828 de Dano de Raio
Projéteis Perfuram todos Alvos
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
projectile uses contact position [1]
spell maximum action distance +% [-35]
use scaled contact offset [1]
Projéteis Perfuram todos Alvos
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
projectile uses contact position [1]
spell maximum action distance +% [-35]
use scaled contact offset [1]
GSWingedCreatureBallLightning
Triggerable, Spell, Damage
Chance de Crítico: 6%
Tempo de Conjuração: 1 seg
Causa 3.492 a 10.48 de Dano de Raio
Habilidades Suportadas têm chance de Eletrizar aumentada em 20%
action attack or cast time uses animation length [1]
base is projectile [1]
is area damage [1]
Habilidades Suportadas têm chance de Eletrizar aumentada em 20%
action attack or cast time uses animation length [1]
base is projectile [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { set_base_heavy_stun_duration_ms = 3333 } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { on_transition = "Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/WingedCreature/WingedCreature_Aggro.ao' ); } );" } Animated { preload_animated_object = "Metadata/Monsters/WingedCreature/WingedCreature_Aggro.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/WingedCreature/WingedCreature"] = { name = "Winged Horror", life = 1.35, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.35, damageSpread = 0.2, attackTime = 1.005, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GPSWingedCreatureBallLightning", "GSWingedCreatureBallLightning", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, 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["GPSWingedCreatureBallLightning"] = { name = "GPSWingedCreatureBallLightning", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "spell_maximum_action_distance_+%", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", "action_attack_or_cast_time_uses_animation_length", "always_pierce", "base_deal_no_damage", }, levels = { [1] = {0.5, 1.5, -35, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSWingedCreatureBallLightning"] = { name = "GSWingedCreatureBallLightning", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "geometry_spell", castTime = 1, baseFlags = { spell = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "shock_chance_+%", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", "base_is_projectile", }, levels = { [1] = {0.5, 1.5, 20, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
Horror Alado
Área: Provação das Sekhemas
Winged Horror
Spectre | Y |
---|---|
Area | Provação das Sekhemas |
Tags | 2HSharpMetal_onhit_audio, allows_additional_projectiles, beast, flying, lightning_affinity, medium_movement, melee, physical_affinity, ranged, red_blood, sanctum_monster |
Packs |
Vida
135%
Ailment Threshold
%
Resistência
0 0 0 0
Damage
135%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
135%
Model Size
100%
Type
WingedCreatureSanctumTrial
Metadata
WingedCreatureSanctumTrial
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
22
Vida
548
Armadura
152
Evasão
96
Energy Shield
0
Damage
56
Dano Mágico
56
Precisão
186
Attack Time
1.005
Experiência
1,075
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 Básico
Base Damage: 45–67
Chance de [Critical|Acerto Crítico]: 5%
Attack Time: 1.005 seg
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GPSWingedCreatureBallLightning
Triggerable, Damage
Recarga: 8 seg
Causa 1.943 a 5.828 de Dano de Raio
Projéteis Perfuram todos Alvos
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
projectile uses contact position [1]
spell maximum action distance +% [-35]
use scaled contact offset [1]
Projéteis Perfuram todos Alvos
action attack or cast time uses animation length [1]
base deal no damage [1]
base is projectile [1]
projectile uses contact position [1]
spell maximum action distance +% [-35]
use scaled contact offset [1]
GSWingedCreatureBallLightning
Triggerable, Spell, Damage
Chance de Crítico: 6%
Tempo de Conjuração: 1 seg
Causa 1.901 a 5.703 de Dano de Raio
Habilidades Suportadas têm chance de Eletrizar aumentada em 20%
action attack or cast time uses animation length [1]
base is projectile [1]
is area damage [1]
Habilidades Suportadas têm chance de Eletrizar aumentada em 20%
action attack or cast time uses animation length [1]
base is projectile [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { set_base_heavy_stun_duration_ms = 3333 } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { on_transition = "Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/WingedCreature/WingedCreature_Aggro.ao' ); } );" } Animated { preload_animated_object = "Metadata/Monsters/WingedCreature/WingedCreature_Aggro.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/WingedCreature/WingedCreatureSanctumTrial"] = { name = "Winged Horror", life = 1.35, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.35, damageSpread = 0.2, attackTime = 1.005, attackRange = 9, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "GPSWingedCreatureBallLightning", "GSWingedCreatureBallLightning", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Basic Attack", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, 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["GPSWingedCreatureBallLightning"] = { name = "GPSWingedCreatureBallLightning", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "spell_maximum_action_distance_+%", "base_is_projectile", "use_scaled_contact_offset", "projectile_uses_contact_position", "action_attack_or_cast_time_uses_animation_length", "always_pierce", "base_deal_no_damage", }, levels = { [1] = {0.5, 1.5, -35, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GSWingedCreatureBallLightning"] = { name = "GSWingedCreatureBallLightning", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "geometry_spell", castTime = 1, baseFlags = { spell = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "shock_chance_+%", "is_area_damage", "action_attack_or_cast_time_uses_animation_length", "base_is_projectile", }, levels = { [1] = {0.5, 1.5, 20, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }