Cantarrabo
Construto
Área: InvasionBoss
Quantidade dos Itens Derrubados aumentada em 300%
Raridade dos Itens Derrubados aumentada em 800%
Ganhe 35% de Vida Máxima como Escudo de Energia Máximo Extra
monster no map drops [1]
monster is invasion boss [1]
Armadura aumentada em 1000%
stance movement speed +% final [100]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Raridade dos Itens Derrubados aumentada em 800%
Ganhe 35% de Vida Máxima como Escudo de Energia Máximo Extra
monster no map drops [1]
monster is invasion boss [1]
Armadura aumentada em 1000%
stance movement speed +% final [100]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Tailsinger
Spectre | N |
---|---|
Area | InvasionBoss |
End Game | Vida máxima aumentada em 50% |
Tags | beast, Conjurador, chaos_affinity, cold_affinity, construct, extra_extra_small_height, fast_movement, has_dagger, has_one_handed_melee, invasion_boss, melee, metal_armour, not_int, not_str, physical_affinity, red_blood, reptile_beast |
Packs |
Vida
220%
Evasão
+10%
Ailment Threshold
220%
Resistência
30 30 30 20
Damage
100%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 8
Attack Time
1.095 Second
Damage Spread
±20%
Experiência
200%
Model Size
130%
Type
SnakeSlitherBossInvasion
Metadata
SnakeMeleeBossInvasion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
14,153
Armadura
28,790
Evasão
5,213
Escudo de Energia
0
Damage
374
Dano Mágico
374
Precisão
290
Attack Time
1.095
Experiência
20,510
Ailment Threshold
14,153
Chill
45
Shock
45
Brittle
253
Scorch
45
Sap
124
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).
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque Padrão
Base Damage: 299–448
Chance de Crítico: 5%
Attack Time: 1.095 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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MonsterPunctureInvasion
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
Punctura
Base Damage: 299–448
Chance de Crítico: 5%
Dano de Ataque: 120%
Attack Time: 1.095 seg
Perfura o alvo, causando uma penalidade de sangramento, que será afetada pelos modificadores de duração de habilidade. Punctura funciona com adagas, garras ou espadas.
Causa 20% mais Dano de Ataque
+57% mais Dano com Sangramentos
Causa Sangramento
skill can fire arrows [1]
+57% mais Dano com Sangramentos
Causa Sangramento
skill can fire arrows [1]
MonsterFrostWallInvasion
Spell, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Cascadable, Cooldown
Parede de Gelo
Chance de Crítico: 5%
Tempo de Conjuração: 0.5 seg
Recarga: 9 seg
Cria uma parede de gelo que rechaça os inimigos. Alvos atrás da parede sofrem dano e são empurrados.
Causa 118.1 a 177.2 de Dano de Gelo
Duração base é de 4 segundos
0.4 segundos entre o aparecimento de seções da Parede
+8 metros ao tamanho da Parede
Duração base é de 4 segundos
0.4 segundos entre o aparecimento de seções da Parede
+8 metros ao tamanho da Parede
MonsterGroundCausticInvasion
Spell, Duration, Damage, Mineable, Area, Trapped, DamageOverTime, Chaos, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 125.9 a 167.9 de Dano de Caos
Causa 233.1 de Dano de Caos Base por segundo
Duração base é de 7.5 segundos
active skill area of effect radius +% final [33]
ground caustic art variation [2]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-80]
Causa 233.1 de Dano de Caos Base por segundo
Duração base é de 7.5 segundos
active skill area of effect radius +% final [33]
ground caustic art variation [2]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
spell maximum action distance +% [-80]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "Dagger" basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Snake/SnakeMeleeBossInvasion"] = { name = "Tailsinger", life = 2.2, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1, damageSpread = 0.2, attackTime = 1.095, attackRange = 8, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "MonsterFrostWallInvasion", "MonsterPunctureInvasion", "MonsterGroundCausticInvasion", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { 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["MonsterFrostWallInvasion"] = { name = "Frost Wall", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Creates a wall of ice which holds back enemies. Targets under the wall are damaged and pushed back.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.Cascadable] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.5, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "base_skill_effect_duration", "wall_expand_delay_ms", "wall_maximum_length", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 4000, 400, 80, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, 4000, 400, 80, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, 4000, 400, 80, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3}, cost = { }, }, [4] = {0.80000001192093, 1.2000000476837, 4000, 400, 80, critChance = 5, levelRequirement = 25, statInterpolation = {3, 3}, cost = { }, }, [5] = {0.80000001192093, 1.2000000476837, 4000, 400, 80, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterPunctureInvasion"] = { name = "Puncture", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.DamageOverTime] = true, [SkillType.Triggerable] = true, [SkillType.Physical] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_bleeding_damage_+%_final", "skill_can_fire_arrows", "global_bleed_on_hit", }, levels = { [1] = {57, baseMultiplier = 1.2, levelRequirement = 9, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterGroundCausticInvasion"] = { name = "MonsterGroundCausticInvasion", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Duration] = true, [SkillType.Damage] = true, [SkillType.Mineable] = true, [SkillType.Area] = true, [SkillType.Trapped] = true, [SkillType.DamageOverTime] = true, [SkillType.Chaos] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "base_chaos_damage_to_deal_per_minute", "base_skill_effect_duration", "spell_maximum_action_distance_+%", "monster_penalty_against_minions_damage_+%_final_vs_player_minions", "ground_caustic_art_variation", "is_area_damage", }, levels = { [1] = {0.30000001192093, 0.40000000596046, 1, 2500, -80, -25, 2, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [2] = {0.30000001192093, 0.40000000596046, 1.5, 5000, -80, -25, 2, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 3, 1}, cost = { }, }, [3] = {0.30000001192093, 0.40000000596046, 2, 7500, 0, 33, -80, -25, 2, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 3, 1, 1, 1}, cost = { }, }, }, }
Quantidade dos Itens Derrubados aumentada em 300%
Raridade dos Itens Derrubados aumentada em 800%
Id | MonsterInvasionBoss |
---|---|
Family | MonsterInvasionBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Ganhe 35% de Vida Máxima como Escudo de Energia Máximo Extra
Id | MonsterImplicitAuraEnergyShield1 |
---|---|
Family | MonsterAura |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 4 (Effective: 3) |
Stats | |
Craft Tags | defences energy_shield |
Aura de Escudo de Energia
Raio: 50
Aliados têm Escudo de Energia
Ganhe 35% de Vida Máxima como Escudo de Energia Máximo Extra
Energy Shield Aura
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster is invasion boss [1]
Id | IsInvasionBoss |
---|---|
Family | MonsterIsInvasionBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Armadura aumentada em 1000%
stance movement speed +% final [100]
Id | StanceSnakeSlither |
---|---|
Family | Stance |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | defences armour speed |
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Id | MonsterLifeAndDamageLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |