<<HRB2>>
Constructo
No puede ser dañado
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
TagsLanzador de hechizos, construct, fast_movement, fire_affinity, is_unarmed, liquid_armour, medium_height, puncturing_weapon, unusable_corpse
Packs
  • <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>, <>
  • Vida
    0%
    Ailment Threshold
    0%
    Resistencia
    0 0 0 0
    Damage
    100%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Experiencia
    100%
    Model Size
    100%
    Type
    LeagueAvatarNormal
    Metadata
    Avatar2
    Nivel
    68
    Vida
    0
    Armadura
    28,790
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    374
    Daño de hechizos
    374
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    10,255
    Ailment Threshold
    0
    Chill
    0
    Shock
    0
    Brittle
    0
    Scorch
    0
    Sap
    0
    HarbingerSummonMonsters
    Spell
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 3 seg
    Las Habilidades se Repiten una Vez más
    La duración base es de 0.25 segundos
    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
    Convocatoria
    Tiempo de lanzamiento: 0.8 seg
    Tiempo de recarga: 10 seg
    Llama a tu ubicación a todos los esbirros que te siguen y les otorga un efecto temporal de regeneración de vida.
    La duración secundaria base es de 2 segundos
    base deal no damage [1]
    convocation max number of minions to teleport [10]
    AttachedVaalChargedBlast2
    Spell, Damage, Area, Totemable, Triggerable, Fire, AreaSpell
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Inflige de 168.8 a 253.2 de daño de fuego
    40% más de daño de hechizos por cada fase
    40% más de daño con estados alterados por cada fase
    active skill area of effect radius +% final [-20]
    cast on trigger cascade event [1]
    is area damage [1]
    skill unusable [1]
    trigger skill restriction [6]
    TriggerCascadeMinionVaalFlameblast2
    Triggerable
    Tiempo de recarga: 3 seg
    trigger cascade A [60]
    trigger cascade ms between spikes [500]
    trigger cascade number of spikes [1]
    trigger skill restriction [6]

    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/Avatar2"] = {
        name = "<>",
        life = 0,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "AvatarConvocation",
            "TriggerCascadeMinionVaalFlameblast2",
            "HarbingerSummonMonsters",
            "AttachedVaalChargedBlast2",
        },
        modList = {
        },
    }
    -- 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["TriggerCascadeMinionVaalFlameblast2"] = {
        name = "TriggerCascadeMinionVaalFlameblast2",
        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",
        },
        levels = {
            [1] = {1, 500, 60, 6, levelRequirement = 1, statInterpolation = {2, 2},  cost = { }, },
            [2] = {1, 500, 60, 6, levelRequirement = 10, statInterpolation = {2, 2},  cost = { }, },
            [3] = {1, 500, 60, 6, levelRequirement = 30, statInterpolation = {2, 2},  cost = { }, },
            [4] = {1, 500, 60, 6, levelRequirement = 50, statInterpolation = {2, 2},  cost = { }, },
            [5] = {1, 500, 60, 6, levelRequirement = 70, statInterpolation = {2, 2},  cost = { }, },
            [6] = {1, 500, 60, 6, levelRequirement = 82, statInterpolation = {2, 2},  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["AttachedVaalChargedBlast2"] = {
        name = "AttachedVaalChargedBlast2",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "charged_blast_spell_damage_+%_final_per_stack",
            "flameblast_ailment_damage_+%_final_per_stack",
            "trigger_skill_restriction",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "cast_on_trigger_cascade_event",
            "skill_unusable",
        },
        levels = {
            [1] = {0.68000000715256, 1.0199999809265, 40, 40, 6, -20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.68000000715256, 1.0199999809265, 40, 40, 6, -20, critChance = 5, levelRequirement = 10, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.68000000715256, 1.0199999809265, 40, 40, 6, -20, critChance = 5, levelRequirement = 30, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.68000000715256, 1.0199999809265, 40, 40, 6, -20, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.68000000715256, 1.0199999809265, 40, 40, 6, -20, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.68000000715256, 1.0199999809265, 40, 40, 6, -20, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    No puede ser dañado
    IdMonsterCannotBeDamaged
    FamilyCannotBeDamaged
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • base cannot be damaged Min: 1 Max: 1 Global
  • No puedes ser dañado
    Inmune al Daño
    No puede ser dañado
    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
    Domainsmonstruo (3)
    GenerationTypeÚnico (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
    Domainsmonstruo (3)
    GenerationTypeTorment (7)
    Req. level1
    Stats
  • cant possess this Min: 1 Max: 1 Global
  • <<HRB2>>
    Constructo
    No puede ser dañado
    cant possess this [1]
    SpectreN
    TagsLanzador de hechizos, cold_affinity, construct, fast_movement, is_unarmed, liquid_armour, puncturing_weapon, unusable_corpse
    Vida
    0%
    Ailment Threshold
    0%
    Resistencia
    0 0 0 0
    Damage
    100%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Experiencia
    100%
    Model Size
    100%
    Type
    LeagueAvatarNormal
    Metadata
    AvatarAtlasMinion2
    Nivel
    68
    Vida
    0
    Armadura
    28,790
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    374
    Daño de hechizos
    374
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    10,255
    Ailment Threshold
    0
    Chill
    0
    Shock
    0
    Brittle
    0
    Scorch
    0
    Sap
    0
    HarbingerSpecialBeamCannonAtlas
    Spell, Damage
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 2.5 seg
    Tiempo de recarga: 3.5 seg
    Inflige de 1668 a 2502 de daño de hielo
    Ganas el 50% del daño físico como daño de hielo extra
    La duración base es de 10 segundos
    +50% de resistencia al hielo
    active skill area of effect radius +% final [-30]
    is area 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/AvatarAtlasMinion2"] = {
        name = "<>",
        life = 0,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "HarbingerSpecialBeamCannonAtlas",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["HarbingerSpecialBeamCannonAtlas"] = {
        name = "HarbingerSpecialBeamCannonAtlas",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "base_skill_effect_duration",
            "base_cold_damage_resistance_%",
            "physical_damage_%_to_add_as_cold",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10000, 50, 50, -30, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2, 2, 2},  cost = { }, },
        },
    }
    
    No puede ser dañado
    IdMonsterCannotBeDamaged
    FamilyCannotBeDamaged
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • base cannot be damaged Min: 1 Max: 1 Global
  • No puedes ser dañado
    Inmune al Daño
    No puede ser dañado
    Cannot Be Damaged
    cant possess this [1]
    IdTormentCantPossessThis
    FamilyCantPossessThis
    Domainsmonstruo (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.