Muerte desde lo Alto
Bestia
Área: InvasionBoss
Género: Hombres cabra
Grupo: Primates
Familia: Las Tierras salvajes
La cantidad de objetos arrojados está aumentada un 300%
La rareza de los objetos arrojados está aumentada un 800%
Velocidad de ataque aumentada un 60%
Evasión aumentada un 40%
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
La rareza de los objetos arrojados está aumentada un 800%
Velocidad de ataque aumentada un 60%
Evasión aumentada un 40%
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Death from Above
Spectre | N |
---|---|
Area | InvasionBoss |
End Game | Vida máxima aumentada un 50% |
Tags | beast, goatman, has_one_hand_mace, has_one_handed_melee, humanoid, invasion_boss, light_armour, mammal_beast, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, red_blood |
Packs |
Vida
360%
Evasión
+5%
Ailment Threshold
360%
Resistencia
30 30 30 20
Damage
162%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
5 ~ 7
Attack Time
1.455 Second
Damage Spread
±20%
Experiencia
180%
Model Size
130%
Type
GoatmanBossInvasion
Metadata
GoatmanBossInvasion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
23,160
Armadura
28,790
Evasión
4,976
Escudo de energía
0
Damage
605
Daño de hechizos
605
Precisión
290
Attack Time
1.455
Experiencia
18,459
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
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).
MonsterLeapSlamInvasion
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Salto con impacto
Base Damage: 484–726
Probabilidad de golpe crítico: 5%
Attack Time: 1.455 seg
Saltas por los aires para infligir daño y empujar a los enemigos con tu arma en el lugar donde caes. Empujas a los enemigos sobre los que caerías fuera de tu camino. Requiere un hacha, una maza, un cetro, una espada o un báculo.
Inflige un 50% más de daño
El radio base es de 1.5 metros
cast time overrides attack duration [1]
is area damage [1]
El radio base es de 1.5 metros
cast time overrides attack duration [1]
is area damage [1]
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 484–726
Probabilidad de golpe crítico: 5%
Attack Time: 1.455 seg
Derriba a tus enemigos con un 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]
MonsterSmokeMineInvasion
Spell, Area, Duration, Movement, RemoteMined, AreaSpell, Travel, HasReservation, Blink, Cooldown
Mina de humo
Tiempo de lanzamiento: 0.5 seg
Tiempo de recarga: 3 seg
Lanza una mina que te transportará a ella cuando sea detonada. Cubre tanto tu huida como tu llegada con una nube de humo que ciega a los enemigos, y te otorga una bonificación temporal de velocidad de movimiento. Comparte su tiempo de recarga con otras habilidades de Traslación.
La duración base es de 3 segundos
La bonificación otorga velocidad de movimiento aumentada un 20%
active skill area of effect radius +% final [-45]
La bonificación otorga velocidad de movimiento aumentada un 20%
active skill area of effect radius +% final [-45]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Mace" } Actor { basic_action = "Emerge" } Monster { flip_enabled = true }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.3 } Animated { on_event_leave_ground_for_leap = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/kickup.ao );" on_event_effect_for_cliffjump = "PlayEffect( Metadata/Effects/Spells/monsters_effects/goat_slam_02/land_dust.ao );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Goatman/GoatmanBossInvasion"] = { name = "Death from Above", life = 3.6, fireResist = 30, coldResist = 30, lightningResist = 30, chaosResist = 20, damage = 1.62, damageSpread = 0.2, attackTime = 1.455, attackRange = 7, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "MonsterLeapSlamInvasion", "MonsterSmokeMineInvasion", }, 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["MonsterLeapSlamInvasion"] = { name = "Leap Slam", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Movement] = true, [SkillType.Travel] = true, [SkillType.Slam] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.4, baseFlags = { attack = true, area = true, melee = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "active_skill_base_area_of_effect_radius", "is_area_damage", "cast_time_overrides_attack_duration", }, levels = { [1] = {50, 15, levelRequirement = 2, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterSmokeMineInvasion"] = { name = "Smoke Mine", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Movement] = true, [SkillType.RemoteMined] = true, [SkillType.AreaSpell] = true, [SkillType.Travel] = true, [SkillType.HasReservation] = true, [SkillType.Blink] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 0.5, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "base_movement_velocity_+%", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {3000, 20, -45, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
La cantidad de objetos arrojados está aumentada un 300%
La rareza de los objetos arrojados está aumentada un 800%
Id | MonsterInvasionBoss |
---|---|
Family | MonsterInvasionBoss |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Velocidad de ataque aumentada un 60%
Id | MonsterImplicitFastAttack3 |
---|---|
Family | IncreasedAttackSpeed |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack speed |
Evasión aumentada un 40%
Id | MonsterImplicitEvading1 |
---|---|
Family | EvasionRatingPercent |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | defences evasion |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster is invasion boss [1]
Id | IsInvasionBoss |
---|---|
Family | MonsterIsInvasionBoss |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Id | MonsterLifeAndDamageLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |