<>
Construct
Cannot be Damaged
harbinger base currency shard stack tenths to drop [22]
harbinger base currency shard stack tenths to drop best of 3 outcomes [0]
map related item drop chance +% final from league [-60]
harbinger base currency shard stack tenths to drop [22]
harbinger base currency shard stack tenths to drop best of 3 outcomes [0]
map related item drop chance +% final from league [-60]
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Spectre | N |
---|---|
Tags | caster, construct, fast_movement, is_unarmed, lightning_affinity, liquid_armour, medium_height, puncturing_weapon, unusable_corpse |
Packs |
Life
0%
Ailment Threshold
0%
Resistance
0 0 0 0
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experience
100%
Model Size
100%
Type
LeagueAvatarNormal
Metadata
Avatar4
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
0
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
374
Spell Damage
374
Accuracy
290
Attack Time
1.5
Experience
10,255
Ailment Threshold
0
Chill
0
Shock
0
Brittle
0
Scorch
0
Sap
0
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).
HarbingerSummonMonsters
Spell
Cast Time: 1 sec
Cooldown Time: 3 sec
Skills Repeat an additional Time
Base duration is 0.25 seconds
harbinger minion extra monster chance % [54.33]
harbinger minion max extra monsters count [1]
harbinger minion max magic count [3.63]
harbinger minion max rare count [1]
harbinger minion remove parent life on death permyriad [237.3]
number of monsters to summon [7.63]
summoned monsters are minions [1]
Base duration is 0.25 seconds
harbinger minion extra monster chance % [54.33]
harbinger minion max extra monsters count [1]
harbinger minion max magic count [3.63]
harbinger minion max rare count [1]
harbinger minion remove parent life on death permyriad [237.3]
number of monsters to summon [7.63]
summoned monsters are minions [1]
AvatarConvocation
Spell, Buff, Duration, Triggerable, Minion, Instant, Cooldown
Convocation
Cast Time: 0.8 sec
Cooldown Time: 10 sec
Recalls all minions that are following you to your location, and grants them a temporary life regeneration effect.
Base secondary duration is 2 seconds
base deal no damage [1]
convocation max number of minions to teleport [10]
base deal no damage [1]
convocation max number of minions to teleport [10]
AttachedAvatarSkyBeam
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Multicastable, Lightning, AreaSpell
Storm Call
Cast Time: 1 sec
Deals 358.4 to 552.6 Lightning Damage
Base duration is 2.5 seconds
cast on trigger cascade event [1]
is area damage [1]
monster stormcall individually trigger [1]
skill unusable [1]
trigger skill restriction [3]
Base duration is 2.5 seconds
cast on trigger cascade event [1]
is area damage [1]
monster stormcall individually trigger [1]
skill unusable [1]
trigger skill restriction [3]
TriggerCascadeMinionFive
Triggerable
Cooldown Time: 5 sec
trigger cascade A [60]
trigger cascade ms between spikes [750]
trigger cascade number of spikes [4]
trigger skill restriction [3]
trigger cascade ms between spikes [750]
trigger cascade number of spikes [4]
trigger skill restriction [3]
SSMHarbingerScarabSummonTotems
Spell, Multicastable, Triggerable
Cast Time: 1 sec
alternate minion [662]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
GTHarbingerScarabSummonTotems
Triggerable, Spell
Cast Time: 1 sec
Cooldown Time: 20 sec
GTHarbingerScarabSummonTotems2
Triggerable, Spell
Cast Time: 1 sec
Object Type
version 2 extends "Metadata/Monsters/LeagueAvatars/LeagueAvatar" Stats { harbinger_minion_rare_chance_% = 10 harbinger_minion_magic_chance_% = 10 }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueAvatars/LeagueAvatar"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Avatar/Avatar4"] = { name = "<>", life = 0, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "AvatarConvocation", "AttachedAvatarSkyBeam", "TriggerCascadeMinionFive", "HarbingerSummonMonsters", "SSMHarbingerScarabSummonTotems", "GTHarbingerScarabSummonTotems", "GTHarbingerScarabSummonTotems2", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["AvatarConvocation"] = { name = "Convocation", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Recalls all minions that are following you to your location, and grants them a temporary life regeneration effect.", skillTypes = { [SkillType.Spell] = true, [SkillType.Buff] = true, [SkillType.Duration] = true, [SkillType.Triggerable] = true, [SkillType.Minion] = true, [SkillType.Instant] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "buff_skill_stat_descriptions", castTime = 0.8, baseFlags = { spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_secondary_skill_effect_duration", "convocation_max_number_of_minions_to_teleport", "base_deal_no_damage", }, levels = { [1] = {2000, 10, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AttachedAvatarSkyBeam"] = { name = "Storm Call", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Multicastable] = true, [SkillType.Lightning] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "active_skill_area_of_effect_radius_+%_final", "base_skill_effect_duration", "trigger_skill_restriction", "is_area_damage", "cast_on_trigger_cascade_event", "skill_unusable", "monster_stormcall_individually_trigger", }, levels = { [1] = {0.80000001192093, 1.2000000476837, -20, 2500, 3, levelRequirement = 1, statInterpolation = {3, 3, 1}, cost = { }, }, [2] = {0.80000001192093, 1.2000000476837, -20, 2500, 3, levelRequirement = 23, statInterpolation = {3, 3, 1}, cost = { }, }, [3] = {0.80000001192093, 1.2000000476837, -20, 2500, 3, levelRequirement = 41, statInterpolation = {3, 3, 1}, cost = { }, }, [4] = {0.80000001192093, 1.2000000476837, -20, 2500, 3, levelRequirement = 60, statInterpolation = {3, 3, 1}, cost = { }, }, [5] = {0.95999997854233, 1.4800000190735, 2500, 3, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, [6] = {1.1399999856949, 1.75, -20, 2500, 3, levelRequirement = 71, statInterpolation = {3, 3, 1}, cost = { }, }, [7] = {1.1399999856949, 1.75, -20, 2500, 3, levelRequirement = 82, statInterpolation = {3, 3, 1}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["TriggerCascadeMinionFive"] = { name = "TriggerCascadeMinionFive", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "trigger_cascade_number_of_spikes", "trigger_cascade_ms_between_spikes", "trigger_cascade_A", "trigger_skill_restriction", }, levels = { [1] = {4, 750, 60, 3, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["HarbingerSummonMonsters"] = { name = "HarbingerSummonMonsters", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "number_of_monsters_to_summon", "harbinger_minion_extra_monster_chance_%", "harbinger_minion_remove_parent_life_on_death_permyriad", "skill_repeat_count", "harbinger_minion_max_magic_count", "harbinger_minion_max_rare_count", "base_skill_effect_duration", "harbinger_minion_max_extra_monsters_count", "summoned_monsters_are_minions", }, levels = { [1] = {3, 0, 700, 1, 1, 0, 250, 1, levelRequirement = 1, statInterpolation = {2, 2, 2, 1, 2, 2}, cost = { }, }, [2] = {6, 0, 410, 1, 2, 0, 250, 1, levelRequirement = 45, statInterpolation = {2, 2, 2, 1, 2, 2}, cost = { }, }, [3] = {6, 25, 410, 1, 2, 1, 250, 1, levelRequirement = 46, statInterpolation = {2, 2, 2, 1, 2, 2}, cost = { }, }, [4] = {8, 61, 198, 2, 4, 1, 250, 1, levelRequirement = 73, statInterpolation = {2, 2, 2, 1, 2, 2}, cost = { }, }, [5] = {8, 75, 120, 2, 4, 1, 250, 1, levelRequirement = 85, statInterpolation = {2, 2, 2, 1, 2, 2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SSMHarbingerScarabSummonTotems"] = { name = "SSMHarbingerScarabSummonTotems", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_radius_+%", }, levels = { [1] = {662, 1, -99, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GTHarbingerScarabSummonTotems"] = { name = "GTHarbingerScarabSummonTotems", 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["GTHarbingerScarabSummonTotems2"] = { name = "GTHarbingerScarabSummonTotems2", 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 = { }, }, }, }
Cannot be Damaged
Id | MonsterCannotBeDamaged |
---|---|
Family | CannotBeDamaged |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Cannot Be Damaged
Immune to Damage
Cannot be Damaged
harbinger base currency shard stack tenths to drop [22]
harbinger base currency shard stack tenths to drop best of 3 outcomes [0]
Id | HarbingerCurrencyShards |
---|---|
Family | HarbingerCurrencyShards |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
map related item drop chance +% final from league [-60]
Id | LeagueDropPenaltyHarbinger |
---|---|
Family | LeagueDropPenalty |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
<>
Construct
Cannot be Damaged
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Spectre | N |
---|---|
Tags | aura_bearer, cold_affinity, construct, fast_movement, is_unarmed, liquid_armour, non_attacking, puncturing_weapon, unusable_corpse |
Life
0%
Ailment Threshold
0%
Resistance
0 0 0 0
Damage
100%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experience
100%
Model Size
100%
Type
LeagueAvatarNormal
Metadata
AvatarAtlasMinion4
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
0
Armour
28,790
Evasion
4,739
Energy Shield
0
Damage
374
Spell Damage
374
Accuracy
290
Attack Time
1.5
Experience
10,255
Ailment Threshold
0
Chill
0
Shock
0
Brittle
0
Scorch
0
Sap
0
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).
AvatarWrath
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Lightning, Instant, AreaSpell, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Wrath
Cast Time: 1.2 sec
Casts an aura that adds lightning damage to the attacks of you and your allies, and makes your spells deal more lightning damage.
You and nearby allies deal 32.83 to 525.2 additional Lightning Damage with Attacks
active skill area of effect radius +% final [75]
active skill area of effect radius +% final [75]
AvatarAnger
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Fire, Instant, AreaSpell, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Anger
Cast Time: 1.2 sec
Casts an aura that adds fire damage to the attacks and spells of you and your allies.
You and nearby allies deal 91.35 to 152.3 additional Fire Damage with Attacks
active skill area of effect radius +% final [75]
active skill area of effect radius +% final [75]
AvatarHatred
Spell, Area, Buff, HasReservation, TotemCastsAlone, Totemable, Aura, Cold, Instant, AreaSpell, CanHaveBlessing, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
Hatred
Cast Time: 1.2 sec
Casts an aura that grants extra cold damage based on physical damage to you and your allies.
You and nearby allies gain 30% of Physical Damage as Extra Cold Damage
active skill area of effect radius +% final [75]
active skill area of effect radius +% final [75]
Object Type
version 2 extends "Metadata/Monsters/LeagueAvatars/LeagueAvatar" Stats { number_of_additional_curses_allowed = 1 curse_area_of_effect_+% = 100 }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueAvatars/LeagueAvatar" Actor { on_start_Emerge = " PlayEffectAttached( Metadata/Effects/Spells/monsters_effects/league_avatar/Summons/avatarsummon.ao, -1, root ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Avatar/AvatarAtlasMinion4"] = { name = "<>", life = 0, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1, damageSpread = 0, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "AvatarAnger", "AvatarHatred", "AvatarWrath", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["AvatarAnger"] = { name = "Anger", hidden = true, color = "1", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Casts an aura that adds fire damage to the attacks and spells of you and your allies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Totemable] = true, [SkillType.Aura] = true, [SkillType.Fire] = true, [SkillType.Instant] = true, [SkillType.AreaSpell] = true, [SkillType.CanHaveBlessing] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "aura_skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, aura = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_minimum_added_fire_damage", "attack_maximum_added_fire_damage", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {0.30000001192093, 0.5, 75, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AvatarHatred"] = { name = "Hatred", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Casts an aura that grants extra cold damage based on physical damage to you and your allies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Totemable] = true, [SkillType.Aura] = true, [SkillType.Cold] = true, [SkillType.Instant] = true, [SkillType.AreaSpell] = true, [SkillType.CanHaveBlessing] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "aura_skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, aura = true, }, baseMods = { }, qualityStats = { }, stats = { "physical_damage_%_to_add_as_cold", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {30, 75, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AvatarWrath"] = { name = "Wrath", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Casts an aura that adds lightning damage to the attacks of you and your allies, and makes your spells deal more lightning damage.", skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Buff] = true, [SkillType.HasReservation] = true, [SkillType.TotemCastsAlone] = true, [SkillType.Totemable] = true, [SkillType.Aura] = true, [SkillType.Lightning] = true, [SkillType.Instant] = true, [SkillType.AreaSpell] = true, [SkillType.CanHaveBlessing] = true, [SkillType.InstantNoRepeatWhenHeld] = true, [SkillType.InstantShiftAttackForLeftMouse] = true, [SkillType.Cooldown] = true, }, statDescriptionScope = "aura_skill_stat_descriptions", castTime = 1.2, baseFlags = { area = true, spell = true, aura = true, }, baseMods = { }, qualityStats = { }, stats = { "attack_minimum_added_lightning_damage", "attack_maximum_added_lightning_damage", "active_skill_area_of_effect_radius_+%_final", }, levels = { [1] = {0.050000000745058, 0.80000001192093, 75, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, }
Cannot be Damaged
Id | MonsterCannotBeDamaged |
---|---|
Family | CannotBeDamaged |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Cannot Be Damaged
Immune to Damage
Cannot be Damaged
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |