Ser de Tul
Demonio
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
It of Tul
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/Miner/MinerBreachColdSpectre |
End Game | Ganas el 100% del daño físico como daño de hielo extra |
Tags | bludgeoning_weapon, breach_monster_cold, cold_affinity, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, no_pantheon_mod, physical_affinity, red_blood, very_slow_movement |
Packs |
Vida
118%
Ailment Threshold
118%
Resistencia
0 40 0 0
Damage
105%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.395 Second
Damage Spread
±20%
Experiencia
100%
Model Size
115%
Type
BreachMinerColdNormal
Metadata
MinerBreachColdNormal
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
7,591
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
392
Daño de hechizos
392
Precisión
290
Attack Time
1.395
Experiencia
10,255
Ailment Threshold
7,591
Chill
24
Shock
24
Brittle
136
Scorch
24
Sap
66
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 314–471
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BreachFrostBlades
Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
Filos de escarcha
Base Damage: 314–471
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Tiempo de recarga: 2 seg
Ataca a los enemigos con alcance aumentado y lanza filos de escarcha desde el primer enemigo golpeado que vuelan hacia otros enemigos. Requiere un arma cuerpo a cuerpo.
Inflige un 25% más de daño
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "Emerge" } BaseEvents { set_is_small_breach_monster = true }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Render { //turn_duration = 0.4 } SoundParameterBreach { parameter = "BreachEdgeDist" distance_start = 0.0 distance_end = 10.0 value_start = 0.0 value_end = 10.0 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Miner/MinerBreachColdNormal"] = { name = "It of Tul", life = 1.18, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.05, damageSpread = 0.2, attackTime = 1.395, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "MeleeAtAnimationSpeed", "BreachFrostBlades", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachFrostBlades"] = { name = "Frost Blades", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_cold", "melee_weapon_range_+", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
stance movement speed +% final [280]
Id | StanceMinerRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Ser de Tul
Demonio
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
It of Tul
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/Miner/MinerBreachColdSpectre |
End Game | Ganas el 100% del daño físico como daño de hielo extra |
Tags | bludgeoning_weapon, breach_monster_cold, cold_affinity, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, no_pantheon_mod, physical_affinity, red_blood, very_slow_movement |
Packs |
Vida
170%
Ailment Threshold
170%
Resistencia
0 40 0 0
Damage
140%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.395 Second
Damage Spread
±20%
Experiencia
100%
Model Size
115%
Type
BreachMinerCold
Metadata
MinerBreachCold
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
10,937
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
523
Daño de hechizos
523
Precisión
290
Attack Time
1.395
Experiencia
10,255
Ailment Threshold
10,937
Chill
35
Shock
35
Brittle
196
Scorch
35
Sap
96
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 418–628
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BreachFrostBlades
Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
Filos de escarcha
Base Damage: 418–628
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Tiempo de recarga: 2 seg
Ataca a los enemigos con alcance aumentado y lanza filos de escarcha desde el primer enemigo golpeado que vuelan hacia otros enemigos. Requiere un arma cuerpo a cuerpo.
Inflige un 25% más de daño
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "Emerge" } BaseEvents { set_is_small_breach_monster = true }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Render { //turn_duration = 0.4 } SoundParameterBreach { parameter = "BreachEdgeDist" distance_start = 0.0 distance_end = 10.0 value_start = 0.0 value_end = 10.0 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Miner/MinerBreachCold"] = { name = "It of Tul", life = 1.7, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.4, damageSpread = 0.2, attackTime = 1.395, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "MeleeAtAnimationSpeed", "BreachFrostBlades", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachFrostBlades"] = { name = "Frost Blades", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_cold", "melee_weapon_range_+", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
stance movement speed +% final [280]
Id | StanceMinerRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Ser de Tul
Demonio
Área: Dominio de Tul
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
It of Tul
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/Miner/MinerBreachColdSpectre |
Area | Dominio de Tul, Dominio de Tul, Dominio de Tul, Dominio de Tul, Dominio de Tul |
End Game | Ganas el 100% del daño físico como daño de hielo extra |
Tags | bludgeoning_weapon, cold_affinity, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, no_pantheon_mod, physical_affinity, red_blood, very_slow_movement |
Packs |
Vida
468%
Ailment Threshold
468%
Resistencia
0 40 0 0
Damage
140%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.395 Second
Damage Spread
±20%
Experiencia
100%
Model Size
115%
Type
BreachMinerColdMap
Metadata
MinerBreachColdMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
84
Vida
165,181
Armadura
99,834
Evasión
8,120
Escudo de energía
0
Damage
1,334
Daño de hechizos
1,334
Precisión
538
Attack Time
1.395
Experiencia
13,250
Ailment Threshold
165,181
Chill
522
Shock
522
Brittle
2,955
Scorch
522
Sap
1,443
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 1068–1601
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BreachFrostBlades
Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
Filos de escarcha
Base Damage: 1068–1601
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Tiempo de recarga: 2 seg
Ataca a los enemigos con alcance aumentado y lanza filos de escarcha desde el primer enemigo golpeado que vuelan hacia otros enemigos. Requiere un arma cuerpo a cuerpo.
Inflige un 25% más de daño
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "Emerge" } BaseEvents { set_is_small_breach_monster = true }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Render { //turn_duration = 0.4 } SoundParameterBreach { parameter = "BreachEdgeDist" distance_start = 0.0 distance_end = 10.0 value_start = 0.0 value_end = 10.0 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Miner/MinerBreachColdMap"] = { name = "It of Tul", life = 4.68, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.4, damageSpread = 0.2, attackTime = 1.395, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "MeleeAtAnimationSpeed", "BreachFrostBlades", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachFrostBlades"] = { name = "Frost Blades", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_cold", "melee_weapon_range_+", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
stance movement speed +% final [280]
Id | StanceMinerRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Ser de Tul
Demonio
stance movement speed +% final [280]
It of Tul
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/Miner/MinerBreachColdSpectre |
End Game | Ganas el 100% del daño físico como daño de hielo extra |
Tags | bludgeoning_weapon, cold_affinity, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, no_pantheon_mod, physical_affinity, red_blood, very_slow_movement |
Packs |
Vida
468%
Ailment Threshold
468%
Resistencia
0 40 0 0
Damage
140%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.395 Second
Damage Spread
±20%
Experiencia
100%
Model Size
115%
Type
BreachMinerColdMap
Metadata
MinerBreachColdMapStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
30,108
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
523
Daño de hechizos
523
Precisión
290
Attack Time
1.395
Experiencia
10,255
Ailment Threshold
30,108
Chill
95
Shock
95
Brittle
539
Scorch
95
Sap
263
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 418–628
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BreachFrostBlades
Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
Filos de escarcha
Base Damage: 418–628
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Tiempo de recarga: 2 seg
Ataca a los enemigos con alcance aumentado y lanza filos de escarcha desde el primer enemigo golpeado que vuelan hacia otros enemigos. Requiere un arma cuerpo a cuerpo.
Inflige un 25% más de daño
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone" Render { //turn_duration = 0.4 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Miner/MinerBreachColdMapStandalone"] = { name = "It of Tul", life = 4.68, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.4, damageSpread = 0.2, attackTime = 1.395, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "MeleeAtAnimationSpeed", "BreachFrostBlades", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachFrostBlades"] = { name = "Frost Blades", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_cold", "melee_weapon_range_+", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
stance movement speed +% final [280]
Id | StanceMinerRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Ser de Tul
Demonio
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
It of Tul
Spectre | Y |
---|---|
End Game | Ganas el 100% del daño físico como daño de hielo extra |
Tags | bludgeoning_weapon, cold_affinity, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, humanoid, melee, no_bloodlines, no_pantheon_mod, physical_affinity, red_blood, very_slow_movement |
Vida
360%
Ailment Threshold
360%
Resistencia
0 40 0 0
Damage
140%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.395 Second
Damage Spread
±20%
Experiencia
100%
Model Size
115%
Type
BreachMinerColdMapSpectre
Metadata
MinerBreachColdSpectre
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
23,160
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
523
Daño de hechizos
523
Precisión
290
Attack Time
1.395
Experiencia
10,255
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 418–628
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BreachFrostBlades
Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
Filos de escarcha
Base Damage: 418–628
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Tiempo de recarga: 2 seg
Ataca a los enemigos con alcance aumentado y lanza filos de escarcha desde el primer enemigo golpeado que vuelan hacia otros enemigos. Requiere un arma cuerpo a cuerpo.
Inflige un 25% más de daño
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonsterSpectre" Render { //turn_duration = 0.4 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Miner/MinerBreachColdSpectre"] = { name = "It of Tul", life = 3.6, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.4, damageSpread = 0.2, attackTime = 1.395, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "MeleeAtAnimationSpeed", "BreachFrostBlades", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachFrostBlades"] = { name = "Frost Blades", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_cold", "melee_weapon_range_+", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
stance movement speed +% final [280]
Id | StanceMinerRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Ser de Tul
Demonio
monster no drops or experience [1]
cannot be used as minion [1]
stance movement speed +% final [280]
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be used as minion [1]
stance movement speed +% final [280]
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
It of Tul
Spectre | N |
---|---|
End Game | Ganas el 100% del daño físico como daño de hielo extra |
Tags | bludgeoning_weapon, cold_affinity, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, no_pantheon_mod, physical_affinity, red_blood, unusable_corpse, very_slow_movement |
Vida
3375%
Ailment Threshold
3375%
Resistencia
20 20 20 0
Damage
210%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.395 Second
Damage Spread
±20%
Experiencia
150%
Model Size
115%
Type
BreachMinerColsSpawner
Metadata
MinerBreachColdSpawner
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
217,126
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
784
Daño de hechizos
784
Precisión
290
Attack Time
1.395
Experiencia
15,383
Ailment Threshold
217,126
Chill
687
Shock
687
Brittle
3,884
Scorch
687
Sap
1,897
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 628–941
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BreachFrostBlades
Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
Filos de escarcha
Base Damage: 628–941
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Tiempo de recarga: 2 seg
Ataca a los enemigos con alcance aumentado y lanza filos de escarcha desde el primer enemigo golpeado que vuelan hacia otros enemigos. Requiere un arma cuerpo a cuerpo.
Inflige un 25% más de daño
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.4 } SoundParameterBreach { parameter = "BreachEdgeDist" distance_start = 0.0 distance_end = 10.0 value_start = 0.0 value_end = 10.0 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Miner/MinerBreachColdSpawner"] = { name = "It of Tul", life = 33.75, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 2.1, damageSpread = 0.2, attackTime = 1.395, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "MeleeAtAnimationSpeed", "BreachFrostBlades", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachFrostBlades"] = { name = "Frost Blades", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_cold", "melee_weapon_range_+", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be used as minion [1]
Id | CannotBeUsedAsMinion |
---|---|
Family | CannotBeUsedAsMinion |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
stance movement speed +% final [280]
Id | StanceMinerRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
Id | ChimeraMinionFerocity |
---|---|
Family | ChimeraMinionFerocity |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage attack speed |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Ser de Tul
Demonio
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
It of Tul
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/Miner/MinerBreachColdSpectre |
End Game | Ganas el 100% del daño físico como daño de hielo extra |
Tags | bludgeoning_weapon, breach_monster_cold, cold_affinity, demon, flesh_armour, has_one_hand_axe, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, no_pantheon_mod, physical_affinity, red_blood, very_slow_movement |
Packs |
Vida
118%
Ailment Threshold
118%
Resistencia
0 40 0 0
Damage
105%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.395 Second
Damage Spread
±20%
Experiencia
100%
Model Size
115%
Type
BreachMinerColdNormal
Metadata
MinerBreach2ColdNormal
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
7,591
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
392
Daño de hechizos
392
Precisión
290
Attack Time
1.395
Experiencia
10,255
Ailment Threshold
7,591
Chill
24
Shock
24
Brittle
136
Scorch
24
Sap
66
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 314–471
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BreachFrostBlades
Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
Filos de escarcha
Base Damage: 314–471
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Tiempo de recarga: 2 seg
Ataca a los enemigos con alcance aumentado y lanza filos de escarcha desde el primer enemigo golpeado que vuelan hacia otros enemigos. Requiere un arma cuerpo a cuerpo.
Inflige un 25% más de daño
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "Emerge" } BaseEvents { set_is_small_breach_monster = true }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Render { //turn_duration = 0.4 } SoundParameterBreach { parameter = "BreachEdgeDist" distance_start = 0.0 distance_end = 10.0 value_start = 0.0 value_end = 10.0 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Miner/MinerBreach2ColdNormal"] = { name = "It of Tul", life = 1.18, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.05, damageSpread = 0.2, attackTime = 1.395, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Axe", skillList = { "MeleeAtAnimationSpeed", "BreachFrostBlades", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachFrostBlades"] = { name = "Frost Blades", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_cold", "melee_weapon_range_+", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
stance movement speed +% final [280]
Id | StanceMinerRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Ser de Tul
Demonio
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
It of Tul
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/Miner/MinerBreachColdSpectre |
End Game | Ganas el 100% del daño físico como daño de hielo extra |
Tags | bludgeoning_weapon, breach_monster_cold, cold_affinity, demon, flesh_armour, has_one_hand_axe, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, no_pantheon_mod, physical_affinity, red_blood, very_slow_movement |
Packs |
Vida
170%
Ailment Threshold
170%
Resistencia
0 40 0 0
Damage
140%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.395 Second
Damage Spread
±20%
Experiencia
100%
Model Size
115%
Type
BreachMinerCold
Metadata
MinerBreach2Cold
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
10,937
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
523
Daño de hechizos
523
Precisión
290
Attack Time
1.395
Experiencia
10,255
Ailment Threshold
10,937
Chill
35
Shock
35
Brittle
196
Scorch
35
Sap
96
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 418–628
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BreachFrostBlades
Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
Filos de escarcha
Base Damage: 418–628
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Tiempo de recarga: 2 seg
Ataca a los enemigos con alcance aumentado y lanza filos de escarcha desde el primer enemigo golpeado que vuelan hacia otros enemigos. Requiere un arma cuerpo a cuerpo.
Inflige un 25% más de daño
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "Emerge" } BaseEvents { set_is_small_breach_monster = true }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Render { //turn_duration = 0.4 } SoundParameterBreach { parameter = "BreachEdgeDist" distance_start = 0.0 distance_end = 10.0 value_start = 0.0 value_end = 10.0 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Miner/MinerBreach2Cold"] = { name = "It of Tul", life = 1.7, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.4, damageSpread = 0.2, attackTime = 1.395, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Axe", skillList = { "MeleeAtAnimationSpeed", "BreachFrostBlades", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachFrostBlades"] = { name = "Frost Blades", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_cold", "melee_weapon_range_+", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
stance movement speed +% final [280]
Id | StanceMinerRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Ser de Tul
Demonio
Área: Dominio de Tul
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
It of Tul
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/Miner/MinerBreachColdSpectre |
Area | Dominio de Tul, Dominio de Tul, Dominio de Tul, Dominio de Tul, Dominio de Tul |
End Game | Ganas el 100% del daño físico como daño de hielo extra |
Tags | bludgeoning_weapon, cold_affinity, demon, flesh_armour, has_one_hand_axe, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, no_pantheon_mod, physical_affinity, red_blood, very_slow_movement |
Packs |
Vida
468%
Ailment Threshold
468%
Resistencia
0 40 0 0
Damage
140%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.395 Second
Damage Spread
±20%
Experiencia
100%
Model Size
115%
Type
BreachMinerColdMap
Metadata
MinerBreach2ColdMap
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
84
Vida
165,181
Armadura
99,834
Evasión
8,120
Escudo de energía
0
Damage
1,334
Daño de hechizos
1,334
Precisión
538
Attack Time
1.395
Experiencia
13,250
Ailment Threshold
165,181
Chill
522
Shock
522
Brittle
2,955
Scorch
522
Sap
1,443
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 1068–1601
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BreachFrostBlades
Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
Filos de escarcha
Base Damage: 1068–1601
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Tiempo de recarga: 2 seg
Ataca a los enemigos con alcance aumentado y lanza filos de escarcha desde el primer enemigo golpeado que vuelan hacia otros enemigos. Requiere un arma cuerpo a cuerpo.
Inflige un 25% más de daño
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "Emerge" } BaseEvents { set_is_small_breach_monster = true }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonster" Render { //turn_duration = 0.4 } SoundParameterBreach { parameter = "BreachEdgeDist" distance_start = 0.0 distance_end = 10.0 value_start = 0.0 value_end = 10.0 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Miner/MinerBreach2ColdMap"] = { name = "It of Tul", life = 4.68, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.4, damageSpread = 0.2, attackTime = 1.395, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Axe", skillList = { "MeleeAtAnimationSpeed", "BreachFrostBlades", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachFrostBlades"] = { name = "Frost Blades", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_cold", "melee_weapon_range_+", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
stance movement speed +% final [280]
Id | StanceMinerRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Ser de Tul
Demonio
stance movement speed +% final [280]
It of Tul
Spectre | Y |
---|---|
Spectre Override | Metadata/Monsters/Miner/MinerBreachColdSpectre |
End Game | Ganas el 100% del daño físico como daño de hielo extra |
Tags | bludgeoning_weapon, cold_affinity, demon, flesh_armour, has_one_hand_axe, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, no_pantheon_mod, physical_affinity, red_blood, very_slow_movement |
Packs |
Vida
468%
Ailment Threshold
468%
Resistencia
0 40 0 0
Damage
140%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.395 Second
Damage Spread
±20%
Experiencia
100%
Model Size
115%
Type
BreachMinerColdMap
Metadata
MinerBreach2ColdMapStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
30,108
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
523
Daño de hechizos
523
Precisión
290
Attack Time
1.395
Experiencia
10,255
Ailment Threshold
30,108
Chill
95
Shock
95
Brittle
539
Scorch
95
Sap
263
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 418–628
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BreachFrostBlades
Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
Filos de escarcha
Base Damage: 418–628
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Tiempo de recarga: 2 seg
Ataca a los enemigos con alcance aumentado y lanza filos de escarcha desde el primer enemigo golpeado que vuelan hacia otros enemigos. Requiere un arma cuerpo a cuerpo.
Inflige un 25% más de daño
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/BreachBosses/BreachMonsterStandalone" Render { //turn_duration = 0.4 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Miner/MinerBreach2ColdMapStandalone"] = { name = "It of Tul", life = 4.68, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.4, damageSpread = 0.2, attackTime = 1.395, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Axe", skillList = { "MeleeAtAnimationSpeed", "BreachFrostBlades", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachFrostBlades"] = { name = "Frost Blades", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_cold", "melee_weapon_range_+", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
stance movement speed +% final [280]
Id | StanceMinerRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Ser de Tul
Demonio
monster no drops or experience [1]
cannot be used as minion [1]
stance movement speed +% final [280]
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
cannot be used as minion [1]
stance movement speed +% final [280]
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
It of Tul
Spectre | N |
---|---|
End Game | Ganas el 100% del daño físico como daño de hielo extra |
Tags | bludgeoning_weapon, cold_affinity, demon, flesh_armour, has_one_hand_axe, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, no_pantheon_mod, physical_affinity, red_blood, unusable_corpse, very_slow_movement |
Vida
3375%
Ailment Threshold
3375%
Resistencia
20 20 20 0
Damage
210%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.395 Second
Damage Spread
±20%
Experiencia
150%
Model Size
115%
Type
BreachMinerColsSpawner
Metadata
MinerBreach2ColdSpawner
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
217,126
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
784
Daño de hechizos
784
Precisión
290
Attack Time
1.395
Experiencia
15,383
Ailment Threshold
217,126
Chill
687
Shock
687
Brittle
3,884
Scorch
687
Sap
1,897
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 628–941
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BreachFrostBlades
Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
Filos de escarcha
Base Damage: 628–941
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Tiempo de recarga: 2 seg
Ataca a los enemigos con alcance aumentado y lanza filos de escarcha desde el primer enemigo golpeado que vuelan hacia otros enemigos. Requiere un arma cuerpo a cuerpo.
Inflige un 25% más de daño
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/Monster" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.4 } SoundParameterBreach { parameter = "BreachEdgeDist" distance_start = 0.0 distance_end = 10.0 value_start = 0.0 value_end = 10.0 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Miner/MinerBreach2ColdSpawner"] = { name = "It of Tul", life = 33.75, fireResist = 20, coldResist = 20, lightningResist = 20, chaosResist = 0, damage = 2.1, damageSpread = 0.2, attackTime = 1.395, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Axe", skillList = { "MeleeAtAnimationSpeed", "BreachFrostBlades", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachFrostBlades"] = { name = "Frost Blades", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_cold", "melee_weapon_range_+", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
monster no drops or experience [1]
Id | MonsterNoDropsOrExperience |
---|---|
Family | MonsterNoDropsOrExperience |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
cannot be used as minion [1]
Id | CannotBeUsedAsMinion |
---|---|
Family | CannotBeUsedAsMinion |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
stance movement speed +% final [280]
Id | StanceMinerRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Daño aumentado un 30%
Velocidad de ataque aumentada un 40%
Velocidad de movimiento aumentada un 40%
Daño recibido reducido un 25%
Id | ChimeraMinionFerocity |
---|---|
Family | ChimeraMinionFerocity |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | damage attack speed |
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Id | CannotBeAugmented |
---|---|
Family | Nothing |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Ser de Tul
Demonio
cannot be used as minion [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
It of Tul
Spectre | N |
---|---|
End Game | Ganas el 100% del daño físico como daño de hielo extra |
Tags | bludgeoning_weapon, cold_affinity, demon, flesh_armour, has_one_hand_mace, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, no_pantheon_mod, physical_affinity, red_blood, unusable_corpse, very_slow_movement |
Vida
170%
Ailment Threshold
170%
Resistencia
0 40 0 0
Damage
140%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.395 Second
Damage Spread
±20%
Experiencia
100%
Model Size
115%
Type
BreachMinerColdAvatar
Metadata
MinerBreachColdAvatar
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
10,937
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
523
Daño de hechizos
523
Precisión
290
Attack Time
1.395
Experiencia
10,255
Ailment Threshold
10,937
Chill
35
Shock
35
Brittle
196
Scorch
35
Sap
96
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 418–628
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BreachFrostBlades
Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
Filos de escarcha
Base Damage: 418–628
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Tiempo de recarga: 2 seg
Ataca a los enemigos con alcance aumentado y lanza filos de escarcha desde el primer enemigo golpeado que vuelan hacia otros enemigos. Requiere un arma cuerpo a cuerpo.
Inflige un 25% más de daño
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster" Render { //turn_duration = 0.4 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Miner/MinerBreachColdAvatar"] = { name = "It of Tul", life = 1.7, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.4, damageSpread = 0.2, attackTime = 1.395, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Mace", skillList = { "MeleeAtAnimationSpeed", "BreachFrostBlades", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachFrostBlades"] = { name = "Frost Blades", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_cold", "melee_weapon_range_+", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
cannot be used as minion [1]
Id | CannotBeUsedAsMinion |
---|---|
Family | CannotBeUsedAsMinion |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
stance movement speed +% final [280]
Id | StanceMinerRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |
Ser de Tul
Demonio
cannot be used as minion [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
stance movement speed +% final [280]
It of Tul
Spectre | N |
---|---|
End Game | Ganas el 100% del daño físico como daño de hielo extra |
Tags | bludgeoning_weapon, cold_affinity, demon, flesh_armour, has_one_hand_axe, has_one_handed_melee, hidden_monster, humanoid, medium_height, melee, no_bloodlines, no_pantheon_mod, physical_affinity, red_blood, unusable_corpse, very_slow_movement |
Vida
170%
Ailment Threshold
170%
Resistencia
0 40 0 0
Damage
140%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.395 Second
Damage Spread
±20%
Experiencia
100%
Model Size
115%
Type
BreachMinerColdAvatar
Metadata
MinerBreach2ColdAvatar
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
10,937
Armadura
28,790
Evasión
4,739
Escudo de energía
0
Damage
523
Daño de hechizos
523
Precisión
290
Attack Time
1.395
Experiencia
10,255
Ailment Threshold
10,937
Chill
35
Shock
35
Brittle
196
Scorch
35
Sap
96
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).
MeleeAtAnimationSpeed
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 418–628
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Derriba a tus enemigos con un golpe poderoso.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
BreachFrostBlades
Attack, Projectile, MeleeSingleTarget, Multistrikeable, Melee, Cold, RangedAttack, ProjectilesNotFromUser
Filos de escarcha
Base Damage: 418–628
Probabilidad de golpe crítico: 5%
Attack Time: 1.395 seg
Tiempo de recarga: 2 seg
Ataca a los enemigos con alcance aumentado y lanza filos de escarcha desde el primer enemigo golpeado que vuelan hacia otros enemigos. Requiere un arma cuerpo a cuerpo.
Inflige un 25% más de daño
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Dispara 2 proyectiles adicionales
El 50% del daño físico se convierte en daño de hielo
+1.4 metros al alcance de los golpes cuerpo a cuerpo
base is projectile [1]
Object Type
version 2 extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster" Actor { main_hand_unarmed_type = "One_Hand_Sword" basic_action = "Emerge" }
Object Type Codes
version 2 extends "Metadata/Monsters/LeagueAvatars/Breach/BreachMonster" Render { //turn_duration = 0.4 }
-- src\Data\Spectres.lua minions["Metadata/Monsters/Miner/MinerBreach2ColdAvatar"] = { name = "It of Tul", life = 1.7, fireResist = 0, coldResist = 40, lightningResist = 0, chaosResist = 0, damage = 1.4, damageSpread = 0.2, attackTime = 1.395, attackRange = 9, accuracy = 1, weaponType1 = "One Hand Axe", skillList = { "MeleeAtAnimationSpeed", "BreachFrostBlades", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["MeleeAtAnimationSpeed"] = { 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", "action_attack_or_cast_time_uses_animation_length", "projectile_uses_contact_position", "use_scaled_contact_offset", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["BreachFrostBlades"] = { name = "Frost Blades", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Attack enemies with increased range, releasing icy blades from the first enemy hit which fly at other enemies. Requires a Melee Weapon.", skillTypes = { [SkillType.Attack] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.Cold] = true, [SkillType.RangedAttack] = true, [SkillType.ProjectilesNotFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "active_skill_damage_+%_final", "skill_physical_damage_%_to_convert_to_cold", "melee_weapon_range_+", "number_of_additional_projectiles", "base_is_projectile", }, levels = { [1] = {0, 50, 14, 2, levelRequirement = 1, statInterpolation = {1}, cost = { }, }, [2] = {25, 50, 14, 2, levelRequirement = 68, statInterpolation = {1}, cost = { }, }, }, }
cannot be used as minion [1]
Id | CannotBeUsedAsMinion |
---|---|
Family | CannotBeUsedAsMinion |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Id | BreachReducedBeyondPortalChance |
---|---|
Family | BeyondPortalChance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
stance movement speed +% final [280]
Id | StanceMinerRun |
---|---|
Family | Stance |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats | |
Craft Tags | speed |