<<HRB18>>
หุ่นกล
ไม่ได้รับความเสียหาย
harbinger base currency shard stack tenths to drop [22]
harbinger base currency shard stack tenths to drop best of 3 outcomes [0]
cant possess this [1]
SpectreN
Tagsนักเวท, construct, cursing_monster, fast_movement, is_unarmed, liquid_armour, medium_height, puncturing_weapon, unusable_corpse
Packs
  • <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>
  • พลังชีวิต
    0%
    Ailment Threshold
    0%
    ค่าต้านทาน
    0 0 0 0
    Damage
    100%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    LeagueAvatarNormal
    Metadata
    Avatar18
    เลเวล
    68
    พลังชีวิต
    0
    เกราะ
    28,790
    การหลบหลีก
    4,739
    โล่พลังงาน
    0
    Damage
    374
    ความเสียหายเวท
    374
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Ailment Threshold
    0
    Chill
    0
    Shock
    0
    Brittle
    0
    Scorch
    0
    Sap
    0
    HarbingerSummonMonsters
    Spell
    เวลาร่าย: 1 วินาที
    คูลดาวน์: 3 วินาที
    สกิล เกิดซ้ำ เพิ่มเติม 1 ครั้ง
    ระยะเวลาพื้นฐาน 0.25 วินาที
    harbinger minion extra monster chance % [54.33]
    harbinger minion max extra monsters count [1]
    harbinger minion max magic count [3.63]
    harbinger minion max rare count [1]
    harbinger minion remove parent life on death permyriad [237.3]
    number of monsters to summon [7.63]
    summoned monsters are minions [1]
    AvatarConvocation
    Spell, Buff, Duration, Triggerable, Minion, Instant, Cooldown
    เรียกประชุม (Convocation)
    เวลาร่าย: 0.8 วินาที
    คูลดาวน์: 10 วินาที
    เรียก มิเนียน ทั้งหมดที่ติดตามคุณกลับมายังตำแหน่งของคุณ และมอบการ ฟื้นฟูพลังชีวิต ให้กับพวกมันชั่วคราว
    ระยะเวลารองพื้นฐาน 2 วินาที
    base deal no damage [1]
    convocation max number of minions to teleport [10]
    AvatarEnfeebleAura
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    หมดเรี่ยวแรง (Enfeeble)
    เวลาร่าย: 0.5 วินาที
    สาปทุกเป้าหมายในพื้นที่ ทำให้พวกมันมีความแม่นยำลดลง และทำให้มันสร้างความเสียหาย ลดลง อีก
    ศัตรูที่ถูกสาป มีอัตราความแม่นยำ ลดลง 40%
    ศัตรูธรรมดาหรือเมจิก ที่ถูกสาป สร้างความเสียหาย ลดลง อีก 40%
    คำสาปนี้ จะร่ายเป็น ออร่า ที่ส่งผลต่อศัตรูที่อยู่ใกล้
    ศัตรูแรร์หรือยูนิค ที่ถูกสาป สร้างความเสียหาย ลดลง อีก 15%
    active skill area of effect radius +% final [75]
    HarbingerWarpFlame
    Spell, Triggerable
    เวลาร่าย: 2.5 วินาที
    คูลดาวน์: 6 วินาที
    สร้างความเสียหาย ไฟ พื้นฐาน 615.6 ต่อวินาที
    ระยะเวลาพื้นฐาน 5 วินาที
    ground fire art variation [5]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueAvatars/LeagueAvatar"
    
    Stats
    {
    	harbinger_minion_rare_chance_% = 10
    	harbinger_minion_magic_chance_% = 10
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueAvatars/LeagueAvatar"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Avatar/Avatar18"] = {
        name = "<>",
        life = 0,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "AvatarEnfeebleAura",
            "AvatarConvocation",
            "HarbingerSummonMonsters",
            "HarbingerWarpFlame",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AvatarEnfeebleAura"] = {
        name = "Enfeeble",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all targets in an area, reducing their accuracy and making them deal less damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AppliesCurse] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Hex] = true,
        },
        statDescriptionScope = "curse_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "accuracy_rating_+%",
            "enfeeble_damage_+%_final",
            "enfeeble_damage_+%_vs_rare_or_unique_final",
            "active_skill_area_of_effect_radius_+%_final",
            "curse_apply_as_aura",
        },
        levels = {
            [1] = {-40, -40, -15, 75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AvatarConvocation"] = {
        name = "Convocation",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Recalls all minions that are following you to your location, and grants them a temporary life regeneration effect.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Minion] = true,
            [SkillType.Instant] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_secondary_skill_effect_duration",
            "convocation_max_number_of_minions_to_teleport",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {2000, 10, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarbingerSummonMonsters"] = {
        name = "HarbingerSummonMonsters",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "harbinger_minion_extra_monster_chance_%",
            "harbinger_minion_remove_parent_life_on_death_permyriad",
            "skill_repeat_count",
            "harbinger_minion_max_magic_count",
            "harbinger_minion_max_rare_count",
            "base_skill_effect_duration",
            "harbinger_minion_max_extra_monsters_count",
            "summoned_monsters_are_minions",
        },
        levels = {
            [1] = {3, 0, 700, 1, 1, 0, 250, 1, levelRequirement = 1, statInterpolation = {2, 2, 2, 1, 2, 2},  cost = { }, },
            [2] = {6, 0, 410, 1, 2, 0, 250, 1, levelRequirement = 45, statInterpolation = {2, 2, 2, 1, 2, 2},  cost = { }, },
            [3] = {6, 25, 410, 1, 2, 1, 250, 1, levelRequirement = 46, statInterpolation = {2, 2, 2, 1, 2, 2},  cost = { }, },
            [4] = {8, 61, 198, 2, 4, 1, 250, 1, levelRequirement = 73, statInterpolation = {2, 2, 2, 1, 2, 2},  cost = { }, },
            [5] = {8, 75, 120, 2, 4, 1, 250, 1, levelRequirement = 85, statInterpolation = {2, 2, 2, 1, 2, 2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarbingerWarpFlame"] = {
        name = "HarbingerWarpFlame",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {6, 5000, 5, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
            [2] = {7, 5000, 5, levelRequirement = 68, statInterpolation = {3},  cost = { }, },
        },
    }
    
    ไม่ได้รับความเสียหาย
    IdMonsterCannotBeDamaged
    FamilyCannotBeDamaged
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • base cannot be damaged Min: 1 Max: 1 Global
  • ไม่สามารถรับความเสียหายได้
    ไม่ได้รับความเสียหาย
    ไม่ได้รับความเสียหาย
    Cannot Be Damaged
    harbinger base currency shard stack tenths to drop [22]
    harbinger base currency shard stack tenths to drop best of 3 outcomes [0]
    IdHarbingerCurrencyShards
    FamilyHarbingerCurrencyShards
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • harbinger base currency shard stack tenths to drop Min: 22 Max: 22 Global
  • harbinger base currency shard stack tenths to drop best of 3 outcomes Min: 0 Max: 0 Global
  • cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    DomainsMonster (3)
    GenerationTypeผีตายโหง (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 Global
  • <<HRB18>>
    หุ่นกล
    ไม่ได้รับความเสียหาย
    cant possess this [1]
    SpectreN
    Tagsนักเวท, construct, cursing_monster, fast_movement, is_unarmed, liquid_armour, medium_height, puncturing_weapon, unusable_corpse
    พลังชีวิต
    0%
    Ailment Threshold
    0%
    ค่าต้านทาน
    0 0 0 0
    Damage
    100%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    LeagueAvatarNormal
    Metadata
    Avatar18Summoned
    เลเวล
    68
    พลังชีวิต
    0
    เกราะ
    28,790
    การหลบหลีก
    4,739
    โล่พลังงาน
    0
    Damage
    374
    ความเสียหายเวท
    374
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Ailment Threshold
    0
    Chill
    0
    Shock
    0
    Brittle
    0
    Scorch
    0
    Sap
    0
    HarbingerSummonMonstersNoDrops
    Spell
    เวลาร่าย: 1 วินาที
    คูลดาวน์: 3 วินาที
    สกิล เกิดซ้ำ เพิ่มเติม 1 ครั้ง
    ระยะเวลาพื้นฐาน 0.25 วินาที
    harbinger minion extra monster chance % [54.33]
    harbinger minion max extra monsters count [1]
    harbinger minion max magic count [3.63]
    harbinger minion max rare count [1]
    harbinger minion remove parent life on death permyriad [237.3]
    monster no drops [1]
    number of monsters to summon [7.63]
    summoned monsters are minions [1]
    AvatarConvocation
    Spell, Buff, Duration, Triggerable, Minion, Instant, Cooldown
    เรียกประชุม (Convocation)
    เวลาร่าย: 0.8 วินาที
    คูลดาวน์: 10 วินาที
    เรียก มิเนียน ทั้งหมดที่ติดตามคุณกลับมายังตำแหน่งของคุณ และมอบการ ฟื้นฟูพลังชีวิต ให้กับพวกมันชั่วคราว
    ระยะเวลารองพื้นฐาน 2 วินาที
    base deal no damage [1]
    convocation max number of minions to teleport [10]
    AvatarEnfeebleAura
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    หมดเรี่ยวแรง (Enfeeble)
    เวลาร่าย: 0.5 วินาที
    สาปทุกเป้าหมายในพื้นที่ ทำให้พวกมันมีความแม่นยำลดลง และทำให้มันสร้างความเสียหาย ลดลง อีก
    ศัตรูที่ถูกสาป มีอัตราความแม่นยำ ลดลง 40%
    ศัตรูธรรมดาหรือเมจิก ที่ถูกสาป สร้างความเสียหาย ลดลง อีก 40%
    คำสาปนี้ จะร่ายเป็น ออร่า ที่ส่งผลต่อศัตรูที่อยู่ใกล้
    ศัตรูแรร์หรือยูนิค ที่ถูกสาป สร้างความเสียหาย ลดลง อีก 15%
    active skill area of effect radius +% final [75]
    HarbingerWarpFlame
    Spell, Triggerable
    เวลาร่าย: 2.5 วินาที
    คูลดาวน์: 6 วินาที
    สร้างความเสียหาย ไฟ พื้นฐาน 615.6 ต่อวินาที
    ระยะเวลาพื้นฐาน 5 วินาที
    ground fire art variation [5]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueAvatars/LeagueAvatar"
    
    Stats
    {
    	harbinger_minion_rare_chance_% = 10
    	harbinger_minion_magic_chance_% = 10
    	set_item_drop_slots = 0
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueAvatars/LeagueAvatar"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Avatar/Avatar18Summoned"] = {
        name = "<>",
        life = 0,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "AvatarEnfeebleAura",
            "AvatarConvocation",
            "HarbingerSummonMonstersNoDrops",
            "HarbingerWarpFlame",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AvatarEnfeebleAura"] = {
        name = "Enfeeble",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all targets in an area, reducing their accuracy and making them deal less damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AppliesCurse] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Hex] = true,
        },
        statDescriptionScope = "curse_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "accuracy_rating_+%",
            "enfeeble_damage_+%_final",
            "enfeeble_damage_+%_vs_rare_or_unique_final",
            "active_skill_area_of_effect_radius_+%_final",
            "curse_apply_as_aura",
        },
        levels = {
            [1] = {-40, -40, -15, 75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AvatarConvocation"] = {
        name = "Convocation",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Recalls all minions that are following you to your location, and grants them a temporary life regeneration effect.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Minion] = true,
            [SkillType.Instant] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_secondary_skill_effect_duration",
            "convocation_max_number_of_minions_to_teleport",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {2000, 10, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarbingerSummonMonstersNoDrops"] = {
        name = "HarbingerSummonMonstersNoDrops",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "harbinger_minion_extra_monster_chance_%",
            "harbinger_minion_remove_parent_life_on_death_permyriad",
            "skill_repeat_count",
            "harbinger_minion_max_magic_count",
            "harbinger_minion_max_rare_count",
            "base_skill_effect_duration",
            "harbinger_minion_max_extra_monsters_count",
            "summoned_monsters_are_minions",
            "monster_no_drops",
        },
        levels = {
            [1] = {3, 0, 700, 1, 1, 0, 250, 1, levelRequirement = 1, statInterpolation = {2, 2, 2, 1, 2, 2},  cost = { }, },
            [2] = {6, 0, 410, 1, 2, 0, 250, 1, levelRequirement = 45, statInterpolation = {2, 2, 2, 1, 2, 2},  cost = { }, },
            [3] = {6, 25, 410, 1, 2, 1, 250, 1, levelRequirement = 46, statInterpolation = {2, 2, 2, 1, 2, 2},  cost = { }, },
            [4] = {8, 61, 198, 2, 4, 1, 250, 1, levelRequirement = 73, statInterpolation = {2, 2, 2, 1, 2, 2},  cost = { }, },
            [5] = {10, 75, 120, 2, 5, 1, 250, 1, levelRequirement = 85, statInterpolation = {2, 2, 2, 1, 2, 2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarbingerWarpFlame"] = {
        name = "HarbingerWarpFlame",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {6, 5000, 5, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
            [2] = {7, 5000, 5, levelRequirement = 68, statInterpolation = {3},  cost = { }, },
        },
    }
    
    ไม่ได้รับความเสียหาย
    IdMonsterCannotBeDamaged
    FamilyCannotBeDamaged
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • base cannot be damaged Min: 1 Max: 1 Global
  • ไม่สามารถรับความเสียหายได้
    ไม่ได้รับความเสียหาย
    ไม่ได้รับความเสียหาย
    Cannot Be Damaged
    cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    DomainsMonster (3)
    GenerationTypeผีตายโหง (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 Global
  • <<HRB18>>
    หุ่นกล
    ไม่ได้รับความเสียหาย
    unaffected by life modifiers [1]
    cant possess this [1]
    SpectreN
    Tagsนักเวท, construct, cursing_monster, delve_monster, fast_movement, is_unarmed, liquid_armour, medium_height, no_pantheon_mod, puncturing_weapon, unusable_corpse
    พลังชีวิต
    0%
    Ailment Threshold
    0%
    ค่าต้านทาน
    0 0 0 0
    Damage
    100%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    ค่าประสบการณ์
    100%
    Model Size
    100%
    Type
    LeagueAvatarNormal
    Metadata
    Avatar18SummonedDelve
    เลเวล
    68
    พลังชีวิต
    0
    เกราะ
    28,790
    การหลบหลีก
    4,739
    โล่พลังงาน
    0
    Damage
    374
    ความเสียหายเวท
    374
    ความแม่นยำ
    290
    Attack Time
    1.5
    ค่าประสบการณ์
    10,255
    Ailment Threshold
    0
    Chill
    0
    Shock
    0
    Brittle
    0
    Scorch
    0
    Sap
    0
    HarbingerSummonMonstersNoDrops
    Spell
    เวลาร่าย: 1 วินาที
    คูลดาวน์: 3 วินาที
    สกิล เกิดซ้ำ เพิ่มเติม 1 ครั้ง
    ระยะเวลาพื้นฐาน 0.25 วินาที
    harbinger minion extra monster chance % [54.33]
    harbinger minion max extra monsters count [1]
    harbinger minion max magic count [3.63]
    harbinger minion max rare count [1]
    harbinger minion remove parent life on death permyriad [237.3]
    monster no drops [1]
    number of monsters to summon [7.63]
    summoned monsters are minions [1]
    AvatarConvocation
    Spell, Buff, Duration, Triggerable, Minion, Instant, Cooldown
    เรียกประชุม (Convocation)
    เวลาร่าย: 0.8 วินาที
    คูลดาวน์: 10 วินาที
    เรียก มิเนียน ทั้งหมดที่ติดตามคุณกลับมายังตำแหน่งของคุณ และมอบการ ฟื้นฟูพลังชีวิต ให้กับพวกมันชั่วคราว
    ระยะเวลารองพื้นฐาน 2 วินาที
    base deal no damage [1]
    convocation max number of minions to teleport [10]
    AvatarEnfeebleAura
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    หมดเรี่ยวแรง (Enfeeble)
    เวลาร่าย: 0.5 วินาที
    สาปทุกเป้าหมายในพื้นที่ ทำให้พวกมันมีความแม่นยำลดลง และทำให้มันสร้างความเสียหาย ลดลง อีก
    ศัตรูที่ถูกสาป มีอัตราความแม่นยำ ลดลง 40%
    ศัตรูธรรมดาหรือเมจิก ที่ถูกสาป สร้างความเสียหาย ลดลง อีก 40%
    คำสาปนี้ จะร่ายเป็น ออร่า ที่ส่งผลต่อศัตรูที่อยู่ใกล้
    ศัตรูแรร์หรือยูนิค ที่ถูกสาป สร้างความเสียหาย ลดลง อีก 15%
    active skill area of effect radius +% final [75]
    HarbingerWarpFlame
    Spell, Triggerable
    เวลาร่าย: 2.5 วินาที
    คูลดาวน์: 6 วินาที
    สร้างความเสียหาย ไฟ พื้นฐาน 615.6 ต่อวินาที
    ระยะเวลาพื้นฐาน 5 วินาที
    ground fire art variation [5]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueAvatars/LeagueAvatar"
    
    Stats
    {
    	harbinger_base_currency_shard_stack_tenths_to_drop = 14
    	harbinger_minion_rare_chance_% = 10
    	harbinger_minion_magic_chance_% = 10
    	set_item_drop_slots = 0
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueAvatars/LeagueAvatar"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Avatar/Avatar18SummonedDelve"] = {
        name = "<>",
        life = 0,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "AvatarEnfeebleAura",
            "AvatarConvocation",
            "HarbingerSummonMonstersNoDrops",
            "HarbingerWarpFlame",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AvatarEnfeebleAura"] = {
        name = "Enfeeble",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all targets in an area, reducing their accuracy and making them deal less damage.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AppliesCurse] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Hex] = true,
        },
        statDescriptionScope = "curse_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "accuracy_rating_+%",
            "enfeeble_damage_+%_final",
            "enfeeble_damage_+%_vs_rare_or_unique_final",
            "active_skill_area_of_effect_radius_+%_final",
            "curse_apply_as_aura",
        },
        levels = {
            [1] = {-40, -40, -15, 75, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AvatarConvocation"] = {
        name = "Convocation",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Recalls all minions that are following you to your location, and grants them a temporary life regeneration effect.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Minion] = true,
            [SkillType.Instant] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_secondary_skill_effect_duration",
            "convocation_max_number_of_minions_to_teleport",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {2000, 10, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarbingerSummonMonstersNoDrops"] = {
        name = "HarbingerSummonMonstersNoDrops",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_monsters_to_summon",
            "harbinger_minion_extra_monster_chance_%",
            "harbinger_minion_remove_parent_life_on_death_permyriad",
            "skill_repeat_count",
            "harbinger_minion_max_magic_count",
            "harbinger_minion_max_rare_count",
            "base_skill_effect_duration",
            "harbinger_minion_max_extra_monsters_count",
            "summoned_monsters_are_minions",
            "monster_no_drops",
        },
        levels = {
            [1] = {3, 0, 700, 1, 1, 0, 250, 1, levelRequirement = 1, statInterpolation = {2, 2, 2, 1, 2, 2},  cost = { }, },
            [2] = {6, 0, 410, 1, 2, 0, 250, 1, levelRequirement = 45, statInterpolation = {2, 2, 2, 1, 2, 2},  cost = { }, },
            [3] = {6, 25, 410, 1, 2, 1, 250, 1, levelRequirement = 46, statInterpolation = {2, 2, 2, 1, 2, 2},  cost = { }, },
            [4] = {8, 61, 198, 2, 4, 1, 250, 1, levelRequirement = 73, statInterpolation = {2, 2, 2, 1, 2, 2},  cost = { }, },
            [5] = {10, 75, 120, 2, 5, 1, 250, 1, levelRequirement = 85, statInterpolation = {2, 2, 2, 1, 2, 2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarbingerWarpFlame"] = {
        name = "HarbingerWarpFlame",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {6, 5000, 5, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
            [2] = {7, 5000, 5, levelRequirement = 68, statInterpolation = {3},  cost = { }, },
        },
    }
    
    ไม่ได้รับความเสียหาย
    IdMonsterCannotBeDamaged
    FamilyCannotBeDamaged
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • base cannot be damaged Min: 1 Max: 1 Global
  • ไม่สามารถรับความเสียหายได้
    ไม่ได้รับความเสียหาย
    ไม่ได้รับความเสียหาย
    Cannot Be Damaged
    unaffected by life modifiers [1]
    IdMonsterUnaffectedByLifeModifers
    FamilyMonsterUnaffectedByLifeModifers
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • unaffected by life modifiers Min: 1 Max: 1 Global
  • Craft Tagsresource life
    cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    DomainsMonster (3)
    GenerationTypeผีตายโหง (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 Global
  • Edit

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