Crânio Trovejante
Morto-vivo
Área: Mapa: Sepulcrário
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
corpse cannot be destroyed [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
corpse cannot be destroyed [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Thunderskull
Spectre | N |
---|---|
Area | Mapa: Sepulcrário |
Tags | bone_armour, bones, Conjurador, is_unarmed, lightning_affinity, medium_height, non_unique_map_boss, not_dex, not_str, ranged, skeleton, slashing_weapon, undead, very_slow_movement |
Vida
200%
Energy Shield From Life
100%
Ailment Threshold
200%
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 ~ 46
Attack Time
1.605 Second
Damage Spread
±20%
Experiência
200%
Model Size
130%
Type
SkeletonCasterLightningBoss
Metadata
MapSkeletonBossCaster
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
72
Vida
466,064
Armadura
39,449
Evasão
5,444
Escudo de Energia
7,850
Damage
1,081
Dano Mágico
1,614
Precisão
339
Attack Time
1.07535
Experiência
122,870
Ailment Threshold
260,996
Chill
825
Shock
825
Brittle
4,669
Scorch
825
Sap
2,280
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
SkeletonSpark
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Faísca
Chance de Crítico: 5%
Eficácia do Dano Adicionado: 70%
Tempo de Conjuração: 0.65 seg
Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
Causa 415 a 1247 de Dano de Raio
Duração base é de 3.5 segundos
Dispara 2 Projéteis adicionais
Velocidade de Projéteis aumentada em 25%
base is projectile [1]
Duração base é de 3.5 segundos
Dispara 2 Projéteis adicionais
Velocidade de Projéteis aumentada em 25%
base is projectile [1]
MonsterShockNova
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell, Nova
Nova Elétrica
Chance de Crítico: 3%
Tempo de Conjuração: 0.75 seg
Conjura um anel de Raio ao seu redor, seguido por uma explosão de Raio maior. Cada efeito acerta os inimigos dentro da área com Dano de Raio.
Causa 446.3 a 1342 de Dano de Raio
50% de chance de Eletrizar inimigos
Anel causa 50% menos Dano
active skill area of effect radius +% final [5]
active skill shock effect +% final [20]
is area damage [1]
50% de chance de Eletrizar inimigos
Anel causa 50% menos Dano
active skill area of effect radius +% final [5]
active skill shock effect +% final [20]
is area damage [1]
ThunderskullLightningWarp
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
Teleporte Relampejante
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Recarga: 5 seg
Aguarda por uma tempo antes de teleportar o destino alvo, com a duração sendo baseada na distância e sua velocidade de movimento. Quando o teleporte acontecer, o dano de raio é causado na área ao redor tanto de onde o jogador estava, quanto para onde ele teleportou. Conjurar novamente colocará vários teleportes na fila para acontecer em sequência.
Causa 552.2 a 1657 de Dano de Raio
Velocidade de Conjuração aumentada em 100%
Duração reduzida em 75%
base skill show average damage instead of dps [1]
is area damage [1]
Velocidade de Conjuração aumentada em 100%
Duração reduzida em 75%
base skill show average damage instead of dps [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Skeletons/SkeletonCasterBoss" Animated { animated_object = "Metadata/Monsters/Skeletons/Skeleton/SkeletonCasterLightning.ao" } Transitionable { on_untransition = " DestroyQueuedAction(); PlayAnimation( emerge_sarcophagus_caster_01 ); PauseAnimation(); " } StateMachine {} Positioned { force_placement = true }
Object Type Codes
version 2 extends "Metadata/Monsters/Skeletons/SkeletonCasterBoss" Transitionable { create_untransitioned = " PlayAnimation( emerge_sarcophagus_caster_01 ); PauseAnimation(); " on_untransition = "DisableRendering();" on_transition = "EnableRendering();" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Skeletons/MapSkeletonBossCaster"] = { name = "Thunderskull", life = 2, energyShield = 1, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2, damageSpread = 0.2, attackTime = 1.605, attackRange = 46, accuracy = 1, skillList = { "SkeletonSpark", "MonsterShockNova", "ThunderskullLightningWarp", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SkeletonSpark"] = { name = "Spark", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.65, baseFlags = { spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", "number_of_additional_projectiles", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3}, cost = { }, }, [4] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3}, cost = { }, }, [5] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3}, cost = { }, }, [6] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3}, cost = { }, }, [7] = {2.2400000095367, 6.7300000190735, 3500, 2, 25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterShockNova"] = { name = "Shock Nova", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Casts a ring of Lightning around you, followed by a larger Lightning nova. Each effect hits enemies caught in their area with Lightning Damage.", skillTypes = { [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.Lightning] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Nova] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.75, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "newshocknova_first_ring_damage_+%_final", "base_chance_to_shock_%", "active_skill_shock_effect_+%_final", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.5, 1.5, -50, 50, 20, 5, critChance = 3, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, [2] = {1.460000038147, 4.3899998664856, -50, 50, 20, 5, critChance = 3, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ThunderskullLightningWarp"] = { name = "Lightning Warp", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Movement] = true, [SkillType.Lightning] = true, [SkillType.AreaSpell] = true, [SkillType.Travel] = true, [SkillType.Multicastable] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "variable_duration_skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "skill_effect_duration_+%", "base_cast_speed_+%", "base_skill_show_average_damage_instead_of_dps", "is_area_damage", }, levels = { [1] = {0.5, 1.5, -75, 100, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3}, cost = { }, }, }, }
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
corpse cannot be destroyed [1]
Id | MonsterCorpseCannotBeDestroyed |
---|---|
Family | CorpseCannotBeDestroyed |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Crânio Trovejante
Morto-vivo
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
corpse cannot be destroyed [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Raridade dos Itens Derrubados aumentada em 15000%
corpse cannot be destroyed [1]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Thunderskull
Spectre | N |
---|---|
Tags | bone_armour, bones, Conjurador, is_unarmed, lightning_affinity, medium_height, not_dex, not_str, skeleton, slashing_weapon, standalone_map_boss, undead, very_slow_movement |
Vida
200%
Energy Shield From Life
100%
Ailment Threshold
200%
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 ~ 46
Attack Time
1.605 Second
Damage Spread
±20%
Experiência
200%
Model Size
130%
Type
SkeletonCasterLightningBoss
Metadata
MapSkeletonBossCasterStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nível
68
Vida
278,693
Armadura
28,790
Evasão
4,739
Escudo de Energia
6,127
Damage
851
Dano Mágico
1,270
Precisão
290
Attack Time
1.07535
Experiência
112,805
Ailment Threshold
175,576
Chill
555
Shock
555
Brittle
3,141
Scorch
555
Sap
1,534
The following values are skill base values and do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses, monster base damage(ex: The Maven 150% multiplier), monster rarity bonuses (ex: unique 70% more, unique attack 33% less).
SkeletonSpark
Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
Faísca
Chance de Crítico: 5%
Eficácia do Dano Adicionado: 70%
Tempo de Conjuração: 0.65 seg
Lança faíscas imprevisíveis que se movem aleatoriamente até atingirem um inimigo ou expirarem.
Causa 368.1 a 1106 de Dano de Raio
Duração base é de 3.5 segundos
Dispara 2 Projéteis adicionais
Velocidade de Projéteis aumentada em 25%
base is projectile [1]
Duração base é de 3.5 segundos
Dispara 2 Projéteis adicionais
Velocidade de Projéteis aumentada em 25%
base is projectile [1]
MonsterShockNova
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell, Nova
Nova Elétrica
Chance de Crítico: 3%
Tempo de Conjuração: 0.75 seg
Conjura um anel de Raio ao seu redor, seguido por uma explosão de Raio maior. Cada efeito acerta os inimigos dentro da área com Dano de Raio.
Causa 395.9 a 1190 de Dano de Raio
50% de chance de Eletrizar inimigos
Anel causa 50% menos Dano
active skill area of effect radius +% final [5]
active skill shock effect +% final [20]
is area damage [1]
50% de chance de Eletrizar inimigos
Anel causa 50% menos Dano
active skill area of effect radius +% final [5]
active skill shock effect +% final [20]
is area damage [1]
ThunderskullLightningWarp
Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Triggerable, Movement, Lightning, AreaSpell, Travel, Multicastable, CanRapidFire
Teleporte Relampejante
Chance de Crítico: 5%
Tempo de Conjuração: 1 seg
Recarga: 5 seg
Aguarda por uma tempo antes de teleportar o destino alvo, com a duração sendo baseada na distância e sua velocidade de movimento. Quando o teleporte acontecer, o dano de raio é causado na área ao redor tanto de onde o jogador estava, quanto para onde ele teleportou. Conjurar novamente colocará vários teleportes na fila para acontecer em sequência.
Causa 467 a 1401 de Dano de Raio
Velocidade de Conjuração aumentada em 100%
Duração reduzida em 75%
base skill show average damage instead of dps [1]
is area damage [1]
Velocidade de Conjuração aumentada em 100%
Duração reduzida em 75%
base skill show average damage instead of dps [1]
is area damage [1]
Object Type
version 2 extends "Metadata/Monsters/Skeletons/SkeletonCasterBoss" extends "Metadata/Monsters/StandaloneMapBoss"
Object Type Codes
version 2 extends "Metadata/Monsters/Skeletons/SkeletonCasterBoss" extends "Metadata/Monsters/StandaloneMapBoss"
-- src\Data\Spectres.lua minions["Metadata/Monsters/Skeletons/MapSkeletonBossCasterStandalone"] = { name = "Thunderskull", life = 2, energyShield = 1, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2, damageSpread = 0.2, attackTime = 1.605, attackRange = 46, accuracy = 1, skillList = { "SkeletonSpark", "MonsterShockNova", "ThunderskullLightningWarp", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SkeletonSpark"] = { name = "Spark", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Lightning] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.65, baseFlags = { spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "base_skill_effect_duration", "number_of_additional_projectiles", "base_projectile_speed_+%", "base_is_projectile", }, levels = { [1] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, [2] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3}, cost = { }, }, [3] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3}, cost = { }, }, [4] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3}, cost = { }, }, [5] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3}, cost = { }, }, [6] = {0.5, 1.5, 3500, 2, 25, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3}, cost = { }, }, [7] = {2.2400000095367, 6.7300000190735, 3500, 2, 25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["MonsterShockNova"] = { name = "Shock Nova", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Casts a ring of Lightning around you, followed by a larger Lightning nova. Each effect hits enemies caught in their area with Lightning Damage.", skillTypes = { [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.Lightning] = true, [SkillType.CanRapidFire] = true, [SkillType.AreaSpell] = true, [SkillType.Nova] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 0.75, baseFlags = { area = true, spell = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "newshocknova_first_ring_damage_+%_final", "base_chance_to_shock_%", "active_skill_shock_effect_+%_final", "active_skill_area_of_effect_radius_+%_final", "is_area_damage", }, levels = { [1] = {0.5, 1.5, -50, 50, 20, 5, critChance = 3, levelRequirement = 4, statInterpolation = {3, 3}, cost = { }, }, [2] = {1.460000038147, 4.3899998664856, -50, 50, 20, 5, critChance = 3, levelRequirement = 68, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["ThunderskullLightningWarp"] = { name = "Lightning Warp", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Waits for a duration before teleporting to a targeted destination, with the duration based on the distance and your movement speed. When the teleport occurs, lightning damage is dealt to the area around both where the player was and where they teleported to. Casting again will queue up multiple teleportations to occur in sequence.", skillTypes = { [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Triggerable] = true, [SkillType.Movement] = true, [SkillType.Lightning] = true, [SkillType.AreaSpell] = true, [SkillType.Travel] = true, [SkillType.Multicastable] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "variable_duration_skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_lightning_damage", "spell_maximum_base_lightning_damage", "skill_effect_duration_+%", "base_cast_speed_+%", "base_skill_show_average_damage_instead_of_dps", "is_area_damage", }, levels = { [1] = {0.5, 1.5, -75, 100, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3}, cost = { }, }, }, }
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
corpse cannot be destroyed [1]
Id | MonsterCorpseCannotBeDestroyed |
---|---|
Family | CorpseCannotBeDestroyed |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Crânio Trovejante
Morto-vivo
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]
Raridade dos Itens Derrubados aumentada em 15000%
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Thunderskull
Spectre | N |
---|---|
Tags | bone_armour, bones, Conjurador, elder_map_boss, is_unarmed, medium_height, non_attacking, not_dex, not_str, skeleton, slashing_weapon, undead, very_slow_movement |
Vida
200%
Energy Shield From Life
100%
Ailment Threshold
200%
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 ~ 46
Attack Time
1.605 Second
Damage Spread
±20%
Experiência
200%
Model Size
130%
Type
SkeletonCasterLightningBoss
Metadata
MapSkeletonBossCasterElder_
Object Type
version 2 extends "Metadata/Monsters/Monster" Life { corpse_usable = false } Stats { base_cannot_be_damaged = 1 base_cannot_be_stunned = 1 cannot_be_knocked_back = 1 is_hidden_monster = 1 immune_to_curses = 1 immune_to_auras_from_other_entities = 1 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" BaseEvents { on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Skeletons/MapSkeletonBossCasterElder_"] = { name = "Thunderskull", life = 2, energyShield = 1, fireResist = 40, coldResist = 40, lightningResist = 40, chaosResist = 25, damage = 2, damageSpread = 0.2, attackTime = 1.605, attackRange = 46, accuracy = 1, skillList = { }, modList = { }, }
Monstros concedem Experiência aumentada em 100%
Raridade dos Itens Derrubados aumentada em 15000%
Id | MonsterMapBoss |
---|---|
Family | MonsterMapBoss |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Id | StunRepeatImmunityMapBoss_ |
---|---|
Family | Nothing |
Domains | monstro (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |