Spectre | Y |
---|---|
Area | 不朽帝國之墓, 高地神塔庇護所, 不朽帝國之墓 |
Tags | allows_additional_projectiles, allows_inc_aoe, 法術, cold_affinity, medium_movement, not_str, ranged, Unarmed_onhit_audio, undead |
Packs |
生命
160%
Energy Shield From Life
35%
閃避值
+35%
Ailment Threshold
%
抗性
-30
75
0
0
傷害
160%
命中
100%
暴擊率
+5%
暴擊加成
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
經驗值
160%
Model Size
100%
Type
WraithCold
Metadata
WraithSpookyCold
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
70
生命
13,946
護甲
3,877
閃避值
502
能量護盾
0
傷害
397
法術傷害
397
命中
0
Attack Time
1.5
經驗值
55,422
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
SpookyWraithProjectileCold
法術, 投射物, 玩家投射物, 可觸發, 傷害
暴擊率: 7%
施放時間: 1.5 秒
造成 至 冰冷傷害
base deal no damage [1]
base is projectile [1]
monster projectile variation [1003]
projectile uses contact direction [1]
projectile uses contact position [1]
base deal no damage [1]
base is projectile [1]
monster projectile variation [1003]
projectile uses contact direction [1]
projectile uses contact position [1]
SpookyWraithProjectileExplosionCold
可觸發, 法術, 傷害
暴擊率: 7%
施放時間: 1 秒
造成 28.81 至 43.21 冰冷傷害
擊中受冰緩的敵人時,有 +50% 機率使其冰凍
base is projectile [1]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
擊中受冰緩的敵人時,有 +50% 機率使其冰凍
base is projectile [1]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
GraveyardSpookyGhostExplode
可觸發, 法術, 傷害
暴擊率: 7%
施放時間: 2.5 秒
冷卻時間: 7 秒
造成 72.02 至 108 冰冷傷害
擊中的冰凍效果被視同造成 100% 更多傷害
is area damage [1]
擊中的冰凍效果被視同造成 100% 更多傷害
is area damage [1]
GraveyardGhostDashToTarget
法術, 位移
施放時間: 0.93 秒
冷卻時間: 4 秒
action attack or cast time uses animation length [1]
GraveyardGhostDashToTargetFar
法術, 位移
施放時間: 0.93 秒
冷卻時間: 4 秒
action attack or cast time uses animation length [1]
walk emerge extra distance [-15]
walk emerge extra distance [-15]
Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { set_base_heavy_stun_duration_ms = 3333 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_spawned_alive = " AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/base_cold.epk' ); AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/epk/raiseSpectre_Skin.epk' ); " on_death = " RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/base_cold.epk' ); RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/epk/raiseSpectre_Skin.epk' ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wraith/WraithSpookyCold"] = { name = "Frost Wraith", life = 1.6, energyShield = 0.35, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.6, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "SpookyWraithProjectileCold", "SpookyWraithProjectileExplosionCold", "GraveyardSpookyGhostExplode", "GraveyardGhostDashToTarget", "GraveyardGhostDashToTargetFar", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SpookyWraithProjectileCold"] = { name = "SpookyWraithProjectileCold", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "base_is_projectile", "projectile_uses_contact_position", "projectile_uses_contact_direction", "base_deal_no_damage", }, levels = { [1] = {0, 0, 1003, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SpookyWraithProjectileExplosionCold"] = { name = "SpookyWraithProjectileExplosionCold", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "geometry_spell", castTime = 1, baseFlags = { spell = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "additional_chance_to_freeze_chilled_enemies_%", "is_area_damage", "base_skill_can_be_blocked", "base_is_projectile", "base_skill_can_be_avoided_by_dodge_roll", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 50, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GraveyardSpookyGhostExplode"] = { name = "GraveyardSpookyGhostExplode", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "geometry_spell", castTime = 2.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "freeze_as_though_dealt_damage_+%", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 100, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GraveyardGhostDashToTarget"] = { name = "GraveyardGhostDashToTarget", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.93, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GraveyardGhostDashToTargetFar"] = { name = "GraveyardGhostDashToTargetFar", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.93, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_extra_distance", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-15, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
冰霜惡靈
地區: 絲克瑪試煉
Frost Wraith
Spectre | Y |
---|---|
Area | 絲克瑪試煉 |
Tags | allows_additional_projectiles, allows_inc_aoe, 法術, cold_affinity, medium_movement, not_str, ranged, sanctum_monster, Unarmed_onhit_audio, undead |
Packs |
生命
160%
Energy Shield From Life
35%
閃避值
+35%
Ailment Threshold
%
抗性
-30
75
0
0
傷害
160%
命中
100%
暴擊率
+5%
暴擊加成
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
經驗值
160%
Model Size
100%
Type
WraithCold
Metadata
WraithSpookyColdSanctumTrialTime
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
22
生命
650
護甲
152
閃避值
96
能量護盾
0
傷害
66
法術傷害
66
命中
0
Attack Time
1.5
經驗值
1,274
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
SpookyWraithProjectileCold
法術, 投射物, 玩家投射物, 可觸發, 傷害
暴擊率: 7%
施放時間: 1.5 秒
造成 至 冰冷傷害
base deal no damage [1]
base is projectile [1]
monster projectile variation [1003]
projectile uses contact direction [1]
projectile uses contact position [1]
base deal no damage [1]
base is projectile [1]
monster projectile variation [1003]
projectile uses contact direction [1]
projectile uses contact position [1]
SpookyWraithProjectileExplosionCold
可觸發, 法術, 傷害
暴擊率: 7%
施放時間: 1 秒
造成 12.53 至 18.79 冰冷傷害
擊中受冰緩的敵人時,有 +50% 機率使其冰凍
base is projectile [1]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
擊中受冰緩的敵人時,有 +50% 機率使其冰凍
base is projectile [1]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
GraveyardSpookyGhostExplode
可觸發, 法術, 傷害
暴擊率: 7%
施放時間: 2.5 秒
冷卻時間: 7 秒
造成 31.32 至 46.98 冰冷傷害
擊中的冰凍效果被視同造成 100% 更多傷害
is area damage [1]
擊中的冰凍效果被視同造成 100% 更多傷害
is area damage [1]
GraveyardGhostDashToTarget
法術, 位移
施放時間: 0.93 秒
冷卻時間: 4 秒
action attack or cast time uses animation length [1]
GraveyardGhostDashToTargetFar
法術, 位移
施放時間: 0.93 秒
冷卻時間: 4 秒
action attack or cast time uses animation length [1]
walk emerge extra distance [-15]
walk emerge extra distance [-15]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/MarakethSanctumTrial/SanctumMonsterBase" Stats { set_base_heavy_stun_duration_ms = 3333 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/MarakethSanctumTrial/SanctumMonsterBase"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wraith/WraithSpookyColdSanctumTrialTime"] = { name = "Frost Wraith", life = 1.6, energyShield = 0.35, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.6, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "SpookyWraithProjectileCold", "SpookyWraithProjectileExplosionCold", "GraveyardSpookyGhostExplode", "GraveyardGhostDashToTarget", "GraveyardGhostDashToTargetFar", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SpookyWraithProjectileCold"] = { name = "SpookyWraithProjectileCold", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "base_is_projectile", "projectile_uses_contact_position", "projectile_uses_contact_direction", "base_deal_no_damage", }, levels = { [1] = {0, 0, 1003, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SpookyWraithProjectileExplosionCold"] = { name = "SpookyWraithProjectileExplosionCold", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "geometry_spell", castTime = 1, baseFlags = { spell = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "additional_chance_to_freeze_chilled_enemies_%", "is_area_damage", "base_skill_can_be_blocked", "base_is_projectile", "base_skill_can_be_avoided_by_dodge_roll", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 50, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GraveyardSpookyGhostExplode"] = { name = "GraveyardSpookyGhostExplode", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "geometry_spell", castTime = 2.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "freeze_as_though_dealt_damage_+%", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 100, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GraveyardGhostDashToTarget"] = { name = "GraveyardGhostDashToTarget", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.93, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GraveyardGhostDashToTargetFar"] = { name = "GraveyardGhostDashToTargetFar", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.93, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_extra_distance", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-15, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
冰霜惡靈
Frost Wraith
Spectre | Y |
---|---|
Tags | allows_additional_projectiles, allows_inc_aoe, 法術, cold_affinity, medium_movement, not_str, ranged, Unarmed_onhit_audio, undead |
Packs |
生命
160%
Energy Shield From Life
35%
閃避值
+35%
Ailment Threshold
%
抗性
-30
75
0
0
傷害
160%
命中
100%
暴擊率
+5%
暴擊加成
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
經驗值
160%
Model Size
100%
Type
WraithCold
Metadata
WraithSpookyColdStrongbox_
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
12,411
護甲
3,451
閃避值
477
能量護盾
0
傷害
373
法術傷害
373
命中
0
Attack Time
1.5
經驗值
45,814
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
SpookyWraithProjectileCold
法術, 投射物, 玩家投射物, 可觸發, 傷害
暴擊率: 7%
施放時間: 1.5 秒
造成 至 冰冷傷害
base deal no damage [1]
base is projectile [1]
monster projectile variation [1003]
projectile uses contact direction [1]
projectile uses contact position [1]
base deal no damage [1]
base is projectile [1]
monster projectile variation [1003]
projectile uses contact direction [1]
projectile uses contact position [1]
SpookyWraithProjectileExplosionCold
可觸發, 法術, 傷害
暴擊率: 7%
施放時間: 1 秒
造成 27.83 至 41.74 冰冷傷害
擊中受冰緩的敵人時,有 +50% 機率使其冰凍
base is projectile [1]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
擊中受冰緩的敵人時,有 +50% 機率使其冰凍
base is projectile [1]
base skill can be avoided by dodge roll [1]
base skill can be blocked [1]
is area damage [1]
GraveyardSpookyGhostExplode
可觸發, 法術, 傷害
暴擊率: 7%
施放時間: 2.5 秒
冷卻時間: 7 秒
造成 69.57 至 104.4 冰冷傷害
擊中的冰凍效果被視同造成 100% 更多傷害
is area damage [1]
擊中的冰凍效果被視同造成 100% 更多傷害
is area damage [1]
GraveyardGhostDashToTarget
法術, 位移
施放時間: 0.93 秒
冷卻時間: 4 秒
action attack or cast time uses animation length [1]
GraveyardGhostDashToTargetFar
法術, 位移
施放時間: 0.93 秒
冷卻時間: 4 秒
action attack or cast time uses animation length [1]
walk emerge extra distance [-15]
walk emerge extra distance [-15]
Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { set_base_heavy_stun_duration_ms = 3333 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Life { on_spawned_alive = " AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/base_cold.epk' ); AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/epk/raiseSpectre_Skin.epk' ); " on_death = " RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/base_cold.epk' ); RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Gallows/Act1/SpookyWraith/epk/raiseSpectre_Skin.epk' ); " }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wraith/WraithSpookyColdStrongbox_"] = { name = "Frost Wraith", life = 1.6, energyShield = 0.35, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.6, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "SpookyWraithProjectileCold", "SpookyWraithProjectileExplosionCold", "GraveyardSpookyGhostExplode", "GraveyardGhostDashToTarget", "GraveyardGhostDashToTargetFar", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SpookyWraithProjectileCold"] = { name = "SpookyWraithProjectileCold", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "base_is_projectile", "projectile_uses_contact_position", "projectile_uses_contact_direction", "base_deal_no_damage", }, levels = { [1] = {0, 0, 1003, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SpookyWraithProjectileExplosionCold"] = { name = "SpookyWraithProjectileExplosionCold", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "geometry_spell", castTime = 1, baseFlags = { spell = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "additional_chance_to_freeze_chilled_enemies_%", "is_area_damage", "base_skill_can_be_blocked", "base_is_projectile", "base_skill_can_be_avoided_by_dodge_roll", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 50, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GraveyardSpookyGhostExplode"] = { name = "GraveyardSpookyGhostExplode", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, }, statDescriptionScope = "geometry_spell", castTime = 2.5, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "freeze_as_though_dealt_damage_+%", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 100, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GraveyardGhostDashToTarget"] = { name = "GraveyardGhostDashToTarget", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.93, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["GraveyardGhostDashToTargetFar"] = { name = "GraveyardGhostDashToTargetFar", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Movement] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.93, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "walk_emerge_extra_distance", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-15, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
冰霜惡靈
Frost Wraith
Spectre | Y |
---|---|
Tags | allows_additional_projectiles, allows_inc_aoe, 法術, cold_affinity, medium_movement, not_str, ranged, Unarmed_onhit_audio, undead |
生命
160%
Energy Shield From Life
35%
閃避值
+35%
Ailment Threshold
%
抗性
-30
75
0
0
傷害
160%
命中
100%
暴擊率
+5%
暴擊加成
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±20%
經驗值
160%
Model Size
100%
Type
WraithCold
Metadata
WraithSpookyColdEssenceOfSpeed
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
12,411
護甲
3,451
閃避值
477
能量護盾
0
傷害
373
法術傷害
373
命中
0
Attack Time
1.5
經驗值
45,814
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
SpookyWraithProjectileCold
法術, 投射物, 玩家投射物, 可觸發, 傷害
暴擊率: 7%
施放時間: 1.5 秒
造成 至 冰冷傷害
base deal no damage [1]
base is projectile [1]
monster projectile variation [1003]
projectile uses contact direction [1]
projectile uses contact position [1]
base deal no damage [1]
base is projectile [1]
monster projectile variation [1003]
projectile uses contact direction [1]
projectile uses contact position [1]
SSMEssenceTimePortal
法術, 法術可重複, 可觸發
施放時間: 1 秒
action attack or cast time uses animation length [1]
alternate minion [1090]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
alternate minion [1090]
monster no drops or experience [1]
number of monsters to summon [1]
summon specific monsters radius +% [-99]
summoned monsters are minions [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Stats { set_base_heavy_stun_duration_ms = 3333 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Wraith/WraithSpookyColdEssenceOfSpeed"] = { name = "Frost Wraith", life = 1.6, energyShield = 0.35, fireResist = 0, coldResist = 0, lightningResist = 0, chaosResist = 0, damage = 1.6, damageSpread = 0.2, attackTime = 1.5, attackRange = 6, accuracy = 1, skillList = { "SpookyWraithProjectileCold", "SSMEssenceTimePortal", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SpookyWraithProjectileCold"] = { name = "SpookyWraithProjectileCold", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Triggerable] = true, [SkillType.Damage] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "base_is_projectile", "projectile_uses_contact_position", "projectile_uses_contact_direction", "base_deal_no_damage", }, levels = { [1] = {0, 0, 1003, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SSMEssenceTimePortal"] = { name = "SSMEssenceTimePortal", hidden = true, color = , baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "alternate_minion", "number_of_monsters_to_summon", "summon_specific_monsters_radius_+%", "summoned_monsters_are_minions", "monster_no_drops_or_experience", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {1090, 1, -99, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }