Conscrito Templário
Humanóide
monster ignores delve darkness mechanic [1]
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
Não pode ganhar Cargas
monster no map drops [1]
Templar Conscript
SpectreY
Spectre OverrideMetadata/Monsters/LegionLeague/LegionTemplarMelee2Spectre
Tagshas_two_hand_sword, has_two_handed_melee, humanoid, legion_monster, medium_height, medium_movement, melee, metal_armour, not_dex, physical_affinity, ranged, red_blood, slashing_weapon
Vida
276%
Energy Shield From Life
50%
Armadura
+50%
Ailment Threshold
276%
Resistência
20 20 20 0
Damage
120%
Precisão
100%
Chance de Crítico
+5%
Multiplicador de Acerto Crítico
+130%
Attack Distance
6 ~ 9
Attack Time
1.005 Second
Damage Spread
±20%
Experiência
100%
Model Size
100%
Type
LegionTemplarMelee2
Metadata
LegionTemplarMelee2_
Nível
68
Vida
17,756
Armadura
43,185
Evasão
4,739
Escudo de Energia
3,064
Damage
448
Dano Mágico
448
Precisão
290
Attack Time
1.005
Experiência
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 Padrão
Base Damage: 359–538
Chance de Crítico: 5%
Attack Time: 1.005 seg
Abate seus inimigos com um golpe poderoso.
skill can fire arrows [1]
skill can fire wand projectiles [1]
LegionTemplarWeaponThrow
Attack, RangedAttack, Projectile, ProjectilesFromUser
Arremesso Espectral
Base Damage: 359–538
Chance de Crítico: 5%
Attack Time: 1.005 seg
Lança uma cópia espectral de sua arma corpo a corpo. Ela voa e retorna para você em um ataque giratório que atinge inimigos em seu caminho.
Causa 43% menos Dano
Velocidade de Projéteis aumentada em 20%
24% menos Velocidade de Ataque
base is projectile [1]
LegionMonsterProximityShield
Spell, Area, Duration, Triggerable, AreaSpell
Tempo de Conjuração: 2 seg
Recarga: 18 seg
Você não pode sofrer dano direto de inimigos fora do escudo.
inside shield [#]
Duração base é de 8 segundos

Object Type

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

Object Type Codes

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

Preload
{
	preload_buff_visual = "proximity_shield_aura"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LegionLeague/LegionTemplarMelee2_"] = {
    name = "Templar Conscript",
    life = 2.76,
    energyShield = 0.5,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1.2,
    damageSpread = 0.2,
    attackTime = 1.005,
    attackRange = 9,
    accuracy = 1,
    weaponType1 = "Two Hand Sword",
    skillList = {
        "Melee",
        "LegionMonsterProximityShield",
        "LegionTemplarWeaponThrow",
    },
    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["LegionMonsterProximityShield"] = {
    name = "LegionMonsterProximityShield",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {8000, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LegionTemplarWeaponThrow"] = {
    name = "Spectral Throw",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_projectile_speed_+%",
        "active_skill_damage_+%_final",
        "active_skill_attack_speed_+%_final",
        "base_is_projectile",
    },
    levels = {
        [1] = {20, -43, -24, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster ignores delve darkness mechanic [1]
IdMonsterIgnoresDelveDarkness
FamilyMonsterIgnoresDelveDarkness
Domainsmonstro (3)
GenerationTypeÚnico (3)
Req. level1
Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (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
  • Não pode ganhar Cargas
    IdCannotGainCharges_
    FamilyCannotGainCharges
    Domainsmonstro (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
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Conscrito Templário
    Humanóide
    monster ignores delve darkness mechanic [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Não pode ganhar Cargas
    monster no map drops [1]
    Templar Conscript
    SpectreY
    Spectre OverrideMetadata/Monsters/LegionLeague/LegionTemplarMelee2Spectre
    Tagshas_two_hand_sword, has_two_handed_melee, humanoid, legion_monster, medium_height, medium_movement, melee, metal_armour, not_dex, physical_affinity, ranged, red_blood, slashing_weapon
    Vida
    276%
    Energy Shield From Life
    50%
    Armadura
    +50%
    Ailment Threshold
    276%
    Resistência
    20 20 20 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    LegionTemplarMelee2
    Metadata
    LegionTemplarMelee2Endless
    Nível
    68
    Vida
    17,756
    Armadura
    43,185
    Evasão
    4,739
    Escudo de Energia
    3,064
    Damage
    448
    Dano Mágico
    448
    Precisão
    290
    Attack Time
    1.005
    Experiência
    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 Padrão
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.005 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LegionTemplarWeaponThrow
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Arremesso Espectral
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.005 seg
    Lança uma cópia espectral de sua arma corpo a corpo. Ela voa e retorna para você em um ataque giratório que atinge inimigos em seu caminho.
    Causa 43% menos Dano
    Velocidade de Projéteis aumentada em 20%
    24% menos Velocidade de Ataque
    base is projectile [1]
    LegionMonsterProximityShield
    Spell, Area, Duration, Triggerable, AreaSpell
    Tempo de Conjuração: 2 seg
    Recarga: 18 seg
    Você não pode sofrer dano direto de inimigos fora do escudo.
    inside shield [#]
    Duração base é de 8 segundos

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSink"
    
    Preload
    {
    	preload_buff_visual = "proximity_shield_aura"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LegionLeague/LegionTemplarMelee2Endless"] = {
        name = "Templar Conscript",
        life = 2.76,
        energyShield = 0.5,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
            "LegionMonsterProximityShield",
            "LegionTemplarWeaponThrow",
        },
        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["LegionMonsterProximityShield"] = {
        name = "LegionMonsterProximityShield",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {8000, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionTemplarWeaponThrow"] = {
        name = "Spectral Throw",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_projectile_speed_+%",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {20, -43, -24, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster ignores delve darkness mechanic [1]
    IdMonsterIgnoresDelveDarkness
    FamilyMonsterIgnoresDelveDarkness
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (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
  • Não pode ganhar Cargas
    IdCannotGainCharges_
    FamilyCannotGainCharges
    Domainsmonstro (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
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Conscrito Templário
    Humanóide
    monster ignores delve darkness mechanic [1]
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Templar Conscript
    SpectreY
    Tagshas_two_hand_sword, has_two_handed_melee, humanoid, legion_monster, medium_movement, melee, metal_armour, not_dex, physical_affinity, ranged, red_blood, slashing_weapon
    Vida
    276%
    Energy Shield From Life
    50%
    Armadura
    +50%
    Ailment Threshold
    276%
    Resistência
    20 20 20 0
    Damage
    120%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.005 Second
    Damage Spread
    ±20%
    Experiência
    100%
    Model Size
    100%
    Type
    LegionTemplarMelee2
    Metadata
    LegionTemplarMelee2Spectre
    Nível
    68
    Vida
    17,756
    Armadura
    43,185
    Evasão
    4,739
    Escudo de Energia
    3,064
    Damage
    448
    Dano Mágico
    448
    Precisão
    290
    Attack Time
    1.005
    Experiência
    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 Padrão
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.005 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    LegionTemplarWeaponThrow
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Arremesso Espectral
    Base Damage: 359–538
    Chance de Crítico: 5%
    Attack Time: 1.005 seg
    Lança uma cópia espectral de sua arma corpo a corpo. Ela voa e retorna para você em um ataque giratório que atinge inimigos em seu caminho.
    Causa 43% menos Dano
    Velocidade de Projéteis aumentada em 20%
    24% menos Velocidade de Ataque
    base is projectile [1]
    LegionMonsterProximityShield
    Spell, Area, Duration, Triggerable, AreaSpell
    Tempo de Conjuração: 2 seg
    Recarga: 18 seg
    Você não pode sofrer dano direto de inimigos fora do escudo.
    inside shield [#]
    Duração base é de 8 segundos

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LegionLeague/LegionMonsterBaseSinkSpectre"
    
    Preload
    {
    	preload_buff_visual = "proximity_shield_aura"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LegionLeague/LegionTemplarMelee2Spectre"] = {
        name = "Templar Conscript",
        life = 2.76,
        energyShield = 0.5,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.005,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
            "LegionMonsterProximityShield",
            "LegionTemplarWeaponThrow",
        },
        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["LegionMonsterProximityShield"] = {
        name = "LegionMonsterProximityShield",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {8000, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LegionTemplarWeaponThrow"] = {
        name = "Spectral Throw",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_projectile_speed_+%",
            "active_skill_damage_+%_final",
            "active_skill_attack_speed_+%_final",
            "base_is_projectile",
        },
        levels = {
            [1] = {20, -43, -24, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster ignores delve darkness mechanic [1]
    IdMonsterIgnoresDelveDarkness
    FamilyMonsterIgnoresDelveDarkness
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 Global
  • monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domainsmonstro (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
  • Edit

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