Pescadora lancera
Humanoide
Spearfisher
SpectreN
Tagsallows_additional_projectiles, allows_inc_aoe, fast_movement, human, humanoid, karui, melee, not_int, not_str, physical_affinity, red_blood
Vida
130%
Evasión
+45%
Resistencia
0 30 30 0
Damage
104%
Precisión
100%
Attack Distance
4 ~ 23
Tiempo de ataque
0 Second
Damage Spread
±20%
Experiencia
130%
Model Size
100%
Type
AncestralSpearfisherStandalone
Metadata
SpearfisherStandalone
Nivel
68
Vida
10,084
Damage
242
Daño de hechizos
242
Precisión
2,464
Tiempo de ataque
0
Experiencia
37,224
Minion Life
9,009
Minion Damage
1,008
Minion Armour
2,413
MeleeAtAnimationSpeedColdCombo35
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser
Ataque básico
Base Damage: 194–291
Probabilidad de impacto crítico: 5%
Convierte el 35% del daño físico en daño de hielo
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
DTTSpearfisherDisengage
Tiempo de recarga: 15 seg
action attack or cast time uses animation length [1]
monster dodge direction [3]
monster dodge distance [15]
DTTSpearfisherEngage
Attack, Movement
Finta
Base Damage: 194–291
Probabilidad de impacto crítico: 5%
Tiempo de recarga: 15 seg
action attack or cast time uses animation length [1]
attack maximum action distance + [15]
leap slam minimum distance [20]
skill maximum travel distance [40]
walk emerge extra distance [-10]
GASpearfisherDisengageStrike
Triggerable, Attack
Base Damage: 194–291
Probabilidad de impacto crítico: 5%
Daño de ataque: 110%
Tiempo de recarga: 15 seg
Inflige un 10% más de daño de ataques
Convierte el 60% del daño físico en daño de hielo
action attack or cast time uses animation length [1]
is area damage [1]
MPSSpearfisherSpearThrow
Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
Probabilidad de impacto crítico: 7%
Tiempo de lanzamiento: 1 seg
Tiempo de recarga: 6 seg
Inflige de 252.5 a 378.8 de daño físico
Convierte el 60% del daño físico en daño de hielo
action attack or cast time uses animation length [1]
ballistic projectiles always bounce [1]
base is projectile [1]
check for targets between initiator and projectile source [1]
distribute projectiles over contact points [1]
maintain projectile direction when using contact position [1]
monster projectile variation [1417]
projectile ballistic angle from reference event [1]
projectile ballistic angle from target distance [1]
projectile ballistic ignore force while exploding [1]
projectile uses bearing as firing orientation [1]
projectile uses contact direction [1]
projectile uses contact position [1]
projectiles not offset [2]
projectiles travel at fixed height [1]
use scaled contact offset [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"
extends "Metadata/Monsters/LeagueAncestral/AncestralMonsterBaseStandalone"

Stats
{
	set_base_heavy_stun_duration_ms = 2733
}

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/StandaloneTasalio/SpearfisherStandalone"] = {
    name = "Spearfisher",
    life = 1.3,
    fireResist = 0,
    coldResist = 0,
    lightningResist = 0,
    chaosResist = 0,
    damage = 1.04,
    damageSpread = 0.2,
    attackTime = 0,
    attackRange = 23,
    accuracy = 1,
    weaponType1 = "Spear",
    skillList = {
        "MeleeAtAnimationSpeedColdCombo35",
        "MPSSpearfisherSpearThrow",
        "GASpearfisherDisengageStrike",
        "DTTSpearfisherDisengage",
        "DTTSpearfisherEngage",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedColdCombo35"] = {
    name = "Basic Attack",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_base_physical_damage_%_to_convert_to_cold",
        "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] = {35, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MPSSpearfisherSpearThrow"] = {
    name = "MPSSpearfisherSpearThrow",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "monster_projectile_variation",
        "active_skill_base_physical_damage_%_to_convert_to_cold",
        "base_is_projectile",
        "action_attack_or_cast_time_uses_animation_length",
        "check_for_targets_between_initiator_and_projectile_source",
        "projectile_uses_contact_position",
        "maintain_projectile_direction_when_using_contact_position",
        "use_scaled_contact_offset",
        "projectile_uses_contact_direction",
        "projectile_ballistic_angle_from_reference_event",
        "projectile_ballistic_angle_from_target_distance",
        "projectile_ballistic_ignore_force_while_exploding",
        "ballistic_projectiles_always_bounce",
        "projectiles_not_offset",
        "distribute_projectiles_over_contact_points",
        "projectile_uses_bearing_as_firing_orientation",
        "projectiles_travel_at_fixed_height",
        "projectiles_not_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1417, 60, critChance = 7, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GASpearfisherDisengageStrike"] = {
    name = "GASpearfisherDisengageStrike",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Attack] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_base_physical_damage_%_to_convert_to_cold",
        "is_area_damage",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {60, baseMultiplier = 1.1, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DTTSpearfisherDisengage"] = {
    name = "DTTSpearfisherDisengage",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "monster_dodge_direction",
        "monster_dodge_distance",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {3, 15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["DTTSpearfisherEngage"] = {
    name = "Dash",
    hidden = true,
    color = ,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Movement] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "leap_slam_minimum_distance",
        "skill_maximum_travel_distance",
        "walk_emerge_extra_distance",
        "attack_maximum_action_distance_+",
        "action_attack_or_cast_time_uses_animation_length",
    },
    levels = {
        [1] = {20, 40, -10, 15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
Edit

Wikis Content is available under CC BY-NC-SA 3.0 unless otherwise noted.