| 幽魂 | Y |
|---|---|
| 地區 | 神聖大教堂, 無罪之室, 永恆實驗室, 幽魂監牢, 危城廣場, 聖殿, 謊言劇院地圖, 卡蘭德迷湖 |
| 標籤 | bludgeoning_weapon, 法術, flesh_armour, human, humanoid, is_unarmed, lightning_affinity, medium_height, medium_movement, melee, not_dex, not_str, physical_affinity, ranged, red_blood, templar |
| Packs |
生命
180%
生命轉為護盾
25%
異常狀態臨界值
180%
抗性
傷害
120%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.755 秒
傷害分佈
±20%
經驗值
150%
Model Size
100%
類型
TemplarJudge
Metadata
TemplarJudgePure
下列的>數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
82
生命
51,411
護甲值
85,651
閃避值
7,608
能量護盾
6,491
傷害
1,020
法術傷害
1,020
命中
998
攻擊間隔
1.755
經驗值
19,509
召喚物生命
9,883
Minion Energy Shield
1,248
召喚物傷害
858
異常狀態臨界值
51,411
冰緩
163
感電
163
易碎
920
焦灼
163
殘喘
449
Phys Convert Ele
300%
下
列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、
怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 816—1224
暴擊率: 5%
攻擊間隔: 1.755 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
TemplarJudgeStormCall
法術, 傷害, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 可觸發, 法術可重複, 閃電, 可秘能爆發, 可齊射, 範圍法術
風暴呼喚
暴擊率: 5%
施放時間: 1.5 秒
冷卻時間: 4 秒
在一個位置設置一個標記。經過短暫的時間後,閃電會打擊該標記附近,並在你施放的任何其他標記處也引發雷擊。
造成 380.8 至 571.2 物理傷害
80% 物理傷害轉換為閃電傷害
基礎持續時間為 1 秒
active skill area of effect radius +% final [-13]
is area damage [1]
TemplarJudgeBallLightning
法術, 傷害, 投射物, 玩家投射物, 範圍, 圖騰技能, 陷阱技能, 地雷技能, 法術可重複, 可觸發, 閃電, 可齊射, 範圍法術
天雷之珠
暴擊率: 6%
施放時間: 1.6 秒
冷卻時間: 10 秒
射出一個移動緩慢的投射物,對區域中的每個敵人持續雷擊造成傷害。
造成 192.9 至 578.6 閃電傷害
減少 25% 投射物速度
基礎範圍為 1.8 米
active skill area of effect radius +% final [-11]
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TemplarJudge/TemplarJudgePure"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 40,
chaosResist = 0,
name = "Temple Adjudicator",
life = 1.8,
energyShield = 0.25,
damage = 1.2,
damageSpread = 0.2,
attackTime = 1.755,
attackRange = 9,
accuracy = 1,
skillList = {
"Melee",
"TemplarJudgeBallLightning",
"TemplarJudgeStormCall",
},
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["TemplarJudgeBallLightning"] = {
name = "Ball Lightning",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Area] = true,
[SkillType.Totemable] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Lightning] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.6,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"base_projectile_speed_+%",
"active_skill_area_of_effect_radius_+%_final",
"active_skill_base_area_of_effect_radius",
"base_is_projectile",
},
levels = {
[1] = {0.5, 1.5, -25, -11, 18, critChance = 6, levelRequirement = 45, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TemplarJudgeStormCall"] = {
name = "Storm Call",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Triggerable] = true,
[SkillType.Multicastable] = true,
[SkillType.Lightning] = true,
[SkillType.Cascadable] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"base_skill_effect_duration",
"skill_physical_damage_%_to_convert_to_lightning",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1000, 80, -13, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3}, cost = { }, },
},
}
殿堂審判官
人形
Temple Adjudicator
| 幽魂 | Y |
|---|---|
| 標籤 | bludgeoning_weapon, 法術, flesh_armour, human, humanoid, is_unarmed, lightning_affinity, medium_height, medium_movement, melee, not_dex, not_str, physical_affinity, ranged, red_blood, templar |
| Packs |
生命
180%
生命轉為護盾
25%
異常狀態臨界值
180%
抗性
傷害
120%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 9
攻擊間隔
1.755 秒
傷害分佈
±20%
經驗值
150%
Model Size
100%
類型
TemplarJudge
Metadata
TemplarJudgePureMemoryLine_
下列的>數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
11,580
護甲值
28,790
閃避值
4,739
能量護盾
2,757
傷害
448
法術傷害
448
命中
580
攻擊間隔
1.755
經驗值
15,383
召喚物生命
2,512
Minion Energy Shield
598
召喚物傷害
358
異常狀態臨界值
11,580
冰緩
37
感電
37
易碎
207
焦灼
37
殘喘
101
Phys Convert Ele
240%
下
列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、
怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 359—538
暴擊率: 5%
攻擊間隔: 1.755 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
TemplarJudgeStormCall
法術, 傷害, 範圍, 持續時間, 陷阱技能, 圖騰技能, 地雷技能, 可觸發, 法術可重複, 閃電, 可秘能爆發, 可齊射, 範圍法術
風暴呼喚
暴擊率: 5%
施放時間: 1.5 秒
冷卻時間: 4 秒
在一個位置設置一個標記。經過短暫的時間後,閃電會打擊該標記附近,並在你施放的任何其他標記處也引發雷擊。
造成 225.3 至 337.9 物理傷害
80% 物理傷害轉換為閃電傷害
基礎持續時間為 1 秒
active skill area of effect radius +% final [-13]
is area damage [1]
TemplarJudgeBallLightning
法術, 傷害, 投射物, 玩家投射物, 範圍, 圖騰技能, 陷阱技能, 地雷技能, 法術可重複, 可觸發, 閃電, 可齊射, 範圍法術
天雷之珠
暴擊率: 6%
施放時間: 1.6 秒
冷卻時間: 10 秒
射出一個移動緩慢的投射物,對區域中的每個敵人持續雷擊造成傷害。
造成 88.26 至 264.8 閃電傷害
減少 25% 投射物速度
基礎範圍為 1.8 米
active skill area of effect radius +% final [-11]
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/TemplarJudge/TemplarJudgePureMemoryLine_"] = {
fireResist = 0,
coldResist = 0,
lightningResist = 40,
chaosResist = 0,
name = "Temple Adjudicator",
life = 1.8,
energyShield = 0.25,
damage = 1.2,
damageSpread = 0.2,
attackTime = 1.755,
attackRange = 9,
accuracy = 1,
skillList = {
"Melee",
"TemplarJudgeBallLightning",
"TemplarJudgeStormCall",
},
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["TemplarJudgeBallLightning"] = {
name = "Ball Lightning",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Fires a slow-moving projectile that damages each enemy in an area around it repeatedly with bolts of lightning.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Area] = true,
[SkillType.Totemable] = true,
[SkillType.Trappable] = true,
[SkillType.Mineable] = true,
[SkillType.Multicastable] = true,
[SkillType.Triggerable] = true,
[SkillType.Lightning] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.6,
baseFlags = {
area = true,
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_lightning_damage",
"spell_maximum_base_lightning_damage",
"base_projectile_speed_+%",
"active_skill_area_of_effect_radius_+%_final",
"active_skill_base_area_of_effect_radius",
"base_is_projectile",
},
levels = {
[1] = {0.5, 1.5, -25, -11, 18, critChance = 6, levelRequirement = 45, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["TemplarJudgeStormCall"] = {
name = "Storm Call",
hidden = true,
color = "3",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
description = "Sets a marker at a location. After a short duration, lightning strikes the marker, dealing damage around it and causing lightning strikes at any other markers you've cast.",
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Damage] = true,
[SkillType.Area] = true,
[SkillType.Duration] = true,
[SkillType.Trappable] = true,
[SkillType.Totemable] = true,
[SkillType.Mineable] = true,
[SkillType.Triggerable] = true,
[SkillType.Multicastable] = true,
[SkillType.Lightning] = true,
[SkillType.Cascadable] = true,
[SkillType.CanRapidFire] = true,
[SkillType.AreaSpell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1.5,
baseFlags = {
area = true,
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_physical_damage",
"spell_maximum_base_physical_damage",
"base_skill_effect_duration",
"skill_physical_damage_%_to_convert_to_lightning",
"active_skill_area_of_effect_radius_+%_final",
"is_area_damage",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 1000, 80, -13, critChance = 5, levelRequirement = 1, statInterpolation = {3, 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.