傑辛
Jaesyn
| 幽魂 | |
|---|---|
| 地區 | 萬聖之地, 萬聖之地 |
| 標籤 | flesh_armour, has_one_hand_sword, has_one_handed_melee, large_height, large_model, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie |
生命
4000%
異常狀態臨界值
4000%
抗性
傷害
200%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 10
攻擊間隔
1.65 秒
傷害分佈
±30%
經驗值
200%
Model Size
130%
類型
ZombieBossUniqueMap
Metadata
ZombieBossHillockUniqueMap
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
73
生命
15,801,562
護甲值
42,661
閃避值
5,633
傷害
1,147
法術傷害
1,712
命中
704
攻擊間隔
1.1055
經驗值
125,268
召喚物生命
3,280,319
召喚物傷害
932
異常狀態臨界值
8,690,859
冰緩
27,480
感電
27,480
易碎
155,471
焦灼
27,480
殘喘
75,923
Phys Convert Ele
265%
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 705—1309
暴擊率: 5%
攻擊間隔: 1.65 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
ZombieBossExtract
ZombieBossLeapSlam
攻擊, 範圍, 近戰, 位移, 快行, Slam, 圖騰技能
躍擊
基本傷害: 705—1309
暴擊率: 5%
攻擊間隔: 1.65 秒
冷卻時間: 7 秒
朝著目標區域躍起,並在落地時以你的武器重擊並擊退範圍內的敵人。被踩到的敵人將會被推出去。限定斧、錘、權杖、劍或是長杖。
造成28%更多傷害
25% 更少攻擊速度
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
leap slam spawn X zombies on impact [10]
HillockUniqueMapCloneStrike
攻擊, 近戰單一目標, 近戰, 持續時間, 瓦爾, 物理, NeverExertable
瓦爾.雙重打擊
基本傷害: 705—1309
暴擊率: 5%
攻擊間隔: 1.65 秒
冷卻時間: 6 秒
使用近戰武器對著目標進行兩次快速的攻擊,並同時召喚你的影分身持續使用雙重打擊攻擊敵人一段時間。
基礎持續時間為 6 秒
最多召喚 1 個雙體
alternate minion [13]
minion dies when parent dies [1]
number of monsters to summon [1]
Object Type
version 2
extends "Metadata/Monsters/Monster"
Actor
{
main_hand_unarmed_type = "One_Hand_Sword"
}
Transitionable
{
}
Monster
{
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/ZombieBoss/ZombieBossHillockUniqueMap"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Jaesyn",
life = 40,
damage = 2,
damageSpread = 0.3,
attackTime = 1.65,
attackRange = 10,
accuracy = 1,
skillList = {
"Melee",
"ZombieBossExtract",
"ZombieBossLeapSlam",
"HillockUniqueMapCloneStrike",
},
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["ZombieBossExtract"] = {
name = "ZombieBossExtract",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
[2] = {levelRequirement = 38, statInterpolation = {}, cost = { }, },
[3] = {levelRequirement = 54, statInterpolation = {}, cost = { }, },
[4] = {levelRequirement = 68, statInterpolation = {}, cost = { }, },
[5] = {levelRequirement = 71, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ZombieBossLeapSlam"] = {
name = "Leap Slam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Area] = true,
[SkillType.Melee] = true,
[SkillType.Movement] = true,
[SkillType.Travel] = true,
[SkillType.Slam] = true,
[SkillType.Totemable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
attack = true,
area = true,
melee = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"leap_slam_spawn_X_zombies_on_impact",
"active_skill_attack_speed_+%_final",
"active_skill_base_area_of_effect_radius",
"is_area_damage",
"cast_time_overrides_attack_duration",
},
levels = {
[1] = {50, 4, -25, 15, levelRequirement = 3, statInterpolation = {1, 1}, cost = { }, },
[2] = {49, 4, -25, 15, levelRequirement = 5, statInterpolation = {1, 1}, cost = { }, },
[3] = {48, 4, -25, 15, levelRequirement = 8, statInterpolation = {1, 1}, cost = { }, },
[4] = {47, 4, -25, 15, levelRequirement = 10, statInterpolation = {1, 1}, cost = { }, },
[5] = {46, 4, -25, 15, levelRequirement = 12, statInterpolation = {1, 1}, cost = { }, },
[6] = {46, 4, -25, 15, levelRequirement = 14, statInterpolation = {1, 1}, cost = { }, },
[7] = {45, 4, -25, 15, levelRequirement = 17, statInterpolation = {1, 1}, cost = { }, },
[8] = {44, 4, -25, 15, levelRequirement = 20, statInterpolation = {1, 1}, cost = { }, },
[9] = {42, 4, -25, 15, levelRequirement = 24, statInterpolation = {1, 1}, cost = { }, },
[10] = {40, 4, -25, 15, levelRequirement = 30, statInterpolation = {1, 1}, cost = { }, },
[11] = {40, 4, -25, 15, levelRequirement = 31, statInterpolation = {1, 1}, cost = { }, },
[12] = {39, 4, -25, 15, levelRequirement = 36, statInterpolation = {1, 1}, cost = { }, },
[13] = {37, 4, -25, 15, levelRequirement = 42, statInterpolation = {1, 1}, cost = { }, },
[14] = {35, 4, -25, 15, levelRequirement = 46, statInterpolation = {1, 1}, cost = { }, },
[15] = {34, 4, -25, 15, levelRequirement = 50, statInterpolation = {1, 1}, cost = { }, },
[16] = {33, 4, -25, 15, levelRequirement = 54, statInterpolation = {1, 1}, cost = { }, },
[17] = {31, 6, -25, 15, levelRequirement = 58, statInterpolation = {1, 1}, cost = { }, },
[18] = {30, 6, -25, 15, levelRequirement = 61, statInterpolation = {1, 1}, cost = { }, },
[19] = {29, 6, -25, 15, levelRequirement = 65, statInterpolation = {1, 1}, cost = { }, },
[20] = {29, 6, -25, 15, levelRequirement = 66, statInterpolation = {1, 1}, cost = { }, },
[21] = {28, 6, -25, 15, levelRequirement = 67, statInterpolation = {1, 1}, cost = { }, },
[22] = {28, 10, -25, 15, levelRequirement = 68, statInterpolation = {1, 1}, cost = { }, },
[23] = {28, 10, -25, 15, levelRequirement = 69, statInterpolation = {1, 1}, cost = { }, },
[24] = {28, 10, -25, 15, levelRequirement = 70, statInterpolation = {1, 1}, cost = { }, },
[25] = {28, 10, -25, 15, levelRequirement = 71, statInterpolation = {1, 1}, cost = { }, },
[26] = {28, 10, -25, 15, levelRequirement = 72, statInterpolation = {1, 1}, cost = { }, },
[27] = {28, 10, -25, 15, levelRequirement = 73, statInterpolation = {1, 1}, cost = { }, },
[28] = {28, 10, -25, 15, levelRequirement = 74, statInterpolation = {1, 1}, cost = { }, },
[29] = {28, 10, -25, 15, levelRequirement = 75, statInterpolation = {1, 1}, cost = { }, },
[30] = {28, 10, -25, 15, levelRequirement = 76, statInterpolation = {1, 1}, cost = { }, },
[31] = {28, 10, -25, 15, levelRequirement = 77, statInterpolation = {1, 1}, cost = { }, },
[32] = {28, 10, -25, 15, levelRequirement = 78, statInterpolation = {1, 1}, cost = { }, },
[33] = {28, 10, -25, 15, levelRequirement = 79, statInterpolation = {1, 1}, cost = { }, },
[34] = {28, 10, -25, 15, levelRequirement = 80, statInterpolation = {1, 1}, cost = { }, },
[35] = {28, 10, -25, 15, levelRequirement = 81, statInterpolation = {1, 1}, cost = { }, },
[36] = {28, 10, -25, 15, levelRequirement = 82, statInterpolation = {1, 1}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["HillockUniqueMapCloneStrike"] = {
name = "Vaal Double Strike",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Performs two fast strikes with a melee weapon, and summons your double for a duration to continuously attack monsters in this fashion.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.MeleeSingleTarget] = true,
[SkillType.Melee] = true,
[SkillType.Duration] = true,
[SkillType.Vaal] = true,
[SkillType.Physical] = true,
[SkillType.NeverExertable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
attack = true,
melee = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_skill_effect_duration",
"number_of_monsters_to_summon",
"alternate_minion",
"maximum_number_of_summoned_doubles",
"minion_dies_when_parent_dies",
},
levels = {
[1] = {6000, 1, 13, 1, levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
monster dropped item rarity +% [0]
monster slain experience +% [13100]
| Family | MonsterMapBoss |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
傑辛
不死
Jaesyn
| 幽魂 | |
|---|---|
| 標籤 | flesh_armour, has_one_hand_sword, has_one_handed_melee, is_clone, large_height, large_model, melee, physical_affinity, red_blood, undead, very_slow_movement, zombie |
生命
4000%
異常狀態臨界值
4000%
抗性
傷害
200%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 10
攻擊間隔
1.65 秒
傷害分佈
±30%
經驗值
200%
Model Size
130%
類型
ZombieBossUniqueMap
Metadata
ZombieBossHillockUniqueMapClone
下列的數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
257,334
護甲值
28,790
閃避值
4,739
傷害
747
法術傷害
747
命中
580
攻擊間隔
1.65
經驗值
20,510
召喚物生命
55,818
召喚物傷害
597
異常狀態臨界值
257,334
冰緩
814
感電
814
易碎
4,603
焦灼
814
殘喘
2,248
Phys Convert Ele
240%
下列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 523—971
暴擊率: 5%
攻擊間隔: 1.65 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
ZombieBossExtract
ZombieBossLeapSlam
攻擊, 範圍, 近戰, 位移, 快行, Slam, 圖騰技能
躍擊
基本傷害: 523—971
暴擊率: 5%
攻擊間隔: 1.65 秒
冷卻時間: 7 秒
朝著目標區域躍起,並在落地時以你的武器重擊並擊退範圍內的敵人。被踩到的敵人將會被推出去。限定斧、錘、權杖、劍或是長杖。
造成28%更多傷害
25% 更少攻擊速度
基礎範圍為 1.5 米
cast time overrides attack duration [1]
is area damage [1]
leap slam spawn X zombies on impact [10]
Object Type
version 2
extends "Metadata/Monsters/ZombieBoss/UniqueMapZombieBoss"
DiesAfterTime
{
}
Stats
{
set_minion_dies_when_parent_dies = 1
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/ZombieBoss/ZombieBossHillockUniqueMapClone"] = {
fireResist = 40,
coldResist = 40,
lightningResist = 40,
chaosResist = 25,
name = "Jaesyn",
life = 40,
damage = 2,
damageSpread = 0.3,
attackTime = 1.65,
attackRange = 10,
accuracy = 1,
skillList = {
"Melee",
"ZombieBossExtract",
"ZombieBossLeapSlam",
},
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["ZombieBossExtract"] = {
name = "ZombieBossExtract",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 3,
baseFlags = {
},
baseMods = {
},
qualityStats = {
},
stats = {
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
[2] = {levelRequirement = 38, statInterpolation = {}, cost = { }, },
[3] = {levelRequirement = 54, statInterpolation = {}, cost = { }, },
[4] = {levelRequirement = 68, statInterpolation = {}, cost = { }, },
[5] = {levelRequirement = 71, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["ZombieBossLeapSlam"] = {
name = "Leap Slam",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
skillTypes = {
[SkillType.Attack] = true,
[SkillType.Area] = true,
[SkillType.Melee] = true,
[SkillType.Movement] = true,
[SkillType.Travel] = true,
[SkillType.Slam] = true,
[SkillType.Totemable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
attack = true,
area = true,
melee = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"active_skill_damage_+%_final",
"leap_slam_spawn_X_zombies_on_impact",
"active_skill_attack_speed_+%_final",
"active_skill_base_area_of_effect_radius",
"is_area_damage",
"cast_time_overrides_attack_duration",
},
levels = {
[1] = {50, 4, -25, 15, levelRequirement = 3, statInterpolation = {1, 1}, cost = { }, },
[2] = {49, 4, -25, 15, levelRequirement = 5, statInterpolation = {1, 1}, cost = { }, },
[3] = {48, 4, -25, 15, levelRequirement = 8, statInterpolation = {1, 1}, cost = { }, },
[4] = {47, 4, -25, 15, levelRequirement = 10, statInterpolation = {1, 1}, cost = { }, },
[5] = {46, 4, -25, 15, levelRequirement = 12, statInterpolation = {1, 1}, cost = { }, },
[6] = {46, 4, -25, 15, levelRequirement = 14, statInterpolation = {1, 1}, cost = { }, },
[7] = {45, 4, -25, 15, levelRequirement = 17, statInterpolation = {1, 1}, cost = { }, },
[8] = {44, 4, -25, 15, levelRequirement = 20, statInterpolation = {1, 1}, cost = { }, },
[9] = {42, 4, -25, 15, levelRequirement = 24, statInterpolation = {1, 1}, cost = { }, },
[10] = {40, 4, -25, 15, levelRequirement = 30, statInterpolation = {1, 1}, cost = { }, },
[11] = {40, 4, -25, 15, levelRequirement = 31, statInterpolation = {1, 1}, cost = { }, },
[12] = {39, 4, -25, 15, levelRequirement = 36, statInterpolation = {1, 1}, cost = { }, },
[13] = {37, 4, -25, 15, levelRequirement = 42, statInterpolation = {1, 1}, cost = { }, },
[14] = {35, 4, -25, 15, levelRequirement = 46, statInterpolation = {1, 1}, cost = { }, },
[15] = {34, 4, -25, 15, levelRequirement = 50, statInterpolation = {1, 1}, cost = { }, },
[16] = {33, 4, -25, 15, levelRequirement = 54, statInterpolation = {1, 1}, cost = { }, },
[17] = {31, 6, -25, 15, levelRequirement = 58, statInterpolation = {1, 1}, cost = { }, },
[18] = {30, 6, -25, 15, levelRequirement = 61, statInterpolation = {1, 1}, cost = { }, },
[19] = {29, 6, -25, 15, levelRequirement = 65, statInterpolation = {1, 1}, cost = { }, },
[20] = {29, 6, -25, 15, levelRequirement = 66, statInterpolation = {1, 1}, cost = { }, },
[21] = {28, 6, -25, 15, levelRequirement = 67, statInterpolation = {1, 1}, cost = { }, },
[22] = {28, 10, -25, 15, levelRequirement = 68, statInterpolation = {1, 1}, cost = { }, },
[23] = {28, 10, -25, 15, levelRequirement = 69, statInterpolation = {1, 1}, cost = { }, },
[24] = {28, 10, -25, 15, levelRequirement = 70, statInterpolation = {1, 1}, cost = { }, },
[25] = {28, 10, -25, 15, levelRequirement = 71, statInterpolation = {1, 1}, cost = { }, },
[26] = {28, 10, -25, 15, levelRequirement = 72, statInterpolation = {1, 1}, cost = { }, },
[27] = {28, 10, -25, 15, levelRequirement = 73, statInterpolation = {1, 1}, cost = { }, },
[28] = {28, 10, -25, 15, levelRequirement = 74, statInterpolation = {1, 1}, cost = { }, },
[29] = {28, 10, -25, 15, levelRequirement = 75, statInterpolation = {1, 1}, cost = { }, },
[30] = {28, 10, -25, 15, levelRequirement = 76, statInterpolation = {1, 1}, cost = { }, },
[31] = {28, 10, -25, 15, levelRequirement = 77, statInterpolation = {1, 1}, cost = { }, },
[32] = {28, 10, -25, 15, levelRequirement = 78, statInterpolation = {1, 1}, cost = { }, },
[33] = {28, 10, -25, 15, levelRequirement = 79, statInterpolation = {1, 1}, cost = { }, },
[34] = {28, 10, -25, 15, levelRequirement = 80, statInterpolation = {1, 1}, cost = { }, },
[35] = {28, 10, -25, 15, levelRequirement = 81, statInterpolation = {1, 1}, cost = { }, },
[36] = {28, 10, -25, 15, levelRequirement = 82, statInterpolation = {1, 1}, 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.




















