Cazador de esclavos
Humanoide
Slave Catcher
Vida
120%
Evasión
+40%
Ailment Threshold
120%
Resistencia
0 0 40 0
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.755 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
SlaveCatcher
Metadata
SlaveCatcher
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
83
Vida
38,420
Armadura
92,477
Evasión
11,004
Escudo de energía
0
Damage
900
Daño de hechizos
900
Precisión
518
Attack Time
1.755
Experiencia
13,132
Ailment Threshold
38,420
Chill
121
Shock
121
Brittle
687
Scorch
121
Sap
336
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 720–1080
Probabilidad de golpe crítico: 5%
Attack Time: 1.755 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
SlaveCatcherShoot
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 720–1080
Probabilidad de golpe crítico: 5%
Attack Time: 1.755 seg
Velocidad de proyectiles aumentada un 100%
base is projectile [1]
monster projectile variation [16]
spell maximum action distance +% [-30]
use scaled contact offset [1]
base is projectile [1]
monster projectile variation [16]
spell maximum action distance +% [-30]
use scaled contact offset [1]
SlaveCatcherNetThrow
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Mortero
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 7 seg
Igual que la habilidad de mortero de monstruo, pero deja un efecto de suelo al impactar.
La duración base es de 2 segundos
Dispara 2 proyectiles adicionales
Velocidad de movimiento reducida un 80%
base deal no damage [1]
base is projectile [1]
ground tar art variation [2]
is area damage [1]
monster projectile variation [5]
projectile spread radius [20]
spell maximum action distance +% [-50]
Dispara 2 proyectiles adicionales
Velocidad de movimiento reducida un 80%
base deal no damage [1]
base is projectile [1]
ground tar art variation [2]
is area damage [1]
monster projectile variation [5]
projectile spread radius [20]
spell maximum action distance +% [-50]
Object Type
version 2 extends "Metadata/Monsters/Monster" Positioned { scale = 93 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.35 } Monster { }
-- src\Data\Spectres.lua minions["Metadata/Monsters/SlaveCatcher/SlaveCatcher"] = { name = "Slave Catcher", life = 1.2, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.755, attackRange = 9, accuracy = 1, skillList = { "Melee", "SlaveCatcherShoot", "SlaveCatcherNetThrow", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SlaveCatcherShoot"] = { name = "SlaveCatcherShoot", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_maximum_action_distance_+%", "monster_projectile_variation", "base_projectile_speed_+%", "base_is_projectile", "use_scaled_contact_offset", }, levels = { [1] = {-30, 16, 100, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SlaveCatcherNetThrow"] = { name = "Mortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Like monster mortar skill, but leaves a ground effect on impact.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "monster_projectile_variation", "projectile_spread_radius", "spell_maximum_action_distance_+%", "base_skill_effect_duration", "ground_tar_art_variation", "base_movement_velocity_+%", "number_of_additional_projectiles", "is_area_damage", "base_is_projectile", "base_deal_no_damage", }, levels = { [1] = {5, 20, -50, 2000, 2, -80, 2, levelRequirement = 3, statInterpolation = {}, cost = { }, }, }, }
Cazador de esclavos
Humanoide
Slave Catcher
Spectre | Y |
---|---|
Tags | flesh_armour, human, humanoid, is_unarmed, medium_height, medium_movement, melee, not_int, not_str, physical_affinity, ranged, red_blood, slashing_weapon, templar |
Packs |
Vida
120%
Evasión
+40%
Ailment Threshold
120%
Resistencia
0 0 40 0
Damage
100%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.755 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
SlaveCatcher
Metadata
SlaveCatcherMemoryLine_
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
7,720
Armadura
28,790
Evasión
6,635
Escudo de energía
0
Damage
374
Daño de hechizos
374
Precisión
290
Attack Time
1.755
Experiencia
10,255
Ailment Threshold
7,720
Chill
24
Shock
24
Brittle
138
Scorch
24
Sap
67
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).
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 299–448
Probabilidad de golpe crítico: 5%
Attack Time: 1.755 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
skill can fire wand projectiles [1]
SlaveCatcherShoot
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 299–448
Probabilidad de golpe crítico: 5%
Attack Time: 1.755 seg
Velocidad de proyectiles aumentada un 100%
base is projectile [1]
monster projectile variation [16]
spell maximum action distance +% [-30]
use scaled contact offset [1]
base is projectile [1]
monster projectile variation [16]
spell maximum action distance +% [-30]
use scaled contact offset [1]
SlaveCatcherNetThrow
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Mortero
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 7 seg
Igual que la habilidad de mortero de monstruo, pero deja un efecto de suelo al impactar.
La duración base es de 2 segundos
Dispara 2 proyectiles adicionales
Velocidad de movimiento reducida un 80%
base deal no damage [1]
base is projectile [1]
ground tar art variation [2]
is area damage [1]
monster projectile variation [5]
projectile spread radius [20]
spell maximum action distance +% [-50]
Dispara 2 proyectiles adicionales
Velocidad de movimiento reducida un 80%
base deal no damage [1]
base is projectile [1]
ground tar art variation [2]
is area damage [1]
monster projectile variation [5]
projectile spread radius [20]
spell maximum action distance +% [-50]
Object Type
version 2 extends "Metadata/Monsters/Monster" Positioned { scale = 93 }
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" Render { //turn_duration = 0.35 } Monster { }
-- src\Data\Spectres.lua minions["Metadata/Monsters/SlaveCatcher/SlaveCatcherMemoryLine_"] = { name = "Slave Catcher", life = 1.2, fireResist = 0, coldResist = 0, lightningResist = 40, chaosResist = 0, damage = 1, damageSpread = 0.2, attackTime = 1.755, attackRange = 9, accuracy = 1, skillList = { "Melee", "SlaveCatcherShoot", "SlaveCatcherNetThrow", }, modList = { }, } -- src\Data\Skills\spectre.lua skills["Melee"] = { name = "Default Attack", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Strike your foes down with a powerful blow.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.MeleeSingleTarget] = true, [SkillType.Multistrikeable] = true, [SkillType.Melee] = true, [SkillType.ProjectilesFromUser] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, melee = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "skill_can_fire_arrows", "skill_can_fire_wand_projectiles", }, levels = { [1] = {levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SlaveCatcherShoot"] = { name = "SlaveCatcherShoot", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Damage] = true, [SkillType.Triggerable] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1.5, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "spell_maximum_action_distance_+%", "monster_projectile_variation", "base_projectile_speed_+%", "base_is_projectile", "use_scaled_contact_offset", }, levels = { [1] = {-30, 16, 100, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["SlaveCatcherNetThrow"] = { name = "Mortar", hidden = true, color = 4, baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Like monster mortar skill, but leaves a ground effect on impact.", skillTypes = { [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Spell] = true, [SkillType.Damage] = true, [SkillType.Area] = true, [SkillType.Trappable] = true, [SkillType.Totemable] = true, [SkillType.Mineable] = true, [SkillType.Multicastable] = true, [SkillType.Triggerable] = true, [SkillType.AreaSpell] = true, }, statDescriptionScope = "skill_stat_descriptions", castTime = 1, baseFlags = { area = true, spell = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "monster_projectile_variation", "projectile_spread_radius", "spell_maximum_action_distance_+%", "base_skill_effect_duration", "ground_tar_art_variation", "base_movement_velocity_+%", "number_of_additional_projectiles", "is_area_damage", "base_is_projectile", "base_deal_no_damage", }, levels = { [1] = {5, 20, -50, 2000, 2, -80, 2, levelRequirement = 3, statInterpolation = {}, cost = { }, }, }, }