Prêtre ritesang
Humanoïde
80% de Réduction des Dégâts subis
monster aggro radius +% [-70]
Bloodrite Priest
SpectreY
AreaTemple de Kopec, Le Refuge de la Ziggourat
Tags1HSword_onhit_audio, allows_additional_projectiles, Lanceur de sorts, cultist, human, humanoid, medium_movement, not_dex, not_str, physical_affinity, red_blood
Packs
  • Temple de Kopec: Prêtre ritesang, Garde ritesang, Garde ritesang
  • Temple de Kopec: Prêtre ritesang, Garde ritesang, Garde ritesang
  • Temple de Kopec: Prêtre ritesang, Garde ritesang, Garde ritesang
  • Le Refuge de la Ziggourat: Prêtre ritesang, Prêtre du Soleil, Garde ritesang, Garde ritesang
  • Le Refuge de la Ziggourat: Prêtre ritesang, Prêtre du Soleil, Garde ritesang, Garde ritesang
  • Le Refuge de la Ziggourat: Prêtre ritesang, Prêtre du Soleil, Garde ritesang, Garde ritesang
  • Vie
    170%
    Energy Shield From Life
    20%
    Résistance
    30 0 0 0
    Damage
    170%
    Précision
    100%
    Attack Distance
    4 ~ 14
    Temps d'attaque
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    170%
    Model Size
    100%
    Type
    BloodBatherMage
    Metadata
    BloodBatherMage
    Niveau
    65
    Vie
    8,858
    2,023
    Damage
    361
    Dégâts des sorts
    361
    Précision
    2,214
    Temps d'attaque
    1.5
    Expérience
    36,562
    Minion Life
    8,544
    Minion Energy Shield
    2,136
    Minion Damage
    1,409
    Minion Armour
    2,023
    MPSBloodMageBloodProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    Chances de Touche critique: 5%
    Temps d'incantation: 2.57 sec.
    Temps de recharge: 6 sec.
    Inflige 209.4 à 314.2 Dégâts Physiques
    Tire Projectiles supplémentaires
    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]
    EGBloodMageExplodeSacrifice
    Triggerable
    BloodMageBloodTendrils
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Physical, Unleashable, DamageOverTime, Duration, UsableWhileMoving, NoAttackInPlace
    Exsanguination
    Chances de Touche critique: 5%
    Temps d'incantation: 1.67 sec.
    Temps de recharge: 0.5 sec.
    Expulse votre propre sang sous forme de vrilles de sang qui Ricochent dans un cône devant vous. Les ennemis Touchés par ces vrilles subissent des dégâts Physiques ainsi qu'un Saignement.
    Inflige 174.5 à 261.8 Dégâts Physiques
    Inflige 242.4 Dégâts physiques de base par seconde
    Ricoche 1 fois
    Les Modificateurs aux Dégâts des Sorts s'appliquent aux Dégâts sur la durée de cet Effet néfaste
    -8 au Rayon
    Tire des vrilles sur +2 Cibles au maximum
    Durée de l'effet néfaste : 1 seconde
    spell maximum action distance +% [-40]

    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
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	on_or_create_state_explode_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/blood_magic_buff.epk' );"
    	on_state_explode_0 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/blood_magic_buff.epk' );"
    	on_or_create_state_fire_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBathers/epks/enrage_fire/enrage_fire.epk' );"
    	on_state_fire_0 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBathers/epks/enrage_fire/enrage_fire.epk' );"
    	on_or_create_state_praying_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/scorching.epk' );"
    	on_or_create_state_praying_2 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/scorching.epk' );"
    	on_or_create_state_praying_3 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/scorching.epk' );"
    
    	on_state_praying_0 =
    	"
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/scorching.epk' );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodCultistDrones/BloodBatherMage"] = {
        name = "Bloodrite Priest",
        life = 1.7,
        energyShield = 0.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        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,
            [SkillType.NoAttackInPlace] = 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,
        },
        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
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    80% de Réduction des Dégâts subis
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Prêtre ritesang
    Humanoïde
    80% de Réduction des Dégâts subis
    monster aggro radius +% [-70]
    Bloodrite Priest
    SpectreY
    Tags1HSword_onhit_audio, allows_additional_projectiles, Lanceur de sorts, cultist, human, humanoid, medium_movement, not_dex, not_str, physical_affinity, red_blood
    Vie
    170%
    Energy Shield From Life
    20%
    Résistance
    30 0 0 0
    Damage
    170%
    Précision
    100%
    Attack Distance
    4 ~ 14
    Temps d'attaque
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    170%
    Model Size
    100%
    Type
    BloodBatherMage
    Metadata
    BloodBatherMagePraying_
    Niveau
    68
    Vie
    10,550
    2,413
    Damage
    396
    Dégâts des sorts
    396
    Précision
    2,464
    Temps d'attaque
    1.5
    Expérience
    48,678
    Minion Life
    9,425
    Minion Energy Shield
    2,356
    Minion Damage
    1,647
    Minion Armour
    2,413
    MPSBloodMageBloodProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    Chances de Touche critique: 5%
    Temps d'incantation: 2.57 sec.
    Temps de recharge: 6 sec.
    Inflige 229.6 à 344.4 Dégâts Physiques
    Tire Projectiles supplémentaires
    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]
    EGBloodMageExplodeSacrifice
    Triggerable
    BloodMageBloodTendrils
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Physical, Unleashable, DamageOverTime, Duration, UsableWhileMoving, NoAttackInPlace
    Exsanguination
    Chances de Touche critique: 5%
    Temps d'incantation: 1.67 sec.
    Temps de recharge: 0.5 sec.
    Expulse votre propre sang sous forme de vrilles de sang qui Ricochent dans un cône devant vous. Les ennemis Touchés par ces vrilles subissent des dégâts Physiques ainsi qu'un Saignement.
    Inflige 191.3 à 287 Dégâts Physiques
    Inflige 265.7 Dégâts physiques de base par seconde
    Ricoche 1 fois
    Les Modificateurs aux Dégâts des Sorts s'appliquent aux Dégâts sur la durée de cet Effet néfaste
    -8 au Rayon
    Tire des vrilles sur +2 Cibles au maximum
    Durée de l'effet néfaste : 1 seconde
    spell maximum action distance +% [-40]

    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
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	on_or_create_state_explode_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/blood_magic_buff.epk' );"
    	on_state_explode_0 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/blood_magic_buff.epk' );"
    	on_or_create_state_fire_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBathers/epks/enrage_fire/enrage_fire.epk' );"
    	on_state_fire_0 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBathers/epks/enrage_fire/enrage_fire.epk' );"
    	on_or_create_state_praying_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/scorching.epk' );"
    	on_or_create_state_praying_2 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/scorching.epk' );"
    	on_or_create_state_praying_3 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/scorching.epk' );"
    
    	on_state_praying_0 =
    	"
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/scorching.epk' );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodCultistDrones/BloodBatherMagePraying_"] = {
        name = "Bloodrite Priest",
        life = 1.7,
        energyShield = 0.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        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,
            [SkillType.NoAttackInPlace] = 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,
        },
        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
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    80% de Réduction des Dégâts subis
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Garde ritesang
    Humanoïde
    80% de Réduction des Dégâts subis
    monster aggro radius +% [-70]
    Bloodrite Priest
    SpectreY
    Tags1HSword_onhit_audio, Lanceur de sorts, cultist, human, humanoid, medium_movement, not_dex, not_str, quest_null_monster_mods, red_blood
    Packs
  • Garde ritesang, Garde ritesang, Garde ritesang
  • Garde ritesang, Garde ritesang, Garde ritesang
  • Garde ritesang, Garde ritesang, Garde ritesang
  • Vie
    170%
    Energy Shield From Life
    20%
    Résistance
    30 0 0 0
    Damage
    170%
    Précision
    100%
    Attack Distance
    4 ~ 14
    Temps d'attaque
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    170%
    Model Size
    100%
    Type
    BloodBatherMageUltimatium
    Metadata
    BloodBatherMageUltimatium
    Niveau
    68
    Vie
    10,550
    2,413
    Damage
    396
    Dégâts des sorts
    396
    Précision
    2,464
    Temps d'attaque
    1.5
    Expérience
    48,678
    Minion Life
    9,425
    Minion Energy Shield
    2,356
    Minion Damage
    1,647
    Minion Armour
    2,413
    MPSBloodMageBloodProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    Chances de Touche critique: 5%
    Temps d'incantation: 2.57 sec.
    Temps de recharge: 6 sec.
    Inflige 229.6 à 344.4 Dégâts Physiques
    Tire Projectiles supplémentaires
    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]
    EGBloodMageExplodeSacrifice
    Triggerable
    BloodMageBloodTendrils
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Physical, Unleashable, DamageOverTime, Duration, UsableWhileMoving, NoAttackInPlace
    Exsanguination
    Chances de Touche critique: 5%
    Temps d'incantation: 1.67 sec.
    Temps de recharge: 0.5 sec.
    Expulse votre propre sang sous forme de vrilles de sang qui Ricochent dans un cône devant vous. Les ennemis Touchés par ces vrilles subissent des dégâts Physiques ainsi qu'un Saignement.
    Inflige 191.3 à 287 Dégâts Physiques
    Inflige 265.7 Dégâts physiques de base par seconde
    Ricoche 1 fois
    Les Modificateurs aux Dégâts des Sorts s'appliquent aux Dégâts sur la durée de cet Effet néfaste
    -8 au Rayon
    Tire des vrilles sur +2 Cibles au maximum
    Durée de l'effet néfaste : 1 seconde
    spell maximum action distance +% [-40]

    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
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	on_or_create_state_explode_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/blood_magic_buff.epk' );"
    	on_state_explode_0 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/blood_magic_buff.epk' );"
    	on_or_create_state_fire_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBathers/epks/enrage_fire/enrage_fire.epk' );"
    	on_state_fire_0 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBathers/epks/enrage_fire/enrage_fire.epk' );"
    	on_or_create_state_praying_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/scorching.epk' );"
    	on_or_create_state_praying_2 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/scorching.epk' );"
    	on_or_create_state_praying_3 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/scorching.epk' );"
    
    	on_state_praying_0 =
    	"
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/scorching.epk' );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodCultistDrones/BloodBatherMageUltimatium"] = {
        name = "Bloodrite Priest",
        life = 1.7,
        energyShield = 0.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        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,
            [SkillType.NoAttackInPlace] = 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,
        },
        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
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    80% de Réduction des Dégâts subis
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Garde ritesang
    Humanoïde
    80% de Réduction des Dégâts subis
    monster aggro radius +% [-70]
    Bloodrite Priest
    SpectreN
    Tags1HSword_onhit_audio, Lanceur de sorts, cultist, human, humanoid, medium_movement, not_dex, not_str, quest_null_monster_mods, red_blood
    Packs
  • Garde ritesang, Garde ritesang, Garde ritesang
  • Garde ritesang, Garde ritesang, Garde ritesang
  • Garde ritesang, Garde ritesang, Garde ritesang
  • Vie
    170%
    Energy Shield From Life
    20%
    Résistance
    30 0 0 0
    Damage
    170%
    Précision
    100%
    Attack Distance
    4 ~ 14
    Temps d'attaque
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    170%
    Model Size
    100%
    Type
    BloodBatherMageUltimatium
    Metadata
    BloodBatherMageStrongbox
    Niveau
    68
    Vie
    10,550
    2,413
    Damage
    396
    Dégâts des sorts
    396
    Précision
    2,464
    Temps d'attaque
    1.5
    Expérience
    48,678
    Minion Life
    9,425
    Minion Energy Shield
    2,356
    Minion Damage
    1,647
    Minion Armour
    2,413
    MPSBloodMageBloodProjectile
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    Chances de Touche critique: 5%
    Temps d'incantation: 2.57 sec.
    Temps de recharge: 6 sec.
    Inflige 229.6 à 344.4 Dégâts Physiques
    Tire Projectiles supplémentaires
    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]
    EGBloodMageExplodeSacrifice
    Triggerable
    BloodMageBloodTendrils
    Spell, Damage, Trappable, Totemable, Mineable, Chains, Multicastable, Triggerable, Physical, Unleashable, DamageOverTime, Duration, UsableWhileMoving, NoAttackInPlace
    Exsanguination
    Chances de Touche critique: 5%
    Temps d'incantation: 1.67 sec.
    Temps de recharge: 0.5 sec.
    Expulse votre propre sang sous forme de vrilles de sang qui Ricochent dans un cône devant vous. Les ennemis Touchés par ces vrilles subissent des dégâts Physiques ainsi qu'un Saignement.
    Inflige 191.3 à 287 Dégâts Physiques
    Inflige 265.7 Dégâts physiques de base par seconde
    Ricoche 1 fois
    Les Modificateurs aux Dégâts des Sorts s'appliquent aux Dégâts sur la durée de cet Effet néfaste
    -8 au Rayon
    Tire des vrilles sur +2 Cibles au maximum
    Durée de l'effet néfaste : 1 seconde
    spell maximum action distance +% [-40]

    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
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    StateMachine
    {
    	on_or_create_state_explode_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/blood_magic_buff.epk' );"
    	on_state_explode_0 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/blood_magic_buff.epk' );"
    	on_or_create_state_fire_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBathers/epks/enrage_fire/enrage_fire.epk' );"
    	on_state_fire_0 = "RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBathers/epks/enrage_fire/enrage_fire.epk' );"
    	on_or_create_state_praying_1 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/scorching.epk' );"
    	on_or_create_state_praying_2 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/scorching.epk' );"
    	on_or_create_state_praying_3 = "AddEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/scorching.epk' );"
    
    	on_state_praying_0 =
    	"
    		RemoveEffectPack( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/scorching.epk' );
    	"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodCultistDrones/BloodBatherMageStrongbox"] = {
        name = "Bloodrite Priest",
        life = 1.7,
        energyShield = 0.2,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        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,
            [SkillType.NoAttackInPlace] = 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,
        },
        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
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    80% de Réduction des Dégâts subis
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Edit

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