หนอนขุดถ้ำ
Spectre | N |
---|---|
Area | ป่าเหนือ |
Tags | beast, cannot_be_monolith, chaos_affinity, cleaving_weapon, devourer, hard_armour, hidden_monster, immobile, insect, is_unarmed, large_model, medium_height, melee, physical_affinity, ranged, red_blood, very_slow_movement |
พลังชีวิต
400%
Ailment Threshold
400%
ค่าต้านทาน
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
RootSpiderBossType
Metadata
RootSpiderBoss
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
53
พลังชีวิต
9,400
ค่าเกราะ
8,552
การหลบหลีก
2,730
โล่พลังงาน
0
Damage
413
ความเสียหายเวท
413
ความแม่นยำ
0
Attack Time
1.5
ค่าประสบการณ์
12,648
Ailment Threshold
9,400
Chill
30
Shock
30
Brittle
168
Scorch
30
Sap
82
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).
RootSpiderProjectilePoison
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 330–496
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
ยิงกระสุน เพิ่มเติม 2 ลูก
แปลงความเสียหาย กายภาพ 30% เป็น เคออส
เพิ่มความเร็วกระสุน 100%
base is projectile [1]
monster projectile variation [22]
spell maximum action distance +% [-30]
visual hit effect chaos is green [1]
แปลงความเสียหาย กายภาพ 30% เป็น เคออส
เพิ่มความเร็วกระสุน 100%
base is projectile [1]
monster projectile variation [22]
spell maximum action distance +% [-30]
visual hit effect chaos is green [1]
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
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]
RootSpiderBurrow
ระยะเวลาพื้นฐาน 2 วินาที
spell maximum action distance +% [120]
spell maximum action distance +% [120]
RootSpiderEmerge
Attack
Base Damage: 330–496
โอกาสคริติคอล: 5%
Attack Time: 1.5 วินาที
สร้างความเสียหาย ลดลง อีก 10%
SummonRootSpiderBossMinions
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
เวลาร่าย: 2 วินาที
คูลดาวน์: 8 วินาที
alternate minion [233]
minion dies when parent dies [1]
number of monsters to summon [3]
summon specific monsters radius +% [70]
summoned monsters are minions [1]
minion dies when parent dies [1]
number of monsters to summon [3]
summon specific monsters radius +% [70]
summoned monsters are minions [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" Monster { preload_object_type = "RootSpiderHole" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/RootSpiders/RootSpiderBoss"] = { name = "Tunnelworm", life = 4, fireResist = 0, coldResist = 75, lightningResist = 0, chaosResist = 0, damage = 2.4, damageSpread = 0.2, attackTime = 1.5, attackRange = 22, accuracy = 1, skillList = { "MeleeAtAnimationSpeedUnique", "RootSpiderProjectilePoison", "RootSpiderBurrow", "RootSpiderEmerge", "SummonRootSpiderBossMinions", }, 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["RootSpiderProjectilePoison"] = { name = "RootSpiderProjectilePoison", 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.5, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_projectile_speed_+%", "number_of_additional_projectiles", "skill_physical_damage_%_to_convert_to_chaos", "base_is_projectile", "visual_hit_effect_chaos_is_green", }, levels = { [1] = {22, -30, 100, 2, 30, levelRequirement = 1, statInterpolation = {}, 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["SummonRootSpiderBossMinions"] = { name = "SummonRootSpiderBossMinions", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "minion_dies_when_parent_dies", }, levels = { [1] = {233, 3, 70, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
ไม่ถูก ผลักออกไป
Id | ImmuneToKnockback |
---|---|
Family | ImmuneToKnockback |
Domains | Monster (3) |
GenerationType | ยูนิค (3) |
Req. level | 1 |
Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.