General Adus
Undead
Area: The Refinery
Monsters grant 250% increased Experience
6000% increased Rarity of Items Dropped
20% Chance to Block Attack Damage
You take 10% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
heal aura owner % max life on death [0]
6000% increased Rarity of Items Dropped
20% Chance to Block Attack Damage
You take 10% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
heal aura owner % max life on death [0]
Spectre | N |
---|---|
Area | The Refinery |
Tags | bludgeoning_weapon, bone_armour, bones, caster, has_one_hand_mace, has_one_handed_melee, humanoid, large_height, lightning_affinity, medium_movement, melee, not_dex, not_int, physical_affinity, skeleton, undead |
Life
2400%
Armour
+100%
Ailment Threshold
2400%
Resistance
40 40 40 25
Damage
140%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
130%
Type
GeneralAdus
Metadata
GeneralAdus
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
63
Life
107,424
Armour
38,660
Evasion
3,967
Energy Shield
0
Damage
406
Spell Damage
406
Accuracy
238
Attack Time
1.5
Experience
18,064
Ailment Threshold
107,424
Chill
340
Shock
340
Brittle
1,922
Scorch
340
Sap
938
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
Default Attack
Base Damage: 325–487
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
QuakeSlamGeneralAdusSupercharged
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
Earthquake
Base Damage: 325–487
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 8 sec
Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.
50% of Physical Damage Converted to Lightning Damage
Base duration is 6 seconds
Base secondary duration is 1.05 seconds
50% less Attack Speed
Aftershock deals +100% more Damage with Hits and Ailments
active skill area of effect radius +% final [50]
is area damage [1]
Base duration is 6 seconds
Base secondary duration is 1.05 seconds
50% less Attack Speed
Aftershock deals +100% more Damage with Hits and Ailments
active skill area of effect radius +% final [50]
is area damage [1]
QuakeSlamGeneralAdus
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
Earthquake
Base Damage: 325–487
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 8 sec
Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.
Base duration is 2.5 seconds
50% less Attack Speed
Aftershock deals +60% more Damage with Hits and Ailments
is area damage [1]
50% less Attack Speed
Aftershock deals +60% more Damage with Hits and Ailments
is area damage [1]
LivingBombLightningAdus
Spell, Damage, Area, Trappable, Totemable, Mineable, AreaSpell
Cast Time: 4 sec
Cooldown Time: 10 sec
Deals 3280 to 4009 Lightning Damage
25% increased Cast Speed
100% chance to Shock enemies
active skill area of effect radius +% final [100]
is area damage [1]
25% increased Cast Speed
100% chance to Shock enemies
active skill area of effect radius +% final [100]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" slow_animations_go_to_idle = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/General_Adus/GeneralAdusBuffImpact.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/General_Adus/GeneralAdusBuffBeam.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/GeneralAdus/GeneralAdus"] = { name = "General Adus", life = 24, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.4, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Shield", skillList = { "Melee", "LivingBombLightningAdus", "QuakeSlamGeneralAdus", "QuakeSlamGeneralAdusSupercharged", }, 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["LivingBombLightningAdus"] = { name = "LivingBombLightningAdus", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 4, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_chance_to_shock_%", "base_cast_speed_+%", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.89999997615814, 1.1000000238419, 100, 25, 100, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["QuakeSlamGeneralAdus"] = { name = "Earthquake", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Multistrikeable] = true, [SkillType.Duration] = true, [SkillType.Slam] = true, [SkillType.Triggerable] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "quake_slam_fully_charged_explosion_damage_+%_final", "active_skill_attack_speed_+%_final", "is_area_damage", }, levels = { [1] = {2500, 60, -50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["QuakeSlamGeneralAdusSupercharged"] = { name = "Earthquake", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Multistrikeable] = true, [SkillType.Duration] = true, [SkillType.Slam] = true, [SkillType.Triggerable] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "quake_slam_fully_charged_explosion_damage_+%_final", "base_secondary_skill_effect_duration", "active_skill_attack_speed_+%_final", "skill_physical_damage_%_to_convert_to_lightning", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {6000, 100, 1050, -50, 50, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
Monsters grant 250% increased Experience
6000% increased Rarity of Items Dropped
Id | MonsterQuestBossAct9____ |
---|---|
Family | MonsterActBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
20% Chance to Block Attack Damage
You take 10% of Damage from Blocked Hits
Id | MonsterAttackBlock20Bypass20 |
---|---|
Family | MonsterBlockAndBypass |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
heal aura owner % max life on death [0]
Id | BossHealOnPlayerDeath |
---|---|
Family | BossHealOnPlayerDeath |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
heal_on_nearby_death
Radius: 120
heal aura owner % max life on death [0]
General Adus
Undead
Monsters grant 250% increased Experience
6000% increased Rarity of Items Dropped
20% Chance to Block Attack Damage
You take 10% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
6000% increased Rarity of Items Dropped
20% Chance to Block Attack Damage
You take 10% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Tags | bludgeoning_weapon, bone_armour, bones, caster, has_one_hand_mace, has_one_handed_melee, humanoid, lightning_affinity, medium_movement, melee, not_dex, not_int, physical_affinity, skeleton, undead |
Life
2400%
Armour
+100%
Ailment Threshold
2400%
Resistance
40 40 40 25
Damage
140%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
130%
Type
GeneralAdus
Metadata
GeneralAdusStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
154,400
Armour
57,580
Evasion
4,739
Energy Shield
0
Damage
523
Spell Damage
523
Accuracy
290
Attack Time
1.5
Experience
20,510
Ailment Threshold
154,400
Chill
488
Shock
488
Brittle
2,762
Scorch
488
Sap
1,349
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
Default Attack
Base Damage: 418–628
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
QuakeSlamGeneralAdusSupercharged
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
Earthquake
Base Damage: 418–628
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 8 sec
Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.
50% of Physical Damage Converted to Lightning Damage
Base duration is 6 seconds
Base secondary duration is 1.05 seconds
50% less Attack Speed
Aftershock deals +100% more Damage with Hits and Ailments
active skill area of effect radius +% final [50]
is area damage [1]
Base duration is 6 seconds
Base secondary duration is 1.05 seconds
50% less Attack Speed
Aftershock deals +100% more Damage with Hits and Ailments
active skill area of effect radius +% final [50]
is area damage [1]
QuakeSlamGeneralAdus
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
Earthquake
Base Damage: 418–628
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 8 sec
Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.
Base duration is 2.5 seconds
50% less Attack Speed
Aftershock deals +60% more Damage with Hits and Ailments
is area damage [1]
50% less Attack Speed
Aftershock deals +60% more Damage with Hits and Ailments
is area damage [1]
LivingBombLightningAdus
Spell, Damage, Area, Trappable, Totemable, Mineable, AreaSpell
Cast Time: 4 sec
Cooldown Time: 10 sec
Deals 4389 to 5365 Lightning Damage
25% increased Cast Speed
100% chance to Shock enemies
active skill area of effect radius +% final [100]
is area damage [1]
25% increased Cast Speed
100% chance to Shock enemies
active skill area of effect radius +% final [100]
is area damage [1]
GTStandaloneAdusLightningPillar
Triggerable, Spell
Cast Time: 1 sec
SOStandaloneAdusLightningPillar
Triggerable, Spell
Cast Time: 1 sec
MinotaurArcTrap
Triggerable
Deals 3.192 to 9.576 Lightning Damage
Your Hits cannot Stun Enemies
damage +% vs players [10000]
is area damage [1]
Your Hits cannot Stun Enemies
damage +% vs players [10000]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMonster" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" slow_animations_go_to_idle = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMonster" Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/General_Adus/GeneralAdusBuffImpact.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/General_Adus/GeneralAdusBuffBeam.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/GeneralAdus/GeneralAdusStandalone"] = { name = "General Adus", life = 24, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.4, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Shield", skillList = { "Melee", "LivingBombLightningAdus", "QuakeSlamGeneralAdus", "QuakeSlamGeneralAdusSupercharged", "MinotaurArcTrap", "SOStandaloneAdusLightningPillar", "GTStandaloneAdusLightningPillar", }, 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["LivingBombLightningAdus"] = { name = "LivingBombLightningAdus", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 4, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_chance_to_shock_%", "base_cast_speed_+%", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.89999997615814, 1.1000000238419, 100, 25, 100, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["QuakeSlamGeneralAdus"] = { name = "Earthquake", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Multistrikeable] = true, [SkillType.Duration] = true, [SkillType.Slam] = true, [SkillType.Triggerable] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "quake_slam_fully_charged_explosion_damage_+%_final", "active_skill_attack_speed_+%_final", "is_area_damage", }, levels = { [1] = {2500, 60, -50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["QuakeSlamGeneralAdusSupercharged"] = { name = "Earthquake", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Multistrikeable] = true, [SkillType.Duration] = true, [SkillType.Slam] = true, [SkillType.Triggerable] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "quake_slam_fully_charged_explosion_damage_+%_final", "base_secondary_skill_effect_duration", "active_skill_attack_speed_+%_final", "skill_physical_damage_%_to_convert_to_lightning", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {6000, 100, 1050, -50, 50, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MinotaurArcTrap"] = { name = "MinotaurArcTrap", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, }, baseMods = { }, qualityStats = { }, stats = { "secondary_minimum_base_lightning_damage", "secondary_maximum_base_lightning_damage", "damage_+%_vs_players", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.5, 1.5, 10000, levelRequirement = 60, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.5, 1.5, 10000, levelRequirement = 83, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SOStandaloneAdusLightningPillar"] = { name = "SOStandaloneAdusLightningPillar", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GTStandaloneAdusLightningPillar"] = { name = "GTStandaloneAdusLightningPillar", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Monsters grant 250% increased Experience
6000% increased Rarity of Items Dropped
Id | MonsterQuestBossAct9____ |
---|---|
Family | MonsterActBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
20% Chance to Block Attack Damage
You take 10% of Damage from Blocked Hits
Id | MonsterAttackBlock20Bypass20 |
---|---|
Family | MonsterBlockAndBypass |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
General Adus
Undead
Monsters grant 250% increased Experience
6000% increased Rarity of Items Dropped
20% Chance to Block Attack Damage
You take 10% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
6000% increased Rarity of Items Dropped
20% Chance to Block Attack Damage
You take 10% of Damage from Blocked Hits
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Spectre | N |
---|---|
Tags | bludgeoning_weapon, bone_armour, bones, caster, has_one_hand_mace, has_one_handed_melee, humanoid, lightning_affinity, medium_movement, melee, not_dex, not_int, physical_affinity, skeleton, undead |
Life
800%
Armour
+100%
Ailment Threshold
800%
Resistance
40 40 40 25
Damage
140%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 15
Attack Time
1.5 Second
Damage Spread
±20%
Experience
200%
Model Size
130%
Type
GeneralAdusGauntlet
Metadata
GeneralAdusStandaloneGauntlet
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
51,467
Armour
57,580
Evasion
4,739
Energy Shield
0
Damage
523
Spell Damage
523
Accuracy
290
Attack Time
1.5
Experience
20,510
Ailment Threshold
51,467
Chill
163
Shock
163
Brittle
921
Scorch
163
Sap
450
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
Default Attack
Base Damage: 418–628
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
QuakeSlamGeneralAdusSupercharged
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
Earthquake
Base Damage: 418–628
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 8 sec
Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.
50% of Physical Damage Converted to Lightning Damage
Base duration is 6 seconds
Base secondary duration is 1.05 seconds
50% less Attack Speed
Aftershock deals +100% more Damage with Hits and Ailments
active skill area of effect radius +% final [50]
is area damage [1]
Base duration is 6 seconds
Base secondary duration is 1.05 seconds
50% less Attack Speed
Aftershock deals +100% more Damage with Hits and Ailments
active skill area of effect radius +% final [50]
is area damage [1]
QuakeSlamGeneralAdus
Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
Earthquake
Base Damage: 418–628
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Cooldown Time: 8 sec
Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.
Base duration is 2.5 seconds
50% less Attack Speed
Aftershock deals +60% more Damage with Hits and Ailments
is area damage [1]
50% less Attack Speed
Aftershock deals +60% more Damage with Hits and Ailments
is area damage [1]
LivingBombLightningAdus
Spell, Damage, Area, Trappable, Totemable, Mineable, AreaSpell
Cast Time: 4 sec
Cooldown Time: 10 sec
Deals 4389 to 5365 Lightning Damage
25% increased Cast Speed
100% chance to Shock enemies
active skill area of effect radius +% final [100]
is area damage [1]
25% increased Cast Speed
100% chance to Shock enemies
active skill area of effect radius +% final [100]
is area damage [1]
GTStandaloneAdusLightningPillar
Triggerable, Spell
Cast Time: 1 sec
SOStandaloneAdusLightningPillar
Triggerable, Spell
Cast Time: 1 sec
MinotaurArcTrap
Triggerable
Deals 3.192 to 9.576 Lightning Damage
Your Hits cannot Stun Enemies
damage +% vs players [10000]
is area damage [1]
Your Hits cannot Stun Enemies
damage +% vs players [10000]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMonster" Actor { basic_action = "ChangeToStance1" basic_action = "ChangeToStance2" slow_animations_go_to_idle = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/StandaloneMonster" Animated { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/General_Adus/GeneralAdusBuffImpact.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/General_Adus/GeneralAdusBuffBeam.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/GeneralAdus/GeneralAdusStandaloneGauntlet"] = { name = "General Adus", life = 8, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 1.4, damageSpread = 0.2, attackTime = 1.5, attackRange = 15, accuracy = 1, weaponType1 = "One Hand Mace", weaponType2 = "Shield", skillList = { "Melee", "LivingBombLightningAdus", "QuakeSlamGeneralAdus", "QuakeSlamGeneralAdusSupercharged", "MinotaurArcTrap", "SOStandaloneAdusLightningPillar", "GTStandaloneAdusLightningPillar", }, 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["LivingBombLightningAdus"] = { name = "LivingBombLightningAdus", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 4, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_chance_to_shock_%", "base_cast_speed_+%", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.89999997615814, 1.1000000238419, 100, 25, 100, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["QuakeSlamGeneralAdus"] = { name = "Earthquake", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Multistrikeable] = true, [SkillType.Duration] = true, [SkillType.Slam] = true, [SkillType.Triggerable] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "quake_slam_fully_charged_explosion_damage_+%_final", "active_skill_attack_speed_+%_final", "is_area_damage", }, levels = { [1] = {2500, 60, -50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["QuakeSlamGeneralAdusSupercharged"] = { name = "Earthquake", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.", skillTypes = { [SkillType.Attack] = true, [SkillType.Area] = true, [SkillType.Melee] = true, [SkillType.Multistrikeable] = true, [SkillType.Duration] = true, [SkillType.Slam] = true, [SkillType.Triggerable] = true, [SkillType.Totemable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, melee = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "quake_slam_fully_charged_explosion_damage_+%_final", "base_secondary_skill_effect_duration", "active_skill_attack_speed_+%_final", "skill_physical_damage_%_to_convert_to_lightning", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {6000, 100, 1050, -50, 50, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MinotaurArcTrap"] = { name = "MinotaurArcTrap", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, }, baseMods = { }, qualityStats = { }, stats = { "secondary_minimum_base_lightning_damage", "secondary_maximum_base_lightning_damage", "damage_+%_vs_players", "is_area_damage", "cannot_stun", }, levels = { [1] = {0.5, 1.5, 10000, levelRequirement = 60, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.5, 1.5, 10000, levelRequirement = 83, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SOStandaloneAdusLightningPillar"] = { name = "SOStandaloneAdusLightningPillar", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GTStandaloneAdusLightningPillar"] = { name = "GTStandaloneAdusLightningPillar", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Monsters grant 250% increased Experience
6000% increased Rarity of Items Dropped
Id | MonsterQuestBossAct9____ |
---|---|
Family | MonsterActBoss |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
20% Chance to Block Attack Damage
You take 10% of Damage from Blocked Hits
Id | MonsterAttackBlock20Bypass20 |
---|---|
Family | MonsterBlockAndBypass |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats | |
Craft Tags | block |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityActBoss |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
General Adus Topic /1
NPC | Name |
---|---|
Petarus and Vanja | Vanja: A noble Legionnaire... Petarus: ...but a Legionnaire all the same. Vanja: Petarus and I did our research on Adus. Petarus: We needed to know as much about him and his dig site as possible... Vanja: ...to make sure he was worth our while. Petarus: The General was an eternal commander of the Highgate Legion... Vanja: He ran a mining camp up here in the mountains. The bastard was the one responsible for controlling Karui, Maraketh and Ezomyte slaves, forcing them into the black bowels of rock fissures in search of gems... Petarus: ...At least he treated them fairly and as human beings. Vanja: A slave is still a slave my sweets. Petarus: For all his faults, the general appears to have been a good man for his time. It's a shame what happened to him... an even greater shame that by the sounds of things, he's come back. Vanja: Yes, we'd advise steering clear of his old camp. |