Recluta templario
Humanoide
monster ignores delve darkness mechanic [1]
20% de probabilidad de bloquear el daño de ataques
Recibes el 10% del daño de los golpes bloqueados
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
No puedes ganar cargas
monster no map drops [1]
Templar Recruit
SpectreY
Spectre OverrideMetadata/Monsters/LegionLeague/LegionTemplarMelee1Spectre
Tagshas_one_hand_sword, has_one_handed_melee, humanoid, legion_monster, medium_height, medium_movement, melee, metal_armour, no_pantheon_mod, not_dex, physical_affinity, red_blood, slashing_weapon
Vida
276%
Energy Shield From Life
50%
Armadura
+50%
Ailment Threshold
276%
Resistencia
20 20 20 0
Damage
120%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de Golpe Crítico
+130%
Attack Distance
6 ~ 17
Attack Time
0.825 Second
Damage Spread
±20%
Experiencia
100%
Model Size
100%
Type
LegionTemplarMelee1
Metadata
LegionTemplarMelee1
Nivel
68
Vida
17,756
Armadura
43,185
Evasión
4,739
Escudo de energía
3,064
Damage
448
Daño de hechizos
448
Precisión
290
Attack Time
0.825
Experiencia
10,255
Ailment Threshold
17,756
Chill
56
Shock
56
Brittle
318
Scorch
56
Sap
155
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Ataque estándar
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 0.825 seg
Derriba a tus enemigos con un golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
TemplarShieldCharge
Attack, RequiresShield, Melee, Area, Movement, Travel
Carga con escudo
Base Damage: 359–538
Probabilidad de golpe crítico: 5%
Attack Time: 0.825 seg
Tiempo de recarga: 3 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 15%
Reducción de Umbral de Aturdimiento aumentada un 50% en enemigos a Máxima Distancia de carga
20% más Daño con Golpes a Distancia de Carga Máxima
Velocidad de movimiento aumentada un 50%
Los golpes cuerpo a cuerpo fortifican
ignores proximity shield [1]
shield charge extra distance [15]

Object Type

version 2
extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSink"

Object Type Codes

version 2
extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSink"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LegionLeague/LegionTemplarMelee1"] = {
    name = "Templar Recruit",
    life = 2.76,
    energyShield = 0.5,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 0.825,
    attackRange = 17,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    weaponType2 = "Shield",
    skillList = {
        "TemplarShieldCharge",
        "Melee",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["TemplarShieldCharge"] = {
    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",
        "chance_to_fortify_on_melee_hit_+%",
        "ignores_proximity_shield",
    },
    levels = {
        [1] = {50, 50, 20, 15, 15, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- 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 = { }, },
    },
}
monster ignores delve darkness mechanic [1]
IdMonsterIgnoresDelveDarkness
FamilyMonsterIgnoresDelveDarkness
Domainsmonstruo (3)
GenerationTypeúnico (3)
Req. level1
Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 Global
  • 20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock30Bypass10
    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
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • No puedes ganar cargas
    IdCannotGainCharges_
    FamilyCannotGainCharges
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot gain charges Min: 1 Max: 1 Global
  • Craft Tagsendurance_charge frenzy_charge power_charge
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Recluta templario
    Humanoide
    monster ignores delve darkness mechanic [1]
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    No puedes ganar cargas
    monster no map drops [1]
    Templar Recruit
    SpectreY
    Spectre OverrideMetadata/Monsters/LegionLeague/LegionTemplarMelee1Spectre
    Tagshas_one_hand_sword, has_one_handed_melee, humanoid, legion_monster, medium_height, medium_movement, melee, metal_armour, no_pantheon_mod, not_dex, physical_affinity, red_blood, slashing_weapon
    Vida
    276%
    Energy Shield From Life
    50%
    Armadura
    +50%
    Ailment Threshold
    276%
    Resistencia
    20 20 20 0
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 17
    Attack Time
    0.825 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    LegionTemplarMelee1
    Metadata
    LegionTemplarMelee1Endless
    Nivel
    68
    Vida
    17,756
    Armadura
    43,185
    Evasión
    4,739
    Escudo de energía
    3,064
    Damage
    448
    Daño de hechizos
    448
    Precisión
    290
    Attack Time
    0.825
    Experiencia
    10,255
    Ailment Threshold
    17,756
    Chill
    56
    Shock
    56
    Brittle
    318
    Scorch
    56
    Sap
    155
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.825 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    TemplarShieldCharge
    Attack, RequiresShield, Melee, Area, Movement, Travel
    Carga con escudo
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.825 seg
    Tiempo de recarga: 3 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 15%
    Reducción de Umbral de Aturdimiento aumentada un 50% en enemigos a Máxima Distancia de carga
    20% más Daño con Golpes a Distancia de Carga Máxima
    Velocidad de movimiento aumentada un 50%
    Los golpes cuerpo a cuerpo fortifican
    ignores proximity shield [1]
    shield charge extra distance [15]

    Object Type

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSink"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSink"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LegionLeague/LegionTemplarMelee1Endless"] = {
        name = "Templar Recruit",
        life = 2.76,
        energyShield = 0.5,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 0.825,
        attackRange = 17,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "TemplarShieldCharge",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TemplarShieldCharge"] = {
        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",
            "chance_to_fortify_on_melee_hit_+%",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {50, 50, 20, 15, 15, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    monster ignores delve darkness mechanic [1]
    IdMonsterIgnoresDelveDarkness
    FamilyMonsterIgnoresDelveDarkness
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 Global
  • 20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock30Bypass10
    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
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • No puedes ganar cargas
    IdCannotGainCharges_
    FamilyCannotGainCharges
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • cannot gain charges Min: 1 Max: 1 Global
  • Craft Tagsendurance_charge frenzy_charge power_charge
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Recluta templario
    Humanoide
    monster ignores delve darkness mechanic [1]
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Templar Recruit
    SpectreY
    Tagshas_one_hand_sword, has_one_handed_melee, humanoid, legion_monster, medium_movement, melee, metal_armour, no_pantheon_mod, not_dex, physical_affinity, red_blood, slashing_weapon
    Vida
    276%
    Energy Shield From Life
    50%
    Armadura
    +50%
    Ailment Threshold
    276%
    Resistencia
    20 20 20 0
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 17
    Attack Time
    0.825 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    LegionTemplarMelee1
    Metadata
    LegionTemplarMelee1Spectre
    Nivel
    68
    Vida
    17,756
    Armadura
    43,185
    Evasión
    4,739
    Escudo de energía
    3,064
    Damage
    448
    Daño de hechizos
    448
    Precisión
    290
    Attack Time
    0.825
    Experiencia
    10,255
    Ailment Threshold
    17,756
    Chill
    56
    Shock
    56
    Brittle
    318
    Scorch
    56
    Sap
    155
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.825 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    TemplarShieldCharge
    Attack, RequiresShield, Melee, Area, Movement, Travel
    Carga con escudo
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.825 seg
    Tiempo de recarga: 3 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 15%
    Reducción de Umbral de Aturdimiento aumentada un 50% en enemigos a Máxima Distancia de carga
    20% más Daño con Golpes a Distancia de Carga Máxima
    Velocidad de movimiento aumentada un 50%
    Los golpes cuerpo a cuerpo fortifican
    ignores proximity shield [1]
    shield charge extra distance [15]

    Object Type

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSinkSpectre"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSinkSpectre"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LegionLeague/LegionTemplarMelee1Spectre"] = {
        name = "Templar Recruit",
        life = 2.76,
        energyShield = 0.5,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 0.825,
        attackRange = 17,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "TemplarShieldCharge",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TemplarShieldCharge"] = {
        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",
            "chance_to_fortify_on_melee_hit_+%",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {50, 50, 20, 15, 15, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    monster ignores delve darkness mechanic [1]
    IdMonsterIgnoresDelveDarkness
    FamilyMonsterIgnoresDelveDarkness
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 Global
  • 20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock30Bypass10
    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
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 Global
  • monster beyond portal chance +% final Min: -66 Max: -66 Global
  • Recluta templario
    Humanoide
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    Templar Recruit
    SpectreY
    Spectre OverrideMetadata/Monsters/LegionLeague/LegionTemplarMelee1Spectre
    Tagshas_one_hand_sword, has_one_handed_melee, humanoid, legion_monster, medium_height, medium_movement, melee, metal_armour, no_pantheon_mod, not_dex, physical_affinity, red_blood, slashing_weapon
    Packs
  • Pacificador, Recluta templario, Conscripto templario, Supresor templario
  • Vida
    276%
    Energy Shield From Life
    50%
    Armadura
    +50%
    Ailment Threshold
    276%
    Resistencia
    20 20 20 0
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 17
    Attack Time
    0.825 Second
    Damage Spread
    ±20%
    Experiencia
    100%
    Model Size
    100%
    Type
    LegionTemplarMelee1
    Metadata
    LegionTemplarMelee1Standalone
    Nivel
    68
    Vida
    17,756
    Armadura
    43,185
    Evasión
    4,739
    Escudo de energía
    3,064
    Damage
    448
    Daño de hechizos
    448
    Precisión
    290
    Attack Time
    0.825
    Experiencia
    10,255
    Ailment Threshold
    17,756
    Chill
    56
    Shock
    56
    Brittle
    318
    Scorch
    56
    Sap
    155
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.825 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    TemplarShieldCharge
    Attack, RequiresShield, Melee, Area, Movement, Travel
    Carga con escudo
    Base Damage: 359–538
    Probabilidad de golpe crítico: 5%
    Attack Time: 0.825 seg
    Tiempo de recarga: 3 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 15%
    Reducción de Umbral de Aturdimiento aumentada un 50% en enemigos a Máxima Distancia de carga
    20% más Daño con Golpes a Distancia de Carga Máxima
    Velocidad de movimiento aumentada un 50%
    Los golpes cuerpo a cuerpo fortifican
    ignores proximity shield [1]
    shield charge extra distance [15]

    Object Type

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseStandalone"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseStandalone"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LegionLeague/LegionTemplarMelee1Standalone"] = {
        name = "Templar Recruit",
        life = 2.76,
        energyShield = 0.5,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 0.825,
        attackRange = 17,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "Shield",
        skillList = {
            "TemplarShieldCharge",
            "Melee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TemplarShieldCharge"] = {
        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",
            "chance_to_fortify_on_melee_hit_+%",
            "ignores_proximity_shield",
        },
        levels = {
            [1] = {50, 50, 20, 15, 15, 100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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 = { }, },
        },
    }
    
    20% de probabilidad de bloquear el daño de ataques
    Recibes el 10% del daño de los golpes bloqueados
    IdMonsterAttackBlock30Bypass10
    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
    Edit

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