裂口魔像
构造体damage taken +% from arrow traps final [-100]
消灭怪物不能获得药剂充能
敌人受到伤害时被时空锁链影响
消灭怪物不能获得药剂充能
敌人受到伤害时被时空锁链影响
cant touch this [1]
cant possess this [1]
cant possess this [1]
Unending Lethargy
| 幽魂 | N |
|---|---|
| 标签 | construct, cursing_monster, immobile, is_unarmed, large_model, medium_height, not_dex, not_int, plate_armour |
生命
200%
护甲
+100%
异常状态临界值
200%
抗性
伤害
100%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 6
攻击间隔
1.5 秒
伤害分布
±0%
经验值
100%
Model Size
100%
类型
LabyrinthMonsterTotem
Metadata
LabyrinthPopUpTotemSlow
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
12,867
护甲
57,580
闪避值
4,739
伤害
374
法术伤害
374
命中
580
攻击间隔
1.5
经验值
10,255
召唤物生命
2,791
召唤物伤害
298
异常状态临界值
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).
ReviveAfterDuration
法术, 可触发
施放间隔: 1 秒
基础持续时间为 6 秒
死亡时有 100% 的几率触发该法术
PopupTrapTemporalChains
法术, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 可秘能爆发, 附加诅咒, 可齐射, 范围法术, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
时空锁链
施放间隔: 0.5 秒
诅咒一片区域的所有敌人,降低它们的行动速度,并使它们身上的效果消减得更慢。
基础持续时间为 4 秒
被诅咒的普通敌人和魔法敌人的行动速度总降 40%
被诅咒的敌人身上的其它效果消减速度减慢 25%
诅咒技能以光环形式对周围敌人施放
被诅咒的稀有敌人和传奇敌人的行动速度总降 10%
active skill area of effect radius +% final [56]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Positioned
{
blocking = true
object_size = 3
force_placement = true
}
Transitionable
{
num_states = 3
}
Pathfinding
{
immobile = true
}
Stats
{
set_item_drop_slots = 0
set_cannot_be_converted_or_dominated = 1
mana_regeneration_rate_per_minute_% = 100
base_maximum_mana = 100000
set_monster_no_drops_or_experience = 1
set_max_frenzy_charges = 0
set_max_power_charges = 0
set_physical_damage_reduction_%_per_endurance_charge = 5
set_resist_all_elements_%_per_endurance_charge = 5
set_immune_vaal_lighting_warp = 1
immune_to_labyrinth_degen_effect = 1
immune_to_lava_damage = 1
damage_taken_+%_from_spike_traps_final = -100
damage_taken_+%_from_arrow_traps_final = -100
base_cannot_be_stunned = 1
cannot_be_knocked_back = 1
corpse_cannot_be_destroyed = 1
minion_dies_when_parent_dies = 1
cannot_have_life_leeched_from = 1
cannot_have_mana_leeched_from = 1
}
Life
{
corpse_usable = false
}
Actor
{
basic_action = "Emerge"
}
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/LabyrinthPopUpTotemSlow"] = {
name = "Unending Lethargy",
life = 2,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1,
damageSpread = 0,
attackTime = 1.5,
attackRange = 6,
accuracy = 1,
skillList = {
"PopupTrapTemporalChains",
"ReviveAfterDuration",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["PopupTrapTemporalChains"] = {
name = "Temporal Chains",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Curses all enemies in an area, lowering their action speed and making other effects on them expire more slowly.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Cascadable] = true,
[SkillType.AppliesCurse] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
[SkillType.InstantNoRepeatWhenHeld] = true,
[SkillType.InstantShiftAttackForLeftMouse] = true,
[SkillType.Hex] = true,
},
statDescriptionScope = "curse_skill_stat_descriptions",
castTime = 0.5,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_skill_effect_duration",
"temporal_chains_action_speed_+%_final",
"buff_time_passed_+%_other_than_temporal_chains",
"temporal_chains_action_speed_+%_vs_rare_or_unique_final",
"active_skill_area_of_effect_radius_+%_final",
"curse_apply_as_aura",
},
levels = {
[1] = {4000, -40, -25, -10, 56, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ReviveAfterDuration"] = {
name = "ReviveAfterDuration",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_skill_effect_duration",
"cast_on_death_%",
},
levels = {
[1] = {6000, 100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
damage taken +% from arrow traps final [-100]
| Family | LabyrinthTrapDamage |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 传奇 (3) |
| Req. level | 1 |
| Stats |
消灭怪物不能获得药剂充能
| Family | MonsterSlainNoFlaskCharges |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 传奇 (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | flask |
敌人受到伤害时被时空锁链影响
| Family | TotemHasTemporalChainsAuraText |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 传奇 (3) |
| Req. level | 1 |
| Stats |
cant touch this [1]
| Family | CantTouchThis |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 罪魂 (7) |
| Req. level | 1 |
| Stats |
cant possess this [1]
| Family | CantPossessThis |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 罪魂 (7) |
| Req. level | 1 |
| Stats |
无尽之守
构造体damage taken +% from arrow traps final [-100]
消灭怪物不能获得药剂充能
level [0]
敌人受到伤害时被时空锁链影响
消灭怪物不能获得药剂充能
level [0]
敌人受到伤害时被时空锁链影响
cant touch this [1]
cant possess this [1]
cant possess this [1]
Unending Lethargy
| 幽魂 | N |
|---|---|
| 标签 | construct, cursing_monster, immobile, is_unarmed, large_model, medium_height, not_dex, not_int, plate_armour |
生命
200%
护甲
+100%
异常状态临界值
200%
抗性
伤害
100%
命中
100%
暴击几率
+5%
暴击伤害
+130%
攻击距离
6 ~ 6
攻击间隔
1.5 秒
伤害分布
±0%
经验值
100%
Model Size
100%
类型
LabyrinthMonsterTotem
Metadata
LabyrinthPopUpTotemSlowProximityShield
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
等级
68
生命
12,867
护甲
57,580
闪避值
4,739
伤害
374
法术伤害
374
命中
580
攻击间隔
1.5
经验值
10,255
召唤物生命
2,791
召唤物伤害
298
异常状态临界值
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).
ReviveAfterDuration
法术, 可触发
施放间隔: 1 秒
基础持续时间为 6 秒
死亡时有 100% 的几率触发该法术
PopupTrapTemporalChains
法术, 范围, 持续时间, 陷阱技能, 图腾技能, 地雷技能, 法术可重复, 可触发, 可秘能爆发, 附加诅咒, 可齐射, 范围法术, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
时空锁链
施放间隔: 0.5 秒
诅咒一片区域的所有敌人,降低它们的行动速度,并使它们身上的效果消减得更慢。
基础持续时间为 4 秒
被诅咒的普通敌人和魔法敌人的行动速度总降 40%
被诅咒的敌人身上的其它效果消减速度减慢 25%
诅咒技能以光环形式对周围敌人施放
被诅咒的稀有敌人和传奇敌人的行动速度总降 10%
active skill area of effect radius +% final [56]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Positioned
{
blocking = true
object_size = 3
force_placement = true
}
Transitionable
{
num_states = 3
}
Pathfinding
{
immobile = true
}
Stats
{
set_item_drop_slots = 0
set_cannot_be_converted_or_dominated = 1
mana_regeneration_rate_per_minute_% = 100
base_maximum_mana = 100000
set_monster_no_drops_or_experience = 1
set_max_frenzy_charges = 0
set_max_power_charges = 0
set_physical_damage_reduction_%_per_endurance_charge = 5
set_resist_all_elements_%_per_endurance_charge = 5
set_immune_vaal_lighting_warp = 1
immune_to_labyrinth_degen_effect = 1
immune_to_lava_damage = 1
damage_taken_+%_from_spike_traps_final = -100
damage_taken_+%_from_arrow_traps_final = -100
base_cannot_be_stunned = 1
cannot_be_knocked_back = 1
corpse_cannot_be_destroyed = 1
minion_dies_when_parent_dies = 1
cannot_have_life_leeched_from = 1
cannot_have_mana_leeched_from = 1
}
Life
{
corpse_usable = false
}
Actor
{
basic_action = "Emerge"
}
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/LabyrinthPopUpTotemSlowProximityShield"] = {
name = "Unending Lethargy",
life = 2,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
damage = 1,
damageSpread = 0,
attackTime = 1.5,
attackRange = 6,
accuracy = 1,
skillList = {
"PopupTrapTemporalChains",
"ReviveAfterDuration",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["PopupTrapTemporalChains"] = {
name = "Temporal Chains",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Curses all enemies in an area, lowering their action speed and making other effects on them expire more slowly.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Cascadable] = true,
[SkillType.AppliesCurse] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
[SkillType.InstantNoRepeatWhenHeld] = true,
[SkillType.InstantShiftAttackForLeftMouse] = true,
[SkillType.Hex] = true,
},
statDescriptionScope = "curse_skill_stat_descriptions",
castTime = 0.5,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_skill_effect_duration",
"temporal_chains_action_speed_+%_final",
"buff_time_passed_+%_other_than_temporal_chains",
"temporal_chains_action_speed_+%_vs_rare_or_unique_final",
"active_skill_area_of_effect_radius_+%_final",
"curse_apply_as_aura",
},
levels = {
[1] = {4000, -40, -25, -10, 56, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ReviveAfterDuration"] = {
name = "ReviveAfterDuration",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_skill_effect_duration",
"cast_on_death_%",
},
levels = {
[1] = {6000, 100, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
damage taken +% from arrow traps final [-100]
| Family | LabyrinthTrapDamage |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 传奇 (3) |
| Req. level | 1 |
| Stats |
消灭怪物不能获得药剂充能
| Family | MonsterSlainNoFlaskCharges |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 传奇 (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | flask |
level [0]
| Name | 灵能之盾 |
|---|---|
| Family | MonsterNemesis |
| Domains | 怪物 (3) |
| GenerationType | 传奇 (3) |
| Req. level | 1 |
| Stats |
敌人受到伤害时被时空锁链影响
| Family | TotemHasTemporalChainsAuraText |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 传奇 (3) |
| Req. level | 1 |
| Stats |
cant touch this [1]
| Family | CantTouchThis |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 罪魂 (7) |
| Req. level | 1 |
| Stats |
cant possess this [1]
| Family | CantPossessThis |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 罪魂 (7) |
| 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.