MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
ผู้นำทางมรณะ
มนุษย์
IconEnemyResistanceChaosStrong
ศัตรูที่ถูกสังหาร มีเวลาคืนชีพ +10 วินาที
curse effect on self +% final [-50]
monster chance to not flee % [100]
monster damage +% final vs monsters from ancestral rank [200]
สาปศัตรูด้วย โซ่กาลเวลา (Temporal Chains) เมื่อปะทะ
Death's Guide
Spectre
Tagshuman, humanoid, karui, medium_movement, not_str, red_blood
พลังชีวิต
400%
Energy Shield From Life
250%
การหลบหลีก
+25%
Ailment Threshold
400%
ค่าต้านทาน
IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaosStrong75%
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
เลเวล
68
พลังชีวิต
25,733
ค่าเกราะ
28,790
อัตราการหลบหลีก
5,924
โล่พลังงาน
61,270
Damage
840
ความเสียหายเวท
840
ความแม่นยำ
580
Attack Time
1.5
ค่าประสบการณ์
10,255
Minion Life
5,582
Minion Energy Shield
13,290
Minion Damage
671
Ailment Threshold
25,733
Chill
81
Shock
81
Brittle
460
Scorch
81
Sap
225
Phys Convert Ele
240%
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
โจมตีธรรมดา (Default Attack)
Base Damage: 6721009
โอกาสคริติคอล: 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]
iconbasicattack
EASReviveAlly
Spell
เวลาร่าย: 1 วินาที
คูลดาวน์: 25 วินาที
action attack or cast time uses animation length [1]
spell maximum action distance +% [0]
MPSAncestralDeathCasterProjectile
Spell, Projectile, ProjectilesFromUser, Triggerable
โอกาสคริติคอล: 5%
เวลาร่าย: 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]
spell maximum base chaos damage [365.5]
spell minimum base chaos damage [243.7]
use scaled contact offset [1]
AncestralDeathcasterTotemAura
Buff, Duration, Spell, Triggerable
เวลาร่าย: 1 วินาที
base chaos damage taken per minute [8777]

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase"

Functions
{
	
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueAncestral/AncestralDeathcaster"] = {
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 75,
    name = "Death's Guide",
    life = 4,
    energyShield = 2.5,
    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 วินาที
FamilyAncestralTrialItem
DomainsMonster (3)
GenerationTypeยูนิค (3)
Req. level1
Stats
  • ancestral slain enemies respawn timer + 10000 10000 Global
  • curse effect on self +% final [-50]
    FamilyAncestralTrialMonster
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • curse effect on self +% final -50 -50 Global
  • monster chance to not flee % [100]
    monster damage +% final vs monsters from ancestral rank [200]
    FamilyAncestralTrialMonster
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • monster chance to not flee % 100 100 Global
  • monster damage +% final vs monsters from ancestral rank 200 200 Global
  • สาปศัตรูด้วย โซ่กาลเวลา (Temporal Chains) เมื่อปะทะ
    FamilyMonsterNemesis
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • curse on hit % temporal chains 100 100 Global
  • Craft Tagsนักเวท คำสาป
    Death's Guide
    มนุษย์
    IconEnemyResistanceChaosStrong
    ศัตรูที่ถูกสังหาร มีเวลาคืนชีพ +10 วินาที
    curse effect on self +% final [-50]
    สาปศัตรูด้วย โซ่กาลเวลา (Temporal Chains) เมื่อปะทะ
    Spectre
    Tagshuman, humanoid, karui, medium_movement, not_str, red_blood
    Packs
  • Death's Guide, โหรลับแล, แตรของฮิเนโครา
  • พลังชีวิต
    400%
    Energy Shield From Life
    250%
    การหลบหลีก
    +25%
    Ailment Threshold
    400%
    ค่าต้านทาน
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaosStrong75%
    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
    เลเวล
    68
    พลังชีวิต
    25,733
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    5,924
    โล่พลังงาน
    61,270
    Damage
    628
    ความเสียหายเวท
    628
    ความแม่นยำ
    580
    Attack Time
    1.5
    ค่าประสบการณ์
    20,510
    Minion Life
    5,582
    Minion Energy Shield
    13,290
    Minion Damage
    501
    Ailment Threshold
    25,733
    Chill
    81
    Shock
    81
    Brittle
    460
    Scorch
    81
    Sap
    225
    Phys Convert Ele
    240%
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 502753
    โอกาสคริติคอล: 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]
    iconbasicattack
    EASReviveAlly
    Spell
    เวลาร่าย: 1 วินาที
    คูลดาวน์: 25 วินาที
    action attack or cast time uses animation length [1]
    spell maximum action distance +% [0]
    MPSAncestralDeathCasterProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable
    โอกาสคริติคอล: 5%
    เวลาร่าย: 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]
    spell maximum base chaos damage [365.5]
    spell minimum base chaos damage [243.7]
    use scaled contact offset [1]
    AncestralDeathcasterTotemAura
    Buff, Duration, Spell, Triggerable
    เวลาร่าย: 1 วินาที
    base chaos damage taken per minute [8777]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
    
    Functions
    {
    	
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueAncestral/AncestralDeathcasterStandalone"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 75,
        name = "Death's Guide",
        life = 4,
        energyShield = 2.5,
        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 วินาที
    FamilyAncestralTrialItem
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • ancestral slain enemies respawn timer + 10000 10000 Global
  • curse effect on self +% final [-50]
    FamilyAncestralTrialMonster
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • curse effect on self +% final -50 -50 Global
  • สาปศัตรูด้วย โซ่กาลเวลา (Temporal Chains) เมื่อปะทะ
    FamilyMonsterNemesis
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • curse on hit % temporal chains 100 100 Global
  • Craft Tagsนักเวท คำสาป
    ผู้นำทางมรณะ
    ความชื่นชอบ: 1,650
    สาย: คืนชีพเพื่อน

    พาสซีฟเผ่า: ต้านทานคำสาป

    วิญญาณหวนคืน (Spiritual Return)
    ส่ง​วิญญาณ​ของ​เพื่อน​กลับ​คืน​สู่​สนาม เพื่อ​ให้​เขา​กลับ​มา​มี​ชีวิต​ใหม่

    โทเทมต้องสาป
    โทเทม​ของ​เธอ มี​ออร่า​สร้าง​ความ​เสีย​หาย เคออส รอบ​ตัว
    Death's Guide
    Edit

    Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.