Lightning Protector
หุ่นกล
SpectreY
AreaSanctuary Map, Citadel Map, Fortress Map, Abomination Map, Ziggurat Map
Tagsbludgeoning_weapon, นักเวท, construct, hard_armour, is_unarmed, lightning_affinity, medium_height, not_dex, ranged, slow_movement
Packs
  • Ziggurat Map, Fortress Map, Citadel Map, Abomination Map, Sanctuary Map: Lightning Protector
  • พลังชีวิต
    98%
    Energy Shield From Life
    60%
    เกราะ
    +60%
    Ailment Threshold
    98%
    ค่าต้านทาน
    0 0 75 0
    Damage
    68%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    150%
    Model Size
    100%
    Type
    ClockworkGolemAtlasUber
    Metadata
    ClockworkGolemShavronneAtlasUber
    เลเวล
    84
    พลังชีวิต
    34,589
    เกราะ
    159,734
    การหลบหลีก
    8,120
    โล่พลังงาน
    9,759
    Damage
    648
    ความเสียหายเวท
    648
    ความแม่นยำ
    538
    Attack Time
    1.5
    ค่าประสบการณ์
    19,875
    Ailment Threshold
    34,589
    Chill
    109
    Shock
    109
    Brittle
    619
    Scorch
    109
    Sap
    302
    ClockworkGolemLightningProjectile
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    เวลาร่าย: 2 วินาที
    คูลดาวน์: 6 วินาที
    สกิลระเบิดปูพรมของมอนสเตอร์ทั่วไป ทำงานเหมือนกับ กระสุนของมอนสเตอร์ แต่มีผลในการกระทบด้วย
    สร้างความเสียหาย สายฟ้า 746.6 ถึง 1120
    active skill area of effect radius +% final [-40]
    base is projectile [1]
    is area damage [1]
    projectile speed variation +% [100]
    projectile spread radius [5]
    BreachLightningOrbsCrucibleAtlasUber
    Spell, Damage, Triggerable
    โอกาสคริติคอล: 5%
    เวลาร่าย: 1.33 วินาที
    คูลดาวน์: 5 วินาที
    สร้างความเสียหาย สายฟ้า 2609 ถึง 5217
    การปะทะของคุณ ไม่สามารถสร้างสถานะ มึนงง ต่อศัตรูได้
    ระยะเวลาพื้นฐาน 6 วินาที
    ระยะเวลารองพื้นฐาน 3 วินาที
    เพิ่มพื้นที่ส่งผล 30%
    is area damage [1]
    spell maximum action distance +% [50]

    Object Type

    version 2
    extends "Metadata/Monsters/ClockworkGolem/ClockworkGolem"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ClockworkGolem/ClockworkGolem"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ClockworkGolem/ClockworkGolemShavronneAtlasUber"] = {
        name = "Lightning Protector",
        life = 0.98,
        energyShield = 0.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 0.68,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "ClockworkGolemLightningProjectile",
            "BreachLightningOrbsCrucibleAtlasUber",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ClockworkGolemLightningProjectile"] = {
        name = "ClockworkGolemLightningProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [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.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "projectile_spread_radius",
            "projectile_speed_variation_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 5, 100, -40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BreachLightningOrbsCrucibleAtlasUber"] = {
        name = "BreachLightningOrbsCrucibleAtlasUber",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.33,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "spell_maximum_action_distance_+%",
            "base_secondary_skill_effect_duration",
            "base_skill_area_of_effect_+%",
            "is_area_damage",
            "cannot_stun",
        },
        levels = {
            [1] = {1, 2, 6000, 50, 3000, 30, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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