Nameless Burrower
Beast
Cannot be Knocked Back
Spectre | N |
---|---|
Tags | azmeri_nameless_monster, beast, cannot_be_monolith, devourer, hidden_monster, immobile, insect, large_model, not_dex, not_int, ranged, red_blood |
Packs |
Life
300%
Armour
+100%
Ailment Threshold
300%
Resistance
0 75 0 0
Damage
180%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
Experience
150%
Model Size
100%
Type
GruthkulRootSpider
Metadata
GruthkulRootSpider
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
19,300
Armour
57,580
Evasion
4,739
Energy Shield
0
Damage
672
Spell Damage
672
Accuracy
290
Attack Time
1.5
Experience
15,383
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 538–807
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MPWAzmeriRootSpiderProj
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 538–807
Critical Strike Chance: 5%
Attack Damage: 115%
Attack Time: 1.5 sec
Deals 15% more Attack Damage
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
maintain projectile direction when using contact position [1]
monster projectile variation [172]
projectile uses contact position [1]
spell maximum action distance +% [-30]
use scaled contact offset [1]
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
maintain projectile direction when using contact position [1]
monster projectile variation [172]
projectile uses contact position [1]
spell maximum action distance +% [-30]
use scaled contact offset [1]
CGEAzmeriRootSpiderBloodPool
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Cast Time: 1 sec
Deals 292.6 Base Physical Damage per second
active skill area of effect radius +% final [-40]
ground blood art variation [8]
infinite skill effect duration [1]
active skill area of effect radius +% final [-40]
ground blood art variation [8]
infinite skill effect duration [1]
CGEAzmeriRootSpiderBloodPoolBig
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Cast Time: 1 sec
Deals 292.6 Base Physical Damage per second
active skill area of effect radius +% final [-15]
ground blood art variation [8]
infinite skill effect duration [1]
active skill area of effect radius +% final [-15]
ground blood art variation [8]
infinite skill effect duration [1]
RootSpiderBurrowAzmeri
Base duration is 1.2 seconds
action do not face target [1]
action do not face target [1]
RootSpiderEmergeAzmeri
Attack
Base Damage: 538–807
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase" Pathfinding { immobile = true } Actor { basic_action = "Emerge" slow_animations_go_to_idle = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase" Render { visual_size_index = 1 } Life { on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );" on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );" on_revive = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAzmeri/Gruthkul/GruthkulRootSpider"] = { name = "Nameless Burrower", life = 3, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 1.8, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "RootSpiderBurrowAzmeri", "RootSpiderEmergeAzmeri", "MPWAzmeriRootSpiderProj", "CGEAzmeriRootSpiderBloodPool", "CGEAzmeriRootSpiderBloodPoolBig", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderBurrowAzmeri"] = { name = "RootSpiderBurrowAzmeri", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "action_do_not_face_target", }, levels = { [1] = {1200, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderEmergeAzmeri"] = { name = "RootSpiderEmergeAzmeri", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPWAzmeriRootSpiderProj"] = { name = "MPWAzmeriRootSpiderProj", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_attack_or_cast_time_uses_animation_length", "maintain_projectile_direction_when_using_contact_position", "check_for_targets_between_initiator_and_projectile_source", }, levels = { [1] = {172, -30, baseMultiplier = 1.15, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CGEAzmeriRootSpiderBloodPool"] = { name = "CGEAzmeriRootSpiderBloodPool", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_physical_damage_to_deal_per_minute", "ground_blood_art_variation", "active_skill_area_of_effect_radius_+%_final", "infinite_skill_effect_duration", }, levels = { [1] = {1.5, 8, -40, levelRequirement = 0, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CGEAzmeriRootSpiderBloodPoolBig"] = { name = "CGEAzmeriRootSpiderBloodPoolBig", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_physical_damage_to_deal_per_minute", "ground_blood_art_variation", "active_skill_area_of_effect_radius_+%_final", "infinite_skill_effect_duration", }, levels = { [1] = {1.5, 8, -15, levelRequirement = 0, statInterpolation = {3}, cost = { }, }, }, }
Cannot be Knocked Back
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |
Nameless Burrower
Beast
Cannot be Knocked Back
Spectre | N |
---|---|
Tags | azmeri_nameless_monster, beast, cannot_be_monolith, devourer, hidden_monster, immobile, insect, large_model, not_dex, not_int, ranged, red_blood |
Packs |
Life
300%
Armour
+100%
Ailment Threshold
300%
Resistance
0 75 0 0
Damage
180%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
Experience
150%
Model Size
100%
Type
GruthkulRootSpider
Metadata
GruthkulRootSpiderStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Level
68
Life
19,300
Armour
57,580
Evasion
4,739
Energy Shield
0
Damage
672
Spell Damage
672
Accuracy
290
Attack Time
1.5
Experience
15,383
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Default Attack
Base Damage: 538–807
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Strike your foes down with a powerful blow.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
MPWAzmeriRootSpiderProj
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 538–807
Critical Strike Chance: 5%
Attack Damage: 115%
Attack Time: 1.5 sec
Deals 15% more Attack Damage
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
maintain projectile direction when using contact position [1]
monster projectile variation [172]
projectile uses contact position [1]
spell maximum action distance +% [-30]
use scaled contact offset [1]
action attack or cast time uses animation length [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
maintain projectile direction when using contact position [1]
monster projectile variation [172]
projectile uses contact position [1]
spell maximum action distance +% [-30]
use scaled contact offset [1]
CGEAzmeriRootSpiderBloodPool
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Cast Time: 1 sec
Deals 292.6 Base Physical Damage per second
active skill area of effect radius +% final [-40]
ground blood art variation [8]
infinite skill effect duration [1]
active skill area of effect radius +% final [-40]
ground blood art variation [8]
infinite skill effect duration [1]
CGEAzmeriRootSpiderBloodPoolBig
Spell, Area, Damage, Triggerable, Duration, AreaSpell
Cast Time: 1 sec
Deals 292.6 Base Physical Damage per second
active skill area of effect radius +% final [-15]
ground blood art variation [8]
infinite skill effect duration [1]
active skill area of effect radius +% final [-15]
ground blood art variation [8]
infinite skill effect duration [1]
RootSpiderBurrowAzmeri
Base duration is 1.2 seconds
action do not face target [1]
action do not face target [1]
RootSpiderEmergeAzmeri
Attack
Base Damage: 538–807
Critical Strike Chance: 5%
Attack Time: 1.5 sec
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase" Pathfinding { immobile = true } Actor { basic_action = "Emerge" slow_animations_go_to_idle = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAzmeri/AzmeriMonsterBase" Render { visual_size_index = 1 } Life { on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );" on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );" on_revive = " RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk ); RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAzmeri/Gruthkul/GruthkulRootSpiderStandalone"] = { name = "Nameless Burrower", life = 3, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 1.8, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "RootSpiderBurrowAzmeri", "RootSpiderEmergeAzmeri", "MPWAzmeriRootSpiderProj", "CGEAzmeriRootSpiderBloodPool", "CGEAzmeriRootSpiderBloodPoolBig", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { name = "Default Attack", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderBurrowAzmeri"] = { name = "RootSpiderBurrowAzmeri", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "action_do_not_face_target", }, levels = { [1] = {1200, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderEmergeAzmeri"] = { name = "RootSpiderEmergeAzmeri", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MPWAzmeriRootSpiderProj"] = { name = "MPWAzmeriRootSpiderProj", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_attack_or_cast_time_uses_animation_length", "maintain_projectile_direction_when_using_contact_position", "check_for_targets_between_initiator_and_projectile_source", }, levels = { [1] = {172, -30, baseMultiplier = 1.15, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CGEAzmeriRootSpiderBloodPool"] = { name = "CGEAzmeriRootSpiderBloodPool", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_physical_damage_to_deal_per_minute", "ground_blood_art_variation", "active_skill_area_of_effect_radius_+%_final", "infinite_skill_effect_duration", }, levels = { [1] = {1.5, 8, -40, levelRequirement = 0, statInterpolation = {3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["CGEAzmeriRootSpiderBloodPoolBig"] = { name = "CGEAzmeriRootSpiderBloodPoolBig", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, [SkillType.Duration] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_physical_damage_to_deal_per_minute", "ground_blood_art_variation", "active_skill_area_of_effect_radius_+%_final", "infinite_skill_effect_duration", }, levels = { [1] = {1.5, 8, -15, levelRequirement = 0, statInterpolation = {3}, cost = { }, }, }, }
Cannot be Knocked Back
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | Monster (3) |
GenerationType | Unique (3) |
Req. level | 1 |
Stats |