Tod von oben
Bestie
Gebiet: InvasionBoss
Gattung: Ziegenmenschen
Gruppe: Primaten
Familie: Wildnis
300% erhöhte Menge fallen gelassener Gegenstände
800% erhöhte Seltenheit fallen gelassener Gegenstände
60% erhöhte Angriffsgeschwindigkeit
40% erhöhter Ausweichwert
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
800% erhöhte Seltenheit fallen gelassener Gegenstände
60% erhöhte Angriffsgeschwindigkeit
40% erhöhter Ausweichwert
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 | 50% erhöhtes maximales Leben |
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 |
Leben
360%
Ausweichen
+5%
Ailment Threshold
360%
Widerstand
30 30 30 20
Damage
162%
Genauigkeit
100%
Kritische Trefferchance
+5%
Multiplikator für kritischen Treffer
+130%
Attack Distance
5 ~ 7
Attack Time
1.455 Second
Damage Spread
±20%
Erfahrung
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.
Stufe
68
Leben
23,160
Rüstung
28,790
Ausweichen
4,976
Energieschild
0
Damage
605
Zauberschaden
605
Genauigkeit
290
Attack Time
1.455
Erfahrung
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
Sprunghieb
Base Damage: 484–726
Kritische Trefferchance: 5%
Attack Time: 1.455 Sek.
Springt in die Luft, fügt Gegnern am Aufschlagpunkt Schaden mit Eurer Waffe zu und stoßt diese zurück. Gegner, auf denen Ihr landen würdet, werden aus dem Weg geschoben. Erfordert eine Axt, einen Streitkolben, ein Zepter, ein Schwert oder einen Stab.
Verursacht 50% mehr Schaden
Basisradius beträgt 1.5 Meter
cast time overrides attack duration [1]
is area damage [1]
Basisradius beträgt 1.5 Meter
cast time overrides attack duration [1]
is area damage [1]
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Standardangriff
Base Damage: 484–726
Kritische Trefferchance: 5%
Attack Time: 1.455 Sek.
Streckt Eure Feinde mit einem mächtigen Schlag nieder.
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
Rauchmine
Zauberzeit: 0.5 Sek.
Abklingzeit: 3 Sek.
Wirft eine Mine, die Euch zu ihr teleportiert, wenn sie gezündet wird. Die Mine hüllt Eure Herkunfts- sowie Ankunftsposition in Rauch, der Gegner blendet, und gewährt Euch einen kurzzeitigen Bonus auf Eure Bewegungsgeschwindigkeit. Teilt sich eine Abklingzeit mit anderen Spurt-Fertigkeiten.
Basisdauer beträgt 3 Sekunden
Stärkung gewährt 20% erhöhte Bewegungsgeschwindigkeit
active skill area of effect radius +% final [-45]
Stärkung gewährt 20% erhöhte Bewegungsgeschwindigkeit
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 = { }, }, }, }
300% erhöhte Menge fallen gelassener Gegenstände
800% erhöhte Seltenheit fallen gelassener Gegenstände
Id | MonsterInvasionBoss |
---|---|
Family | MonsterInvasionBoss |
Domains | Monster (3) |
GenerationType | Einzigartig (3) |
Req. level | 1 |
Stats |
60% erhöhte Angriffsgeschwindigkeit
Id | MonsterImplicitFastAttack3 |
---|---|
Family | IncreasedAttackSpeed |
Domains | Monster (3) |
GenerationType | Einzigartig (3) |
Req. level | 1 |
Stats | |
Craft Tags | attack speed |
40% erhöhter Ausweichwert
Id | MonsterImplicitEvading1 |
---|---|
Family | EvasionRatingPercent |
Domains | Monster (3) |
GenerationType | Einzigartig (3) |
Req. level | 1 |
Stats | |
Craft Tags | defences evasion |
monster no map drops [1]
Id | MonsterNoMapDrops |
---|---|
Family | MonsterNoMapDrops |
Domains | Monster (3) |
GenerationType | Einzigartig (3) |
Req. level | 1 |
Stats |
monster is invasion boss [1]
Id | IsInvasionBoss |
---|---|
Family | MonsterIsInvasionBoss |
Domains | Monster (3) |
GenerationType | Einzigartig (3) |
Req. level | 1 |
Stats |
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Id | MonsterLifeAndDamageLessBelowLevel33 |
---|---|
Family | MoreLifeBelowLevelThreshold |
Domains | Monster (3) |
GenerationType | Einzigartig (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life damage |