Stormstruck Golem
ชีวิตประดิษฐ์
SpectreY
Tagsaura_bearer, bludgeoning_weapon, นักเวท, construct, fast_movement, golem, is_unarmed, large_model, lightning_affinity, mud_blood, not_dex, not_str, ranged, small_height, stone_armour
Packs
  • Stormstruck Golem, Blackguard Arcmage, Undying Aristocrat, Wandering Eye
  • พลังชีวิต
    272%
    Energy Shield From Life
    100%
    Ailment Threshold
    272%
    ค่าต้านทาน
    0 0 75 0
    Damage
    160%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    160%
    Model Size
    110%
    Type
    LightningGolem
    Metadata
    LightningGolem
    เลเวล
    68
    พลังชีวิต
    0
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    โล่พลังงาน
    16,665
    Damage
    598
    ความเสียหายเวท
    598
    ความแม่นยำ
    580
    Attack Time
    1.755
    ค่าประสบการณ์
    16,408
    Minion Life
    0
    Minion Energy Shield
    3,615
    Minion Damage
    477
    Ailment Threshold
    17,499
    Chill
    55
    Shock
    55
    Brittle
    313
    Scorch
    55
    Sap
    153
    LightningGolemWrath
    Spell, Area, Buff, Aura, Lightning, Duration, AreaSpell
    เวลาร่าย: 0.8 วินาที
    คูลดาวน์: 12 วินาที
    ระยะเวลาพื้นฐาน 4 วินาที
    เสริมความเสียหาย สายฟ้า 3.432 ถึง 30.89
    เสริมความเสียหาย สายฟ้า 2.059 ถึง 18.53 ให้กับเวท
    base deal no damage [1]
    MonsterProjectileSpellLightningGolem
    Spell, Projectile, ProjectilesFromUser, Triggerable
    โอกาสคริติคอล: 5%
    เวลาร่าย: 1 วินาที
    สร้างความเสียหาย สายฟ้า 76.46 ถึง 688.1
    ลดความเร็วในการร่าย อีก 15%
    base is projectile [1]
    monster projectile variation [11]
    spell maximum action distance +% [-40]
    MonsterLightningGolemArc
    Duration, Lightning, Projectile, ProjectilesFromUser, ProjectileSpeed, Spell, Triggerable
    โอกาสคริติคอล: 5%
    ประสิทธิภาพการเสริมความเสียหาย: 60%
    เวลาร่าย: 0.8 วินาที
    คูลดาวน์: 8 วินาที
    สร้างความเสียหาย สายฟ้า 296.2 ถึง 691
    ระยะเวลาพื้นฐาน 8 วินาที

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.5
    	fade_arrows = true
    }
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/lightning_elemental/lightning.epk ); "
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/lightning_elemental/lightning.epk );"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LightningGolem/LightningGolem"] = {
        name = "Stormstruck Golem",
        life = 2.72,
        energyShield = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "MonsterProjectileSpellLightningGolem",
            "LightningGolemWrath",
            "MonsterLightningGolemArc",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterProjectileSpellLightningGolem"] = {
        name = "MonsterProjectileSpellLightningGolem",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "monster_projectile_variation",
            "active_skill_cast_speed_+%_final",
            "spell_maximum_action_distance_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.20000000298023, 1.7999999523163, 11, -15, -40, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LightningGolemWrath"] = {
        name = "LightningGolemWrath",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Buff] = true,
            [SkillType.Aura] = true,
            [SkillType.Lightning] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
            aura = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_minimum_added_lightning_damage",
            "attack_maximum_added_lightning_damage",
            "spell_minimum_added_lightning_damage",
            "spell_maximum_added_lightning_damage",
            "base_skill_effect_duration",
            "base_deal_no_damage",
        },
        levels = {
            [1] = {0.20000000298023, 1.7999999523163, 0.11999999731779, 1.0800000429153, 4000, levelRequirement = 1, statInterpolation = {3, 3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterLightningGolemArc"] = {
        name = "MonsterLightningGolemArc",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Duration] = true,
            [SkillType.Lightning] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.ProjectileSpeed] = true,
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {0.60000002384186, 1.3999999761581, 8000, critChance = 5, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Stormstruck Golem
    ชีวิตประดิษฐ์
    cannot be used as minion [1]
    SpectreN
    Tagsbludgeoning_weapon, construct, delve_monster, fast_movement, golem, is_unarmed, large_model, melee, mud_blood, no_pantheon_mod, not_dex, not_str, physical_affinity, small_height, stone_armour
    พลังชีวิต
    272%
    Energy Shield From Life
    100%
    Ailment Threshold
    272%
    ค่าต้านทาน
    0 0 75 0
    Damage
    160%
    ความแม่นยำ
    100%
    โอกาสคริติคอล
    +5%
    ตัวคูณคริติคอล
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    ค่าประสบการณ์
    160%
    Model Size
    110%
    Type
    LightningGolem
    Metadata
    LightningGolem
    เลเวล
    68
    พลังชีวิต
    0
    ค่าเกราะ
    28,790
    อัตราการหลบหลีก
    4,739
    โล่พลังงาน
    16,665
    Damage
    598
    ความเสียหายเวท
    598
    ความแม่นยำ
    580
    Attack Time
    1.755
    ค่าประสบการณ์
    16,408
    Minion Life
    0
    Minion Energy Shield
    3,615
    Minion Damage
    477
    Ailment Threshold
    17,499
    Chill
    55
    Shock
    55
    Brittle
    313
    Scorch
    55
    Sap
    153
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    โจมตีธรรมดา (Default Attack)
    Base Damage: 478–717
    โอกาสคริติคอล: 5%
    Attack Time: 1.755 วินาที
    โจมตีศัตรูของคุณด้วยการจู่โจมอย่างมีกำลัง
    skill can fire arrows [1]
    skill can fire wand projectiles [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.5
    	fade_arrows = true
    }
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/lightning_elemental/lightning.epk ); "
    }
    
    Life
    {
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/lightning_elemental/lightning.epk );"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueDelve/LightningGolemEncounter/LightningGolem"] = {
        name = "Stormstruck Golem",
        life = 2.72,
        energyShield = 1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 75,
        chaosResist = 0,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    cannot be used as minion [1]
    IdCannotBeUsedAsMinion
    FamilyCannotBeUsedAsMinion
    DomainsMonster (3)
    GenerationTypeยูนิค (3)
    Req. level1
    Stats
  • cannot be used as minion Min: 1 Max: 1 Global
  • Edit

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