聖宗新兵
人形
monster ignores delve darkness mechanic [1]
20% 攻擊傷害格擋率
你承受 10% 來自格擋擊中的傷害
monster beyond portal chance +% final [-66]
monster hellscape charge +% [-66]
不能獲得充能
monster no map drops [1]
Templar Recruit
幽魂Y
幽魂 取代Metadata/Monsters/LegionLeague/LegionTemplarMelee1Spectre
標籤has_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
生命
276%
生命轉為護盾
50%
護甲
+50%
異常狀態臨界值
276%
抗性
20 20 20 0
傷害
120%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 17
攻擊間隔
0.825 秒
傷害分佈
±20%
經驗值
100%
Model Size
100%
類型
LegionTemplarMelee1
Metadata
LegionTemplarMelee1
等級
68
生命
17,756
護甲
43,185
閃避
4,739
能量護盾
3,064
傷害
448
法術傷害
448
命中
290
攻擊間隔
0.825
經驗值
10,255
異常狀態臨界值
17,756
冰緩
56
感電
56
易碎
318
焦灼
56
殘喘
155
Melee
攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
普通攻擊
基本傷害: 359–538
暴擊率: 5%
攻擊間隔: 0.825 秒
用強大的攻擊擊倒敵人。
skill can fire arrows [1]
skill can fire wand projectiles [1]
TemplarShieldCharge
攻擊, RequiresShield, 近戰, 範圍, 位移, 快行
重盾衝鋒
基本傷害: 359–538
暴擊率: 5%
攻擊間隔: 0.825 秒
冷卻時間: 3 秒
向一個區域或目標衝鋒,將路線上的敵人推開並持續在你前方區域造成傷害。衝鋒距離越遠,造成的傷害越高,並且擊暈敵人的機率越高。不能被多重打擊輔助。
增加 15% 攻擊速度
到達最大衝鋒距離時,增加 50% 暈眩門檻降低
最大衝擊距離擊中時造成 20% 更多傷害
增加 50% 移動速度
近戰擊中護體
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
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 全域
  • 20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    IdMonsterAttackBlock30Bypass10
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 全域
  • monster beyond portal chance +% final Min: -66 Max: -66 全域
  • 不能獲得充能
    IdCannotGainCharges_
    FamilyCannotGainCharges
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot gain charges Min: 1 Max: 1 全域
  • Craft Tagsendurance_charge frenzy_charge power_charge
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 聖宗新兵
    人形
    monster ignores delve darkness mechanic [1]
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    不能獲得充能
    monster no map drops [1]
    Templar Recruit
    幽魂Y
    幽魂 取代Metadata/Monsters/LegionLeague/LegionTemplarMelee1Spectre
    標籤has_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
    生命
    276%
    生命轉為護盾
    50%
    護甲
    +50%
    異常狀態臨界值
    276%
    抗性
    20 20 20 0
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 17
    攻擊間隔
    0.825 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    LegionTemplarMelee1
    Metadata
    LegionTemplarMelee1Endless
    等級
    68
    生命
    17,756
    護甲
    43,185
    閃避
    4,739
    能量護盾
    3,064
    傷害
    448
    法術傷害
    448
    命中
    290
    攻擊間隔
    0.825
    經驗值
    10,255
    異常狀態臨界值
    17,756
    冰緩
    56
    感電
    56
    易碎
    318
    焦灼
    56
    殘喘
    155
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 359–538
    暴擊率: 5%
    攻擊間隔: 0.825 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    TemplarShieldCharge
    攻擊, RequiresShield, 近戰, 範圍, 位移, 快行
    重盾衝鋒
    基本傷害: 359–538
    暴擊率: 5%
    攻擊間隔: 0.825 秒
    冷卻時間: 3 秒
    向一個區域或目標衝鋒,將路線上的敵人推開並持續在你前方區域造成傷害。衝鋒距離越遠,造成的傷害越高,並且擊暈敵人的機率越高。不能被多重打擊輔助。
    增加 15% 攻擊速度
    到達最大衝鋒距離時,增加 50% 暈眩門檻降低
    最大衝擊距離擊中時造成 20% 更多傷害
    增加 50% 移動速度
    近戰擊中護體
    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
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 全域
  • 20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    IdMonsterAttackBlock30Bypass10
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 全域
  • monster beyond portal chance +% final Min: -66 Max: -66 全域
  • 不能獲得充能
    IdCannotGainCharges_
    FamilyCannotGainCharges
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • cannot gain charges Min: 1 Max: 1 全域
  • Craft Tagsendurance_charge frenzy_charge power_charge
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 聖宗新兵
    人形
    monster ignores delve darkness mechanic [1]
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    Templar Recruit
    幽魂Y
    標籤has_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
    生命
    276%
    生命轉為護盾
    50%
    護甲
    +50%
    異常狀態臨界值
    276%
    抗性
    20 20 20 0
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 17
    攻擊間隔
    0.825 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    LegionTemplarMelee1
    Metadata
    LegionTemplarMelee1Spectre
    等級
    68
    生命
    17,756
    護甲
    43,185
    閃避
    4,739
    能量護盾
    3,064
    傷害
    448
    法術傷害
    448
    命中
    290
    攻擊間隔
    0.825
    經驗值
    10,255
    異常狀態臨界值
    17,756
    冰緩
    56
    感電
    56
    易碎
    318
    焦灼
    56
    殘喘
    155
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 359–538
    暴擊率: 5%
    攻擊間隔: 0.825 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    TemplarShieldCharge
    攻擊, RequiresShield, 近戰, 範圍, 位移, 快行
    重盾衝鋒
    基本傷害: 359–538
    暴擊率: 5%
    攻擊間隔: 0.825 秒
    冷卻時間: 3 秒
    向一個區域或目標衝鋒,將路線上的敵人推開並持續在你前方區域造成傷害。衝鋒距離越遠,造成的傷害越高,並且擊暈敵人的機率越高。不能被多重打擊輔助。
    增加 15% 攻擊速度
    到達最大衝鋒距離時,增加 50% 暈眩門檻降低
    最大衝擊距離擊中時造成 20% 更多傷害
    增加 50% 移動速度
    近戰擊中護體
    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
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster ignores delve darkness mechanic Min: 1 Max: 1 全域
  • 20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    IdMonsterAttackBlock30Bypass10
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    monster beyond portal chance +% final [-66]
    monster hellscape charge +% [-66]
    IdBreachReducedBeyondPortalChance
    FamilyBeyondPortalChance
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster hellscape charge +% Min: -66 Max: -66 全域
  • monster beyond portal chance +% final Min: -66 Max: -66 全域
  • 聖宗新兵
    人形
    20% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    Templar Recruit
    幽魂Y
    幽魂 取代Metadata/Monsters/LegionLeague/LegionTemplarMelee1Spectre
    標籤has_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
  • 和平鞏固者, 聖宗新兵, 聖宗士兵, 聖宗鎮壓者
  • 生命
    276%
    生命轉為護盾
    50%
    護甲
    +50%
    異常狀態臨界值
    276%
    抗性
    20 20 20 0
    傷害
    120%
    命中
    100%
    暴擊率
    +5%
    暴擊加成
    +130%
    攻擊距離
    6 ~ 17
    攻擊間隔
    0.825 秒
    傷害分佈
    ±20%
    經驗值
    100%
    Model Size
    100%
    類型
    LegionTemplarMelee1
    Metadata
    LegionTemplarMelee1Standalone
    等級
    68
    生命
    17,756
    護甲
    43,185
    閃避
    4,739
    能量護盾
    3,064
    傷害
    448
    法術傷害
    448
    命中
    290
    攻擊間隔
    0.825
    經驗值
    10,255
    異常狀態臨界值
    17,756
    冰緩
    56
    感電
    56
    易碎
    318
    焦灼
    56
    殘喘
    155
    Melee
    攻擊, 範圍攻擊, 技能可幻影射手, 投射物, 近戰單一目標, 攻擊可重複, 近戰, 玩家投射物
    普通攻擊
    基本傷害: 359–538
    暴擊率: 5%
    攻擊間隔: 0.825 秒
    用強大的攻擊擊倒敵人。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    TemplarShieldCharge
    攻擊, RequiresShield, 近戰, 範圍, 位移, 快行
    重盾衝鋒
    基本傷害: 359–538
    暴擊率: 5%
    攻擊間隔: 0.825 秒
    冷卻時間: 3 秒
    向一個區域或目標衝鋒,將路線上的敵人推開並持續在你前方區域造成傷害。衝鋒距離越遠,造成的傷害越高,並且擊暈敵人的機率越高。不能被多重打擊輔助。
    增加 15% 攻擊速度
    到達最大衝鋒距離時,增加 50% 暈眩門檻降低
    最大衝擊距離擊中時造成 20% 更多傷害
    增加 50% 移動速度
    近戰擊中護體
    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% 攻擊傷害格擋率
    你承受 10% 來自格擋擊中的傷害
    IdMonsterAttackBlock30Bypass10
    FamilyMonsterBlockAndBypass
    Domains怪物 (3)
    GenerationType傳奇 (3)
    Req. level1
    Stats
  • monster base block % Min: 20 Max: 20 全域
  • base block % damage taken Min: 10 Max: 10 全域
  • Craft Tagsblock
    Edit

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