| Spectre | |
|---|---|
| Spectre Override | Metadata/Monsters/Wraith/WraithSpookyColdSpectre |
| 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%
抗性
傷害
160%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
6 ~ 6
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
160%
Model Size
125%
Type
WraithCold
Metadata
WraithSpookyCold
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
65
生命
10,488
2,023
895
3,671
傷害
340
法術傷害
340
命中
2,228
攻擊時間
1.5
經驗值
34,411
召喚物生命
10,051
Minion Energy Shield
3,518
召喚物傷害
1,326
召喚物護甲
2,023
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
GraveyardGhostDashToTarget
法術, 位移, AttackInPlace
施放時間: 0.93 秒
冷卻時間: 3 秒
action attack or cast time uses animation length [1]
GraveyardGhostDashToTargetFar
法術, 位移, AttackInPlace
施放時間: 0.93 秒
冷卻時間: 3 秒
action attack or cast time uses animation length [1]
walk emerge extra distance [-15]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Stats
{
set_base_heavy_stun_duration_ms = 3333
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Wraith/WraithSpookyCold"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Frost Wraith",
life = 1.6,
energyShield = 0.35,
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,
[SkillType.AttackInPlace] = 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",
"use_scaled_contact_offset",
},
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,
[SkillType.AttackInPlace] = 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",
"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, 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,
[SkillType.AttackInPlace] = 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",
"hit_damage_freeze_multiplier_+%",
"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,
[SkillType.AttackInPlace] = 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,
[SkillType.AttackInPlace] = 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 | |
|---|---|
| Tags | allows_additional_projectiles, allows_inc_aoe, 法術, cold_affinity, medium_movement, not_str, ranged, Unarmed_onhit_audio, undead |
生命
125%
Energy Shield From Life
35%
閃避
+35%
抗性
傷害
125%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
6 ~ 6
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
125%
Model Size
125%
Type
WraithColdSpectre
Metadata
WraithSpookyColdSpectre
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
10,321
2,413
956
3,612
傷害
291
法術傷害
291
命中
2,502
攻擊時間
1.5
經驗值
35,793
召喚物生命
8,663
Minion Energy Shield
3,032
召喚物傷害
1,211
召喚物護甲
2,413
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
GraveyardGhostDashToTarget
法術, 位移, AttackInPlace
施放時間: 0.93 秒
冷卻時間: 3 秒
action attack or cast time uses animation length [1]
GraveyardGhostDashToTargetFar
法術, 位移, AttackInPlace
施放時間: 0.93 秒
冷卻時間: 3 秒
action attack or cast time uses animation length [1]
walk emerge extra distance [-15]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Stats
{
set_base_heavy_stun_duration_ms = 3333
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Wraith/WraithSpookyColdSpectre"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Frost Wraith",
life = 1.25,
energyShield = 0.35,
damage = 1.25,
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,
[SkillType.AttackInPlace] = 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",
"use_scaled_contact_offset",
},
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,
[SkillType.AttackInPlace] = 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",
"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, 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,
[SkillType.AttackInPlace] = 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",
"hit_damage_freeze_multiplier_+%",
"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,
[SkillType.AttackInPlace] = 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,
[SkillType.AttackInPlace] = 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 | |
|---|---|
| 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%
抗性
傷害
160%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
6 ~ 6
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
160%
Model Size
125%
Type
WraithCold
Metadata
WraithSpookyColdSanctumTrialTime
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
22
生命
488
106
238
171
傷害
66
法術傷害
66
命中
316
攻擊時間
1.5
經驗值
1,274
召喚物生命
1,611
Minion Energy Shield
564
召喚物傷害
95
召喚物護甲
106
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
GraveyardGhostDashToTarget
法術, 位移, AttackInPlace
施放時間: 0.93 秒
冷卻時間: 3 秒
action attack or cast time uses animation length [1]
GraveyardGhostDashToTargetFar
法術, 位移, AttackInPlace
施放時間: 0.93 秒
冷卻時間: 3 秒
action attack or cast time uses animation length [1]
walk emerge extra distance [-15]
MPSSpookyWraithPortalNova
法術, 投射物, 玩家投射物, 可觸發, 傷害, AttackInPlace
施放時間: 1 秒
冷卻時間: 10 秒
發射個額外投射物
action attack or cast time uses animation length [1]
ballistic projectiles always bounce [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
distribute projectiles over contact points [1]
maintain projectile direction when using contact position [1]
monster projectile variation [1408]
projectile ballistic angle from reference event [1]
projectile ballistic angle from target distance [1]
projectile ballistic ignore force while exploding [1]
projectile speed variation +% [25]
projectile spread radius [30]
projectile uses bearing as firing orientation [1]
projectile uses contact direction [1]
projectile uses contact position [1]
projectiles not offset [2]
projectiles travel at fixed height [1]
use scaled contact offset [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/MarakethSanctumTrial/SanctumMonsterBase"
Stats
{
set_base_heavy_stun_duration_ms = 3333
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Wraith/WraithSpookyColdSanctumTrialTime"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Frost Wraith",
life = 1.6,
energyShield = 0.35,
damage = 1.6,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 6,
accuracy = 1,
skillList = {
"SpookyWraithProjectileColdTime",
"SpookyWraithProjectileExplosionCold",
"MPSSpookyWraithPortalNova",
"GraveyardSpookyGhostExplodeTime",
"GraveyardGhostDashToTarget",
"GraveyardGhostDashToTargetFar",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["SpookyWraithProjectileColdTime"] = {
name = "SpookyWraithProjectileColdTime",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"monster_projectile_variation",
"base_is_projectile",
"projectile_uses_contact_position",
"projectile_uses_contact_direction",
"use_scaled_contact_offset",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1409, 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,
[SkillType.AttackInPlace] = 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",
"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, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MPSSpookyWraithPortalNova"] = {
name = "MPSSpookyWraithPortalNova",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"monster_projectile_variation",
"number_of_additional_projectiles",
"projectile_spread_radius",
"projectile_speed_variation_+%",
"base_is_projectile",
"action_attack_or_cast_time_uses_animation_length",
"check_for_targets_between_initiator_and_projectile_source",
"projectile_uses_contact_position",
"maintain_projectile_direction_when_using_contact_position",
"use_scaled_contact_offset",
"projectile_uses_contact_direction",
"projectile_ballistic_angle_from_reference_event",
"projectile_ballistic_angle_from_target_distance",
"projectile_ballistic_ignore_force_while_exploding",
"ballistic_projectiles_always_bounce",
"projectiles_not_offset",
"distribute_projectiles_over_contact_points",
"projectile_uses_bearing_as_firing_orientation",
"projectiles_travel_at_fixed_height",
"projectiles_not_offset",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1408, 9, 30, 25, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["GraveyardSpookyGhostExplodeTime"] = {
name = "GraveyardSpookyGhostExplodeTime",
hidden = true,
color = ,
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Triggerable] = true,
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.AttackInPlace] = true,
},
statDescriptionScope = "geometry_spell",
castTime = 2.5,
baseFlags = {
spell = true,
area = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"hit_damage_freeze_multiplier_+%",
"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,
[SkillType.AttackInPlace] = 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,
[SkillType.AttackInPlace] = 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 = { }, },
},
}
| key | val |
|---|---|
| Actor.slow_animations_go_to_idle | false |
| Stats.base_sanctum_gold_to_drop | 8 |
| Stats.base_sanctum_gold_piles | 2 |
| Stats.base_heavy_stun_duration_ms | 3333 |
| StateMachine.define_shared_state | portal_spawn; ground_spawn; |
冰霜惡靈
不死族
Frost Wraith
| Spectre | |
|---|---|
| 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%
抗性
傷害
160%
命中
100%
暴擊 Chance
5%
+30%
Attack Distance
6 ~ 6
攻擊時間
1.5 Second
Damage Spread
±20%
經驗值
160%
Model Size
125%
Type
WraithCold
Metadata
WraithSpookyColdStrongbox_
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
13,211
2,413
956
4,624
傷害
373
法術傷害
373
命中
2,502
攻擊時間
1.5
經驗值
45,814
召喚物生命
11,088
Minion Energy Shield
3,881
召喚物傷害
1,550
召喚物護甲
2,413
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
GraveyardGhostDashToTarget
法術, 位移, AttackInPlace
施放時間: 0.93 秒
冷卻時間: 3 秒
action attack or cast time uses animation length [1]
GraveyardGhostDashToTargetFar
法術, 位移, AttackInPlace
施放時間: 0.93 秒
冷卻時間: 3 秒
action attack or cast time uses animation length [1]
walk emerge extra distance [-15]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Stats
{
set_base_heavy_stun_duration_ms = 3333
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/Wraith/WraithSpookyColdStrongbox_"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 0,
name = "Frost Wraith",
life = 1.6,
energyShield = 0.35,
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,
[SkillType.AttackInPlace] = 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",
"use_scaled_contact_offset",
},
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,
[SkillType.AttackInPlace] = 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",
"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, 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,
[SkillType.AttackInPlace] = 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",
"hit_damage_freeze_multiplier_+%",
"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,
[SkillType.AttackInPlace] = 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,
[SkillType.AttackInPlace] = 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 = { }, },
},
}
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.













