死亡引導
人形被擊殺的敵人 +10 秒它們復活的時間
curse effect on self +% final [-50]
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
curse effect on self +% final [-50]
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
擊中時使敵人受到時空鎖鏈詛咒
Death's Guide
| 幽魂 | N |
|---|---|
| 標籤 | human, humanoid, karui, medium_movement, not_str, red_blood |
生命
400%
生命轉為護盾
250%
閃避
+25%
異常狀態臨界值
400%
抗性
傷害
225%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
5 ~ 14
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
AncestralDeathcaster
Metadata
AncestralDeathcaster
下列的>數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
25,733
護甲值
28,790
閃避值
5,924
能量護盾
61,270
傷害
840
法術傷害
840
命中
580
攻擊間隔
1.5
經驗值
10,255
召喚物生命
5,582
Minion Energy Shield
13,290
召喚物傷害
671
異常狀態臨界值
25,733
冰緩
81
感電
81
易碎
460
焦灼
81
殘喘
225
Phys Convert Ele
240%
下
列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、
怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 672—1009
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
EASReviveAlly
法術
施放時間: 1 秒
冷卻時間: 25 秒
action attack or cast time uses animation length [1]
spell maximum action distance +% [0]
MPSAncestralDeathCasterProjectile
法術, 投射物, 玩家投射物, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 243.7 至 365.5 混沌傷害
action attack or cast time uses animation length [1]
base is projectile [1]
monster projectile variation [233]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
AncestralDeathcasterTotemAura
增益, 持續時間, 法術, 可觸發
施放時間: 1 秒
每秒承受 146.3 混沌傷害
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase"
Functions
{
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase"
Actor
{
on_start_EmptyActionSpell = "target.AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Blight/on_death_epk/chaos_purple_02.epk, 1.5);"
}
Life
{
on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );"
on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );"
on_revive =
"
RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );
RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );
"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAncestral/AncestralDeathcaster"] = {
name = "Death's Guide",
life = 4,
energyShield = 2.5,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 75,
damage = 2.25,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeed",
"MPSAncestralDeathCasterProjectile",
"EASReviveAlly",
"AncestralDeathcasterTotemAura",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MPSAncestralDeathCasterProjectile"] = {
name = "MPSAncestralDeathCasterProjectile",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_chaos_damage",
"spell_maximum_base_chaos_damage",
"monster_projectile_variation",
"spell_maximum_action_distance_+%",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 233, -40, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASReviveAlly"] = {
name = "EASReviveAlly",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_maximum_action_distance_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {0, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AncestralDeathcasterTotemAura"] = {
name = "AncestralDeathcasterTotemAura",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Buff] = true,
[SkillType.Duration] = true,
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_chaos_damage_taken_per_minute",
},
levels = {
[1] = {1.25, levelRequirement = 83, statInterpolation = {3}, cost = { }, },
},
}
被擊殺的敵人 +10 秒它們復活的時間
| Family | AncestralTrialItem |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
curse effect on self +% final [-50]
| Family | AncestralTrialMonster |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
| Family | AncestralTrialMonster |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
擊中時使敵人受到時空鎖鏈詛咒
| Family | MonsterNemesis |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | 法術 詛咒 |
死亡引導
人形被擊殺的敵人 +10 秒它們復活的時間
curse effect on self +% final [-50]
curse effect on self +% final [-50]
擊中時使敵人受到時空鎖鏈詛咒
Death's Guide
| 幽魂 | Y |
|---|---|
| 標籤 | human, humanoid, karui, medium_movement, not_str, red_blood |
| Packs |
生命
400%
生命轉為護盾
250%
閃避
+25%
異常狀態臨界值
400%
抗性
傷害
168%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
5 ~ 14
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
200%
Model Size
100%
類型
AncestralDeathcasterStandalone
Metadata
AncestralDeathcasterStandalone
下列的>數值並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成。
等級
68
生命
25,733
護甲值
28,790
閃避值
5,924
能量護盾
61,270
傷害
628
法術傷害
628
命中
580
攻擊間隔
1.5
經驗值
20,510
召喚物生命
5,582
Minion Energy Shield
13,290
召喚物傷害
501
異常狀態臨界值
25,733
冰緩
81
感電
81
易碎
460
焦灼
81
殘喘
225
Phys Convert Ele
240%
下
列的數值為技能基礎數值,並未包含地圖加成、怪物Buff加成、祭壇加成、輿圖天賦加成、
怪物本身傷害加成(例: 釋界 150% 加成),怪物稀有度加成(例: 傳奇 +70% 更多, 傳奇攻擊 33% 更少)。
MeleeAtAnimationSpeed
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 502—753
暴擊率: 5%
攻擊間隔: 1.5 秒
用強大的攻擊擊倒敵人。
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
EASReviveAlly
法術
施放時間: 1 秒
冷卻時間: 25 秒
action attack or cast time uses animation length [1]
spell maximum action distance +% [0]
MPSAncestralDeathCasterProjectile
法術, 投射物, 玩家投射物, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 243.7 至 365.5 混沌傷害
action attack or cast time uses animation length [1]
base is projectile [1]
monster projectile variation [233]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
AncestralDeathcasterTotemAura
增益, 持續時間, 法術, 可觸發
施放時間: 1 秒
每秒承受 146.3 混沌傷害
Object Type
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
Functions
{
}Object Type Codes
version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
Actor
{
on_start_EmptyActionSpell = "target.AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Blight/on_death_epk/chaos_purple_02.epk, 1.5);"
}
Life
{
on_death = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );"
on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );"
on_revive =
"
RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/emissive_texture_fadeout.epk );
RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Delve/general/engaging_light/no_emissive_texture.epk );
"
} -- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAncestral/AncestralDeathcasterStandalone"] = {
name = "Death's Guide",
life = 4,
energyShield = 2.5,
fireResist = 0,
coldResist = 0,
lightningResist = 0,
chaosResist = 75,
damage = 1.68,
damageSpread = 0.2,
attackTime = 1.5,
attackRange = 14,
accuracy = 1,
skillList = {
"MeleeAtAnimationSpeed",
"MPSAncestralDeathCasterProjectile",
"EASReviveAlly",
"AncestralDeathcasterTotemAura",
},
modList = {
},
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeed"] = {
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",
"action_attack_or_cast_time_uses_animation_length",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
},
levels = {
[1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["MPSAncestralDeathCasterProjectile"] = {
name = "MPSAncestralDeathCasterProjectile",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
[SkillType.Projectile] = true,
[SkillType.ProjectilesFromUser] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
projectile = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_minimum_base_chaos_damage",
"spell_maximum_base_chaos_damage",
"monster_projectile_variation",
"spell_maximum_action_distance_+%",
"base_is_projectile",
"projectile_uses_contact_position",
"use_scaled_contact_offset",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {0.80000001192093, 1.2000000476837, 233, -40, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["EASReviveAlly"] = {
name = "EASReviveAlly",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Spell] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"spell_maximum_action_distance_+%",
"action_attack_or_cast_time_uses_animation_length",
},
levels = {
[1] = {0, levelRequirement = 0, statInterpolation = {}, cost = { }, },
},
}
-- src\Data\Skills\spectre.lua
skills["AncestralDeathcasterTotemAura"] = {
name = "AncestralDeathcasterTotemAura",
hidden = true,
color = "4",
baseEffectiveness = 0,
incrementalEffectiveness = 0,
skillTypes = {
[SkillType.Buff] = true,
[SkillType.Duration] = true,
[SkillType.Spell] = true,
[SkillType.Triggerable] = true,
},
statDescriptionScope = "skill_stat_descriptions",
castTime = 1,
baseFlags = {
spell = true,
duration = true,
},
baseMods = {
},
qualityStats = {
},
stats = {
"base_chaos_damage_taken_per_minute",
},
levels = {
[1] = {1.25, levelRequirement = 83, statInterpolation = {3}, cost = { }, },
},
}
被擊殺的敵人 +10 秒它們復活的時間
| Family | AncestralTrialItem |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
curse effect on self +% final [-50]
| Family | AncestralTrialMonster |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats |
擊中時使敵人受到時空鎖鏈詛咒
| Family | MonsterNemesis |
|---|---|
| Domains | 怪物 (3) |
| GenerationType | 傳奇 (3) |
| Req. level | 1 |
| Stats | |
| Craft Tags | 法術 詛咒 |
死亡引導
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.