| Spectre | |
|---|---|
| Area | 不朽帝國之墓, 高地神塔庇護所 |
| Tags | allows_additional_projectiles, allows_inc_aoe, 法術, cold_affinity, humanoid, monster_barely_moves, not_dex, not_str, ranged, Unarmed_onhit_audio, undead, very_slow_movement |
| Packs |
生命
125%
Energy Shield From Life
20%
抗性
傷害
125%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
6 ~ 8
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
125%
Model Size
100%
Type
WretchCoffin
Metadata
CoffinWretch1
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
65
生命
8,194
2,023
663
1,639
傷害
265
法術傷害
265
命中
2,228
攻擊時間
1.5
經驗值
26,884
召喚物生命
7,853
Minion Energy Shield
1,571
召喚物傷害
1,036
召喚物護甲
2,023
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
CoffinWretchBabySoulrend1
法術, 範圍, 持續時間, 投射物, DoT, 混沌, 法術可重複, 可觸發, 陷阱技能, 地雷技能, 圖騰技能, DegenOnlySpellDamage, 範圍法術, AttackInPlace
施放時間: 2.3 秒
每秒造成321.2冰冷傷害
增加100%技能效果持續時間
發射個額外投射物
減少40%範圍效果
base is projectile [1]
base skill effect duration [500]
distribute projectiles over contact points [1]
maintain projectile direction when using contact position [1]
projectile uses contact position [1]
spell maximum action distance +% [-55]
CoffinWretchBabySoulrend2
法術, 範圍, 持續時間, 投射物, DoT, 混沌, 法術可重複, 可觸發, 陷阱技能, 地雷技能, 圖騰技能, DegenOnlySpellDamage, 範圍法術, AttackInPlace
施放時間: 2.3 秒
每秒造成321.2冰冷傷害
增加100%技能效果持續時間
發射個額外投射物
減少40%範圍效果
base is projectile [1]
base skill effect duration [500]
distribute projectiles over contact points [1]
maintain projectile direction when using contact position [1]
projectile uses contact position [1]
spell maximum action distance +% [-55]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Transitionable
{
}
Stats
{
set_base_heavy_stun_duration_ms = 3033
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Wretches/CoffinWretch1"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Undertaker",
life = 1.25,
energyShield = 0.2,
damage = 1.25,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 8,
accuracy = 1,
skillList = {
"CoffinWretchBabySoulrend1",
"CoffinWretchBabySoulrend2",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["CoffinWretchBabySoulrend1"] = {
name = "CoffinWretchBabySoulrend1",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Projectile] = true,
[SkillType.DamageOverTime] = true,
[SkillType.Chaos] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Totemable] = true,
[SkillType.DegenOnlySpellDamage] = true,
[SkillType.AreaSpell] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.3,
baseFlags = {
area = true,
spell = true,
projectile = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_cold_damage_to_deal_per_minute",
"base_skill_effect_duration",
"base_skill_area_of_effect_+%",
"spell_maximum_action_distance_+%",
"skill_effect_duration_+%",
"number_of_additional_projectiles",
"base_is_projectile",
"projectile_uses_contact_position",
"maintain_projectile_direction_when_using_contact_position",
"distribute_projectiles_over_contact_points",
},
levels = {
[1] = {1, 500, -40, -55, 100, 2, levelRequirement = 1, statInterpolation = {3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["CoffinWretchBabySoulrend2"] = {
name = "CoffinWretchBabySoulrend2",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Projectile] = true,
[SkillType.DamageOverTime] = true,
[SkillType.Chaos] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Totemable] = true,
[SkillType.DegenOnlySpellDamage] = true,
[SkillType.AreaSpell] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 2.3,
baseFlags = {
area = true,
spell = true,
projectile = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_cold_damage_to_deal_per_minute",
"base_skill_effect_duration",
"base_skill_area_of_effect_+%",
"spell_maximum_action_distance_+%",
"skill_effect_duration_+%",
"number_of_additional_projectiles",
"base_is_projectile",
"projectile_uses_contact_position",
"maintain_projectile_direction_when_using_contact_position",
"distribute_projectiles_over_contact_points",
},
levels = {
[1] = {1, 500, -40, -55, 100, 2, levelRequirement = 1, statInterpolation = {3}, cost = { }, },
},
}
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.














不死族