Expedition2RemnantActiveIncursionAtziriActiveShrineActiveStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
护命上师
CategoryHumanoid人形
IconEnemyResistanceFire
承受伤害降低 80%
monster aggro radius +% [-70]
Bloodrite Priest
Spectre
Area科佩克之殿, 金字塔避难所
Tags1HSword_onhit_audio, allows_additional_projectiles, 施法, cultist, human, humanoid, medium_movement, not_dex, not_str, physical_affinity, red_blood
Packs
  • 科佩克之殿: 护命上师, 护命守卫, 护命守卫
  • 科佩克之殿: 护命上师, 护命守卫, 护命守卫
  • 科佩克之殿: 护命上师, 护命守卫, 护命守卫
  • 金字塔避难所: 护命上师, 烈阳祭司, 护命守卫, 护命守卫
  • 金字塔避难所: 护命上师, 烈阳祭司, 护命守卫, 护命守卫
  • 金字塔避难所: 护命上师, 烈阳祭司, 护命守卫, 护命守卫
  • 生命
    170%
    Energy Shield From Life
    20%
    抗性
    IconEnemyResistanceFire45% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    伤害
    170%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    4 ~ 14
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    170%
    Model Size
    100%
    Type
    BloodBatherMage
    Metadata
    BloodBatherMage
    保留
    74
    抗性
    IconEnemyResistanceFire30% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    保留
    39%
    抗性
    IconEnemyResistanceFire30% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    等级
    65
    生命
    11,144
    2,023
    伤害
    361
    法术伤害
    361
    命中
    2,228
    攻击时间
    1.5
    经验值
    36,562
    召唤物生命
    10,679
    Minion Energy Shield
    2,136
    召唤物伤害
    1,409
    召唤物护甲
    2,023
    MPSBloodMageBloodProjectile
    法术, 投射物, 玩家投射物, 可触发, 伤害, AttackInPlace
    暴击率: 5%
    施放时间: 2.57 秒
    冷却时间: 6 秒
    造成 209.4 - 314.2 物理伤害
    发射 2 个额外投射物
    base is projectile [1]
    check for targets between initiator and projectile source [1]
    distribute projectiles over contact points [1]
    monster projectile variation [1041]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    MaceNotable2
    EGBloodMageExplodeSacrifice
    可触发
    BloodMageBloodTendrils
    法术, 伤害, 陷阱技能, 图腾技能, 地雷技能, 连锁, 法术可重复, 可触发, 物理, Unleashable, DoT, 持续时间, UsableWhileMoving
    赤炼魔光
    暴击率: 5%
    施放时间: 1.67 秒
    冷却时间: 0.5 秒
    在你前方锥形范围内射出数道连锁的赤色光束。被光束击中的敌人会受到物理伤害,并被施加流血效果。
    造成 174.5 - 261.8 物理伤害
    每秒造成 242.4 物理伤害
    连锁 1
    法术伤害词缀会作用于减益的持续伤害
    -8 范围
    向最多 +2 个目标发射魔光
    减益持续时间为 1
    spell maximum action distance +% [-40]
    BloodTendrilsSkill

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	define_shared_state = "explode; fire; praying;"
    }
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2433
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodCultistDrones/BloodBatherMage"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Priest",
        life = 1.7,
        energyShield = 0.2,
        damage = 1.7,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "EGBloodMageExplodeSacrifice",
            "BloodMageBloodTendrils",
            "MPSBloodMageBloodProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGBloodMageExplodeSacrifice"] = {
        name = "EGBloodMageExplodeSacrifice",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BloodMageBloodTendrils"] = {
        name = "Exsanguinate",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Expel your own blood as [Chain|Chaining] blood tendrils in a cone in front of you. Enemies [HitDamage|Hit] by the tendrils take [Physical] damage and are inflicted with [Bleeding].",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
            [SkillType.Unleashable] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Duration] = true,
            [SkillType.UsableWhileMoving] = true,
        },
        statDescriptionScope = "exsanguinate",
        castTime = 1.67,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_physical_damage_to_deal_per_minute",
            "blood_tendrils_beam_count",
            "base_skill_effect_duration",
            "number_of_chains",
            "spell_maximum_action_distance_+%",
            "active_skill_base_radius_+",
            "spell_damage_modifiers_apply_to_skill_dot",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4, 2, 1000, 1, -40, -8, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSBloodMageBloodProjectile"] = {
        name = "MPSBloodMageBloodProjectile",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.57,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "number_of_additional_projectiles",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "check_for_targets_between_initiator_and_projectile_source",
            "projectile_uses_contact_direction",
            "distribute_projectiles_over_contact_points",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1041, 2, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    承受伤害降低 80%
    monster aggro radius +% [-70]
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%750
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.base_maximum_all_resistances_%75
    Stats.monster_base_flask_charges_percent_of_monster_power50
    Stats.base_critical_hit_damage_bonus30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.object_inherent_base_maximum_block_%_from_ot50
    Stats.movement_velocity_cap128
    Stats.max_azurite_debuff_stacks10
    Stats.ignore_skill_weapon_restrictions1
    Stats.melee_hit_damage_stun_multiplier_+%_final_from_ot33
    Stats.physical_hit_damage_stun_multiplier_+%_final_from_ot100
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.melee_swing_not_scaled_by_area_modifiers1
    Stats.actor_scale_+%_limit200
    Stats.base_heavy_stun_duration_ms2433
    Stats.melee_defer_damage_prediction1
    Stats.poise_decay_delay_ms8000
    Stats.poise_decay_%_per_second5
    Stats.base_block_angle_degrees180
    Stats.action_attack_or_cast_time_uses_animation_length1
    Stats.slow_potency_+%_final_per_additional_player-10
    Stats.check_for_targets_between_initiator_and_projectile_source1
    Stats.maximum_life_+%_final_per_additional_player50
    Stats.maximum_energy_shield_+%_final_per_additional_player50
    Stats.poise_threshold_+%_final_per_additional_player50
    Stats.stun_base_duration_override_ms500
    Stats.bleeding_moving_damage_%_of_base_override200
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.csd
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, MoveForced, MoveToFormation, Flee, StrafeLeft, StrafeRight, StrafeRandom, Advance, DoNothing, MonsterPickup, MinionInteraction, ChangeToStance1
    Actor.slow_animations_go_to_idlefalse
    StateMachine.define_shared_stateexplode; fire; praying;
    护命上师
    CategoryHumanoid人形
    IconEnemyResistanceFire
    承受伤害降低 80%
    monster aggro radius +% [-70]
    Bloodrite Priest
    Spectre
    Tags1HSword_onhit_audio, allows_additional_projectiles, 施法, cultist, human, humanoid, medium_movement, not_dex, not_str, physical_affinity, red_blood
    生命
    170%
    Energy Shield From Life
    20%
    抗性
    IconEnemyResistanceFire45% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    伤害
    170%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    4 ~ 14
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    170%
    Model Size
    100%
    Type
    BloodBatherMage
    Metadata
    BloodBatherMagePraying_
    保留
    74
    抗性
    IconEnemyResistanceFire30% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    保留
    39%
    抗性
    IconEnemyResistanceFire30% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    等级
    68
    生命
    14,037
    2,413
    伤害
    396
    法术伤害
    396
    命中
    2,502
    攻击时间
    1.5
    经验值
    48,678
    召唤物生命
    11,781
    Minion Energy Shield
    2,356
    召唤物伤害
    1,647
    召唤物护甲
    2,413
    MPSBloodMageBloodProjectile
    法术, 投射物, 玩家投射物, 可触发, 伤害, AttackInPlace
    暴击率: 5%
    施放时间: 2.57 秒
    冷却时间: 6 秒
    造成 229.6 - 344.4 物理伤害
    发射 2 个额外投射物
    base is projectile [1]
    check for targets between initiator and projectile source [1]
    distribute projectiles over contact points [1]
    monster projectile variation [1041]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    MaceNotable2
    EGBloodMageExplodeSacrifice
    可触发
    BloodMageBloodTendrils
    法术, 伤害, 陷阱技能, 图腾技能, 地雷技能, 连锁, 法术可重复, 可触发, 物理, Unleashable, DoT, 持续时间, UsableWhileMoving
    赤炼魔光
    暴击率: 5%
    施放时间: 1.67 秒
    冷却时间: 0.5 秒
    在你前方锥形范围内射出数道连锁的赤色光束。被光束击中的敌人会受到物理伤害,并被施加流血效果。
    造成 191.3 - 287 物理伤害
    每秒造成 265.7 物理伤害
    连锁 1
    法术伤害词缀会作用于减益的持续伤害
    -8 范围
    向最多 +2 个目标发射魔光
    减益持续时间为 1
    spell maximum action distance +% [-40]
    BloodTendrilsSkill

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	define_shared_state = "explode; fire; praying;"
    }
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2433
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodCultistDrones/BloodBatherMagePraying_"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Priest",
        life = 1.7,
        energyShield = 0.2,
        damage = 1.7,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "EGBloodMageExplodeSacrifice",
            "BloodMageBloodTendrils",
            "MPSBloodMageBloodProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGBloodMageExplodeSacrifice"] = {
        name = "EGBloodMageExplodeSacrifice",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BloodMageBloodTendrils"] = {
        name = "Exsanguinate",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Expel your own blood as [Chain|Chaining] blood tendrils in a cone in front of you. Enemies [HitDamage|Hit] by the tendrils take [Physical] damage and are inflicted with [Bleeding].",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
            [SkillType.Unleashable] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Duration] = true,
            [SkillType.UsableWhileMoving] = true,
        },
        statDescriptionScope = "exsanguinate",
        castTime = 1.67,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_physical_damage_to_deal_per_minute",
            "blood_tendrils_beam_count",
            "base_skill_effect_duration",
            "number_of_chains",
            "spell_maximum_action_distance_+%",
            "active_skill_base_radius_+",
            "spell_damage_modifiers_apply_to_skill_dot",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4, 2, 1000, 1, -40, -8, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSBloodMageBloodProjectile"] = {
        name = "MPSBloodMageBloodProjectile",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.57,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "number_of_additional_projectiles",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "check_for_targets_between_initiator_and_projectile_source",
            "projectile_uses_contact_direction",
            "distribute_projectiles_over_contact_points",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1041, 2, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    承受伤害降低 80%
    monster aggro radius +% [-70]
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    护命上师
    CategoryHumanoid人形
    IconEnemyResistanceFire
    承受伤害降低 80%
    monster aggro radius +% [-70]
    Bloodrite Priest
    Spectre
    Tags1HSword_onhit_audio, 施法, cultist, human, humanoid, medium_movement, not_dex, not_str, quest_null_monster_mods, red_blood
    Packs
  • 护命上师, 护命守卫, 护命守卫
  • 护命上师, 护命守卫, 护命守卫
  • 护命上师, 护命守卫, 护命守卫
  • 生命
    170%
    Energy Shield From Life
    20%
    抗性
    IconEnemyResistanceFire45% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    伤害
    170%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    4 ~ 14
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    170%
    Model Size
    100%
    Type
    BloodBatherMageUltimatium
    Metadata
    BloodBatherMageUltimatium
    保留
    74
    抗性
    IconEnemyResistanceFire30% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    保留
    39%
    抗性
    IconEnemyResistanceFire30% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    等级
    68
    生命
    14,037
    2,413
    伤害
    396
    法术伤害
    396
    命中
    2,502
    攻击时间
    1.5
    经验值
    48,678
    召唤物生命
    11,781
    Minion Energy Shield
    2,356
    召唤物伤害
    1,647
    召唤物护甲
    2,413
    MPSBloodMageBloodProjectile
    法术, 投射物, 玩家投射物, 可触发, 伤害, AttackInPlace
    暴击率: 5%
    施放时间: 2.57 秒
    冷却时间: 6 秒
    造成 229.6 - 344.4 物理伤害
    发射 2 个额外投射物
    base is projectile [1]
    check for targets between initiator and projectile source [1]
    distribute projectiles over contact points [1]
    monster projectile variation [1041]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    MaceNotable2
    EGBloodMageExplodeSacrifice
    可触发
    BloodMageBloodTendrils
    法术, 伤害, 陷阱技能, 图腾技能, 地雷技能, 连锁, 法术可重复, 可触发, 物理, Unleashable, DoT, 持续时间, UsableWhileMoving
    赤炼魔光
    暴击率: 5%
    施放时间: 1.67 秒
    冷却时间: 0.5 秒
    在你前方锥形范围内射出数道连锁的赤色光束。被光束击中的敌人会受到物理伤害,并被施加流血效果。
    造成 191.3 - 287 物理伤害
    每秒造成 265.7 物理伤害
    连锁 1
    法术伤害词缀会作用于减益的持续伤害
    -8 范围
    向最多 +2 个目标发射魔光
    减益持续时间为 1
    spell maximum action distance +% [-40]
    BloodTendrilsSkill

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	define_shared_state = "explode; fire; praying;"
    }
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2433
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodCultistDrones/BloodBatherMageUltimatium"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Priest",
        life = 1.7,
        energyShield = 0.2,
        damage = 1.7,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "EGBloodMageExplodeSacrifice",
            "BloodMageBloodTendrils",
            "MPSBloodMageBloodProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGBloodMageExplodeSacrifice"] = {
        name = "EGBloodMageExplodeSacrifice",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BloodMageBloodTendrils"] = {
        name = "Exsanguinate",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Expel your own blood as [Chain|Chaining] blood tendrils in a cone in front of you. Enemies [HitDamage|Hit] by the tendrils take [Physical] damage and are inflicted with [Bleeding].",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
            [SkillType.Unleashable] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Duration] = true,
            [SkillType.UsableWhileMoving] = true,
        },
        statDescriptionScope = "exsanguinate",
        castTime = 1.67,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_physical_damage_to_deal_per_minute",
            "blood_tendrils_beam_count",
            "base_skill_effect_duration",
            "number_of_chains",
            "spell_maximum_action_distance_+%",
            "active_skill_base_radius_+",
            "spell_damage_modifiers_apply_to_skill_dot",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4, 2, 1000, 1, -40, -8, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSBloodMageBloodProjectile"] = {
        name = "MPSBloodMageBloodProjectile",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.57,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "number_of_additional_projectiles",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "check_for_targets_between_initiator_and_projectile_source",
            "projectile_uses_contact_direction",
            "distribute_projectiles_over_contact_points",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1041, 2, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    承受伤害降低 80%
    monster aggro radius +% [-70]
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    护命上师
    CategoryHumanoid人形
    IconEnemyResistanceFire
    承受伤害降低 80%
    monster aggro radius +% [-70]
    Bloodrite Priest
    Spectre
    Tags1HSword_onhit_audio, 施法, cultist, human, humanoid, medium_movement, not_dex, not_str, quest_null_monster_mods, red_blood
    Packs
  • 护命上师, 护命守卫, 护命守卫
  • 护命上师, 护命守卫, 护命守卫
  • 护命上师, 护命守卫, 护命守卫
  • 生命
    170%
    Energy Shield From Life
    20%
    抗性
    IconEnemyResistanceFire45% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    伤害
    170%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    4 ~ 14
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    170%
    Model Size
    100%
    Type
    BloodBatherMageUltimatium
    Metadata
    BloodBatherMageStrongbox
    保留
    74
    抗性
    IconEnemyResistanceFire30% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    保留
    39%
    抗性
    IconEnemyResistanceFire30% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    等级
    68
    生命
    14,037
    2,413
    伤害
    396
    法术伤害
    396
    命中
    2,502
    攻击时间
    1.5
    经验值
    48,678
    召唤物生命
    11,781
    Minion Energy Shield
    2,356
    召唤物伤害
    1,647
    召唤物护甲
    2,413
    MPSBloodMageBloodProjectile
    法术, 投射物, 玩家投射物, 可触发, 伤害, AttackInPlace
    暴击率: 5%
    施放时间: 2.57 秒
    冷却时间: 6 秒
    造成 229.6 - 344.4 物理伤害
    发射 2 个额外投射物
    base is projectile [1]
    check for targets between initiator and projectile source [1]
    distribute projectiles over contact points [1]
    monster projectile variation [1041]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    MaceNotable2
    EGBloodMageExplodeSacrifice
    可触发
    BloodMageBloodTendrils
    法术, 伤害, 陷阱技能, 图腾技能, 地雷技能, 连锁, 法术可重复, 可触发, 物理, Unleashable, DoT, 持续时间, UsableWhileMoving
    赤炼魔光
    暴击率: 5%
    施放时间: 1.67 秒
    冷却时间: 0.5 秒
    在你前方锥形范围内射出数道连锁的赤色光束。被光束击中的敌人会受到物理伤害,并被施加流血效果。
    造成 191.3 - 287 物理伤害
    每秒造成 265.7 物理伤害
    连锁 1
    法术伤害词缀会作用于减益的持续伤害
    -8 范围
    向最多 +2 个目标发射魔光
    减益持续时间为 1
    spell maximum action distance +% [-40]
    BloodTendrilsSkill

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	define_shared_state = "explode; fire; praying;"
    }
    
    Actor
    {
    	basic_action = "ChangeToStance1"
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2433
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodCultistDrones/BloodBatherMageStrongbox"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Priest",
        life = 1.7,
        energyShield = 0.2,
        damage = 1.7,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "EGBloodMageExplodeSacrifice",
            "BloodMageBloodTendrils",
            "MPSBloodMageBloodProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGBloodMageExplodeSacrifice"] = {
        name = "EGBloodMageExplodeSacrifice",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BloodMageBloodTendrils"] = {
        name = "Exsanguinate",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Expel your own blood as [Chain|Chaining] blood tendrils in a cone in front of you. Enemies [HitDamage|Hit] by the tendrils take [Physical] damage and are inflicted with [Bleeding].",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
            [SkillType.Unleashable] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Duration] = true,
            [SkillType.UsableWhileMoving] = true,
        },
        statDescriptionScope = "exsanguinate",
        castTime = 1.67,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_physical_damage_to_deal_per_minute",
            "blood_tendrils_beam_count",
            "base_skill_effect_duration",
            "number_of_chains",
            "spell_maximum_action_distance_+%",
            "active_skill_base_radius_+",
            "spell_damage_modifiers_apply_to_skill_dot",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4, 2, 1000, 1, -40, -8, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSBloodMageBloodProjectile"] = {
        name = "MPSBloodMageBloodProjectile",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.57,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "number_of_additional_projectiles",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "check_for_targets_between_initiator_and_projectile_source",
            "projectile_uses_contact_direction",
            "distribute_projectiles_over_contact_points",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1041, 2, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    承受伤害降低 80%
    monster aggro radius +% [-70]
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    护命上师
    CategoryHumanoid人形
    IconEnemyResistanceFire
    承受伤害降低 80%
    monster aggro radius +% [-70]
    Bloodrite Priest
    Spectre
    Tags1HSword_onhit_audio, allows_additional_projectiles, 施法, cultist, human, humanoid, medium_movement, not_dex, not_str, physical_affinity, red_blood
    生命
    170%
    Energy Shield From Life
    20%
    抗性
    IconEnemyResistanceFire45% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    伤害
    170%
    命中
    100%
    暴击 Chance
    5%
    Attack Distance
    4 ~ 14
    攻击时间
    1.5 Second
    Damage Spread
    ±20%
    经验值
    170%
    Model Size
    100%
    Type
    BloodBatherMage
    Metadata
    BloodBatherMageIncursion
    保留
    74
    抗性
    IconEnemyResistanceFire30% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    保留
    39%
    抗性
    IconEnemyResistanceFire30% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    等级
    68
    生命
    14,037
    2,413
    伤害
    396
    法术伤害
    396
    命中
    2,502
    攻击时间
    1.5
    经验值
    48,678
    召唤物生命
    11,781
    Minion Energy Shield
    2,356
    召唤物伤害
    1,647
    召唤物护甲
    2,413
    MPSBloodMageBloodProjectile
    法术, 投射物, 玩家投射物, 可触发, 伤害, AttackInPlace
    暴击率: 5%
    施放时间: 2.57 秒
    冷却时间: 6 秒
    造成 229.6 - 344.4 物理伤害
    发射 2 个额外投射物
    base is projectile [1]
    check for targets between initiator and projectile source [1]
    distribute projectiles over contact points [1]
    monster projectile variation [1041]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    MaceNotable2
    EGBloodMageExplodeSacrifice
    可触发
    BloodMageBloodTendrils
    法术, 伤害, 陷阱技能, 图腾技能, 地雷技能, 连锁, 法术可重复, 可触发, 物理, Unleashable, DoT, 持续时间, UsableWhileMoving
    赤炼魔光
    暴击率: 5%
    施放时间: 1.67 秒
    冷却时间: 0.5 秒
    在你前方锥形范围内射出数道连锁的赤色光束。被光束击中的敌人会受到物理伤害,并被施加流血效果。
    造成 191.3 - 287 物理伤害
    每秒造成 265.7 物理伤害
    连锁 1
    法术伤害词缀会作用于减益的持续伤害
    -8 范围
    向最多 +2 个目标发射魔光
    减益持续时间为 1
    spell maximum action distance +% [-40]
    BloodTendrilsSkill

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueIncursionNew/Corruption/BloodBatherMageIncursion"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Priest",
        life = 1.7,
        energyShield = 0.2,
        damage = 1.7,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Dagger",
        skillList = {
            "EGBloodMageExplodeSacrifice",
            "BloodMageBloodTendrils",
            "MPSBloodMageBloodProjectile",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGBloodMageExplodeSacrifice"] = {
        name = "EGBloodMageExplodeSacrifice",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BloodMageBloodTendrils"] = {
        name = "Exsanguinate",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Expel your own blood as [Chain|Chaining] blood tendrils in a cone in front of you. Enemies [HitDamage|Hit] by the tendrils take [Physical] damage and are inflicted with [Bleeding].",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Chains] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Physical] = true,
            [SkillType.Unleashable] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Duration] = true,
            [SkillType.UsableWhileMoving] = true,
        },
        statDescriptionScope = "exsanguinate",
        castTime = 1.67,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_physical_damage_to_deal_per_minute",
            "blood_tendrils_beam_count",
            "base_skill_effect_duration",
            "number_of_chains",
            "spell_maximum_action_distance_+%",
            "active_skill_base_radius_+",
            "spell_damage_modifiers_apply_to_skill_dot",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4, 2, 1000, 1, -40, -8, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSBloodMageBloodProjectile"] = {
        name = "MPSBloodMageBloodProjectile",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Damage] = true,
            [SkillType.AttackInPlace] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.57,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "monster_projectile_variation",
            "number_of_additional_projectiles",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "check_for_targets_between_initiator_and_projectile_source",
            "projectile_uses_contact_direction",
            "distribute_projectiles_over_contact_points",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1041, 2, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    承受伤害降低 80%
    monster aggro radius +% [-70]
    FamilyStance
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    FamilyNothing
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Edit

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