<<HRB5>>
Fabrication
Ne peut pas subir de Dégâts
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
TagsLanceur de sorts, construct, fast_movement, is_unarmed, lightning_affinity, liquid_armour, medium_height, puncturing_weapon, unusable_corpse
Packs
  • <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>
  • Vie
    0%
    Ailment Threshold
    0%
    Résistance
    0 0 0 0
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Expérience
    100%
    Model Size
    100%
    Type
    LeagueAvatarNormal
    Metadata
    Avatar5
    Niveau
    68
    Vie
    0
    Pièce d'armure
    28,790
    Évasion
    4,739
    Bouclier d'énergie
    0
    Damage
    374
    Dégâts des sorts
    374
    Précision
    290
    Attack Time
    1.5
    Expérience
    10,255
    Ailment Threshold
    0
    Chill
    0
    Shock
    0
    Brittle
    0
    Scorch
    0
    Sap
    0
    HarbingerSummonMonsters
    Spell
    Temps d'incantation: 1 sec.
    Temps de recharge: 3 sec.
    Les Aptitudes se répètent une fois de plus
    La Durée de base est de 0.25 secondes
    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
    Temps d'incantation: 0.8 sec.
    Temps de recharge: 10 sec.
    Un sort qui rappelle à vous toutes les créatures sous votre contrôle et leur octroie temporairement un effet de régénération de vie.
    La Durée secondaire de base est de 2 secondes
    base deal no damage [1]
    convocation max number of minions to teleport [10]
    HarbingerUpheaval
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, Physical, CanRapidFire, AreaSpell
    Déferlement de glace
    Chances de coup critique: 5%
    Temps d'incantation: 0.8 sec.
    Crée une succession d'éruptions de glace qui jaillissent du sol, créant ainsi une ligne de zones d'effet qui infligent des Dégâts.
    Inflige 286.4 à 429.6 Dégâts physiques
    Vous ne pouvez pas Étourdir les Ennemis au Toucher
    100% des Dégâts physiques sont Convertis en Dégâts de foudre
    Génère +10 Éruptions
    cast on trigger cascade event [1]
    is area damage [1]
    skill unusable [1]
    trigger skill restriction [4]
    TriggerCascadeMinionEight2
    Triggerable
    Temps de recharge: 8 sec.
    trigger cascade A [60]
    trigger cascade B [30]
    trigger cascade ms between spikes [750]
    trigger cascade number of spikes [3]
    trigger skill restriction [4]

    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/Avatar5"] = {
        name = "<>",
        life = 0,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "HarbingerUpheaval",
            "AvatarConvocation",
            "TriggerCascadeMinionEight2",
            "HarbingerSummonMonsters",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarbingerUpheaval"] = {
        name = "Glacial Cascade",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Icicles emerge from the ground in a series of small bursts, each damaging enemies caught in the area.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cold] = true,
            [SkillType.Physical] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "upheaval_number_of_spikes",
            "skill_physical_damage_%_to_convert_to_lightning",
            "trigger_skill_restriction",
            "is_area_damage",
            "cannot_stun",
            "cast_on_trigger_cascade_event",
            "skill_unusable",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, 100, 4, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  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["TriggerCascadeMinionEight2"] = {
        name = "TriggerCascadeMinionEight2",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "trigger_cascade_number_of_spikes",
            "trigger_cascade_ms_between_spikes",
            "trigger_cascade_A",
            "trigger_skill_restriction",
            "trigger_cascade_B",
        },
        levels = {
            [1] = {3, 750, 60, 4, 30, 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 = { }, },
        },
    }
    
    Ne peut pas subir de Dégâts
    IdMonsterCannotBeDamaged
    FamilyCannotBeDamaged
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be damaged Min: 1 Max: 1 Global
  • Invincibilité
    Immunité aux Dégâts.
    Ne peut pas subir de Dégâts
    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
    Domainsmonstre (3)
    GenerationTypeUnique (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
    Domainsmonstre (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 Global
  • <<HRB5>>
    Fabrication
    Ne peut pas subir de Dégâts
    cant possess this [1]
    SpectreN
    Tagsconstruct, cursing_monster, fast_movement, is_unarmed, liquid_armour, non_attacking, puncturing_weapon, unusable_corpse
    Vie
    0%
    Ailment Threshold
    0%
    Résistance
    0 0 0 0
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Expérience
    100%
    Model Size
    100%
    Type
    LeagueAvatarNormal
    Metadata
    AvatarAtlasMinion5
    Niveau
    68
    Vie
    0
    Pièce d'armure
    28,790
    Évasion
    4,739
    Bouclier d'énergie
    0
    Damage
    374
    Dégâts des sorts
    374
    Précision
    290
    Attack Time
    1.5
    Expérience
    10,255
    Ailment Threshold
    0
    Chill
    0
    Shock
    0
    Brittle
    0
    Scorch
    0
    Sap
    0
    AvatarEnfeebleAura
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    Affaiblissement
    Temps d'incantation: 0.5 sec.
    Maudit tous les ennemis dans la zone ciblée. Cette Malédiction réduit leur Précision et leur donne une Perte de Dégâts infligés.
    Les Ennemis Maudits ont 40% de Réduction de leur Score de Précision
    Les Ennemis Normaux ou Magiques Maudits ont 40% de Perte de Dégâts
    Cette Malédiction est Lancée sous forme d'Aura qui affecte les Ennemis à proximité
    Les Ennemis Rares ou Uniques Maudits ont 15% de Perte de Dégâts
    active skill area of effect radius +% final [75]
    AvatarTemporalChainsAura
    Spell, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cascadable, AppliesCurse, CanRapidFire, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Hex
    Chaînes temporelles
    Temps d'incantation: 0.5 sec.
    Maudit tous les ennemis dans la zone ciblée. Cette Malédiction réduit leur vitesse d'action ainsi que la vitesse d'expiration des autres effets qui les affectent.
    La Durée de base est de 5 secondes
    +1.7 mètres de Rayon
    Les Malédictions ont 50% de Perte d'Effet sur les joueurs
    Les Ennemis Normaux et Magiques Maudits ont 20% de Perte de Vitesse d'action
    Les autres Effets sur les Ennemis Maudits expirent 25% plus lentement
    Cette Malédiction est Lancée sous forme d'Aura qui affecte les Ennemis à proximité
    Les Ennemis Rares ou Uniques Maudits ont 10% de Perte de Vitesse d'action
    base deal no damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueAvatars/LeagueAvatar"
    
    Stats
    {
    	number_of_additional_curses_allowed = 1
    	curse_area_of_effect_+% = 100
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueAvatars/LeagueAvatar"
    
    Actor
    {
    	on_start_Emerge =
    	"
    		PlayEffectAttached( Metadata/Effects/Spells/monsters_effects/league_avatar/Summons/avatarsummon.ao, -1, root );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Avatar/AvatarAtlasMinion5"] = {
        name = "<>",
        life = 0,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "AvatarTemporalChainsAura",
            "AvatarEnfeebleAura",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AvatarTemporalChainsAura"] = {
        name = "Temporal Chains",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Curses all enemies in an area, lowering their action speed and making other effects on them expire more slowly.",
        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 = {
            "base_skill_effect_duration",
            "active_skill_base_radius_+",
            "temporal_chains_action_speed_+%_final",
            "buff_time_passed_+%_other_than_temporal_chains",
            "curse_effect_+%_final_vs_players",
            "temporal_chains_action_speed_+%_vs_rare_or_unique_final",
            "base_deal_no_damage",
            "curse_apply_as_aura",
        },
        levels = {
            [1] = {5000, 17, -20, -25, -50, -10, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    Ne peut pas subir de Dégâts
    IdMonsterCannotBeDamaged
    FamilyCannotBeDamaged
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base cannot be damaged Min: 1 Max: 1 Global
  • Invincibilité
    Immunité aux Dégâts.
    Ne peut pas subir de Dégâts
    Cannot Be Damaged
    cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    Domainsmonstre (3)
    GenerationTypeTorment (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.