幽魂 | Y |
---|---|
地区 | 纯净乐园, 卡兰德之湖 |
标签 | 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%
异常状态临界值
200%
抗性
0 75 0 0
伤害
240%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 22
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
100%
类型
RootSpider
Metadata
RootSpiderHiddenUntainted
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
75
生命
26,987
护甲
49,865
闪避值
6,029
能量护盾
0
伤害
1,360
法术伤害
1,360
命中
381
攻击间隔
1.5
经验值
23,608
异常状态临界值
26,987
冰缓
85
Shock
85
Brittle
483
Scorch
85
Sap
236
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 1088–1632
暴击几率: 5%
攻击间隔: 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
攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 伤害, 可触发
基本伤害: 1088–1632
暴击几率: 5%
攻击间隔: 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
攻击
基本伤害: 1088–1632
暴击几率: 5%
攻击间隔: 1.5 秒
伤害总降 10%
RootSpiderAmbush
攻击
基本伤害: 1088–1632
暴击几率: 5%
攻击间隔: 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/RootSpiderHiddenUntainted"] = { name = "Ancient 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 = { }, }, }, }
生命上限提高 25%
角色体型增大 20%
Id | MonsterImplicitIncreasedLife1 |
---|---|
Family | MaximumLifeIncreasePercent |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
无法被击退
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
远古吞噬者
野兽
生命上限提高 25%
角色体型增大 20%
怪物提供的经验值提高 500%
monster no drops [1]
无法被击退
角色体型增大 20%
怪物提供的经验值提高 500%
monster no drops [1]
无法被击退
Ancient Devourer
幽魂 | Y |
---|---|
标签 | 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%
异常状态临界值
200%
抗性
0 75 0 0
伤害
240%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 22
攻击间隔
1.5 秒
伤害分布
±20%
经验值
200%
Model Size
100%
类型
RootSpider
Metadata
RootSpiderHiddenUntaintedSupporter
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
伤害
897
法术伤害
897
命中
290
攻击间隔
1.5
经验值
20,510
异常状态临界值
12,867
冰缓
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
攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
普通攻击
基本伤害: 717–1076
暴击几率: 5%
攻击间隔: 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
攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 伤害, 可触发
基本伤害: 717–1076
暴击几率: 5%
攻击间隔: 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
攻击
基本伤害: 717–1076
暴击几率: 5%
攻击间隔: 1.5 秒
伤害总降 10%
RootSpiderAmbush
攻击
基本伤害: 717–1076
暴击几率: 5%
攻击间隔: 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/RootSpiderHiddenUntaintedSupporter"] = { name = "Ancient 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 = { }, }, }, }
生命上限提高 25%
角色体型增大 20%
Id | MonsterImplicitIncreasedLife1 |
---|---|
Family | MaximumLifeIncreasePercent |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats | |
Craft Tags | resource life |
怪物提供的经验值提高 500%
monster no drops [1]
Id | MonsterSlainExperienceIncreaseSupporter |
---|---|
Family | MonsterSlainExperience |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |
无法被击退
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | 怪物 (3) |
GenerationType | 传奇 (3) |
Req. level | 1 |
Stats |