蒙面戰士
人形
聖域守衛
Masked Combatant
幽魂N
標籤fast_movement, human, humanoid, not_str, ranged, red_blood, sanctum_guard, sanctum_monster
生命
600%
生命轉為護盾
50%
閃避
+50%
異常狀態臨界值
600%
抗性
30 30 30 20
傷害
100%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 60
攻擊間隔
1.335 秒
傷害分佈
±20%
經驗值
200%
Model Size
110%
類型
SanctumGuard9
Metadata
Guard9
等級
68
生命
38,600
護甲
28,790
閃避
7,109
能量護盾
3,064
傷害
374
法術傷害
374
命中
290
攻擊間隔
1.335
經驗值
20,510
異常狀態臨界值
38,600
冰緩
122
感電
122
易碎
691
焦灼
122
殘喘
337
SanctumCausticBomb
法術, 持續時間, 傷害, 地雷技能, 範圍, 陷阱, DoT, 混沌, 範圍法術
暴擊率: 5%
施放時間: 0.79 秒
冷卻時間: 5 秒
造成 126.8169 混沌傷害
陷阱持續 +2.5
每秒造成 117.4 基本混沌傷害
+0.1 秒基礎持續時間
投擲最多 2 個額外陷阱
對附近目標地區隨機投擲陷阱
減少 67% 陷阱投擲速度
base sanctum damage [20]
base skill is trapped [1]
ground caustic art variation [2]
ignores trap and mine cooldown limit [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
trap variation [2]
SanctumSmokeMine
法術, 範圍, 持續時間, 位移, 遙控地雷, 範圍法術, 快行, 消耗保留, 閃現, 冷卻
煙霧地雷
施放時間: 0.8 秒
冷卻時間: 5 秒
設置一個地雷,當你啟動時會將你傳送至該地雷所在處。當傳送時,在原本位置與地雷所在位置的區塊都會被充滿煙霧,致盲身在煙霧中的敵人,並提升你的移動速度。與其他閃現技能共享冷卻時間。
+2 秒基礎持續時間
active skill area of effect radius +% final [-45]
MMSSanctumSingleTrapThrow
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
施放時間: 1.2 秒
冷卻時間: 5 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 620.7931 火焰傷害
active skill area of effect radius +% final [-75]
base deal no damage [1]
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
MMSSanctumMultiTrapThrow
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
施放時間: 1.87 秒
冷卻時間: 12 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 至 火焰傷害
base deal no damage [1]
base is projectile [1]
is area damage [1]
projectile minimum range [15]
projectile spread radius [20]
projectile uses contact position [1]
spell maximum action distance +% [-50]
use scaled contact offset [1]
GSSanctumThugTorchBomb
法術, 可觸發
暴擊率: 5%
施放時間: 1 秒
造成 451.7677.5 火焰傷害
active skill area of effect radius +% final [-40]
base sanctum damage [10]
is area damage [1]

Object Type

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


Stats
{
	set_number_of_additional_totems_allowed = 1
	set_summon_totem_cast_speed_+% = -76
}

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueSanctum/Guards/SanctumGuardBase"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueSanctum/Guards/Guard9"] = {
    name = "Masked Combatant",
    life = 6,
    energyShield = 0.5,
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    damage = 1,
    damageSpread = 0.2,
    attackTime = 1.335,
    attackRange = 60,
    accuracy = 1,
    weaponType1 = "Bow",
    skillList = {
        "SanctumCausticBomb",
        "SanctumSmokeMine",
        "MMSSanctumSingleTrapThrow",
        "MMSSanctumMultiTrapThrow",
        "GSSanctumThugTorchBomb",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["SanctumCausticBomb"] = {
    name = "SanctumCausticBomb",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
        [SkillType.Damage] = true,
        [SkillType.Mineable] = true,
        [SkillType.Area] = true,
        [SkillType.Trapped] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Chaos] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.79,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_chaos_damage",
        "spell_maximum_base_chaos_damage",
        "base_chaos_damage_to_deal_per_minute",
        "base_trap_duration",
        "base_skill_effect_duration",
        "trap_variation",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "ground_caustic_art_variation",
        "trap_throwing_speed_+%",
        "number_of_additional_traps_to_throw",
        "throw_traps_in_circle_radius",
        "base_sanctum_damage",
        "is_trap",
        "is_area_damage",
        "base_skill_is_trapped",
        "ignores_trap_and_mine_cooldown_limit",
    },
    levels = {
        [1] = {0.30000001192093, 0.40000000596046, 1, 2500, 100, 2, -25, 2, -67, 2, 30, 20, critChance = 5, levelRequirement = 0, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SanctumSmokeMine"] = {
    name = "Smoke Mine",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a mine that will teleport you to it when detonated. It covers both your escape and arrival with a cloud of smoke that blinds enemies, and gives you a temporary buff to movement speed. Shares a cooldown with other Blink skills.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Movement] = true,
        [SkillType.RemoteMined] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Travel] = true,
        [SkillType.HasReservation] = true,
        [SkillType.Blink] = true,
        [SkillType.Cooldown] = true,
    },
    statDescriptionScope = "buff_skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
    },
    levels = {
        [1] = {2000, -45, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MMSSanctumSingleTrapThrow"] = {
    name = "MMSSanctumSingleTrapThrow",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.2,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "projectile_minimum_range",
        "spell_maximum_action_distance_+%",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "base_deal_no_damage",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 15, -50, -75, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MMSSanctumMultiTrapThrow"] = {
    name = "MMSSanctumMultiTrapThrow",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    skillTypes = {
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.87,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "projectile_minimum_range",
        "spell_maximum_action_distance_+%",
        "projectile_spread_radius",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
        "base_deal_no_damage",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 15, -50, 20, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GSSanctumThugTorchBomb"] = {
    name = "GSSanctumThugTorchBomb",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "active_skill_area_of_effect_radius_+%_final",
        "base_sanctum_damage",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -40, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  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
IdMonsterSanctumGuardMirrorImage
FamilyMonsterModMirrorImage
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Edit

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