死の導き手
人型
倒した敵は蘇生にかかる時間が+10秒される
curse effect on self +% final [-50]
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
ヒット時に100%の確率で敵をテンポラルチェーンで呪う
curse effect on self +% final [-50]
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
ヒット時に100%の確率で敵をテンポラルチェーンで呪う
Death's Guide
Spectre | N |
---|---|
Tags | human, humanoid, karui, medium_movement, not_str, red_blood |
ライフ
400%
Energy Shield From Life
250%
回避力
+25%
Ailment Threshold
400%
耐性
0 0 0 75
Damage
225%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
5 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
経験値
100%
Model Size
100%
Type
AncestralDeathcaster
Metadata
AncestralDeathcaster
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
25,733
アーマー
28,790
回避力
5,924
エナジーシールド
15,318
Damage
840
スペルダメージ
840
命中
290
Attack Time
1.5
経験値
10,255
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 672–1009
クリティカル率: 5%
Attack Time: 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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
EASReviveAlly
Spell
キャストタイム: 1 秒
クールダウン時間: 25 秒
action attack or cast time uses animation length [1]
spell maximum action distance +% [0]
spell maximum action distance +% [0]
MPSAncestralDeathCasterProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
クリティカル率: 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]
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
Buff, Duration, Spell, Triggerable
キャストタイム: 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秒される
Id | AncestralItemSlainEnemiesHaveExtraRespawnTimer |
---|---|
Family | AncestralTrialItem |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats |
curse effect on self +% final [-50]
Id | AncestralTrialMonsterCurseEffectHinekora |
---|---|
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]
Id | AncestralTrialMonsterChampionFleeAndDamage |
---|---|
Family | AncestralTrialMonster |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats |
ヒット時に100%の確率で敵をテンポラルチェーンで呪う
Id | MonsterImplicitTemporalChainsOnHit |
---|---|
Family | MonsterNemesis |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster curse |
死の導き手
人型
倒した敵は蘇生にかかる時間が+10秒される
curse effect on self +% final [-50]
ヒット時に100%の確率で敵をテンポラルチェーンで呪う
curse effect on self +% final [-50]
ヒット時に100%の確率で敵をテンポラルチェーンで呪う
Death's Guide
Spectre | Y |
---|---|
Tags | human, humanoid, karui, medium_movement, not_str, red_blood |
Packs |
ライフ
400%
Energy Shield From Life
250%
回避力
+25%
Ailment Threshold
400%
耐性
0 0 0 75
Damage
168%
命中
100%
クリティカル率
+5%
クリティカルダメージ倍率
+130%
Attack Distance
5 ~ 14
Attack Time
1.5 Second
Damage Spread
±20%
経験値
200%
Model Size
100%
Type
AncestralDeathcasterStandalone
Metadata
AncestralDeathcasterStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
レベル
68
ライフ
25,733
アーマー
28,790
回避力
5,924
エナジーシールド
15,318
Damage
628
スペルダメージ
628
命中
290
Attack Time
1.5
経験値
20,510
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
通常攻撃
Base Damage: 502–753
クリティカル率: 5%
Attack Time: 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]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
EASReviveAlly
Spell
キャストタイム: 1 秒
クールダウン時間: 25 秒
action attack or cast time uses animation length [1]
spell maximum action distance +% [0]
spell maximum action distance +% [0]
MPSAncestralDeathCasterProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
クリティカル率: 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]
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
Buff, Duration, Spell, Triggerable
キャストタイム: 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秒される
Id | AncestralItemSlainEnemiesHaveExtraRespawnTimer |
---|---|
Family | AncestralTrialItem |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats |
curse effect on self +% final [-50]
Id | AncestralTrialMonsterCurseEffectHinekora |
---|---|
Family | AncestralTrialMonster |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats |
ヒット時に100%の確率で敵をテンポラルチェーンで呪う
Id | MonsterImplicitTemporalChainsOnHit |
---|---|
Family | MonsterNemesis |
Domains | モンスター (3) |
GenerationType | ユニーク (3) |
Req. level | 1 |
Stats | |
Craft Tags | caster curse |
死の導き手
好意: 1,650
特技:味方を復活
部族のパッシブ:呪い耐性
霊魂の帰還
味方1体の霊魂をフィールドに呼び戻し、生き返らせる。
呪われたトーテム
トーテムに混沌ダメージオーラを付与する。
部族のパッシブ:呪い耐性
霊魂の帰還
味方1体の霊魂をフィールドに呼び戻し、生き返らせる。
呪われたトーテム
トーテムに混沌ダメージオーラを付与する。
Death's Guide