圣堂射手
人形
圣所守卫
Templar Marksman
幽魂N
标签bone_armour, 施法, fast_movement, fire_affinity, has_bow, human, humanoid, large_height, not_int, puncturing_weapon, ranged, red_blood, sanctum_guard, sanctum_monster
Packs
  • 埋葬守卫, 圣堂射手
  • 生命
    600%
    护甲
    +50%
    闪避值
    +50%
    异常状态临界值
    600%
    抗性
    30 30 30 20
    伤害
    70%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 80
    攻击间隔
    1.5 秒
    伤害分布
    ±20%
    经验值
    200%
    Model Size
    110%
    类型
    SanctumGuard6
    Metadata
    Guard6
    等级
    68
    生命
    38,600
    护甲
    43,185
    闪避值
    7,109
    能量护盾
    0
    伤害
    261
    法术伤害
    261
    命中
    290
    攻击间隔
    1.5
    经验值
    20,510
    异常状态临界值
    38,600
    冰缓
    122
    Shock
    122
    Brittle
    691
    Scorch
    122
    Sap
    337
    MeleeLioneyeSanctum
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 209–314
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    对你的敌人无情痛击。
    伤害总降 30%
    将物理伤害的 75% 转化为火焰伤害
    攻击速度总降 25%
    arrow projectile variation [20]
    base sanctum damage [15]
    skill can fire arrows [1]
    use scaled contact offset [1]
    EmptyActionSanctumLioneyeAttackLeft
    攻击
    基本伤害: 209–314
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    冷却时间: 5 秒
    攻击速度总降 25%
    EmptyActionSanctumLioneyeAttackRight
    攻击
    基本伤害: 209–314
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    冷却时间: 5 秒
    攻击速度总降 25%
    EmptyActionSanctumLioneyeAttackBack
    攻击
    基本伤害: 209–314
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    冷却时间: 5 秒
    攻击速度总降 25%
    LioneyeTriggeredProjectileSanctum
    攻击, 范围攻击, 技能可幻影射手, 投射物, 玩家投射物, 伤害, 可触发
    基本伤害: 209–314
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    投射物贯穿所有目标
    伤害总降 30%
    将物理伤害的 50% 转化为火焰伤害
    base is projectile [1]
    base sanctum damage [20]
    monster projectile variation [159]
    use scaled contact offset [1]
    GTSanctumLioneyeArrowstorm
    可触发, 法术
    施放间隔: 3 秒
    冷却时间: 10 秒
    SanctumLioneyeFireCircleBombard
    可触发, 攻击
    基本伤害: 209–314
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    伤害总降 30%
    将物理伤害的 75% 转化为火焰伤害
    base sanctum damage [10]
    is area damage [1]
    EmptyActionSanctumLioneyeFlareStorm
    攻击
    基本伤害: 209–314
    攻击暴击率: 5%
    攻击间隔: 1.5 秒
    冷却时间: 8 秒
    攻击速度总降 25%
    SanctumLioneyeSpawnFlareObject
    可触发, 法术
    施放间隔: 1 秒

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueSanctum/Guards/SanctumGuardBase"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/LeagueSanctum/Guards/SanctumGuardBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueSanctum/Guards/Guard6"] = {
        name = "Templar Marksman",
        life = 6,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 0.7,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 80,
        accuracy = 1,
        weaponType1 = "Bow",
        skillList = {
            "MeleeLioneyeSanctum",
            "EmptyActionSanctumLioneyeAttackLeft",
            "EmptyActionSanctumLioneyeAttackRight",
            "EmptyActionSanctumLioneyeAttackBack",
            "EmptyActionSanctumLioneyeFlareStorm",
            "SanctumLioneyeSpawnFlareObject",
            "GTSanctumLioneyeArrowstorm",
            "LioneyeTriggeredProjectileSanctum",
            "SanctumLioneyeFireCircleBombard",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeLioneyeSanctum"] = {
        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 = {
            "active_skill_damage_+%_final",
            "arrow_projectile_variation",
            "active_skill_attack_speed_+%_final",
            "skill_physical_damage_%_to_convert_to_fire",
            "base_sanctum_damage",
            "skill_can_fire_arrows",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {-30, 20, -25, 75, 15, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSanctumLioneyeAttackLeft"] = {
        name = "EmptyActionSanctumLioneyeAttackLeft",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
        },
        levels = {
            [1] = {-25, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSanctumLioneyeAttackRight"] = {
        name = "EmptyActionSanctumLioneyeAttackRight",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
        },
        levels = {
            [1] = {-25, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSanctumLioneyeAttackBack"] = {
        name = "EmptyActionSanctumLioneyeAttackBack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.5,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
        },
        levels = {
            [1] = {-25, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EmptyActionSanctumLioneyeFlareStorm"] = {
        name = "EmptyActionSanctumLioneyeFlareStorm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
        },
        levels = {
            [1] = {-25, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SanctumLioneyeSpawnFlareObject"] = {
        name = "SanctumLioneyeSpawnFlareObject",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GTSanctumLioneyeArrowstorm"] = {
        name = "GTSanctumLioneyeArrowstorm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LioneyeTriggeredProjectileSanctum"] = {
        name = "LioneyeTriggeredProjectileSanctum",
        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 = {
            "active_skill_damage_+%_final",
            "monster_projectile_variation",
            "skill_physical_damage_%_to_convert_to_fire",
            "base_sanctum_damage",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "always_pierce",
        },
        levels = {
            [1] = {-30, 159, 50, 20, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SanctumLioneyeFireCircleBombard"] = {
        name = "SanctumLioneyeFireCircleBombard",
        hidden = true,
        color = 4,
        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_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_fire",
            "base_sanctum_damage",
            "is_area_damage",
        },
        levels = {
            [1] = {-30, 75, 10, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        },
    }
    
    IdMonsterTagSanctumGuard
    FamilyMonsterTagSanctumGuard
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Adds Tagssanctum_guard
    IdMonsterSanctumGuardVolatileOnDeath
    FamilyMonsterSanctumGuardDaemon
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    IdMonsterSanctumGuardSummonGargoyle
    FamilyMonsterSanctumGuardDaemon
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Edit

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