鮮血擁戴者
人形
cannot be used as minion [1]
Blood Advocate
幽魂N
標籤法術, cultist, delve_monster, flesh_armour, has_one_handed_melee, has_thrusting_one_hand_sword, human, humanoid, medium_height, medium_movement, no_pantheon_mod, not_int, physical_affinity, puncturing_weapon, ranged, red_blood
生命
270%
護甲
+20%
閃避
+40%
異常狀態臨界值
270%
抗性
20 20 20 0
傷害
150%
命中
100%
暴擊率
+5%
暴擊加成
+130%
攻擊距離
6 ~ 14
攻擊間隔
1.5 秒
傷害分佈
±20%
經驗值
75%
Model Size
120%
類型
VaalCultistSpearChampionDelve
Metadata
VaalCultistSpearBloodChampion
等級
68
生命
17,370
護甲
34,548
閃避
6,635
能量護盾
0
傷害
560
法術傷害
560
命中
290
攻擊間隔
1.5
經驗值
7,691
異常狀態臨界值
17,370
冰緩
55
感電
55
易碎
311
焦灼
55
殘喘
152
VaalincursionMortar
投射物, 玩家投射物, 法術, 傷害, 範圍, 陷阱技能, 圖騰技能, 地雷技能, 法術可重複, 可觸發, 範圍法術
施放時間: 1.2 秒
通用的怪物砲擊技能。與怪物投射物相似,但帶有衝擊效果。
造成 439.3658.9 物理傷害
active skill area of effect radius +% final [-40]
base is projectile [1]
is area damage [1]
projectile minimum range [10]
projectile spread radius [10]
projectile spread radius per additional projectile [5]
projectile uses contact position [1]
spell maximum action distance +% [-40]
VaalIncursionSpecialBeamCannonBlood
法術, 傷害
施放時間: 1.5 秒
冷卻時間: 8 秒
WalkEmergeVaalCultistDelve
walk emerge distance [100]

Object Type

version 2
extends "Metadata/Monsters/LeagueDelve/VaalBloodEncounter/VaalCultist"

Object Type Codes

version 2
extends "Metadata/Monsters/LeagueDelve/VaalBloodEncounter/VaalCultist"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/LeagueDelve/VaalBloodEncounter/VaalCultistSpearBloodChampion"] = {
    name = "Blood Advocate",
    life = 2.7,
    fireResist = 20,
    coldResist = 20,
    lightningResist = 20,
    chaosResist = 0,
    damage = 1.5,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 14,
    accuracy = 1,
    weaponType1 = "Thrusting One Hand Sword",
    skillList = {
        "VaalincursionMortar",
        "VaalIncursionSpecialBeamCannonBlood",
        "WalkEmergeVaalCultistDelve",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalincursionMortar"] = {
    name = "VaalincursionMortar",
    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_physical_damage",
        "spell_maximum_base_physical_damage",
        "projectile_spread_radius",
        "spell_maximum_action_distance_+%",
        "projectile_spread_radius_per_additional_projectile",
        "projectile_minimum_range",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "base_is_projectile",
        "projectile_uses_contact_position",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 10, -40, 5, 10, -40, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["VaalIncursionSpecialBeamCannonBlood"] = {
    name = "VaalIncursionSpecialBeamCannonBlood",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.5,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, -40, levelRequirement = 83, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["WalkEmergeVaalCultistDelve"] = {
    name = "WalkEmergeVaalCultistDelve",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.5,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "walk_emerge_distance",
    },
    levels = {
        [1] = {100, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
cannot be used as minion [1]
IdCannotBeUsedAsMinion
FamilyCannotBeUsedAsMinion
Domains怪物 (3)
GenerationType傳奇 (3)
Req. level1
Stats
  • cannot be used as minion Min: 1 Max: 1 全域
  • Edit

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