La Manada
Humanoide
The Animal Pack
SpectreN
AreaLas Vías del Río
Tagsarcher_boss, bandit, hard_armour, has_bow, human, humanoid, medium_height, not_int, physical_affinity, puncturing_weapon, ranged, red_blood, slow_movement
Vida
300%
Armaduras
+20%
Evasión
+80%
Ailment Threshold
300%
Resistencia
42 42 42 0
Damage
150%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 60
Attack Time
1.35 Second
Damage Spread
±20%
Experiencia
150%
Model Size
130%
Type
BanditAnimalTrioBoss
Metadata
AnimalPackBoss
Nivel
48
Vida
5,055
Armaduras
6,745
Evasión
4,030
Escudo de energía
0
Damage
197
Daño de hechizos
197
Precisión
129
Attack Time
1.35
Experiencia
7,629
Ailment Threshold
5,055
Chill
16
Shock
16
Brittle
90
Scorch
16
Sap
44
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 158–237
Probabilidad de golpe crítico: 5%
Attack Time: 1.35 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]
ExplosiveDoomArrow
Attack, Area, ProjectileSpeed, Totemable, Trappable, Mineable, RangedAttack, MirageArcherCanUse, Triggerable
Base Damage: 158–237
Probabilidad de golpe crítico: 5%
Daño de ataque: 165%
Daño de ataque: 165%
Attack Time: 1.35 seg
Tiempo de recarga: 5 seg
Inflige un 65% más de daño de ataque
La duración base es de 2.5 segundos
base is projectile [1]
doom arrow number of arrows [5]
is area damage [1]
projectile uses contact position [1]
use scaled contact offset [1]
SummoningArrow
ProjectileSpeed, Attack, Minion, RangedAttack, MirageArcherCanUse, Duration, CreatesMinion
Base Damage: 158–237
Probabilidad de golpe crítico: 5%
Attack Time: 1.35 seg
Tiempo de recarga: 1000 seg
base is projectile [1]
projectile uses contact position [1]
use scaled contact offset [1]
BanditStagSplitArrow
Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Totemable, Trappable, Mineable, Triggerable, Physical
Flecha dividida
Base Damage: 158–237
Probabilidad de golpe crítico: 5%
Attack Time: 1.35 seg
Tiempo de recarga: 4 seg
Dispara múltiples flechas a diferentes objetivos.
Inflige un 20% más de daño
Dispara 3 flechas adicionales
Velocidad de proyectiles reducida un 30%
projectile uses contact position [1]
skill can fire arrows [1]
use scaled contact offset [1]

Object Type

version 2
extends "Metadata/Monsters/Bandits/Bandit"

Stats
{
	supress_muzzle_flash = 1
}

Object Type Codes

version 2
extends "Metadata/Monsters/Bandits/Bandit"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Bandits/AnimalPackBoss"] = {
    name = "The Animal Pack",
    life = 3,
    fireResist = 42,
    coldResist = 42,
    lightningResist = 42,
    chaosResist = 0,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.35,
    attackRange = 60,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "BanditStagSplitArrow",
        "MeleeAtAnimationSpeedUnique",
        "ExplosiveDoomArrow",
        "SummoningArrow",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BanditStagSplitArrow"] = {
    name = "Split Arrow",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Fires multiple arrows at different targets.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "number_of_additional_arrows",
        "active_skill_damage_+%_final",
        "base_projectile_speed_+%",
        "skill_can_fire_arrows",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {2, 10, -30, levelRequirement = 1, statInterpolation = {1, 1},  cost = { }, },
        [2] = {3, 20, -30, levelRequirement = 30, statInterpolation = {1, 1},  cost = { }, },
        [3] = {4, 30, -30, levelRequirement = 60, statInterpolation = {1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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["ExplosiveDoomArrow"] = {
    name = "ExplosiveDoomArrow",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.ProjectileSpeed] = true,
        [SkillType.Totemable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Mineable] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "doom_arrow_number_of_arrows",
        "base_skill_effect_duration",
        "base_is_projectile",
        "is_area_damage",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {5, 2500, baseMultiplier = 1.65, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummoningArrow"] = {
    name = "SummoningArrow",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.ProjectileSpeed] = true,
        [SkillType.Attack] = true,
        [SkillType.Minion] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Duration] = true,
        [SkillType.CreatesMinion] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        duration = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_is_projectile",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
La Manada
Humanoide
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
The Animal Pack
SpectreN
Tagsbandit, hard_armour, has_dagger, has_one_handed_melee, human, humanoid, medium_height, melee, not_int, physical_affinity, red_blood, slashing_weapon, slow_movement
Vida
300%
Armaduras
+40%
Evasión
+40%
Ailment Threshold
300%
Resistencia
42 42 42 0
Damage
150%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 10
Attack Time
1.35 Second
Damage Spread
±20%
Experiencia
150%
Model Size
130%
Type
BanditAnimalTrioBossSpawned
Metadata
AnimalPackBoss2
Nivel
68
Vida
19,300
Armaduras
40,306
Evasión
6,635
Escudo de energía
0
Damage
560
Daño de hechizos
560
Precisión
290
Attack Time
1.35
Experiencia
15,383
Ailment Threshold
19,300
Chill
61
Shock
61
Brittle
345
Scorch
61
Sap
169
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 448–672
Probabilidad de golpe crítico: 5%
Attack Time: 1.35 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]
AnimalPackShieldCharge
Attack, RequiresShield, Melee, Area, Movement, Travel
Carga con escudo
Base Damage: 448–672
Probabilidad de golpe crítico: 5%
Attack Time: 1.35 seg
Tiempo de recarga: 4 seg
Carga hacia un lugar u enemigo objetivo, empuja a los enemigos que están en tu camino e inflige daño repetidamente en un área pequeña delante de ti. Haces daño en un área más grande cuando alcanzas al objetivo. Cuanto más lejos te desplaces, mayor será el daño que inflijas y la probabilidad de aturdir a los enemigos. No se puede asistir con Asistencia de Golpes múltiples.
Velocidad de ataque aumentada un 25%
Reducción de Umbral de Aturdimiento aumentada un 50% en enemigos a Máxima Distancia de carga
50% más Daño con Golpes a Distancia de Carga Máxima
Velocidad de movimiento aumentada un 100%
ignores proximity shield [1]
shield charge extra distance [15]

Object Type

version 2
extends "Metadata/Monsters/Bandits/Bandit"

Stats
{
	supress_muzzle_flash = 1
}

Object Type Codes

version 2
extends "Metadata/Monsters/Bandits/Bandit"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Bandits/AnimalPackBoss2"] = {
    name = "The Animal Pack",
    life = 3,
    fireResist = 42,
    coldResist = 42,
    lightningResist = 42,
    chaosResist = 0,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.35,
    attackRange = 10,
    accuracy = 1,
    weaponType1 = "Dagger",
    weaponType2 = "Shield",
    skillList = {
        "AnimalPackShieldCharge",
        "MeleeAtAnimationSpeedUnique",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["AnimalPackShieldCharge"] = {
    name = "Shield Charge",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Charges at a targeted location or enemy, pushing away enemies in your path and repeatedly dealing damage in a small area in front of you. You deal damage in a larger area when you reach the target. The further you travel, the more damage you deal, and the greater your chance of stunning enemies. Cannot be supported by Multistrike.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RequiresShield] = true,
        [SkillType.Melee] = true,
        [SkillType.Area] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "shield_charge_scaling_stun_threshold_reduction_+%_at_maximum_range",
        "base_movement_velocity_+%",
        "shield_charge_damage_+%_maximum",
        "attack_speed_+%",
        "shield_charge_extra_distance",
        "ignores_proximity_shield",
    },
    levels = {
        [1] = {50, 100, 50, 25, 15, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    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 = { }, },
    },
}
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
IdMonsterAttackBlock20Bypass20
FamilyMonsterBlockAndBypass
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster base block % Min: 20 Max: 20 Global
  • base block % damage taken Min: 10 Max: 10 Global
  • Craft Tagsblock
    La Manada
    Humanoide
    The Animal Pack
    SpectreN
    Tagsbandit, hard_armour, has_dual_wield_melee, has_one_hand_sword, has_one_handed_melee, human, humanoid, medium_height, melee, not_int, physical_affinity, red_blood, slashing_weapon, slow_movement
    Vida
    300%
    Armaduras
    +40%
    Evasión
    +40%
    Ailment Threshold
    300%
    Resistencia
    42 42 42 0
    Damage
    150%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experiencia
    150%
    Model Size
    130%
    Type
    BanditAnimalTrioBossSpawned
    Metadata
    AnimalPackBoss3
    Nivel
    68
    Vida
    19,300
    Armaduras
    40,306
    Evasión
    6,635
    Escudo de energía
    0
    Damage
    560
    Daño de hechizos
    560
    Precisión
    290
    Attack Time
    1.35
    Experiencia
    15,383
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.35 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]
    AnimalPackPuncture
    Attack, RangedAttack, MirageArcherCanUse, Projectile, ProjectilesFromUser, Duration, Trappable, Mineable, Totemable, MeleeSingleTarget, Multistrikeable, Melee, DamageOverTime, Triggerable, Physical
    Punción
    Base Damage: 448–672
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 120%
    Attack Time: 1.35 seg
    Tiempo de recarga: 5 seg
    Pincha a los enemigos y les aplica una penalidad de sangrado, a la que le afectan los modificadores de duración de las habilidades. Punción funciona con arcos, dagas, garras o espadas.
    Inflige un 20% más de daño de ataque
    +57% más de daño con sangrado
    Aplica sangrado
    skill can fire arrows [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Bandits/Bandit"
    
    Stats
    {
    	supress_muzzle_flash = 1
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Bandits/Bandit"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Bandits/AnimalPackBoss3"] = {
        name = "The Animal Pack",
        life = 3,
        fireResist = 42,
        coldResist = 42,
        lightningResist = 42,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeedUnique",
            "AnimalPackPuncture",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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["AnimalPackPuncture"] = {
        name = "Puncture",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Punctures enemies, causing a bleeding debuff, which will be affected by modifiers to skill duration. Puncture works with bows, daggers, claws or swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Totemable] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_bleeding_damage_+%_final",
            "skill_can_fire_arrows",
            "global_bleed_on_hit",
        },
        levels = {
            [1] = {57, baseMultiplier = 1.2, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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