IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Estourador Transcendental
CategoryConstructConstruto
IconEnemyArmour IconEnemyEvasion IconEnemyResistanceFire IconEnemyResistanceLightning
Blasting Transcendent
Spectre
Tagsallows_additional_projectiles, allows_inc_aoe, construct, fast_movement, humanoid, lightning_affinity, not_int, ranged, red_blood, Unarmed_onhit_audio
Packs
  • Estourador Transcendental, Transcendental Brutal
  • Vida
    140%
    Evasão
    +33%
    Resistência
    IconEnemyResistanceFire30 IconEnemyResistanceCold0 IconEnemyResistanceLightning30 IconEnemyResistanceChaos0
    Damage
    140%
    Precisão
    100%
    Attack Distance
    4 ~ 14
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    140%
    Model Size
    100%
    Type
    VaalHumanoidCannon
    Metadata
    VaalHumanoidCannonLightningIncursion
    Nível
    68
    Vida
    11,560
    Damage
    326
    Dano Mágico
    326
    Precisão
    2,502
    Tempo de Ataque
    1.5
    Experiência
    40,088
    Minion Life
    9,702
    Minion Damage
    1,356
    Minion Armour
    4,802
    EASVaalHumanoidSkitterMine
    Spell
    Tempo de Conjuração: 1 s
    Tempo de Recarga: 6 s
    action attack or cast time uses animation length [1]
    VaalHumanoidShockRifle
    Spell, Projectile, Damage, AttackInPlace
    Chance de Golpe Crítico: 6%
    Tempo de Conjuração: 4 s
    Tempo de Recarga: 9 s
    Causa de 215.2 a 645.7 de dano elétrico
    ㅤ-12% de velocidade de conjuração
    ㅤ+50% de dano de projétil
    base is projectile [1]
    base skill effect duration [200]
    is area damage [1]
    spectral throw deceleration override [100]
    spell maximum action distance +% [-45]

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueIncursionNew/Transcended/VaalHumanoidCannonLightningIncursion"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Blasting Transcendent",
        life = 1.4,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        skillList = {
            "EASVaalHumanoidSkitterMine",
            "VaalHumanoidShockRifle",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASVaalHumanoidSkitterMine"] = {
        name = "EASVaalHumanoidSkitterMine",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["VaalHumanoidShockRifle"] = {
        name = "VaalHumanoidShockRifle",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 4,
        baseFlags = {
            spell = true,
            projectile = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "active_skill_projectile_damage_+%_final",
            "spectral_throw_deceleration_override",
            "spell_maximum_action_distance_+%",
            "base_skill_effect_duration",
            "active_skill_cast_speed_+%_final",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, 50, 100, -45, 200, -12, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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