驯雷者
Lightning Tamer
幽魂Y
地区没落圣所, 幽闭城塞, 上古堡垒, 憎恨之地, 灵祭塔庙
标签施法, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, lightning_affinity, medium_height, medium_movement, melee, not_int, physical_affinity, red_blood, undying
Packs
  • 灵祭塔庙, 上古堡垒, 幽闭城塞, 憎恨之地, 没落圣所: 驯雷者
  • 生命
    98%
    护甲
    +30%
    闪避值
    +30%
    异常状态临界值
    98%
    抗性
    20 20 20 0
    伤害
    120%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 8
    攻击间隔
    1.245 秒
    伤害分布
    ±20%
    经验值
    150%
    Model Size
    115%
    类型
    CityStalkerAtlasUber
    Metadata
    CityStalkeFemaleShavronneCasterAtlasUber
    等级
    84
    生命
    34,589
    护甲
    129,784
    闪避值
    10,556
    能量护盾
    0
    伤害
    1,144
    法术伤害
    1,144
    命中
    538
    攻击间隔
    1.245
    经验值
    19,875
    异常状态临界值
    34,589
    冰缓
    109
    Shock
    109
    Brittle
    619
    Scorch
    109
    Sap
    302
    MeleeAtAnimationSpeed
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 915–1373
    攻击暴击率: 5%
    攻击间隔: 1.245 秒
    对你的敌人无情痛击。
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    BallLightningAltXAtlasUber
    法术, 伤害, 投射物, 玩家投射物, 范围, 图腾技能, 陷阱技能, 地雷技能, 法术可重复, 可触发, 闪电, 可齐射, 范围法术, ProjectileSpiral, ProjectilesNumberModifiersNotApplied
    周转之天雷之珠
    攻击暴击率: 5%
    伤害效用: 50%
    施放间隔: 0.6 秒
    射出一个螺旋移动的天雷之珠,对周围的每个敌人反复施放闪电并造成伤害。
    造成 57.99 - 1102 闪电伤害
    投射物数量词缀对该技能不生效
    施法速度减慢 50%
    基础范围为 2
    投射物速度总增 20%
    active skill projectile speed +% variation final [30]
    ball lightning projectile speed and hit frequency +% final [33]
    base is projectile [1]

    Object Type

    version 2
    extends "Metadata/Monsters/CityStalkers/CityStalker"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/CityStalkers/CityStalker"
    	
    Life
    {
    
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Archnemesis/EPKs/walk_light.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/League_Archnemesis/EPKs/walk_light.epk );"
    
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/CityStalkeFemaleShavronneCasterAtlasUber"] = {
        name = "Lightning Tamer",
        life = 0.98,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "BallLightningAltXAtlasUber",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BallLightningAltXAtlasUber"] = {
        name = "Ball Lightning of Orbiting",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Fires a single projectile which moves in a spiral while damaging each enemy in an area around it repeatedly with bolts of lightning.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Area] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.ProjectileSpiral] = true,
            [SkillType.ProjectilesNumberModifiersNotApplied] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.6,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "ball_lightning_projectile_speed_and_hit_frequency_+%_final",
            "active_skill_base_area_of_effect_radius",
            "active_skill_projectile_speed_+%_final",
            "active_skill_projectile_speed_+%_variation_final",
            "base_cast_speed_+%",
            "base_is_projectile",
            "modifiers_to_projectile_count_do_not_apply",
        },
        levels = {
            [1] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3},  cost = { }, },
            [2] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3},  cost = { }, },
            [3] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3},  cost = { }, },
            [4] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 37, statInterpolation = {3, 3},  cost = { }, },
            [5] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3},  cost = { }, },
            [6] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 42, statInterpolation = {3, 3},  cost = { }, },
            [7] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3},  cost = { }, },
            [8] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 46, statInterpolation = {3, 3},  cost = { }, },
            [9] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 48, statInterpolation = {3, 3},  cost = { }, },
            [10] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3},  cost = { }, },
            [11] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3},  cost = { }, },
            [12] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 54, statInterpolation = {3, 3},  cost = { }, },
            [13] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3},  cost = { }, },
            [14] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 58, statInterpolation = {3, 3},  cost = { }, },
            [15] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 60, statInterpolation = {3, 3},  cost = { }, },
            [16] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 62, statInterpolation = {3, 3},  cost = { }, },
            [17] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 64, statInterpolation = {3, 3},  cost = { }, },
            [18] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3},  cost = { }, },
            [19] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
            [20] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3},  cost = { }, },
            [21] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3},  cost = { }, },
            [22] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3},  cost = { }, },
            [23] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3},  cost = { }, },
            [24] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3},  cost = { }, },
            [25] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3},  cost = { }, },
            [26] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3},  cost = { }, },
            [27] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 84, statInterpolation = {3, 3},  cost = { }, },
            [28] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 86, statInterpolation = {3, 3},  cost = { }, },
            [29] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 88, statInterpolation = {3, 3},  cost = { }, },
            [30] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 90, statInterpolation = {3, 3},  cost = { }, },
            [31] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 91, statInterpolation = {3, 3},  cost = { }, },
            [32] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 92, statInterpolation = {3, 3},  cost = { }, },
            [33] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 93, statInterpolation = {3, 3},  cost = { }, },
            [34] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 94, statInterpolation = {3, 3},  cost = { }, },
            [35] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 95, statInterpolation = {3, 3},  cost = { }, },
            [36] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 96, statInterpolation = {3, 3},  cost = { }, },
            [37] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 97, statInterpolation = {3, 3},  cost = { }, },
            [38] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 98, statInterpolation = {3, 3},  cost = { }, },
            [39] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 99, statInterpolation = {3, 3},  cost = { }, },
            [40] = {0.10000000149012, 1.8999999761581, 33, 20, 20, 30, -50, critChance = 5, levelRequirement = 100, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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