หัวขโมยที่ฟื้นชีพ
สัตว์ร้ายด่าน: เบื้องลึกอะบิส
เติมพลังชีวิต % เมื่อคุณสูญเสีย Spirit Charge 1 ลูก
maximum spirit charges [0]
monster spirit charges are infinite [0]
spirit charge tier [1]
emerge speed +% [0,20]
cannot be used as minion [1]
base secondary skill effect duration [2000]
spell maximum action distance +% [-55]
maximum spirit charges [0]
monster spirit charges are infinite [0]
spirit charge tier [1]
emerge speed +% [0,20]
cannot be used as minion [1]
base secondary skill effect duration [2000]
spell maximum action distance +% [-55]
emerge speed +% [0,20]
Risen Thief
| Spectre | |
|---|---|
| Area | เบื้องลึกอะบิส |
| Tags | abyssal, beast, นักเวท, flesh_armour, has_one_hand_sword, has_one_handed_melee, insect_blood, large_height, melee, not_str, physical_affinity, reptile_beast, slow_movement |
พลังชีวิต
170%
Energy Shield From Life
50%
การหลบหลีก
+50%
Ailment Threshold
170%
ค่าต้านทาน
Damage
100%
ความแม่นยำ
100%
โอกาสคริติคอล
+5%
ตัวคูณคริติคอล
+130%
Attack Distance
6 ~ 10
Attack Time
1.755 Second
Damage Spread
±20%
ค่าประสบการณ์
100%
Model Size
100%
Type
ParasiticSquidAbyss
Metadata
ParasiticSquidAbyssLichMinion
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
เลเวล
78
พลังชีวิต
31,005
ค่าเกราะ
62,934
อัตราการหลบหลีก
10,001
โล่พลังงาน
9,629
Damage
675
ความเสียหายเวท
675
ความแม่นยำ
856
Attack Time
1.755
ค่าประสบการณ์
12,377
Minion Life
6,166
Minion Energy Shield
1,915
Minion Damage
559
Ailment Threshold
31,005
Chill
98
Shock
98
Brittle
555
Scorch
98
Sap
271
Phys Convert Ele
290%
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 540—810
โอกาสคริติคอล: 5%
Attack Time: 1.755 วินาที
โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
skill can fire arrows [1]
skill can fire wand projectiles [1]
GraspingTentacles
Spell, Area, Duration, Damage, AreaSpell
เวลาร่าย: 3 วินาที
คูลดาวน์: 8 วินาที
ระยะเวลาพื้นฐาน วินาที
ลดความเร็วในการโจมตี 38.469135802469%
ลดความเร็วในการเคลื่อนที่ 38.469135802469%
active skill area of effect radius +% final [-28]
cannot stun [1]
cast speed +% from grasping tentacles [-38.46913580246914]
grasping ornament placement radius [16]
number of grasping ornaments [15]
spell maximum base physical damage [174.3]
spell minimum base physical damage [116.2]
Object Type
version 2 extends "Metadata/Monsters/ParasiticSquid/ParasiticSquidAbyss"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/ParasiticSquid/ParasiticSquidAbyssLichMinion"] = {
fireResist = 0,
coldResist = 40,
lightningResist = 0,
chaosResist = 0,
name = "Risen Thief",
life = 1.7,
energyShield = 0.5,
damage = 1,
damageSpread = 0.2,
attackTime = 1.755,
attackRange = 10,
accuracy = 1,
skillList = {
"Melee",
"GraspingTentacles",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
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",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GraspingTentacles"] = {
name = "GraspingTentacles",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Damage] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"attack_speed_+%",
"cast_speed_+%_from_grasping_tentacles",
"base_movement_velocity_+%",
"number_of_grasping_ornaments",
"base_skill_effect_duration",
"grasping_ornament_placement_radius",
"active_skill_area_of_effect_radius_+%_final",
"cannot_stun",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, -9, -9, -9, 15, 3, 16, -28, levelRequirement = 1, statInterpolation = {3, 3, 2, 2, 2}, cost = { }, },
[2] = {0.80000001192093, 1.2000000476837, -40, -40, -40, 15, 3, 16, -28, levelRequirement = 82, statInterpolation = {3, 3, 2, 2, 2}, cost = { }, },
},
}
เติมพลังชีวิต % เมื่อคุณสูญเสีย Spirit Charge 1 ลูก
maximum spirit charges [0]
monster spirit charges are infinite [0]
spirit charge tier [1]
| Family | SpiritCharge |
|---|---|
| Domains | Monster (3) |
| GenerationType | ยูนิค (3) |
| Req. level | 1 |
| Stats |
emerge speed +% [0,20]
| Family | VariableEmergeSpeed |
|---|---|
| Domains | Monster (3) |
| GenerationType | ยูนิค (3) |
| Req. level | 1 |
| Stats |
cannot be used as minion [1]
| Family | CannotBeUsedAsMinion |
|---|---|
| Domains | Monster (3) |
| GenerationType | ยูนิค (3) |
| Req. level | 1 |
| Stats |
base secondary skill effect duration [2000]
spell maximum action distance +% [-55]
| Family | Nothing |
|---|---|
| Domains | Monster (3) |
| GenerationType | ยูนิค (3) |
| Req. level | 1 |
| Stats |
emerge speed +% [0,20]
| Family | VariableEmergeSpeed |
|---|---|
| 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.




















