Pescadora lancera
Humanoide
remove enemy flask charge on hit % chance [50]
monster chance to not flee % [90]
monster damage +% final vs monsters from ancestral rank [0]
monster chance to not flee % [90]
monster damage +% final vs monsters from ancestral rank [0]
Spearfisher
Spectre | N |
---|---|
Tags | fast_movement, human, humanoid, karui, not_int, not_str, red_blood |
Vida
100%
Evasión
+50%
Ailment Threshold
100%
Resistencia
0 52 52 0
Damage
125%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
5 ~ 16
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AncestralSpearRope
Metadata
AncestralSpearRope
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
7,109
Escudo de energía
0
Damage
467
Daño de hechizos
467
Precisión
290
Attack Time
1.5
Experiencia
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
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: 374–560
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 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]
MPWAncestralSpearThrowRope
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 374–560
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
action attack or cast time uses animation length [1]
base is projectile [1]
monster projectile variation [163]
projectile ballistic angle from reference event [1]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
base is projectile [1]
monster projectile variation [163]
projectile ballistic angle from reference event [1]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
AncestralSpearEnsnare
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Trappable, Mineable, Totemable, Triggerable, Area
Flecha atrapante
Base Damage: 374–560
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Dispara una flecha que permanece en el suelo detrás de su objetivo final y lo ata a ella. Los enemigos atrapados tienen menos velocidad de movimiento mientras tratan de liberarse. La atadura se romperá si el enemigo abandona el área de efecto.
Cada atadura aplica un 40% menos de velocidad de movimiento a los enemigos normales o mágicos
Cada atadura aplica un 30% menos de velocidad de movimiento a los enemigos raros
Cada atadura aplica un 25% menos de velocidad de movimiento a los enemigos únicos
action attack or cast time uses animation length [1]
base is projectile [1]
main hand weapon range + [50]
Cada atadura aplica un 30% menos de velocidad de movimiento a los enemigos raros
Cada atadura aplica un 25% menos de velocidad de movimiento a los enemigos únicos
action attack or cast time uses animation length [1]
base is projectile [1]
main hand weapon range + [50]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBase" Actor { on_effect_event_contact_for_AncestralSpearEnsnare = "RemoveAttachedObjectFromBones( R_Weapon );" on_effect_end_AncestralSpearEnsnare = "AddAttached( Metadata/Monsters/LeagueAncestral/TasalioTribe/attachments/TasalioKaruiSpearThrower/TasalioKaruiSpearThrowerWeapon.ao, R_Weapon );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAncestral/AncestralSpearRope"] = { name = "Spearfisher", life = 1, fireResist = 0, coldResist = 52, lightningResist = 52, chaosResist = 0, damage = 1.25, damageSpread = 0.2, attackTime = 1.5, attackRange = 16, accuracy = 1, weaponType1 = "Dagger", skillList = { "MeleeAtAnimationSpeed", "MPWAncestralSpearThrowRope", "AncestralSpearEnsnare", }, 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["MPWAncestralSpearThrowRope"] = { name = "MPWAncestralSpearThrowRope", 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, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_attack_or_cast_time_uses_animation_length", "projectile_ballistic_angle_from_reference_event", }, levels = { [1] = {163, -40, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AncestralSpearEnsnare"] = { name = "Ensnaring Arrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that remains in the ground behind its final target, tethering that enemy to it. Ensnared enemies have less movement speed while trying to break the snare. The snare will break if they leave the area of effect.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "tethered_movement_speed_+%_final_per_rope", "tethered_movement_speed_+%_final_per_rope_vs_rare", "tethered_movement_speed_+%_final_per_rope_vs_unique", "main_hand_weapon_range_+", "base_is_projectile", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-40, -30, -25, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
remove enemy flask charge on hit % chance [50]
Id | AncestralTrialMonsterStealsFlaskChargesTasalio |
---|---|
Family | AncestralTrialMonster |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
monster chance to not flee % [90]
monster damage +% final vs monsters from ancestral rank [0]
Id | AncestralTrialMonsterBasicFleeAndDamage |
---|---|
Family | AncestralTrialMonster |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Pescadora lancera
Humanoide
remove enemy flask charge on hit % chance [50]
Spearfisher
Spectre | Y |
---|---|
Tags | fast_movement, human, humanoid, karui, not_int, not_str, red_blood |
Packs |
Vida
100%
Evasión
+50%
Ailment Threshold
100%
Resistencia
0 52 52 0
Damage
94%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
5 ~ 16
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
AncestralSpearRopeStandalone
Metadata
AncestralSpearRopeStandalone
The following values do not include map affix bonuses, monster buff bonuses, altar bonuses, atlas skill bonuses.
Nivel
68
Vida
6,433
Armadura
28,790
Evasión
7,109
Escudo de energía
0
Damage
351
Daño de hechizos
351
Precisión
290
Attack Time
1.5
Experiencia
10,255
Ailment Threshold
6,433
Chill
20
Shock
20
Brittle
115
Scorch
20
Sap
56
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: 281–421
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 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]
MPWAncestralSpearThrowRope
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Damage, Triggerable
Base Damage: 281–421
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
action attack or cast time uses animation length [1]
base is projectile [1]
monster projectile variation [163]
projectile ballistic angle from reference event [1]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
base is projectile [1]
monster projectile variation [163]
projectile ballistic angle from reference event [1]
projectile uses contact position [1]
spell maximum action distance +% [-40]
use scaled contact offset [1]
AncestralSpearEnsnare
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Trappable, Mineable, Totemable, Triggerable, Area
Flecha atrapante
Base Damage: 281–421
Probabilidad de golpe crítico: 5%
Attack Time: 1.5 seg
Dispara una flecha que permanece en el suelo detrás de su objetivo final y lo ata a ella. Los enemigos atrapados tienen menos velocidad de movimiento mientras tratan de liberarse. La atadura se romperá si el enemigo abandona el área de efecto.
Cada atadura aplica un 40% menos de velocidad de movimiento a los enemigos normales o mágicos
Cada atadura aplica un 30% menos de velocidad de movimiento a los enemigos raros
Cada atadura aplica un 25% menos de velocidad de movimiento a los enemigos únicos
action attack or cast time uses animation length [1]
base is projectile [1]
main hand weapon range + [50]
Cada atadura aplica un 30% menos de velocidad de movimiento a los enemigos raros
Cada atadura aplica un 25% menos de velocidad de movimiento a los enemigos únicos
action attack or cast time uses animation length [1]
base is projectile [1]
main hand weapon range + [50]
Object Type
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"
Object Type Codes
version 2 extends "Metadata/Monsters/Monster" extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone" Actor { on_effect_event_contact_for_AncestralSpearEnsnare = "RemoveAttachedObjectFromBones( R_Weapon );" on_effect_end_AncestralSpearEnsnare = "AddAttached( Metadata/Monsters/LeagueAncestral/TasalioTribe/attachments/TasalioKaruiSpearThrower/TasalioKaruiSpearThrowerWeapon.ao, R_Weapon );" }
-- src\Data\Spectres.lua minions["Metadata/Monsters/LeagueAncestral/AncestralSpearRopeStandalone"] = { name = "Spearfisher", life = 1, fireResist = 0, coldResist = 52, lightningResist = 52, chaosResist = 0, damage = 0.94, damageSpread = 0.2, attackTime = 1.5, attackRange = 16, accuracy = 1, weaponType1 = "Dagger", skillList = { "MeleeAtAnimationSpeed", "MPWAncestralSpearThrowRope", "AncestralSpearEnsnare", }, 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["MPWAncestralSpearThrowRope"] = { name = "MPWAncestralSpearThrowRope", 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, baseFlags = { attack = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "monster_projectile_variation", "spell_maximum_action_distance_+%", "base_is_projectile", "projectile_uses_contact_position", "use_scaled_contact_offset", "action_attack_or_cast_time_uses_animation_length", "projectile_ballistic_angle_from_reference_event", }, levels = { [1] = {163, -40, levelRequirement = 0, statInterpolation = {}, cost = { }, }, }, } -- src\Data\Skills\spectre.lua skills["AncestralSpearEnsnare"] = { name = "Ensnaring Arrow", hidden = true, color = "2", baseEffectiveness = 0, incrementalEffectiveness = 0, description = "Fires an arrow that remains in the ground behind its final target, tethering that enemy to it. Ensnared enemies have less movement speed while trying to break the snare. The snare will break if they leave the area of effect.", skillTypes = { [SkillType.Attack] = true, [SkillType.RangedAttack] = true, [SkillType.MirageArcherCanUse] = true, [SkillType.Projectile] = true, [SkillType.ProjectilesFromUser] = true, [SkillType.Trappable] = true, [SkillType.Mineable] = true, [SkillType.Totemable] = true, [SkillType.Triggerable] = true, [SkillType.Area] = true, }, statDescriptionScope = "debuff_skill_stat_descriptions", castTime = 1, baseFlags = { attack = true, area = true, projectile = true, }, baseMods = { }, qualityStats = { }, stats = { "tethered_movement_speed_+%_final_per_rope", "tethered_movement_speed_+%_final_per_rope_vs_rare", "tethered_movement_speed_+%_final_per_rope_vs_unique", "main_hand_weapon_range_+", "base_is_projectile", "action_attack_or_cast_time_uses_animation_length", }, levels = { [1] = {-40, -30, -25, 50, levelRequirement = 1, statInterpolation = {}, cost = { }, }, }, }
remove enemy flask charge on hit % chance [50]
Id | AncestralTrialMonsterStealsFlaskChargesTasalio |
---|---|
Family | AncestralTrialMonster |
Domains | monstruo (3) |
GenerationType | Único (3) |
Req. level | 1 |
Stats |
Pescadora lancera
Favor: 600
Especialidad: Amarra a los enemigos
Pasiva tribal: Roba cargas de frascos
Amarre
Arroja una lanza. Cuando golpea a un enemigo, lo amarra con una cuerda para ralentizarlo, y lo ralentiza más cuanto más lejos esté de la Pescadora lancera
Pasiva tribal: Roba cargas de frascos
Amarre
Arroja una lanza. Cuando golpea a un enemigo, lo amarra con una cuerda para ralentizarlo, y lo ralentiza más cuanto más lejos esté de la Pescadora lancera
Spearfisher
Edit
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.
Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.