Sintético Gélidum


Área: Vacío de la Memoria, Memoria fragmentada, Laboratorio fracturado, Memoria lejana, Córtex, Memoria lejana alterada
Frosal Synthete
Vida
500%
Energy Shield From Life
200%
Armadura
+50%
Ailment Threshold
500%
Resistencia




Damage
150%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 8
Attack Time
1.305 Second
Damage Spread
±20%
Experiencia
200%
Model Size
100%
Type
SynthesisSoulstealer2
Metadata
SynthesisSoulstealer2
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
83
Vida
-160,084
Armadura
138,716
Evasión
7,860
Escudo de energía
153,190
Damage
1,351
Daño de hechizos
1,351
Precisión
1,036
Attack Time
1.305
Experiencia
26,264
Minion Life
-30,504
Minion Energy Shield
29,190
Minion Damage
1,141
Ailment Threshold
160,084
Chill
506
Shock
506
Brittle
2,864
Scorch
506
Sap
1,398
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).
SynthesisSoulstealerProjectileCold
Spell, Projectile, ProjectilesFromUser, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.33 seg
Inflige de 1423 a 2135 de daño de hielo
base is projectile [1]
monster projectile variation [102]
projectile uses contact position [1]
EmptyActionSynthesisColdCascade
Spell
Tiempo de lanzamiento: 3 seg
Tiempo de recarga: 12 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
SynthesisColdCascadeObject
Triggerable, Spell
Tiempo de lanzamiento: 1 seg
SynthesisColdCascadeGeometry
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Inflige de 1050 a 1575 de daño de hielo
is area damage [1]
SynthesisColdRend
Spell, Area, Duration, Projectile, DamageOverTime, Chaos, Multicastable, Triggerable, Trappable, Mineable, Totemable, DegenOnlySpellDamage, AreaSpell
Tiempo de lanzamiento: 1.5 seg
Tiempo de recarga: 8 seg
La duración base es de 1 segundos
Inflige 2058.1 de daño de hielo base por segundo
Dispara 2 proyectiles adicionales
active skill area of effect radius +% final [-50]
active skill projectile speed +% variation final [50]
base is projectile [1]
projectile uses contact position [1]
SynthesisIceSpear
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire
Lanza de hielo
Probabilidad de golpe crítico: 7%
Tiempo de lanzamiento: 2.5 seg
Tiempo de recarga: 10 seg
Lanza esquirlas de hielo en rápida sucesión. Después de viajar una corta distancia, cambian a una segunda forma, que se mueve mucho más rápido y perfora a los enemigos.
Inflige de 631.3 a 946.9 de daño de hielo
La segunda forma tiene la probabilidad de golpe crítico aumentada un 600%
La segunda forma tiene un 1200% más de velocidad de proyectil
base is projectile [1]
projectile random angle based on distance to target location % [15]
projectile uses contact position [1]
skill visual scale +% [-50]
use scaled contact offset [1]

Object Type
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase" Life { on_spawned_alive = "AddAttached( Metadata/Monsters/LeagueSynthesis/BossAttachments/SoulstealerWings1Cold.ao, aux_back_attachment );" on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/deconstruct_epk/deconstruct.epk );" on_death = " Delay( 1.3, { DetachAllOfType( Metadata/Monsters/LeagueSynthesis/BossAttachments/SoulstealerWings1Cold.ao ); } ); AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Synthesis/deconstruct_epk/deconstruct.epk, aux_back_attachment ); " } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Synthesis/general/guardian_deathfx/ice_death.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Synthesis/general/cold/cold_iceSpear_pierce.ao" } Animated { on_event_DeathEffect01_for_death_unarmed_01 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/deconstruct_epk/deconstruct.epk );" on_event_DeathEffect02_for_death_unarmed_02 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/deconstruct_epk/deconstruct.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueSynthesis/SynthesisSoulstealer2"] = { name = "Frosal Synthete", life = 5, energyShield = 2, fireResist = 0, coldResist = 85, lightningResist = 0, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.305, attackRange = 8, accuracy = 1, skillList = { "SynthesisIceSpear", "SynthesisSoulstealerProjectileCold", "SynthesisColdCascadeGeometry", "EmptyActionSynthesisColdCascade", "SynthesisColdCascadeObject", "SynthesisColdRend", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SynthesisIceSpear"] = { name = "Ice Spear", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "ice_spear_second_form_critical_strike_chance_+%", "ice_spear_second_form_projectile_speed_+%_final", "projectile_random_angle_based_on_distance_to_target_location_%", "skill_visual_scale_+%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 600, 1200, 15, -50, critChance = 7, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisSoulstealerProjectileCold"] = { name = "SynthesisSoulstealerProjectileCold", 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.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 102, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisColdCascadeGeometry"] = { name = "SynthesisColdCascadeGeometry", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSynthesisColdCascade"] = { name = "EmptyActionSynthesisColdCascade", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisColdCascadeObject"] = { name = "SynthesisColdCascadeObject", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisColdRend"] = { name = "SynthesisColdRend", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Projectile] = true, [SkillType.DamageOverTime] = true, [SkillType.Chaos] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.DegenOnlySpellDamage] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { area = true, spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_cold_damage_to_deal_per_minute", "number_of_additional_projectiles", "active_skill_projectile_speed_+%_variation_final", "active_skill_area_of_effect_radius_+%_final", "base_skill_effect_duration", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {2.5, 2, 50, -50, 1000, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, }, }
Id | MonsterTagSynthesised |
---|---|
Family | MonsterTag |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Adds Tags | synthesised_monster |
Sintético Gélidum


Frosal Synthete
Spectre | Y |
---|---|
Tags | Lanzador de hechizos, cold_affinity, construct, fast_movement, humanoid, is_unarmed, mud_blood, not_dex, ranged, stone_armour, synthesised_monster |
Vida
360%
Energy Shield From Life
200%
Armadura
+50%
Ailment Threshold
360%
Resistencia




Damage
150%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 8
Attack Time
1.305 Second
Damage Spread
±20%
Experiencia
200%
Model Size
100%
Type
SynthesisSoulstealer2Spectre
Metadata
SynthesisSoulstealer2Spectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
-23,160
Armadura
43,185
Evasión
4,739
Escudo de energía
44,114
Damage
560
Daño de hechizos
560
Precisión
580
Attack Time
1.305
Experiencia
20,510
Minion Life
-5,024
Minion Energy Shield
9,569
Minion Damage
447
Ailment Threshold
23,160
Chill
73
Shock
73
Brittle
414
Scorch
73
Sap
202
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).
SynthesisSoulstealerProjectileCold
Spell, Projectile, ProjectilesFromUser, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.33 seg
Inflige de 813.4 a 1220 de daño de hielo
base is projectile [1]
monster projectile variation [102]
projectile uses contact position [1]
EmptyActionSynthesisColdCascade
Spell
Tiempo de lanzamiento: 3 seg
Tiempo de recarga: 12 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
SynthesisColdCascadeObject
Triggerable, Spell
Tiempo de lanzamiento: 1 seg
SynthesisColdCascadeGeometry
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Inflige de 550.6 a 825.8 de daño de hielo
is area damage [1]
SynthesisColdRend
Spell, Area, Duration, Projectile, DamageOverTime, Chaos, Multicastable, Triggerable, Trappable, Mineable, Totemable, DegenOnlySpellDamage, AreaSpell
Tiempo de lanzamiento: 1.5 seg
Tiempo de recarga: 8 seg
La duración base es de 1 segundos
Inflige 1063.5 de daño de hielo base por segundo
Dispara 2 proyectiles adicionales
active skill area of effect radius +% final [-50]
active skill projectile speed +% variation final [50]
base is projectile [1]
projectile uses contact position [1]
SynthesisIceSpear
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire
Lanza de hielo
Probabilidad de golpe crítico: 7%
Tiempo de lanzamiento: 2.5 seg
Tiempo de recarga: 10 seg
Lanza esquirlas de hielo en rápida sucesión. Después de viajar una corta distancia, cambian a una segunda forma, que se mueve mucho más rápido y perfora a los enemigos.
Inflige de 366 a 549.1 de daño de hielo
La segunda forma tiene la probabilidad de golpe crítico aumentada un 600%
La segunda forma tiene un 1200% más de velocidad de proyectil
base is projectile [1]
projectile random angle based on distance to target location % [15]
projectile uses contact position [1]
skill visual scale +% [-50]
use scaled contact offset [1]

Object Type
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBaseSpectre"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBaseSpectre" Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Synthesis/general/cold/cold_iceSpear_pierce.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueSynthesis/SynthesisSoulstealer2Spectre"] = { name = "Frosal Synthete", life = 3.6, energyShield = 2, fireResist = 0, coldResist = 85, lightningResist = 0, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.305, attackRange = 8, accuracy = 1, skillList = { "SynthesisIceSpear", "SynthesisSoulstealerProjectileCold", "SynthesisColdCascadeGeometry", "EmptyActionSynthesisColdCascade", "SynthesisColdCascadeObject", "SynthesisColdRend", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SynthesisIceSpear"] = { name = "Ice Spear", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "ice_spear_second_form_critical_strike_chance_+%", "ice_spear_second_form_projectile_speed_+%_final", "projectile_random_angle_based_on_distance_to_target_location_%", "skill_visual_scale_+%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 600, 1200, 15, -50, critChance = 7, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisSoulstealerProjectileCold"] = { name = "SynthesisSoulstealerProjectileCold", 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.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 102, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisColdCascadeGeometry"] = { name = "SynthesisColdCascadeGeometry", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSynthesisColdCascade"] = { name = "EmptyActionSynthesisColdCascade", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisColdCascadeObject"] = { name = "SynthesisColdCascadeObject", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisColdRend"] = { name = "SynthesisColdRend", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Projectile] = true, [SkillType.DamageOverTime] = true, [SkillType.Chaos] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.DegenOnlySpellDamage] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { area = true, spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_cold_damage_to_deal_per_minute", "number_of_additional_projectiles", "active_skill_projectile_speed_+%_variation_final", "active_skill_area_of_effect_radius_+%_final", "base_skill_effect_duration", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {2.5, 2, 50, -50, 1000, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, }, }
Id | MonsterTagSynthesised |
---|---|
Family | MonsterTag |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Adds Tags | synthesised_monster |
Sintético Gélidum


Frosal Synthete
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/LeagueSynthesis/SynthesisSoulstealer2Spectre |
Area | Laboratorio fracturado, Memoria lejana, Córtex, Memoria lejana alterada |
Tags | Lanzador de hechizos, cold_affinity, construct, fast_movement, humanoid, is_unarmed, medium_height, mud_blood, not_dex, ranged, stone_armour, synthesised_monster |
Vida
500%
Energy Shield From Life
200%
Armadura
+50%
Ailment Threshold
500%
Resistencia




Damage
150%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 8
Attack Time
1.305 Second
Damage Spread
±20%
Experiencia
200%
Model Size
100%
Type
SynthesisSoulstealer2
Metadata
SynthesisSoulstealer2Spawned_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
79
Vida
-101,102
Armadura
101,985
Evasión
6,892
Escudo de energía
120,360
Damage
1,073
Daño de hechizos
1,073
Precisión
888
Attack Time
1.305
Experiencia
25,098
Minion Life
-19,933
Minion Energy Shield
23,730
Minion Damage
892
Ailment Threshold
101,102
Chill
320
Shock
320
Brittle
1,809
Scorch
320
Sap
883
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).
SynthesisSoulstealerProjectileCold
Spell, Projectile, ProjectilesFromUser, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.33 seg
Inflige de 1226 a 1839 de daño de hielo
base is projectile [1]
monster projectile variation [102]
projectile uses contact position [1]
EmptyActionSynthesisColdCascade
Spell
Tiempo de lanzamiento: 3 seg
Tiempo de recarga: 12 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
SynthesisColdCascadeObject
Triggerable, Spell
Tiempo de lanzamiento: 1 seg
SynthesisColdCascadeGeometry
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Inflige de 884.1 a 1326 de daño de hielo
is area damage [1]
SynthesisColdRend
Spell, Area, Duration, Projectile, DamageOverTime, Chaos, Multicastable, Triggerable, Trappable, Mineable, Totemable, DegenOnlySpellDamage, AreaSpell
Tiempo de lanzamiento: 1.5 seg
Tiempo de recarga: 8 seg
La duración base es de 1 segundos
Inflige 1725.8 de daño de hielo base por segundo
Dispara 2 proyectiles adicionales
active skill area of effect radius +% final [-50]
active skill projectile speed +% variation final [50]
base is projectile [1]
projectile uses contact position [1]
SynthesisIceSpear
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire
Lanza de hielo
Probabilidad de golpe crítico: 7%
Tiempo de lanzamiento: 2.5 seg
Tiempo de recarga: 10 seg
Lanza esquirlas de hielo en rápida sucesión. Después de viajar una corta distancia, cambian a una segunda forma, que se mueve mucho más rápido y perfora a los enemigos.
Inflige de 545.9 a 818.8 de daño de hielo
La segunda forma tiene la probabilidad de golpe crítico aumentada un 600%
La segunda forma tiene un 1200% más de velocidad de proyectil
base is projectile [1]
projectile random angle based on distance to target location % [15]
projectile uses contact position [1]
skill visual scale +% [-50]
use scaled contact offset [1]

Object Type
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBaseSink"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBaseSink" Life { on_spawned_alive = "AddAttached( Metadata/Monsters/LeagueSynthesis/BossAttachments/SoulstealerWings1Cold.ao, aux_back_attachment );" on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/deconstruct_epk/deconstruct.epk );" on_death = " Delay( 1.3, { DetachAllOfType( Metadata/Monsters/LeagueSynthesis/BossAttachments/SoulstealerWings1Cold.ao ); } ); AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Synthesis/deconstruct_epk/deconstruct.epk, aux_back_attachment ); " } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Synthesis/general/cold/cold_iceSpear_pierce.ao" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueSynthesis/SynthesisSoulstealer2Spawned_"] = { name = "Frosal Synthete", life = 5, energyShield = 2, fireResist = 0, coldResist = 85, lightningResist = 0, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.305, attackRange = 8, accuracy = 1, skillList = { "SynthesisIceSpear", "SynthesisSoulstealerProjectileCold", "SynthesisColdCascadeGeometry", "EmptyActionSynthesisColdCascade", "SynthesisColdCascadeObject", "SynthesisColdRend", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SynthesisIceSpear"] = { name = "Ice Spear", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "ice_spear_second_form_critical_strike_chance_+%", "ice_spear_second_form_projectile_speed_+%_final", "projectile_random_angle_based_on_distance_to_target_location_%", "skill_visual_scale_+%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 600, 1200, 15, -50, critChance = 7, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisSoulstealerProjectileCold"] = { name = "SynthesisSoulstealerProjectileCold", 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.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 102, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisColdCascadeGeometry"] = { name = "SynthesisColdCascadeGeometry", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSynthesisColdCascade"] = { name = "EmptyActionSynthesisColdCascade", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisColdCascadeObject"] = { name = "SynthesisColdCascadeObject", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisColdRend"] = { name = "SynthesisColdRend", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Projectile] = true, [SkillType.DamageOverTime] = true, [SkillType.Chaos] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.DegenOnlySpellDamage] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { area = true, spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_cold_damage_to_deal_per_minute", "number_of_additional_projectiles", "active_skill_projectile_speed_+%_variation_final", "active_skill_area_of_effect_radius_+%_final", "base_skill_effect_duration", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {2.5, 2, 50, -50, 1000, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, }, }
Id | MonsterTagSynthesised |
---|---|
Family | MonsterTag |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Adds Tags | synthesised_monster |
Sintético Gélidum


dropped items are fractured per item chance % [20]
Frosal Synthete
Spectre | Y |
---|---|
Tags | Lanzador de hechizos, cold_affinity, construct, fast_movement, humanoid, is_unarmed, medium_height, mud_blood, not_dex, stone_armour, synthesised_monster |
Packs |
Vida
500%
Energy Shield From Life
200%
Armadura
+50%
Ailment Threshold
500%
Resistencia




Damage
150%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 8
Attack Time
1.305 Second
Damage Spread
±20%
Experiencia
200%
Model Size
100%
Type
SynthesisSoulstealer2
Metadata
SynthesisSoulstealer2Necropolis
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
-32,167
Armadura
43,185
Evasión
4,739
Escudo de energía
61,270
Damage
560
Daño de hechizos
560
Precisión
580
Attack Time
1.305
Experiencia
20,510
Minion Life
-6,977
Minion Energy Shield
13,290
Minion Damage
447
Ailment Threshold
32,167
Chill
102
Shock
102
Brittle
575
Scorch
102
Sap
281
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).
SynthesisSoulstealerProjectileCold
Spell, Projectile, ProjectilesFromUser, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1.33 seg
Inflige de 813.4 a 1220 de daño de hielo
base is projectile [1]
monster projectile variation [102]
projectile uses contact position [1]
EmptyActionSynthesisColdCascade
Spell
Tiempo de lanzamiento: 3 seg
Tiempo de recarga: 12 seg
skill cannot be knocked back [1]
skill cannot be stunned [1]
SynthesisColdCascadeObject
Triggerable, Spell
Tiempo de lanzamiento: 1 seg
SynthesisColdCascadeGeometry
Spell, Triggerable
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Inflige de 550.6 a 825.8 de daño de hielo
is area damage [1]
SynthesisColdRend
Spell, Area, Duration, Projectile, DamageOverTime, Chaos, Multicastable, Triggerable, Trappable, Mineable, Totemable, DegenOnlySpellDamage, AreaSpell
Tiempo de lanzamiento: 1.5 seg
Tiempo de recarga: 8 seg
La duración base es de 1 segundos
Inflige 1063.5 de daño de hielo base por segundo
Dispara 2 proyectiles adicionales
active skill area of effect radius +% final [-50]
active skill projectile speed +% variation final [50]
base is projectile [1]
projectile uses contact position [1]
SynthesisIceSpear
Spell, Projectile, ProjectilesFromUser, Damage, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire
Lanza de hielo
Probabilidad de golpe crítico: 7%
Tiempo de lanzamiento: 2.5 seg
Tiempo de recarga: 10 seg
Lanza esquirlas de hielo en rápida sucesión. Después de viajar una corta distancia, cambian a una segunda forma, que se mueve mucho más rápido y perfora a los enemigos.
Inflige de 366 a 549.1 de daño de hielo
La segunda forma tiene la probabilidad de golpe crítico aumentada un 600%
La segunda forma tiene un 1200% más de velocidad de proyectil
base is projectile [1]
projectile random angle based on distance to target location % [15]
projectile uses contact position [1]
skill visual scale +% [-50]
use scaled contact offset [1]

Object Type
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase"
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueSynthesis/SynthesisMonsterBase" Life { on_spawned_alive = "AddAttached( Metadata/Monsters/LeagueSynthesis/BossAttachments/SoulstealerWings1Cold.ao, aux_back_attachment );" on_spawned_dead = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/deconstruct_epk/deconstruct.epk );" on_death = " Delay( 1.3, { DetachAllOfType( Metadata/Monsters/LeagueSynthesis/BossAttachments/SoulstealerWings1Cold.ao ); } ); AddEffectPackAttached( Metadata/Effects/Spells/monsters_effects/League_Synthesis/deconstruct_epk/deconstruct.epk, aux_back_attachment ); " } Preload { preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Synthesis/general/guardian_deathfx/ice_death.ao" preload_animated_object = "Metadata/Effects/Spells/monsters_effects/League_Synthesis/general/cold/cold_iceSpear_pierce.ao" } Animated { on_event_DeathEffect01_for_death_unarmed_01 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/deconstruct_epk/deconstruct.epk );" on_event_DeathEffect02_for_death_unarmed_02 = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/League_Synthesis/deconstruct_epk/deconstruct.epk );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueNecropolis/SynthesisSoulstealer2Necropolis"] = { name = "Frosal Synthete", life = 5, energyShield = 2, fireResist = 0, coldResist = 85, lightningResist = 0, chaosResist = 0, damage = 1.5, damageSpread = 0.2, attackTime = 1.305, attackRange = 8, accuracy = 1, skillList = { "SynthesisIceSpear", "SynthesisSoulstealerProjectileCold", "SynthesisColdCascadeGeometry", "EmptyActionSynthesisColdCascade", "SynthesisColdCascadeObject", "SynthesisColdRend", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["SynthesisIceSpear"] = { name = "Ice Spear", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Launches shards of ice in rapid succession. After travelling a short distance they change to a second form, which moves much faster and pierces through enemies.", skillTypes = { [SkillType.Spell] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Cold] = true, [SkillType.CanRapidFire] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 2.5, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "ice_spear_second_form_critical_strike_chance_+%", "ice_spear_second_form_projectile_speed_+%_final", "projectile_random_angle_based_on_distance_to_target_location_%", "skill_visual_scale_+%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 600, 1200, 15, -50, critChance = 7, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisSoulstealerProjectileCold"] = { name = "SynthesisSoulstealerProjectileCold", 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.33, baseFlags = { spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "monster_projectile_variation", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {0.80000001192093, 1.2000000476837, 102, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisColdCascadeGeometry"] = { name = "SynthesisColdCascadeGeometry", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, area = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_minimum_base_cold_damage", "spell_maximum_base_cold_damage", "is_area_damage", }, levels = { [1] = {0.80000001192093, 1.2000000476837, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["EmptyActionSynthesisColdCascade"] = { name = "EmptyActionSynthesisColdCascade", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 3, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_cannot_be_stunned", "skill_cannot_be_knocked_back", }, levels = { [1] = {levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisColdCascadeObject"] = { name = "SynthesisColdCascadeObject", hidden = true, color = "4", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Triggerable] = true, [SkillType.Spell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { spell = true, }, baseMods = { }, qualityStats = { }, stats = { }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SynthesisColdRend"] = { name = "SynthesisColdRend", hidden = true, color = "3", baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Spell] = true, [SkillType.Area] = true, [SkillType.Duration] = true, [SkillType.Projectile] = true, [SkillType.DamageOverTime] = true, [SkillType.Chaos] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.DegenOnlySpellDamage] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { area = true, spell = true, projectile = true, duration = true, }, baseMods = { }, qualityStats = { }, stats = { "base_cold_damage_to_deal_per_minute", "number_of_additional_projectiles", "active_skill_projectile_speed_+%_variation_final", "active_skill_area_of_effect_radius_+%_final", "base_skill_effect_duration", "base_is_projectile", "projectile_uses_contact_position", }, levels = { [1] = {2.5, 2, 50, -50, 1000, levelRequirement = 1, statInterpolation = {3}, cost = { }, }, }, }
Id | MonsterTagSynthesised |
---|---|
Family | MonsterTag |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Adds Tags | synthesised_monster |
dropped items are fractured per item chance % [20]
Id | NecropolisConvertToFracturedChance2 |
---|---|
Family | ConvertToFracturedChance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.