Ancient Construct
Life
119%
Energy Shield From Life
50%
Ailment Threshold
119%
Resistance
0 0 0 40
Damage
168%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 25
Attack Time
1.32 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
Fragment
Metadata
Fragment
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
7,656
Armour
28,790
Evasion
4,739
Energy Shield
3,064
Damage
628
Spell Damage
628
Accuracy
290
Attack Time
1.32
Experience
10,255
Ailment Threshold
7,656
Chill
24
Shock
24
Brittle
137
Scorch
24
Sap
67
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).
IncaMinionProjectile
Spell, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 1.33 sec
Deals 135.8 to 204.4 Physical Damage
Deals 90.11 to 135.8 Chaos Damage
75% reduced Skill Range
base is projectile [1]
visual hit effect chaos is green [1]
Deals 90.11 to 135.8 Chaos Damage
75% reduced Skill Range
base is projectile [1]
visual hit effect chaos is green [1]
MonsterWaitVeryShort
Cooldown Time: 1 sec
Base duration is 0.5 seconds
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "RemoveEffects();" on_spawned_dead = "RemoveEffects();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/incaminion/Fragment"] = { name = "Ancient Construct", life = 1.19, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 40, damage = 1.68, damageSpread = 0.2, attackTime = 1.32, attackRange = 25, accuracy = 1, skillList = { "IncaMinionProjectile", "MonsterWaitVeryShort", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["IncaMinionProjectile"] = { name = "IncaMinionProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "active_skill_damage_+%_final", "skill_range_+%", "visual_hit_effect_chaos_is_green", "base_is_projectile", }, levels = { [1] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, 60, -75, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 3, 2}, cost = { }, }, [2] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, 40, -75, critChance = 5, levelRequirement = 21, statInterpolation = {3, 3, 3, 3, 2}, cost = { }, }, [3] = {0.6700000166893, 1.0099999904633, 1.0099999904633, 1.5199999809265, 0, -75, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3, 3, 2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterWaitVeryShort"] = { name = "MonsterWaitVeryShort", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", }, levels = { [1] = {500, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Ancient Construct
Construct
Area: The Caverns, The Ancient Pyramid, The Temple of Decay Level 2, The Eternal Laboratory, Forbidden Chamber
Skills fire 2 additional Projectiles
Spectre | Y |
---|---|
Area | The Caverns, The Ancient Pyramid, The Temple of Decay Level 2, The Eternal Laboratory, Forbidden Chamber, Forbidden Chamber |
Tags | caster, chaos_affinity, construct, ghost_armour, ghost_blood, is_unarmed, medium_height, medium_movement, not_dex, not_str, puncturing_weapon, ranged |
Packs |
Life
119%
Energy Shield From Life
50%
Ailment Threshold
119%
Resistance
0 0 0 40
Damage
168%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 25
Attack Time
1.32 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
Fragment
Metadata
FragmentMultipleProjectile
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
7,656
Armour
28,790
Evasion
4,739
Energy Shield
3,064
Damage
628
Spell Damage
628
Accuracy
290
Attack Time
1.32
Experience
10,255
Ailment Threshold
7,656
Chill
24
Shock
24
Brittle
137
Scorch
24
Sap
67
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).
IncaMinionProjectile
Spell, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 1.33 sec
Deals 135.8 to 204.4 Physical Damage
Deals 90.11 to 135.8 Chaos Damage
75% reduced Skill Range
base is projectile [1]
visual hit effect chaos is green [1]
Deals 90.11 to 135.8 Chaos Damage
75% reduced Skill Range
base is projectile [1]
visual hit effect chaos is green [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "RemoveEffects();" on_spawned_dead = "RemoveEffects();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/incaminion/FragmentMultipleProjectile"] = { name = "Ancient Construct", life = 1.19, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 40, damage = 1.68, damageSpread = 0.2, attackTime = 1.32, attackRange = 25, accuracy = 1, skillList = { "IncaMinionProjectile", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["IncaMinionProjectile"] = { name = "IncaMinionProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "active_skill_damage_+%_final", "skill_range_+%", "visual_hit_effect_chaos_is_green", "base_is_projectile", }, levels = { [1] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, 60, -75, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 3, 2}, cost = { }, }, [2] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, 40, -75, critChance = 5, levelRequirement = 21, statInterpolation = {3, 3, 3, 3, 2}, cost = { }, }, [3] = {0.6700000166893, 1.0099999904633, 1.0099999904633, 1.5199999809265, 0, -75, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3, 3, 2}, cost = { }, }, }, }
Skills fire 2 additional Projectiles
Id | MonsterMultipleProjectilesImplicit1 |
---|---|
Family | MonsterMultipleProjectile |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Ancient Construct
Construct
Spectre | N |
---|---|
Tags | caster, chaos_affinity, construct, ghost_armour, ghost_blood, is_unarmed, medium_height, medium_movement, not_dex, not_str, puncturing_weapon, ranged |
Life
119%
Energy Shield From Life
50%
Ailment Threshold
119%
Resistance
0 0 0 40
Damage
168%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 25
Attack Time
1.32 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
Fragment
Metadata
FragmentMachinarium
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
7,656
Armour
28,790
Evasion
4,739
Energy Shield
3,064
Damage
628
Spell Damage
628
Accuracy
290
Attack Time
1.32
Experience
10,255
Ailment Threshold
7,656
Chill
24
Shock
24
Brittle
137
Scorch
24
Sap
67
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).
IncaMinionProjectileMachinarium
Spell, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 1.33 sec
Deals 135.8 to 204.4 Physical Damage
Deals 90.11 to 135.8 Chaos Damage
75% reduced Skill Range
base is projectile [1]
Deals 90.11 to 135.8 Chaos Damage
75% reduced Skill Range
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/incaminion/IncaMinion"
Object Type Codes
version 2 extends "Metadata/Monsters/incaminion/IncaMinion" Life { on_death = "SpawnEffect( Metadata/Effects/Spells/monsters_effects/inca_shadow/payloads/death.ao );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/incaminion/FragmentMachinarium"] = { name = "Ancient Construct", life = 1.19, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 40, damage = 1.68, damageSpread = 0.2, attackTime = 1.32, attackRange = 25, accuracy = 1, skillList = { "IncaMinionProjectileMachinarium", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["IncaMinionProjectileMachinarium"] = { name = "IncaMinionProjectileMachinarium", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "skill_range_+%", "base_is_projectile", }, levels = { [1] = {0.6700000166893, 1.0099999904633, 1.0099999904633, 1.5199999809265, -75, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, }
Ancient Construct
Construct
Area: Doryani's Machinarium
Spectre | Y |
---|---|
Area | Doryani's Machinarium |
Tags | caster, chaos_affinity, construct, ghost_armour, ghost_blood, is_unarmed, medium_height, medium_movement, not_dex, not_str, puncturing_weapon, ranged |
Packs |
Life
119%
Energy Shield From Life
50%
Ailment Threshold
119%
Resistance
0 0 0 40
Damage
168%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 25
Attack Time
1.32 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
Fragment
Metadata
FragmentMachinariumNormal
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
81
Life
30,224
Armour
79,317
Evasion
7,362
Energy Shield
6,791
Damage
1,349
Spell Damage
1,349
Accuracy
480
Attack Time
1.32
Experience
12,863
Ailment Threshold
30,224
Chill
96
Shock
96
Brittle
541
Scorch
96
Sap
264
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).
IncaMinionProjectileMachinarium
Spell, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 1.33 sec
Deals 173.5 to 261.1 Physical Damage
Deals 115.1 to 173.5 Chaos Damage
75% reduced Skill Range
base is projectile [1]
Deals 115.1 to 173.5 Chaos Damage
75% reduced Skill Range
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "RemoveEffects();" on_spawned_dead = "RemoveEffects();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/incaminion/FragmentMachinariumNormal"] = { name = "Ancient Construct", life = 1.19, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 40, damage = 1.68, damageSpread = 0.2, attackTime = 1.32, attackRange = 25, accuracy = 1, skillList = { "IncaMinionProjectileMachinarium", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["IncaMinionProjectileMachinarium"] = { name = "IncaMinionProjectileMachinarium", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "skill_range_+%", "base_is_projectile", }, levels = { [1] = {0.6700000166893, 1.0099999904633, 1.0099999904633, 1.5199999809265, -75, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, }
Ancient Construct
Spectre | Y |
---|---|
Area | The Apex of Sacrifice, The Alluring Abyss |
Tags | caster, chaos_affinity, construct, ghost_armour, ghost_blood, is_unarmed, medium_height, medium_movement, not_dex, not_str, puncturing_weapon, ranged |
Packs |
Life
175%
Energy Shield From Life
50%
Ailment Threshold
175%
Resistance
0 0 0 40
Damage
280%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 25
Attack Time
1.32 Second
Damage Spread
±20%
Experience
140%
Model Size
100%
Type
FragmentAtziri
Metadata
FragmentMultipleProjectileAtziri
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
80
Life
39,608
Armour
73,441
Evasion
7,124
Energy Shield
6,394
Damage
2,122
Spell Damage
2,122
Accuracy
462
Attack Time
1.32
Experience
17,797
Ailment Threshold
39,608
Chill
125
Shock
125
Brittle
709
Scorch
125
Sap
346
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).
IncaMinionProjectile
Spell, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 1.33 sec
Deals 170.3 to 256.2 Physical Damage
Deals 112.9 to 170.3 Chaos Damage
75% reduced Skill Range
base is projectile [1]
visual hit effect chaos is green [1]
Deals 112.9 to 170.3 Chaos Damage
75% reduced Skill Range
base is projectile [1]
visual hit effect chaos is green [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "RemoveEffects();" on_spawned_dead = "RemoveEffects();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/incaminion/FragmentMultipleProjectileAtziri"] = { name = "Ancient Construct", life = 1.75, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 40, damage = 2.8, damageSpread = 0.2, attackTime = 1.32, attackRange = 25, accuracy = 1, skillList = { "IncaMinionProjectile", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["IncaMinionProjectile"] = { name = "IncaMinionProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "active_skill_damage_+%_final", "skill_range_+%", "visual_hit_effect_chaos_is_green", "base_is_projectile", }, levels = { [1] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, 60, -75, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 3, 2}, cost = { }, }, [2] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, 40, -75, critChance = 5, levelRequirement = 21, statInterpolation = {3, 3, 3, 3, 2}, cost = { }, }, [3] = {0.6700000166893, 1.0099999904633, 1.0099999904633, 1.5199999809265, 0, -75, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3, 3, 2}, cost = { }, }, }, }
Skills fire 2 additional Projectiles
Id | MonsterMultipleProjectilesImplicit1 |
---|---|
Family | MonsterMultipleProjectile |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Ancient Construct
Construct
Area: Path of Exile Royale
royale monster armour drop chance permyriad [80]
royale monster currency drop chance permyriad [200]
royale monster flask drop chance permyriad [0]
royale monster skill gem drop chance permyriad [300]
royale monster support gem drop chance permyriad [75]
royale monster unique drop chance permyriad [8]
royale monster weapon drop chance permyriad [80]
royale monster currency drop chance permyriad [200]
royale monster flask drop chance permyriad [0]
royale monster skill gem drop chance permyriad [300]
royale monster support gem drop chance permyriad [75]
royale monster unique drop chance permyriad [8]
royale monster weapon drop chance permyriad [80]
Spectre | Y |
---|---|
Area | Path of Exile Royale |
Tags | caster, chaos_affinity, construct, ghost_armour, ghost_blood, is_unarmed, medium_height, medium_movement, not_dex, not_str, puncturing_weapon, ranged |
Packs |
Life
80%
Energy Shield From Life
50%
Ailment Threshold
80%
Resistance
0 0 0 40
Damage
240%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 25
Attack Time
1.32 Second
Damage Spread
±20%
Experience
160%
Model Size
100%
Type
FragmentRoyale
Metadata
FragmentRoyale
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
2
Life
21
Armour
23
Evasion
86
Energy Shield
13
Damage
13
Spell Damage
13
Accuracy
15
Attack Time
1.32
Experience
32
Ailment Threshold
21
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).
IncaMinionProjectile
Spell, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 1.33 sec
Deals 15.53 to 23.3 Physical Damage
Deals 10.49 to 15.53 Chaos Damage
75% reduced Skill Range
Deals 60% more Damage
base is projectile [1]
visual hit effect chaos is green [1]
Deals 10.49 to 15.53 Chaos Damage
75% reduced Skill Range
Deals 60% more Damage
base is projectile [1]
visual hit effect chaos is green [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_death = "RemoveEffects();" on_spawned_dead = "RemoveEffects();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/incaminion/FragmentRoyale"] = { name = "Ancient Construct", life = 0.8, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 40, damage = 2.4, damageSpread = 0.2, attackTime = 1.32, attackRange = 25, accuracy = 1, skillList = { "IncaMinionProjectile", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["IncaMinionProjectile"] = { name = "IncaMinionProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "active_skill_damage_+%_final", "skill_range_+%", "visual_hit_effect_chaos_is_green", "base_is_projectile", }, levels = { [1] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, 60, -75, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 3, 2}, cost = { }, }, [2] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, 40, -75, critChance = 5, levelRequirement = 21, statInterpolation = {3, 3, 3, 3, 2}, cost = { }, }, [3] = {0.6700000166893, 1.0099999904633, 1.0099999904633, 1.5199999809265, 0, -75, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3, 3, 2}, cost = { }, }, }, }
royale monster armour drop chance permyriad [80]
royale monster currency drop chance permyriad [200]
royale monster flask drop chance permyriad [0]
royale monster skill gem drop chance permyriad [300]
royale monster support gem drop chance permyriad [75]
royale monster unique drop chance permyriad [8]
royale monster weapon drop chance permyriad [80]
Id | RoyaleAdditionalMonsterDrops |
---|---|
Family | RoyaleAdditionalMonsterDrops |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Ancient Construct
Construct
Area: Incursion Room
Spectre | Y |
---|---|
Area | Incursion Room, Incursion Room, Incursion Room |
Tags | caster, chaos_affinity, construct, ghost_armour, is_unarmed, medium_height, medium_movement, no_pantheon_mod, not_dex, not_str, puncturing_weapon, ranged |
Life
120%
Energy Shield From Life
50%
Ailment Threshold
120%
Resistance
0 0 0 40
Damage
144%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 25
Attack Time
1.32 Second
Damage Spread
±20%
Experience
60%
Model Size
100%
Type
VaalFragmentIncursion
Metadata
FragmentIncursion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
55
Life
3,214
Armour
10,090
Evasion
2,948
Energy Shield
1,339
Damage
275
Spell Damage
275
Accuracy
172
Attack Time
1.32
Experience
4,115
Ailment Threshold
3,214
Chill
10
Shock
10
Brittle
57
Scorch
10
Sap
28
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).
IncursionIncaMinionProjectile
Spell, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 1.33 sec
Deals 48.32 to 72.47 Physical Damage
Deals 32.61 to 48.32 Chaos Damage
base is projectile [1]
spell maximum action distance +% [-15]
Deals 32.61 to 48.32 Chaos Damage
base is projectile [1]
spell maximum action distance +% [-15]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/MonsterIncursion"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/MonsterIncursion" Life { on_death = "RemoveEffects();" on_spawned_dead = "RemoveEffects();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/incaminion/FragmentIncursion"] = { name = "Ancient Construct", life = 1.2, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 40, damage = 1.44, damageSpread = 0.2, attackTime = 1.32, attackRange = 25, accuracy = 1, skillList = { "IncursionIncaMinionProjectile", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["IncursionIncaMinionProjectile"] = { name = "IncursionIncaMinionProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_maximum_action_distance_+%", "base_is_projectile", }, levels = { [1] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, -15, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [2] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, -15, critChance = 5, levelRequirement = 21, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [3] = {0.6700000166893, 1.0099999904633, 1.0099999904633, 1.5199999809265, -15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, }
Ancient Construct
Construct
Area: Incursion Room
Spectre | Y |
---|---|
Area | Incursion Room, Incursion Room, Incursion Room |
Tags | caster, chaos_affinity, construct, ghost_armour, is_unarmed, medium_height, medium_movement, no_pantheon_mod, not_dex, not_str, puncturing_weapon, ranged |
Life
201%
Energy Shield From Life
50%
Ailment Threshold
201%
Resistance
0 0 0 40
Damage
241%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 25
Attack Time
1.32 Second
Damage Spread
±20%
Experience
67%
Model Size
100%
Type
VaalFragmentIncursionMap
Metadata
FragmentIncursionMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
78
Life
36,659
Armour
62,934
Evasion
6,667
Energy Shield
5,664
Damage
1,627
Spell Damage
1,627
Accuracy
428
Attack Time
1.32
Experience
8,293
Ailment Threshold
36,659
Chill
116
Shock
116
Brittle
656
Scorch
116
Sap
320
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).
IncursionIncaMinionProjectile
Spell, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 1.33 sec
Deals 188.1 to 283.1 Physical Damage
Deals 124.8 to 188.1 Chaos Damage
base is projectile [1]
spell maximum action distance +% [-15]
Deals 124.8 to 188.1 Chaos Damage
base is projectile [1]
spell maximum action distance +% [-15]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/MonsterIncursion"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/MonsterIncursion" Life { on_death = "RemoveEffects();" on_spawned_dead = "RemoveEffects();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/incaminion/FragmentIncursionMap"] = { name = "Ancient Construct", life = 2.01, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 40, damage = 2.41, damageSpread = 0.2, attackTime = 1.32, attackRange = 25, accuracy = 1, skillList = { "IncursionIncaMinionProjectile", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["IncursionIncaMinionProjectile"] = { name = "IncursionIncaMinionProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_maximum_action_distance_+%", "base_is_projectile", }, levels = { [1] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, -15, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [2] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, -15, critChance = 5, levelRequirement = 21, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [3] = {0.6700000166893, 1.0099999904633, 1.0099999904633, 1.5199999809265, -15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, }
Ancient Construct
Construct
Spectre | Y |
---|---|
Tags | caster, chaos_affinity, construct, ghost_armour, is_unarmed, medium_height, medium_movement, no_pantheon_mod, no_spirit_walkers_archnemesis, not_dex, not_str, puncturing_weapon, ranged |
Packs |
Life
201%
Energy Shield From Life
50%
Ailment Threshold
201%
Resistance
0 0 0 40
Damage
241%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 25
Attack Time
1.32 Second
Damage Spread
±20%
Experience
67%
Model Size
100%
Type
VaalFragmentIncursionMap
Metadata
FragmentIncursionMapMemoryLine
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
12,931
Armour
28,790
Evasion
4,739
Energy Shield
3,064
Damage
900
Spell Damage
900
Accuracy
290
Attack Time
1.32
Experience
6,871
Ailment Threshold
12,931
Chill
41
Shock
41
Brittle
231
Scorch
41
Sap
113
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).
IncursionIncaMinionProjectile
Spell, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 1.33 sec
Deals 155.8 to 234.5 Physical Damage
Deals 103.4 to 155.8 Chaos Damage
base is projectile [1]
spell maximum action distance +% [-15]
Deals 103.4 to 155.8 Chaos Damage
base is projectile [1]
spell maximum action distance +% [-15]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/MonsterIncursion"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/MonsterIncursion" Life { on_death = "RemoveEffects();" on_spawned_dead = "RemoveEffects();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/incaminion/FragmentIncursionMapMemoryLine"] = { name = "Ancient Construct", life = 2.01, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 40, damage = 2.41, damageSpread = 0.2, attackTime = 1.32, attackRange = 25, accuracy = 1, skillList = { "IncursionIncaMinionProjectile", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["IncursionIncaMinionProjectile"] = { name = "IncursionIncaMinionProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_maximum_action_distance_+%", "base_is_projectile", }, levels = { [1] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, -15, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [2] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, -15, critChance = 5, levelRequirement = 21, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [3] = {0.6700000166893, 1.0099999904633, 1.0099999904633, 1.5199999809265, -15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, }
Ancient Construct
Construct
Area: The Temple of Atzoatl
Spectre | Y |
---|---|
Area | The Temple of Atzoatl, The Temple of Atzoatl, The Temple of Atzoatl, The Temple of Atzoatl, The Temple of Atzoatl, The Temple of Atzoatl, The Temple of Atzoatl |
Tags | caster, chaos_affinity, construct, ghost_armour, is_unarmed, medium_height, medium_movement, no_pantheon_mod, not_dex, not_str, puncturing_weapon, ranged |
Packs |
Life
200%
Energy Shield From Life
50%
Ailment Threshold
200%
Resistance
0 0 0 40
Damage
240%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 25
Attack Time
1.32 Second
Damage Spread
±20%
Experience
50%
Model Size
100%
Type
VaalFragmentIncursionTemple
Metadata
FragmentIncursionTemple
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
55
Life
5,356
Armour
10,090
Evasion
2,948
Energy Shield
1,339
Damage
459
Spell Damage
459
Accuracy
172
Attack Time
1.32
Experience
3,430
Ailment Threshold
5,356
Chill
17
Shock
17
Brittle
96
Scorch
17
Sap
47
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).
IncursionIncaMinionProjectile
Spell, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 1.33 sec
Deals 48.32 to 72.47 Physical Damage
Deals 32.61 to 48.32 Chaos Damage
base is projectile [1]
spell maximum action distance +% [-15]
Deals 32.61 to 48.32 Chaos Damage
base is projectile [1]
spell maximum action distance +% [-15]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/MonsterTemple"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/MonsterTemple" Life { on_death = "RemoveEffects();" on_spawned_dead = "RemoveEffects();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/incaminion/FragmentIncursionTemple"] = { name = "Ancient Construct", life = 2, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 40, damage = 2.4, damageSpread = 0.2, attackTime = 1.32, attackRange = 25, accuracy = 1, skillList = { "IncursionIncaMinionProjectile", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["IncursionIncaMinionProjectile"] = { name = "IncursionIncaMinionProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_maximum_action_distance_+%", "base_is_projectile", }, levels = { [1] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, -15, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [2] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, -15, critChance = 5, levelRequirement = 21, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [3] = {0.6700000166893, 1.0099999904633, 1.0099999904633, 1.5199999809265, -15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, }
Ancient Construct
Construct
Area: The Temple of Atzoatl
Spectre | Y |
---|---|
Area | The Temple of Atzoatl, The Temple of Atzoatl, The Temple of Atzoatl |
Tags | caster, chaos_affinity, construct, ghost_armour, is_unarmed, medium_height, medium_movement, no_pantheon_mod, not_dex, not_str, puncturing_weapon, ranged |
Packs |
Life
200%
Energy Shield From Life
50%
Ailment Threshold
200%
Resistance
0 0 0 40
Damage
240%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 25
Attack Time
1.32 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
VaalFragmentIncursionTempleMap
Metadata
FragmentIncursionTempleMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
78
Life
36,476
Armour
62,934
Evasion
6,667
Energy Shield
5,664
Damage
1,620
Spell Damage
1,620
Accuracy
428
Attack Time
1.32
Experience
12,377
Ailment Threshold
36,476
Chill
115
Shock
115
Brittle
653
Scorch
115
Sap
319
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).
IncursionIncaMinionProjectile
Spell, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 1.33 sec
Deals 188.1 to 283.1 Physical Damage
Deals 124.8 to 188.1 Chaos Damage
base is projectile [1]
spell maximum action distance +% [-15]
Deals 124.8 to 188.1 Chaos Damage
base is projectile [1]
spell maximum action distance +% [-15]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/MonsterTemple"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/MonsterTemple" Life { on_death = "RemoveEffects();" on_spawned_dead = "RemoveEffects();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/incaminion/FragmentIncursionTempleMap"] = { name = "Ancient Construct", life = 2, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 40, damage = 2.4, damageSpread = 0.2, attackTime = 1.32, attackRange = 25, accuracy = 1, skillList = { "IncursionIncaMinionProjectile", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["IncursionIncaMinionProjectile"] = { name = "IncursionIncaMinionProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_maximum_action_distance_+%", "base_is_projectile", }, levels = { [1] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, -15, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [2] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, -15, critChance = 5, levelRequirement = 21, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [3] = {0.6700000166893, 1.0099999904633, 1.0099999904633, 1.5199999809265, -15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, }
Ancient Construct
Construct
Area: Vaal Outpost
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/incaminion/FragmentIncursion |
Area | Vaal Outpost, Vaal Outpost, Vaal Outpost, Vaal Outpost, Vaal Outpost, Vaal Outpost, Vaal Outpost, Vaal Outpost |
Tags | caster, chaos_affinity, construct, delve_monster, ghost_armour, is_unarmed, medium_height, medium_movement, no_pantheon_mod, no_pantheon_mod, not_dex, not_str, puncturing_weapon, ranged |
Life
200%
Energy Shield From Life
50%
Ailment Threshold
200%
Resistance
0 0 0 40
Damage
240%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 25
Attack Time
1.32 Second
Damage Spread
±20%
Experience
100%
Model Size
100%
Type
VaalFragmentIncursionTempleMap
Metadata
FragmentIncursionDelve
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
12,867
Armour
28,790
Evasion
4,739
Energy Shield
3,064
Damage
897
Spell Damage
897
Accuracy
290
Attack Time
1.32
Experience
10,255
Ailment Threshold
12,867
Chill
41
Shock
41
Brittle
230
Scorch
41
Sap
112
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).
IncursionIncaMinionProjectile
Spell, Damage, Triggerable
Critical Strike Chance: 5%
Cast Time: 1.33 sec
Deals 155.8 to 234.5 Physical Damage
Deals 103.4 to 155.8 Chaos Damage
base is projectile [1]
spell maximum action distance +% [-15]
Deals 103.4 to 155.8 Chaos Damage
base is projectile [1]
spell maximum action distance +% [-15]
Object Type
version 2 extends "Metadata/Monsters/LeagueIncursion/MonsterTemple"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueIncursion/MonsterTemple" Life { on_death = "RemoveEffects();" on_spawned_dead = "RemoveEffects();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/incaminion/FragmentIncursionDelve"] = { name = "Ancient Construct", life = 2, energyShield = 0.5, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 40, damage = 2.4, damageSpread = 0.2, attackTime = 1.32, attackRange = 25, accuracy = 1, skillList = { "IncursionIncaMinionProjectile", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["IncursionIncaMinionProjectile"] = { name = "IncursionIncaMinionProjectile", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_chaos_damage", "spell_maximum_base_chaos_damage", "spell_minimum_base_physical_damage", "spell_maximum_base_physical_damage", "spell_maximum_action_distance_+%", "base_is_projectile", }, levels = { [1] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, -15, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [2] = {0.27000001072884, 0.40000000596046, 0.40000000596046, 0.60000002384186, -15, critChance = 5, levelRequirement = 21, statInterpolation = {3, 3, 3, 3}, cost = { }, }, [3] = {0.6700000166893, 1.0099999904633, 1.0099999904633, 1.5199999809265, -15, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 3, 3}, cost = { }, }, }, }