Blasting Transcendent
构造体
SpectreY
Tagsallows_additional_projectiles, allows_inc_aoe, construct, fast_movement, humanoid, lightning_affinity, not_int, ranged, red_blood, Unarmed_onhit_audio
Packs
  • Blasting Transcendent, Brutal Transcendent
  • 生命
    140%
    +33%
    闪避
    +33%
    抗性
    30 0 30 0
    伤害
    140%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    4 ~ 14
    攻击间隔
    1.5 Second
    Damage Spread
    ±20%
    经验值
    140%
    Model Size
    100%
    Type
    VaalHumanoidCannon
    Metadata
    VaalHumanoidCannonLightningIncursion
    等级
    68
    生命
    10,860
    3,209
    伤害
    326
    法术伤害
    326
    命中
    2,502
    攻击间隔
    1.5
    经验值
    40,088
    召唤物生命
    9,702
    召唤物伤害
    1,356
    召唤物护甲
    4,802
    EASVaalHumanoidSkitterMine
    冷却时间: 6 秒
    action attack or cast time uses animation length [1]
    VaalHumanoidShockRifle
    法术, 投射物, 伤害, AttackInPlace
    暴击率: 6%
    施放间隔: 4 秒
    冷却时间: 9 秒
    造成 239.1 - 717.4 闪电伤害
    投射物伤害增加 50%
    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

    Object Type Codes

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueIncursionNew/Transcended/VaalHumanoidCannonLightningIncursion"] = {
        name = "Blasting Transcendent",
        life = 1.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        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 = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        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",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, 50, 100, -45, 200, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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