Protecteur de foudre
Lightning Protector
SpectreY
AreaSanctuary Map, Citadel Map, Fortress Map, Abomination, Carte, Ziggurat Map
Tagsbludgeoning_weapon, Lanceur de sorts, construct, hard_armour, is_unarmed, lightning_affinity, medium_height, not_dex, ranged, slow_movement
Packs
  • Ziggurat Map, Fortress Map, Citadel Map, Abomination, Carte, Sanctuary Map: Protecteur de foudre
  • Vie
    98%
    Energy Shield From Life
    60%
    Armure
    +60%
    Ailment Threshold
    98%
    Résistance
    0 0 75 0
    Damage
    68%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    150%
    Model Size
    100%
    Type
    ClockworkGolemAtlasUber
    Metadata
    ClockworkGolemShavronneAtlasUber
    Niveau
    84
    Vie
    34,589
    Armure
    159,734
    Évasion
    8,120
    Bouclier d'énergie
    9,759
    Damage
    648
    Dégâts des sorts
    648
    Précision
    538
    Attack Time
    1.5
    Expérience
    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
    Temps d'incantation: 2 sec.
    Temps de recharge: 6 sec.
    Compétence de mortier de monstre générique. Idem au Projectile de monstre, mais a un effet d'impact.
    Inflige 746.6 à 1120 Dégâts de foudre
    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
    Chances de coup critique: 5%
    Temps d'incantation: 1.33 sec.
    Temps de recharge: 5 sec.
    Inflige 2609 à 5217 Dégâts de foudre
    Vous ne pouvez pas Étourdir les Ennemis au Toucher
    La Durée de base est de 6 secondes
    La Durée secondaire de base est de 3 secondes
    30% d'Augmentation de Zone d'effet
    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.