Пожиратель
Зверь
Область: Имперские поля
Род: Морские ведьмы
Группа: Паукообразные
Семейство: Пещеры
Не может быть отброшен
Devourer
Spectre | Y |
---|---|
Area | Имперские поля |
Tags | beast, cannot_be_monolith, cleaving_weapon, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_model, medium_height, melee, physical_affinity, ranged, red_blood, very_slow_movement |
Packs |
Здоровье
200%
Ailment Threshold
200%
Сопротивление
0 75 0 0
Damage
240%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 23
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
200%
Model Size
100%
Type
RootSpider
Metadata
RootSpider
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
58
Здоровье
6,506
Броня
12,902
Уклонение
3,302
Энергетический щит
0
Damage
537
Урон от чар
537
Точность
195
Attack Time
1.5
Опыт
15,406
Ailment Threshold
6,506
Chill
21
Shock
21
Brittle
116
Scorch
21
Sap
57
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).
RootSpiderProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 430–645
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 6.716% больше урона
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 430–645
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
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]
RootSpiderBurrow
Базовая длительность - 2 секунд(-ы)
spell maximum action distance +% [120]
spell maximum action distance +% [120]
RootSpiderEmerge
Attack
Base Damage: 430–645
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 10% меньше урона
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Actor { basic_action = "Emerge" slow_animations_go_to_idle = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { visual_size_index = 1 } Monster { preload_object_type = "RootSpiderHole" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RootSpiders/RootSpider"] = { name = "Devourer", life = 2, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.4, damageSpread = 0.2, attackTime = 1.5, attackRange = 23, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "RootSpiderProjectile", "RootSpiderBurrow", "RootSpiderEmerge", }, 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["RootSpiderProjectile"] = { name = "RootSpiderProjectile", 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 = { "active_skill_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderBurrow"] = { name = "RootSpiderBurrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "spell_maximum_action_distance_+%", }, levels = { [1] = {2000, 120, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderEmerge"] = { name = "RootSpiderEmerge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {-10, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Не может быть отброшен
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Пожиратель
Зверь
Не может быть отброшен
Devourer
Spectre | Y |
---|---|
Tags | beast, cannot_be_monolith, cleaving_weapon, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_height, large_model, melee, physical_affinity, ranged, red_blood, very_slow_movement |
Здоровье
200%
Ailment Threshold
200%
Сопротивление
0 75 0 0
Damage
240%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
200%
Model Size
100%
Type
RootSpider
Metadata
RootSpiderGruthkul
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
12,867
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
897
Урон от чар
897
Точность
290
Attack Time
1.5
Опыт
20,510
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).
RootSpiderProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
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]
RootSpiderBurrow
Базовая длительность - 2 секунд(-ы)
spell maximum action distance +% [120]
spell maximum action distance +% [120]
RootSpiderEmerge
Attack
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 10% меньше урона
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Actor { basic_action = "Emerge" slow_animations_go_to_idle = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { visual_size_index = 1 } Monster { preload_object_type = "RootSpiderHole" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RootSpiders/RootSpiderGruthkul"] = { name = "Devourer", life = 2, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.4, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "RootSpiderProjectile", "RootSpiderBurrow", "RootSpiderEmerge", }, 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["RootSpiderProjectile"] = { name = "RootSpiderProjectile", 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 = { "active_skill_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderBurrow"] = { name = "RootSpiderBurrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "spell_maximum_action_distance_+%", }, levels = { [1] = {2000, 120, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderEmerge"] = { name = "RootSpiderEmerge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {-10, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Не может быть отброшен
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Пожиратель
Devourer
Spectre | Y |
---|---|
Tags | beast, cannot_be_monolith, cleaving_weapon, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_model, medium_height, melee, physical_affinity, ranged, red_blood, very_slow_movement |
Здоровье
200%
Ailment Threshold
200%
Сопротивление
0 75 0 0
Damage
240%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
200%
Model Size
100%
Type
RootSpider
Metadata
RootSpiderPayload
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
12,867
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
897
Урон от чар
897
Точность
290
Attack Time
1.5
Опыт
20,510
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).
RootSpiderProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
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]
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Actor { basic_action = "Emerge" slow_animations_go_to_idle = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { visual_size_index = 1 } Monster { preload_object_type = "RootSpiderHole" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RootSpiders/RootSpiderPayload"] = { name = "Devourer", life = 2, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.4, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "RootSpiderProjectile", }, 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["RootSpiderProjectile"] = { name = "RootSpiderProjectile", 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 = { "active_skill_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, }
Не может быть отброшен
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Пожиратель
Зверь
Область: Лаборатория вечных, Озеро Каландры
Род: Морские ведьмы
Группа: Паукообразные
Семейство: Пещеры
Не может быть отброшен
Devourer
Spectre | Y |
---|---|
Area | Лаборатория вечных, Озеро Каландры |
Tags | beast, cannot_be_monolith, cleaving_weapon, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_model, medium_height, melee, physical_affinity, ranged, red_blood, very_slow_movement |
Packs |
Здоровье
175%
Ailment Threshold
175%
Сопротивление
0 75 0 0
Damage
238%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
250%
Model Size
100%
Type
RootSpiderMaps
Metadata
RootSpiderMaps
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
11,258
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
889
Урон от чар
889
Точность
290
Attack Time
1.5
Опыт
25,638
Ailment Threshold
11,258
Chill
36
Shock
36
Brittle
201
Scorch
36
Sap
98
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).
RootSpiderProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 711–1067
Шанс критического удара: 5%
Attack Time: 1.5 сек.
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 711–1067
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
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]
RootSpiderBurrow
Базовая длительность - 2 секунд(-ы)
spell maximum action distance +% [120]
spell maximum action distance +% [120]
RootSpiderEmerge
Attack
Base Damage: 711–1067
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 10% меньше урона
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Actor { basic_action = "Emerge" slow_animations_go_to_idle = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { visual_size_index = 1 } Monster { preload_object_type = "RootSpiderHole" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RootSpiders/RootSpiderMaps"] = { name = "Devourer", life = 1.75, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.38, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "RootSpiderProjectile", "RootSpiderBurrow", "RootSpiderEmerge", }, 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["RootSpiderProjectile"] = { name = "RootSpiderProjectile", 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 = { "active_skill_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderBurrow"] = { name = "RootSpiderBurrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "spell_maximum_action_distance_+%", }, levels = { [1] = {2000, 120, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderEmerge"] = { name = "RootSpiderEmerge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {-10, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Не может быть отброшен
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Пожиратель
Зверь
Область: Северный лес, Пещеры, Имперские сады, Внутренние земли, Освобождённый квартал, InvasionBoss
Род: Морские ведьмы
Группа: Паукообразные
Семейство: Пещеры
Не может быть отброшен
Devourer
Spectre | Y |
---|---|
Area | Северный лес, Пещеры, Имперские сады, Внутренние земли, Освобождённый квартал, Внутренние земли, Освобождённый квартал, InvasionBoss |
Tags | beast, cannot_be_monolith, cleaving_weapon, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_model, medium_height, melee, physical_affinity, ranged, red_blood, very_slow_movement |
Packs |
Здоровье
200%
Ailment Threshold
200%
Сопротивление
0 75 0 0
Damage
240%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
200%
Model Size
100%
Type
RootSpider
Metadata
RootSpiderHidden
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
30
Здоровье
934
Броня
1,120
Уклонение
994
Энергетический щит
0
Damage
112
Урон от чар
112
Точность
59
Attack Time
1.5
Опыт
3,624
Ailment Threshold
934
Chill
3
Shock
3
Brittle
17
Scorch
3
Sap
8
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
Атака
Base Damage: 90–134
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
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]
RootSpiderProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 90–134
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 25.52% больше урона
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
RootSpiderBurrow
Базовая длительность - 2 секунд(-ы)
spell maximum action distance +% [120]
spell maximum action distance +% [120]
RootSpiderEmerge
Attack
Base Damage: 90–134
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 10% меньше урона
RootSpiderAmbush
Attack
Base Damage: 90–134
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Никогда не наносит критических ударов
Наносит на 30% меньше урона
Наносит на 30% меньше урона
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Actor { basic_action = "Emerge" slow_animations_go_to_idle = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { create_untransitioned = "PlayAnimation( emerge ); PauseAnimation(); DisableTargetable(); RemoveCollidability();" on_transition = "EnableTargetable();" } Render { visual_size_index = 1 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RootSpiders/RootSpiderHidden"] = { name = "Devourer", life = 2, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.4, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "RootSpiderProjectile", "RootSpiderBurrow", "RootSpiderEmerge", "RootSpiderAmbush", }, 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["RootSpiderProjectile"] = { name = "RootSpiderProjectile", 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 = { "active_skill_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderBurrow"] = { name = "RootSpiderBurrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "spell_maximum_action_distance_+%", }, levels = { [1] = {2000, 120, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderEmerge"] = { name = "RootSpiderEmerge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {-10, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderAmbush"] = { name = "RootSpiderAmbush", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "global_cannot_crit", }, levels = { [1] = {-30, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Не может быть отброшен
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Пожиратель
Зверь
Не может быть отброшен
Devourer
Spectre | Y |
---|---|
Tags | beast, cannot_be_monolith, cleaving_weapon, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_model, melee, physical_affinity, ranged, red_blood, very_slow_movement |
Здоровье
200%
Ailment Threshold
200%
Сопротивление
0 75 0 0
Damage
240%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
200%
Model Size
100%
Type
RootSpider
Metadata
RootSpiderHiddenStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
12,867
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
897
Урон от чар
897
Точность
290
Attack Time
1.5
Опыт
20,510
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
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]
RootSpiderProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
RootSpiderBurrow
Базовая длительность - 2 секунд(-ы)
spell maximum action distance +% [120]
spell maximum action distance +% [120]
RootSpiderEmerge
Attack
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 10% меньше урона
RootSpiderAmbush
Attack
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Никогда не наносит критических ударов
Наносит на 30% меньше урона
Наносит на 30% меньше урона
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Actor { basic_action = "Emerge" slow_animations_go_to_idle = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { visual_size_index = 1 } Monster { preload_object_type = "RootSpiderHole" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RootSpiders/RootSpiderHiddenStandalone"] = { name = "Devourer", life = 2, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.4, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "RootSpiderProjectile", "RootSpiderBurrow", "RootSpiderEmerge", "RootSpiderAmbush", }, 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["RootSpiderProjectile"] = { name = "RootSpiderProjectile", 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 = { "active_skill_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderBurrow"] = { name = "RootSpiderBurrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "spell_maximum_action_distance_+%", }, levels = { [1] = {2000, 120, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderEmerge"] = { name = "RootSpiderEmerge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {-10, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderAmbush"] = { name = "RootSpiderAmbush", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "global_cannot_crit", }, levels = { [1] = {-30, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Не может быть отброшен
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Пожиратель
Зверь
Не может быть отброшен
Devourer
Spectre | Y |
---|---|
Tags | beast, cannot_be_monolith, cleaving_weapon, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_height, large_model, melee, physical_affinity, ranged, red_blood, very_slow_movement |
Здоровье
200%
Ailment Threshold
200%
Сопротивление
0 75 0 0
Damage
240%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
200%
Model Size
100%
Type
RootSpider
Metadata
RootSpiderHiddenGruthkul
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
12,867
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
897
Урон от чар
897
Точность
290
Attack Time
1.5
Опыт
20,510
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
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]
RootSpiderProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
RootSpiderBurrow
Базовая длительность - 2 секунд(-ы)
spell maximum action distance +% [120]
spell maximum action distance +% [120]
RootSpiderEmerge
Attack
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 10% меньше урона
RootSpiderAmbush
Attack
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Никогда не наносит критических ударов
Наносит на 30% меньше урона
Наносит на 30% меньше урона
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Actor { basic_action = "Emerge" slow_animations_go_to_idle = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { create_untransitioned = "PlayAnimation( emerge ); PauseAnimation(); DisableTargetable(); RemoveCollidability();" on_transition = "EnableTargetable();" } Render { visual_size_index = 1 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RootSpiders/RootSpiderHiddenGruthkul"] = { name = "Devourer", life = 2, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.4, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "RootSpiderProjectile", "RootSpiderBurrow", "RootSpiderEmerge", "RootSpiderAmbush", }, 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["RootSpiderProjectile"] = { name = "RootSpiderProjectile", 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 = { "active_skill_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderBurrow"] = { name = "RootSpiderBurrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "spell_maximum_action_distance_+%", }, levels = { [1] = {2000, 120, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderEmerge"] = { name = "RootSpiderEmerge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {-10, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderAmbush"] = { name = "RootSpiderAmbush", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "global_cannot_crit", }, levels = { [1] = {-30, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Не может быть отброшен
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Пожиратель
Зверь
Область: Северный лес
Род: Морские ведьмы
Группа: Паукообразные
Семейство: Пещеры
Не может быть отброшен
Devourer
Spectre | Y |
---|---|
Area | Северный лес |
Tags | beast, cannot_be_monolith, cleaving_weapon, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_model, medium_height, melee, physical_affinity, ranged, red_blood, very_slow_movement |
Packs |
Здоровье
200%
Ailment Threshold
200%
Сопротивление
0 75 0 0
Damage
240%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
200%
Model Size
100%
Type
RootSpider
Metadata
RootSpiderHiddenPart2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
53
Здоровье
4,700
Броня
8,552
Уклонение
2,730
Энергетический щит
0
Damage
413
Урон от чар
413
Точность
159
Attack Time
1.5
Опыт
12,648
Ailment Threshold
4,700
Chill
15
Shock
15
Brittle
84
Scorch
15
Sap
41
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
Атака
Base Damage: 330–496
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
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]
RootSpiderProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 330–496
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 10.07% больше урона
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
RootSpiderBurrow
Базовая длительность - 2 секунд(-ы)
spell maximum action distance +% [120]
spell maximum action distance +% [120]
RootSpiderEmerge
Attack
Base Damage: 330–496
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 10% меньше урона
RootSpiderAmbush
Attack
Base Damage: 330–496
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Никогда не наносит критических ударов
Наносит на 30% меньше урона
Наносит на 30% меньше урона
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Actor { basic_action = "Emerge" slow_animations_go_to_idle = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { create_untransitioned = "PlayAnimation( emerge ); PauseAnimation(); DisableTargetable(); RemoveCollidability();" on_transition = "EnableTargetable();" } Render { visual_size_index = 1 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RootSpiders/RootSpiderHiddenPart2"] = { name = "Devourer", life = 2, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.4, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "RootSpiderProjectile", "RootSpiderBurrow", "RootSpiderEmerge", "RootSpiderAmbush", }, 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["RootSpiderProjectile"] = { name = "RootSpiderProjectile", 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 = { "active_skill_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderBurrow"] = { name = "RootSpiderBurrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "spell_maximum_action_distance_+%", }, levels = { [1] = {2000, 120, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderEmerge"] = { name = "RootSpiderEmerge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {-10, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderAmbush"] = { name = "RootSpiderAmbush", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "global_cannot_crit", }, levels = { [1] = {-30, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Не может быть отброшен
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Пожиратель
Зверь
Не может быть отброшен
Devourer
Spectre | Y |
---|---|
Tags | beast, cannot_be_monolith, cleaving_weapon, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_model, melee, physical_affinity, ranged, red_blood, very_slow_movement |
Здоровье
200%
Ailment Threshold
200%
Сопротивление
0 75 0 0
Damage
240%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
200%
Model Size
100%
Type
RootSpider
Metadata
RootSpiderHiddenPart2Standalone_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
12,867
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
897
Урон от чар
897
Точность
290
Attack Time
1.5
Опыт
20,510
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
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]
RootSpiderProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
RootSpiderBurrow
Базовая длительность - 2 секунд(-ы)
spell maximum action distance +% [120]
spell maximum action distance +% [120]
RootSpiderEmerge
Attack
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 10% меньше урона
RootSpiderAmbush
Attack
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Никогда не наносит критических ударов
Наносит на 30% меньше урона
Наносит на 30% меньше урона
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Actor { basic_action = "Emerge" slow_animations_go_to_idle = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { visual_size_index = 1 } Monster { preload_object_type = "RootSpiderHole" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RootSpiders/RootSpiderHiddenPart2Standalone_"] = { name = "Devourer", life = 2, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.4, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "RootSpiderProjectile", "RootSpiderBurrow", "RootSpiderEmerge", "RootSpiderAmbush", }, 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["RootSpiderProjectile"] = { name = "RootSpiderProjectile", 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 = { "active_skill_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderBurrow"] = { name = "RootSpiderBurrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "spell_maximum_action_distance_+%", }, levels = { [1] = {2000, 120, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderEmerge"] = { name = "RootSpiderEmerge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {-10, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderAmbush"] = { name = "RootSpiderAmbush", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "global_cannot_crit", }, levels = { [1] = {-30, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Не может быть отброшен
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Пожиратель
Зверь
Область: Лаборатория вечных
Род: Морские ведьмы
Группа: Паукообразные
Семейство: Пещеры
Не может быть отброшен
Devourer
Spectre | Y |
---|---|
Area | Лаборатория вечных |
Tags | beast, cannot_be_monolith, cleaving_weapon, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_model, medium_height, melee, physical_affinity, ranged, red_blood, very_slow_movement |
Packs |
Здоровье
175%
Ailment Threshold
175%
Сопротивление
0 75 0 0
Damage
238%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
250%
Model Size
100%
Type
RootSpiderMaps
Metadata
RootSpiderHiddenMapsOnly
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
11,258
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
889
Урон от чар
889
Точность
290
Attack Time
1.5
Опыт
25,638
Ailment Threshold
11,258
Chill
36
Shock
36
Brittle
201
Scorch
36
Sap
98
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
Атака
Base Damage: 711–1067
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
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]
RootSpiderProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 711–1067
Шанс критического удара: 5%
Attack Time: 1.5 сек.
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
RootSpiderBurrow
Базовая длительность - 2 секунд(-ы)
spell maximum action distance +% [120]
spell maximum action distance +% [120]
RootSpiderEmerge
Attack
Base Damage: 711–1067
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 10% меньше урона
RootSpiderAmbushMaps
Attack
Base Damage: 711–1067
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Никогда не наносит критических ударов
Наносит на 45% меньше урона
Наносит на 45% меньше урона
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Actor { basic_action = "Emerge" slow_animations_go_to_idle = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { create_untransitioned = "PlayAnimation( emerge ); PauseAnimation(); DisableTargetable(); RemoveCollidability();" on_transition = "EnableTargetable();" } Render { visual_size_index = 1 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RootSpiders/RootSpiderHiddenMapsOnly"] = { name = "Devourer", life = 1.75, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.38, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "RootSpiderProjectile", "RootSpiderBurrow", "RootSpiderEmerge", "RootSpiderAmbushMaps", }, 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["RootSpiderProjectile"] = { name = "RootSpiderProjectile", 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 = { "active_skill_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderBurrow"] = { name = "RootSpiderBurrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "spell_maximum_action_distance_+%", }, levels = { [1] = {2000, 120, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderEmerge"] = { name = "RootSpiderEmerge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {-10, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderAmbushMaps"] = { name = "RootSpiderAmbushMaps", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "global_cannot_crit", }, levels = { [1] = {-30, levelRequirement = 0, statInterpolation = {1}, cost = { }, }, [2] = {-45, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, [3] = {-48, levelRequirement = 72, statInterpolation = {1}, cost = { }, }, [4] = {-51, levelRequirement = 76, statInterpolation = {1}, cost = { }, }, [5] = {-54, levelRequirement = 80, statInterpolation = {1}, cost = { }, }, }, }
Не может быть отброшен
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Пожиратель
Зверь
Не может быть отброшен
Devourer
Spectre | Y |
---|---|
Tags | beast, cannot_be_monolith, cleaving_weapon, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_model, melee, physical_affinity, ranged, red_blood, very_slow_movement |
Здоровье
175%
Ailment Threshold
175%
Сопротивление
0 75 0 0
Damage
238%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
250%
Model Size
100%
Type
RootSpiderMaps
Metadata
RootSpiderHiddenMapsOnlyStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
11,258
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
889
Урон от чар
889
Точность
290
Attack Time
1.5
Опыт
25,638
Ailment Threshold
11,258
Chill
36
Shock
36
Brittle
201
Scorch
36
Sap
98
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
Атака
Base Damage: 711–1067
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
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]
RootSpiderProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 711–1067
Шанс критического удара: 5%
Attack Time: 1.5 сек.
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
RootSpiderBurrow
Базовая длительность - 2 секунд(-ы)
spell maximum action distance +% [120]
spell maximum action distance +% [120]
RootSpiderEmerge
Attack
Base Damage: 711–1067
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 10% меньше урона
RootSpiderAmbushMaps
Attack
Base Damage: 711–1067
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Никогда не наносит критических ударов
Наносит на 45% меньше урона
Наносит на 45% меньше урона
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Actor { basic_action = "Emerge" slow_animations_go_to_idle = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { visual_size_index = 1 } Monster { preload_object_type = "RootSpiderHole" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RootSpiders/RootSpiderHiddenMapsOnlyStandalone"] = { name = "Devourer", life = 1.75, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.38, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "RootSpiderProjectile", "RootSpiderBurrow", "RootSpiderEmerge", "RootSpiderAmbushMaps", }, 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["RootSpiderProjectile"] = { name = "RootSpiderProjectile", 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 = { "active_skill_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderBurrow"] = { name = "RootSpiderBurrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "spell_maximum_action_distance_+%", }, levels = { [1] = {2000, 120, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderEmerge"] = { name = "RootSpiderEmerge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {-10, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderAmbushMaps"] = { name = "RootSpiderAmbushMaps", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "global_cannot_crit", }, levels = { [1] = {-30, levelRequirement = 0, statInterpolation = {1}, cost = { }, }, [2] = {-45, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, [3] = {-48, levelRequirement = 72, statInterpolation = {1}, cost = { }, }, [4] = {-51, levelRequirement = 76, statInterpolation = {1}, cost = { }, }, [5] = {-54, levelRequirement = 80, statInterpolation = {1}, cost = { }, }, }, }
Не может быть отброшен
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Пожиратель
Зверь
monster no drops or experience [1]
Не может быть отброшен
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 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]
Devourer
Spectre | Y |
---|---|
Tags | beast, cannot_be_monolith, cleaving_weapon, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_model, medium_height, melee, physical_affinity, ranged, red_blood, very_slow_movement |
Здоровье
200%
Ailment Threshold
200%
Сопротивление
0 75 0 0
Damage
240%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
200%
Model Size
100%
Type
RootSpider
Metadata
RootSpiderHiddenNoDrops
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
12,867
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
897
Урон от чар
897
Точность
290
Attack Time
1.5
Опыт
20,510
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
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]
RootSpiderProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
RootSpiderBurrow
Базовая длительность - 2 секунд(-ы)
spell maximum action distance +% [120]
spell maximum action distance +% [120]
RootSpiderEmerge
Attack
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 10% меньше урона
RootSpiderAmbush
Attack
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Никогда не наносит критических ударов
Наносит на 30% меньше урона
Наносит на 30% меньше урона
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Actor { basic_action = "Emerge" slow_animations_go_to_idle = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { create_untransitioned = "PlayAnimation( emerge ); PauseAnimation(); DisableTargetable(); RemoveCollidability();" on_transition = "EnableTargetable();" } Render { visual_size_index = 1 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RootSpiders/RootSpiderHiddenNoDrops"] = { name = "Devourer", life = 2, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.4, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "RootSpiderProjectile", "RootSpiderBurrow", "RootSpiderEmerge", "RootSpiderAmbush", }, 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["RootSpiderProjectile"] = { name = "RootSpiderProjectile", 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 = { "active_skill_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderBurrow"] = { name = "RootSpiderBurrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "spell_maximum_action_distance_+%", }, levels = { [1] = {2000, 120, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderEmerge"] = { name = "RootSpiderEmerge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {-10, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderAmbush"] = { name = "RootSpiderAmbush", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "global_cannot_crit", }, levels = { [1] = {-30, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Не может быть отброшен
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | монстр (3) |
GenerationType | Уникальный (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 | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Пожиратель
Зверь
monster no drops or experience [1]
Не может быть отброшен
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 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]
Devourer
Spectre | Y |
---|---|
Tags | beast, cannot_be_monolith, cleaving_weapon, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_model, melee, physical_affinity, ranged, red_blood, small_height, very_slow_movement |
Здоровье
100%
Ailment Threshold
100%
Сопротивление
0 40 0 0
Damage
120%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
100%
Model Size
60%
Type
RootSpiderMinionMapBoss
Metadata
RootSpiderHiddenMapBossMinion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
6,433
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
448
Урон от чар
448
Точность
290
Attack Time
1.5
Опыт
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
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).
RootSpiderProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 359–538
Шанс критического удара: 5%
Attack Time: 1.5 сек.
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 359–538
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
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]
RootSpiderBurrow
Базовая длительность - 2 секунд(-ы)
spell maximum action distance +% [120]
spell maximum action distance +% [120]
RootSpiderEmerge
Attack
Base Damage: 359–538
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 10% меньше урона
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Actor { basic_action = "Emerge" slow_animations_go_to_idle = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { visual_size_index = 1 } Monster { preload_object_type = "RootSpiderHole" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RootSpiders/RootSpiderHiddenMapBossMinion"] = { name = "Devourer", life = 1, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.2, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "RootSpiderProjectile", "RootSpiderBurrow", "RootSpiderEmerge", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { 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["RootSpiderProjectile"] = { name = "RootSpiderProjectile", 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 = { "active_skill_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderBurrow"] = { name = "RootSpiderBurrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "spell_maximum_action_distance_+%", }, levels = { [1] = {2000, 120, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderEmerge"] = { name = "RootSpiderEmerge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {-10, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Не может быть отброшен
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | монстр (3) |
GenerationType | Уникальный (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 | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Пожиратель
Devourer
Spectre | Y |
---|---|
Tags | beast, cannot_be_monolith, cleaving_weapon, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_model, medium_small_height, melee, physical_affinity, ranged, red_blood, very_slow_movement |
Здоровье
200%
Ailment Threshold
200%
Сопротивление
0 75 0 0
Damage
240%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
200%
Model Size
100%
Type
RootSpider
Metadata
RootSpiderHiddenMapBossMinionRare
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
12,867
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
897
Урон от чар
897
Точность
290
Attack Time
1.5
Опыт
20,510
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).
RootSpiderProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
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]
RootSpiderBurrow
Базовая длительность - 2 секунд(-ы)
spell maximum action distance +% [120]
spell maximum action distance +% [120]
RootSpiderEmerge
Attack
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 10% меньше урона
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Actor { basic_action = "Emerge" slow_animations_go_to_idle = false }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { visual_size_index = 1 } Monster { preload_object_type = "RootSpiderHole" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RootSpiders/RootSpiderHiddenMapBossMinionRare"] = { name = "Devourer", life = 2, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.4, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "RootSpiderProjectile", "RootSpiderBurrow", "RootSpiderEmerge", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeedUnique"] = { 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["RootSpiderProjectile"] = { name = "RootSpiderProjectile", 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 = { "active_skill_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderBurrow"] = { name = "RootSpiderBurrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "spell_maximum_action_distance_+%", }, levels = { [1] = {2000, 120, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderEmerge"] = { name = "RootSpiderEmerge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {-10, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Не может быть отброшен
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |
Пожиратель
Зверь
Не может быть отброшен
Devourer
Spectre | Y |
---|---|
Tags | beast, cannot_be_monolith, cleaving_weapon, delve_monster, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_model, melee, no_pantheon_mod, physical_affinity, ranged, red_blood, very_slow_movement |
Здоровье
200%
Ailment Threshold
200%
Сопротивление
0 75 0 0
Damage
240%
Точность
100%
Шанс критического удара
+5%
Множитель критического удара
+130%
Attack Distance
6 ~ 22
Attack Time
1.5 Second
Damage Spread
±20%
Опыт
200%
Model Size
100%
Type
RootSpider
Metadata
DelveRootSpiderHidden
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Уровень
68
Здоровье
12,867
Броня
28,790
Уклонение
4,739
Энергетический щит
0
Damage
897
Урон от чар
897
Точность
290
Attack Time
1.5
Опыт
20,510
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Атака
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Герой наносит обычный удар.
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]
RootSpiderProjectile
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
100% повышение скорости снаряда
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
base is projectile [1]
monster projectile variation [6]
spell maximum action distance +% [-30]
RootSpiderBurrow
Базовая длительность - 2 секунд(-ы)
spell maximum action distance +% [120]
spell maximum action distance +% [120]
RootSpiderEmerge
Attack
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Наносит на 10% меньше урона
RootSpiderAmbush
Attack
Base Damage: 717–1076
Шанс критического удара: 5%
Attack Time: 1.5 сек.
Никогда не наносит критических ударов
Наносит на 30% меньше урона
Наносит на 30% меньше урона
Object Type
version 2 extends "Metadata/Monsters/Monster" Pathfinding { immobile = true } Actor { basic_action = "Emerge" slow_animations_go_to_idle = false } Transitionable { }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Transitionable { create_untransitioned = "PlayAnimation( emerge ); PauseAnimation(); DisableTargetable(); RemoveCollidability();" on_transition = "EnableTargetable();" } Render { visual_size_index = 1 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RootSpiders/DelveRootSpiderHidden"] = { name = "Devourer", life = 2, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.4, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeed", "RootSpiderProjectile", "RootSpiderBurrow", "RootSpiderEmerge", "RootSpiderAmbush", }, 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["RootSpiderProjectile"] = { name = "RootSpiderProjectile", 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 = { "active_skill_damage_+%_final", "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {45, 6, -30, 100, levelRequirement = 1, statInterpolation = {2}, cost = { }, }, [2] = {0, 6, -30, 100, levelRequirement = 68, statInterpolation = {2}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderBurrow"] = { name = "RootSpiderBurrow", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { }, baseMods = { }, qualityStats = { }, stats = { "base_skill_effect_duration", "spell_maximum_action_distance_+%", }, levels = { [1] = {2000, 120, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderEmerge"] = { name = "RootSpiderEmerge", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", }, levels = { [1] = {-10, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["RootSpiderAmbush"] = { name = "RootSpiderAmbush", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "global_cannot_crit", }, levels = { [1] = {-30, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, }
Не может быть отброшен
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | монстр (3) |
GenerationType | Уникальный (3) |
Req. level | 1 |
Stats |