Pedra das Correntes
Construto
Área: Mapa: Cais
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Stone of the Currents
SpectreN
AreaMapa: Cais
Tagsaura_bearer, bludgeoning_weapon, Conjurador, construct, fast_movement, golem, is_unarmed, large_height, large_model, lightning_affinity, mud_blood, non_unique_map_boss, not_dex, not_str, ranged, stone_armour
Vida
400%
Energy Shield From Life
100%
Ailment Threshold
400%
Resistência
40 40 40 25
Damage
200%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 6
Attack Time
1.755 Second
Damage Spread
±20%
Experiência
200%
Model Size
200%
Type
LightningGolemMapBoss
Metadata
LightningGolemMapBoss
Nível
75
Vida
0
Armadura
49,865
Evasão
6,029
Escudo de Energia
37,744
Damage
1,133
Dano Mágico
1,133
Precisão
762
Attack Time
1.755
Experiência
23,608
Minion Life
0
Minion Energy Shield
7,704
Minion Damage
928
Ailment Threshold
53,974
Chill
171
Shock
171
Brittle
966
Scorch
171
Sap
472
LightningGolemMapBossArc
Duration, Lightning, Projectile, ProjectilesFromUser, ProjectileSpeed, Spell, Triggerable
Chance de Crítico: 5%
Eficácia do Dano Adicionado: 60%
Tempo de Conjuração: 1.6 seg
Recarga: 8 seg
Causa 255.1 a 765.3 de Dano de Raio
Duração base é de 8 segundos
alternate minion [1]
LightningGolemWrath
Spell, Area, Buff, Aura, Lightning, Duration, AreaSpell
Tempo de Conjuração: 0.8 seg
Recarga: 12 seg
Duração base é de 4 segundos
4.297 a 38.68 de Dano de Raio Adicional
Adiciona 2.578 a 23.21 de Dano de Raio a Magias
base deal no damage [1]
MonsterProjectileSpellLightningGolem
Spell, Projectile, ProjectilesFromUser, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 105 a 944.6 de Dano de Raio
15% menos Velocidade de Conjuração
base is projectile [1]
monster projectile variation [11]
spell maximum action distance +% [-40]
AtlasLightningGolemBuff
Spell, Buff, Duration
Tempo de Conjuração: 1 seg
Recarga: 30 seg
Duração base é de 100 segundos
Velocidade de Ataque aumentada em 100%
Velocidade de Conjuração aumentada em 200%
50% de redução do Dano recebido
TriggerSpawnersLightningGolemMapBoss
Triggerable
active skill area of effect radius +% final [100]
trigger spawners override row [14]
SentinelGolemBallLightning
Spell, Damage, Projectile, Area, Totemable, Trappable, Mineable, Multicastable, Triggerable, Lightning, AreaSpell
Chance de Crítico: 5%
Tempo de Conjuração: 0.8 seg
Causa 2856 a 4285 de Dano de Raio
Seus Acertos não podem Atordoar Inimigos
active skill area of effect radius +% final [-50]
base is projectile [1]
monster reverse point blank damage -% at minimum range [30]
projectile uses contact position [1]
SentinelGolemLightningStormCascade
Spell, Damage, Area, Fire, Triggerable, AreaSpell
Tempo de Conjuração: 1 seg
Recarga: 10 seg
Causa 1753 a 4382 de Dano de Raio
Duração base é de 4 segundos
Duração Base Secundária é de 1.5 segundos
Um impacto a cada 0.27 segundos
Causa +10 Explosões
active skill area of effect radius +% final [-50]
base skill show average damage instead of dps [1]
is area damage [1]
skill override pvp scaling time ms [450]
BreachBallLightningSentinelGolem
Spell, Damage, Triggerable
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Causa 445.1 a 1335 de Dano de Raio
Seus Acertos não podem Atordoar Inimigos
Duração base é de 10 segundos
Duração Base Secundária é de 5 segundos
is area damage [1]
spell maximum action distance +% [50]

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/LightningGolemMapBoss"] = {
    name = "Stone of the Currents",
    life = 4,
    energyShield = 1,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2,
    damageSpread = 0.2,
    attackTime = 1.755,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "TriggerSpawnersLightningGolemMapBoss",
        "MonsterProjectileSpellLightningGolem",
        "LightningGolemWrath",
        "LightningGolemMapBossArc",
        "SentinelGolemLightningStormCascade",
        "AtlasLightningGolemBuff",
        "BreachBallLightningSentinelGolem",
        "SentinelGolemBallLightning",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["TriggerSpawnersLightningGolemMapBoss"] = {
    name = "TriggerSpawnersLightningGolemMapBoss",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "trigger_spawners_override_row",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {14, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- 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["LightningGolemMapBossArc"] = {
    name = "LightningGolemMapBossArc",
    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 = 1.6,
    baseFlags = {
        spell = true,
        projectile = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "alternate_minion",
    },
    levels = {
        [1] = {0.5, 1.5, 8000, 1, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SentinelGolemLightningStormCascade"] = {
    name = "SentinelGolemLightningStormCascade",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Fire] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_skill_effect_duration",
        "fire_storm_fireball_delay_ms",
        "skill_override_pvp_scaling_time_ms",
        "upheaval_number_of_spikes",
        "base_secondary_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "base_skill_show_average_damage_instead_of_dps",
        "is_area_damage",
    },
    levels = {
        [1] = {1.2000000476837, 3, 4000, 270, 450, 10, 1500, -50, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["AtlasLightningGolemBuff"] = {
    name = "AtlasLightningGolemBuff",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Buff] = true,
        [SkillType.Duration] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_damage_taken_+%",
        "attack_speed_+%",
        "base_cast_speed_+%",
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {-50, 100, 200, 100000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BreachBallLightningSentinelGolem"] = {
    name = "BreachBallLightningSentinelGolem",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    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",
        "is_area_damage",
        "cannot_stun",
    },
    levels = {
        [1] = {0.5, 1.5, 10000, 50, 5000, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SentinelGolemBallLightning"] = {
    name = "SentinelGolemBallLightning",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Projectile] = true,
        [SkillType.Area] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Lightning] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "active_skill_area_of_effect_radius_+%_final",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "cannot_stun",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 30, -50, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
Velocidade de Conjuração aumentada em 35%
IdMonsterMapBoss
FamilyMonsterMapBoss
Domainsmonstro (3)
GenerationTypeunico (3)
Req. level1
Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • +20% de Resistência a Caos aos Monstros
    +30% de Resistência Elemental aos Monstros
    heist contract alert level +% final [-5]
    heist contract lockdown timer +% [5]
    heist monster spawner alive limit +% [5]
    map item drop quantity +% [13]
    map item drop rarity +% [8]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Pedra das Correntes
    Construto
    Monstros concedem Experiência aumentada em 100%
    Raridade dos Itens Derrubados aumentada em 15000%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Stone of the Currents
    SpectreN
    Tagsaura_bearer, bludgeoning_weapon, Conjurador, construct, fast_movement, golem, is_unarmed, large_height, large_model, lightning_affinity, mud_blood, not_dex, not_str, ranged, standalone_map_boss, stone_armour
    Vida
    400%
    Energy Shield From Life
    100%
    Ailment Threshold
    400%
    Resistência
    40 40 40 25
    Damage
    200%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    200%
    Type
    LightningGolemMapBoss
    Metadata
    LightningGolemMapBossStandalone__
    Nível
    68
    Vida
    0
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    24,508
    Damage
    747
    Dano Mágico
    747
    Precisão
    580
    Attack Time
    1.755
    Experiência
    20,510
    Minion Life
    0
    Minion Energy Shield
    5,316
    Minion Damage
    597
    Ailment Threshold
    25,733
    Chill
    81
    Shock
    81
    Brittle
    460
    Scorch
    81
    Sap
    225
    LightningGolemMapBossArc
    Duration, Lightning, Projectile, ProjectilesFromUser, ProjectileSpeed, Spell, Triggerable
    Chance de Crítico: 5%
    Eficácia do Dano Adicionado: 60%
    Tempo de Conjuração: 1.6 seg
    Recarga: 8 seg
    Causa 195.6 a 586.7 de Dano de Raio
    Duração base é de 8 segundos
    alternate minion [1]
    LightningGolemWrath
    Spell, Area, Buff, Aura, Lightning, Duration, AreaSpell
    Tempo de Conjuração: 0.8 seg
    Recarga: 12 seg
    Duração base é de 4 segundos
    3.432 a 30.89 de Dano de Raio Adicional
    Adiciona 2.059 a 18.53 de Dano de Raio a Magias
    base deal no damage [1]
    MonsterProjectileSpellLightningGolem
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Chance de Crítico: 5%
    Tempo de Conjuração: 1 seg
    Causa 76.46 a 688.1 de Dano de Raio
    15% menos Velocidade de Conjuração
    base is projectile [1]
    monster projectile variation [11]
    spell maximum action distance +% [-40]
    AtlasLightningGolemBuff
    Spell, Buff, Duration
    Tempo de Conjuração: 1 seg
    Recarga: 30 seg
    Duração base é de 100 segundos
    Velocidade de Ataque aumentada em 100%
    Velocidade de Conjuração aumentada em 200%
    50% de redução do Dano recebido

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Life
    {
    	on_spawned_alive = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/lightning_elemental/lightning.epk );"
    	on_death = "RemoveEffectPack( Metadata/Effects/Spells/monsters_effects/lightning_elemental/lightning.epk );"
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LightningGolem/LightningGolemMapBossStandalone__"] = {
        name = "Stone of the Currents",
        life = 4,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "MonsterProjectileSpellLightningGolem",
            "LightningGolemWrath",
            "LightningGolemMapBossArc",
            "AtlasLightningGolemBuff",
        },
        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["LightningGolemMapBossArc"] = {
        name = "LightningGolemMapBossArc",
        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 = 1.6,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "alternate_minion",
        },
        levels = {
            [1] = {0.5, 1.5, 8000, 1, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["AtlasLightningGolemBuff"] = {
        name = "AtlasLightningGolemBuff",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Duration] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_damage_taken_+%",
            "attack_speed_+%",
            "base_cast_speed_+%",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {-50, 100, 200, 100000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Velocidade de Conjuração aumentada em 35%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • +20% de Resistência a Caos aos Monstros
    +30% de Resistência Elemental aos Monstros
    heist contract alert level +% final [-5]
    heist contract lockdown timer +% [5]
    heist monster spawner alive limit +% [5]
    map item drop quantity +% [13]
    map item drop rarity +% [8]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Pedra das Correntes
    Construto
    Monstros concedem Experiência aumentada em 100%
    Raridade dos Itens Derrubados aumentada em 15000%
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Stone of the Currents
    SpectreN
    Tagsbludgeoning_weapon, construct, elder_map_boss, fast_movement, golem, is_unarmed, large_height, large_model, mud_blood, non_attacking, not_dex, not_str, stone_armour
    Vida
    400%
    Energy Shield From Life
    100%
    Ailment Threshold
    400%
    Resistência
    40 40 40 25
    Damage
    200%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.755 Second
    Damage Spread
    ±20%
    Experiência
    200%
    Model Size
    200%
    Type
    LightningGolemMapBoss
    Metadata
    LightningGolemMapBossElder

    Object Type

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ElderBosses/ElderBossClone"
    
    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/LightningGolemMapBossElder"] = {
        name = "Stone of the Currents",
        life = 4,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0.2,
        attackTime = 1.755,
        attackRange = 6,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    Velocidade de Conjuração aumentada em 35%
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • +20% de Resistência a Caos aos Monstros
    +30% de Resistência Elemental aos Monstros
    heist contract alert level +% final [-5]
    heist contract lockdown timer +% [5]
    heist monster spawner alive limit +% [5]
    map item drop quantity +% [13]
    map item drop rarity +% [8]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Edit

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