Bloodrite Guard
80% уменьшение получаемого урона
monster aggro radius +% [-70]
33% уменьшение получаемого урона
stance movement speed +% final [43]
33% уменьшение получаемого урона
stance movement speed +% final [43]
SpectreY
AreaХрам Копека, Убежище в зиккурате, Храм Копека
Tags2HSharpMetal_onhit_audio, cultist, human, humanoid, medium_movement, melee, not_int, not_str, physical_damage, red_blood
Packs
  • Храм Копека, Храм Копека: Bloodrite Priest, Bloodrite Guard, Bloodrite Guard
  • Убежище в зиккурате: Bloodrite Priest, Priest of the Sun, Bloodrite Guard, Bloodrite Guard
  • Здоровье
    110%
    Уклонение
    +25%
    Ailment Threshold
    %
    Сопротивление
    30 0 0 0
    Damage
    121%
    Меткость
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    4 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    110%
    Model Size
    100%
    Type
    BloodBatherDualWield
    Metadata
    BloodBatherDualWield
    Уровень
    70
    Здоровье
    9,588
    Доспехи
    3,877
    Уклонение
    502
    Энерг. щит
    0
    Damage
    300
    Урон от чар
    300
    Меткость
    0
    Attack Time
    1.5
    Опыт
    38,103
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Обычная атака
    Base Damage: 240–360
    Шанс [Critical|крит. попадания]: 5%
    Attack Time: 1.5 сек.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GSBloodMageSacrificeBlast
    Triggerable, Spell, Damage
    Шанс критического удара: 5%
    Время применения: 1 сек.
    Наносит от 61.73 до 92.6 физического урона
    10% физического урона становится уроном от огня
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASBloodBatherFlameEnrage
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Время применения: 1 сек.
    Наносит 11.6 базового урона от огня в секунду
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2333
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable
    {
    
    	on_transition =
    	"
    		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/BloodBathers/BloodBatherDualWield/BloodBather02AggroAudio.ao' ); } );
    	"
    }
    
    Animated
    {
    
    	preload_animated_object = "Metadata/Monsters/BloodBathers/BloodBatherDualWield/BloodBather02AggroAudio.ao"
    
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherDualWield/BloodBatherDualWield"] = {
        name = "Bloodrite Guard",
        life = 1.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.21,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CGEBloodBatherFireGround",
            "GSBloodMageSacrificeBlast",
            "EASBloodBatherFlameEnrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEBloodBatherFireGround"] = {
        name = "CGEBloodBatherFireGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {1, -45, 3000, 1004, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSBloodMageSacrificeBlast"] = {
        name = "GSBloodMageSacrificeBlast",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASBloodBatherFlameEnrage"] = {
        name = "EASBloodBatherFlameEnrage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    IdBloodBatherPrayingStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • 33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • Bloodrite Guard
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    SpectreY
    Tags2HSharpMetal_onhit_audio, cultist, human, humanoid, medium_movement, melee, not_int, not_str, physical_damage, red_blood
    Здоровье
    110%
    Уклонение
    +25%
    Ailment Threshold
    %
    Сопротивление
    30 0 0 0
    Damage
    121%
    Меткость
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    4 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    110%
    Model Size
    100%
    Type
    BloodBatherDualWield
    Metadata
    BloodBatherDualWieldPraying
    Уровень
    68
    Здоровье
    8,533
    Доспехи
    3,451
    Уклонение
    477
    Энерг. щит
    0
    Damage
    282
    Урон от чар
    282
    Меткость
    0
    Attack Time
    1.5
    Опыт
    31,497
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Обычная атака
    Base Damage: 226–338
    Шанс [Critical|крит. попадания]: 5%
    Attack Time: 1.5 сек.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GSBloodMageSacrificeBlast
    Triggerable, Spell, Damage
    Шанс критического удара: 5%
    Время применения: 1 сек.
    Наносит от 59.63 до 89.44 физического урона
    10% физического урона становится уроном от огня
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASBloodBatherFlameEnrage
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Время применения: 1 сек.
    Наносит 11.2 базового урона от огня в секунду
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2333
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable
    {
    
    	on_transition =
    	"
    		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/BloodBathers/BloodBatherDualWield/BloodBather02AggroAudio.ao' ); } );
    	"
    }
    
    Animated
    {
    
    	preload_animated_object = "Metadata/Monsters/BloodBathers/BloodBatherDualWield/BloodBather02AggroAudio.ao"
    
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherDualWield/BloodBatherDualWieldPraying"] = {
        name = "Bloodrite Guard",
        life = 1.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.21,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CGEBloodBatherFireGround",
            "GSBloodMageSacrificeBlast",
            "EASBloodBatherFlameEnrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEBloodBatherFireGround"] = {
        name = "CGEBloodBatherFireGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {1, -45, 3000, 1004, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSBloodMageSacrificeBlast"] = {
        name = "GSBloodMageSacrificeBlast",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASBloodBatherFlameEnrage"] = {
        name = "EASBloodBatherFlameEnrage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    IdBloodBatherPrayingStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • 33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • Bloodrite Guard
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    SpectreY
    AreaХрам Копека, Убежище в зиккурате, Храм Копека
    Tags2HBluntWood_onhit_audio, allows_inc_aoe, cultist, human, humanoid, medium_movement, melee, not_dex, not_int, physical_damage, red_blood
    Packs
  • Храм Копека, Храм Копека: Bloodrite Priest, Bloodrite Guard, Bloodrite Guard
  • Убежище в зиккурате: Bloodrite Priest, Priest of the Sun, Bloodrite Guard, Bloodrite Guard
  • Здоровье
    160%
    Доспехи
    +35%
    Ailment Threshold
    %
    Сопротивление
    30 0 0 0
    Damage
    160%
    Меткость
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    5 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    160%
    Model Size
    130%
    Type
    BloodBatherMace
    Metadata
    BloodBatherMace
    Уровень
    70
    Здоровье
    13,946
    Доспехи
    3,877
    Уклонение
    502
    Энерг. щит
    0
    Damage
    397
    Урон от чар
    397
    Меткость
    0
    Attack Time
    1.5
    Опыт
    55,422
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Обычная атака
    Base Damage: 317–476
    Шанс [Critical|крит. попадания]: 5%
    Attack Time: 1.5 сек.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    EASBloodBatherFlameEnrage
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Время применения: 1 сек.
    Наносит 11.6 базового урона от огня в секунду
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]
    GABloodBatherMaceGroundSlam
    Triggerable, Attack
    Base Damage: 317–476
    Шанс [Critical|крит. попадания]: 5%
    Урон от атаки: 155%
    Attack Time: 1.5 сек.
    Перезарядка: 5 сек.
    Наносит на 55% больше урона атаками
    action attack or cast time uses animation length [1]
    attack maximum action distance + [8]
    is area damage [1]
    GABloodBatherMaceGroundSlamFire
    Triggerable, Attack
    Base Damage: 317–476
    Шанс [Critical|крит. попадания]: 5%
    Урон от атаки: 155%
    Attack Time: 1.5 сек.
    Перезарядка: 5 сек.
    Наносит на 55% больше урона атаками
    action attack or cast time uses animation length [1]
    attack maximum action distance + [8]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2433
    }
    
    Transitionable
    {
    	
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable
    {
    
    	on_transition =
    	"
    		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/BloodBathers/BloodBatherMace/BloodBather03AggroAudio.ao' ); } );
    	"
    }
    
    Animated
    {
    
    	preload_animated_object = "Metadata/Monsters/BloodBathers/BloodBatherMace/BloodBather03AggroAudio.ao"
    
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherMace/BloodBatherMace"] = {
        name = "Bloodrite Guard",
        life = 1.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CGEBloodBatherFireGround",
            "GABloodBatherMaceGroundSlam",
            "GABloodBatherMaceGroundSlamFire",
            "EASBloodBatherFlameEnrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEBloodBatherFireGround"] = {
        name = "CGEBloodBatherFireGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {1, -45, 3000, 1004, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GABloodBatherMaceGroundSlam"] = {
        name = "GABloodBatherMaceGroundSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {8, baseMultiplier = 1.55, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GABloodBatherMaceGroundSlamFire"] = {
        name = "GABloodBatherMaceGroundSlamFire",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {8, baseMultiplier = 1.55, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASBloodBatherFlameEnrage"] = {
        name = "EASBloodBatherFlameEnrage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    IdBloodBatherPrayingStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • Bloodrite Guard
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    SpectreY
    Tags2HBluntWood_onhit_audio, allows_inc_aoe, cultist, human, humanoid, medium_movement, melee, not_dex, not_int, physical_damage, red_blood
    Здоровье
    160%
    Доспехи
    +35%
    Ailment Threshold
    %
    Сопротивление
    30 0 0 0
    Damage
    160%
    Меткость
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    5 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    160%
    Model Size
    130%
    Type
    BloodBatherMace
    Metadata
    BloodBatherMacePraying
    Уровень
    68
    Здоровье
    12,411
    Доспехи
    3,451
    Уклонение
    477
    Энерг. щит
    0
    Damage
    373
    Урон от чар
    373
    Меткость
    0
    Attack Time
    1.5
    Опыт
    45,814
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Обычная атака
    Base Damage: 298–448
    Шанс [Critical|крит. попадания]: 5%
    Attack Time: 1.5 сек.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    EASBloodBatherFlameEnrage
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Время применения: 1 сек.
    Наносит 11.2 базового урона от огня в секунду
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]
    GABloodBatherMaceGroundSlam
    Triggerable, Attack
    Base Damage: 298–448
    Шанс [Critical|крит. попадания]: 5%
    Урон от атаки: 155%
    Attack Time: 1.5 сек.
    Перезарядка: 5 сек.
    Наносит на 55% больше урона атаками
    action attack or cast time uses animation length [1]
    attack maximum action distance + [8]
    is area damage [1]
    GABloodBatherMaceGroundSlamFire
    Triggerable, Attack
    Base Damage: 298–448
    Шанс [Critical|крит. попадания]: 5%
    Урон от атаки: 155%
    Attack Time: 1.5 сек.
    Перезарядка: 5 сек.
    Наносит на 55% больше урона атаками
    action attack or cast time uses animation length [1]
    attack maximum action distance + [8]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2433
    }
    
    Transitionable
    {
    	
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable
    {
    
    	on_transition =
    	"
    		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/BloodBathers/BloodBatherMace/BloodBather03AggroAudio.ao' ); } );
    	"
    }
    
    Animated
    {
    
    	preload_animated_object = "Metadata/Monsters/BloodBathers/BloodBatherMace/BloodBather03AggroAudio.ao"
    
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherMace/BloodBatherMacePraying"] = {
        name = "Bloodrite Guard",
        life = 1.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CGEBloodBatherFireGround",
            "GABloodBatherMaceGroundSlam",
            "GABloodBatherMaceGroundSlamFire",
            "EASBloodBatherFlameEnrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEBloodBatherFireGround"] = {
        name = "CGEBloodBatherFireGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {1, -45, 3000, 1004, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GABloodBatherMaceGroundSlam"] = {
        name = "GABloodBatherMaceGroundSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {8, baseMultiplier = 1.55, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GABloodBatherMaceGroundSlamFire"] = {
        name = "GABloodBatherMaceGroundSlamFire",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {8, baseMultiplier = 1.55, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASBloodBatherFlameEnrage"] = {
        name = "EASBloodBatherFlameEnrage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    IdBloodBatherPrayingStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • Bloodrite Guard
    30% шанс блокировать урон от атак
    Вы получаете 15% урона от заблокированных ударов
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    50% шанс блокировать урон от атак
    +5% к максимуму шанса блока
    Вы не получаете оглушения от ударов, которые вы заблокировали
    SpectreY
    AreaХрам Копека, Убежище в зиккурате, Храм Копека
    Tags2HSharpMetal_onhit_audio, cultist, human, humanoid, medium_movement, melee, monster_blocks_damage, not_int, physical_damage, red_blood
    Packs
  • Храм Копека, Храм Копека: Bloodrite Priest, Bloodrite Guard, Bloodrite Guard
  • Убежище в зиккурате: Bloodrite Priest, Priest of the Sun, Bloodrite Guard, Bloodrite Guard
  • Здоровье
    110%
    Доспехи
    +35%
    Уклонение
    +15%
    Ailment Threshold
    %
    Сопротивление
    30 0 0 0
    Damage
    110%
    Меткость
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    5 ~ 11
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    110%
    Model Size
    100%
    Type
    BloodBatherShield
    Metadata
    BloodBatherShield
    Уровень
    70
    Здоровье
    9,588
    Доспехи
    3,877
    Уклонение
    502
    Энерг. щит
    0
    Damage
    273
    Урон от чар
    273
    Меткость
    0
    Attack Time
    1.5
    Опыт
    38,103
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Обычная атака
    Base Damage: 218–327
    Шанс [Critical|крит. попадания]: 5%
    Attack Time: 1.5 сек.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GSBloodMageSacrificeBlast
    Triggerable, Spell, Damage
    Шанс критического удара: 5%
    Время применения: 1 сек.
    Наносит от 61.73 до 92.6 физического урона
    10% физического урона становится уроном от огня
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASBloodBatherFlameEnrage
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Время применения: 1 сек.
    Наносит 11.6 базового урона от огня в секунду
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable {}
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2433
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 2,
    		{
    			PlayEffect( 'Metadata/Monsters/BloodBathers/BloodBatherShield/BloodBather04AggroAudio.ao' );
    		} );
    	"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/BloodBathers/BloodBatherShield/BloodBather04AggroAudio.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherShield/BloodBatherShield"] = {
        name = "Bloodrite Guard",
        life = 1.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CGEBloodBatherFireGround",
            "GSBloodMageSacrificeBlast",
            "EASBloodBatherFlameEnrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEBloodBatherFireGround"] = {
        name = "CGEBloodBatherFireGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {1, -45, 3000, 1004, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSBloodMageSacrificeBlast"] = {
        name = "GSBloodMageSacrificeBlast",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASBloodBatherFlameEnrage"] = {
        name = "EASBloodBatherFlameEnrage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    30% шанс блокировать урон от атак
    Вы получаете 15% урона от заблокированных ударов
    IdMonsterAttackBlock30Bypass15
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster base block % Min: 30 Max: 30 Global
  • base block % damage taken Min: 15 Max: 15 Global
  • Craft Tagsblock
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    IdBloodBatherPrayingStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • 50% шанс блокировать урон от атак
    +5% к максимуму шанса блока
    Вы не получаете оглушения от ударов, которые вы заблокировали
    IdMonsterBlockProcession
    FamilyMonsterBlockNoFlinch
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster base block % Min: 50 Max: 50 Global
  • additional maximum block % Min: 5 Max: 5 Global
  • cannot be stunned by blocked hits Min: 1 Max: 1 Global
  • Craft Tagsblock
    Bloodrite Guard
    30% шанс блокировать урон от атак
    Вы получаете 15% урона от заблокированных ударов
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    50% шанс блокировать урон от атак
    +5% к максимуму шанса блока
    Вы не получаете оглушения от ударов, которые вы заблокировали
    SpectreY
    Tags2HSharpMetal_onhit_audio, cultist, human, humanoid, medium_movement, melee, monster_blocks_damage, not_int, physical_damage, red_blood
    Здоровье
    110%
    Доспехи
    +35%
    Уклонение
    +15%
    Ailment Threshold
    %
    Сопротивление
    30 0 0 0
    Damage
    110%
    Меткость
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    5 ~ 11
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    110%
    Model Size
    100%
    Type
    BloodBatherShield
    Metadata
    BloodBatherShieldPraying
    Уровень
    68
    Здоровье
    8,533
    Доспехи
    3,451
    Уклонение
    477
    Энерг. щит
    0
    Damage
    256
    Урон от чар
    256
    Меткость
    0
    Attack Time
    1.5
    Опыт
    31,497
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Обычная атака
    Base Damage: 205–308
    Шанс [Critical|крит. попадания]: 5%
    Attack Time: 1.5 сек.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GSBloodMageSacrificeBlast
    Triggerable, Spell, Damage
    Шанс критического удара: 5%
    Время применения: 1 сек.
    Наносит от 59.63 до 89.44 физического урона
    10% физического урона становится уроном от огня
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASBloodBatherFlameEnrage
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Время применения: 1 сек.
    Наносит 11.2 базового урона от огня в секунду
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable {}
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2433
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 2,
    		{
    			PlayEffect( 'Metadata/Monsters/BloodBathers/BloodBatherShield/BloodBather04AggroAudio.ao' );
    		} );
    	"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/BloodBathers/BloodBatherShield/BloodBather04AggroAudio.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherShield/BloodBatherShieldPraying"] = {
        name = "Bloodrite Guard",
        life = 1.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CGEBloodBatherFireGround",
            "GSBloodMageSacrificeBlast",
            "EASBloodBatherFlameEnrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEBloodBatherFireGround"] = {
        name = "CGEBloodBatherFireGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {1, -45, 3000, 1004, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSBloodMageSacrificeBlast"] = {
        name = "GSBloodMageSacrificeBlast",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASBloodBatherFlameEnrage"] = {
        name = "EASBloodBatherFlameEnrage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    30% шанс блокировать урон от атак
    Вы получаете 15% урона от заблокированных ударов
    IdMonsterAttackBlock30Bypass15
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster base block % Min: 30 Max: 30 Global
  • base block % damage taken Min: 15 Max: 15 Global
  • Craft Tagsblock
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    IdBloodBatherPrayingStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • 50% шанс блокировать урон от атак
    +5% к максимуму шанса блока
    Вы не получаете оглушения от ударов, которые вы заблокировали
    IdMonsterBlockProcession
    FamilyMonsterBlockNoFlinch
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster base block % Min: 50 Max: 50 Global
  • additional maximum block % Min: 5 Max: 5 Global
  • cannot be stunned by blocked hits Min: 1 Max: 1 Global
  • Craft Tagsblock
    Bloodrite Guard
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    SpectreY
    AreaХрам Копека, Убежище в зиккурате, Храм Копека
    Tagsallows_additional_projectiles, allows_inc_aoe, cultist, fire_affinity, Flail_onhit_audio, human, humanoid, melee, monster_barely_moves, not_str, ranged, red_blood, very_slow_movement
    Packs
  • Храм Копека, Храм Копека: Bloodrite Priest, Bloodrite Guard, Bloodrite Guard
  • Убежище в зиккурате: Bloodrite Priest, Priest of the Sun, Bloodrite Guard, Bloodrite Guard
  • Здоровье
    110%
    Energy Shield From Life
    5%
    Уклонение
    +15%
    Ailment Threshold
    %
    Сопротивление
    30 0 0 0
    Damage
    110%
    Меткость
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    4 ~ 7
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    110%
    Model Size
    100%
    Type
    BloodBatherFlail
    Metadata
    BloodBatherFlail
    Уровень
    70
    Здоровье
    9,588
    Доспехи
    3,877
    Уклонение
    502
    Энерг. щит
    0
    Damage
    273
    Урон от чар
    273
    Меткость
    0
    Attack Time
    1.5
    Опыт
    38,103
    MeleeAtAnimationSpeedFire20
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Обычная атака
    Base Damage: 218–327
    Шанс [Critical|крит. попадания]: 5%
    Attack Time: 1.5 сек.
    40% физического урона становится уроном от огня
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    EASBloodBatherFlameEnrage
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Время применения: 1 сек.
    Наносит 11.6 базового урона от огня в секунду
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]
    MPSBloodBatherFlailFireBall
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    Шанс критического удара: 5%
    Время применения: 1 сек.
    Перезарядка: 3 сек.
    Наносит от 3.108 до 4.662 урона от огня
    Выпускает дополнительных снарядов:
    action attack or cast time uses animation length [1]
    base deal no damage [1]
    base is projectile [1]
    distribute projectiles over contact points [1]
    monster projectile variation [1130]
    projectile ballistic angle from reference event [1]
    projectile spread radius [6]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    GSBloodBatherFlailProj
    Triggerable, Spell, Damage
    Шанс критического удара: 5.5%
    Время применения: 1 сек.
    Наносит от 28.81 до 43.21 урона от огня
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    GSBloodBatherFlailProjAir
    Triggerable, Spell, Damage
    Шанс критического удара: 5.5%
    Время применения: 1 сек.
    Наносит от до урона от огня
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable {}
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2333
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 2,
    		{
    			PlayEffect( 'Metadata/Monsters/BloodBathers/BloodBatherFlail/BloodBather01AggroAudio.ao' );
    		} );
    	"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/BloodBathers/BloodBatherFlail/BloodBather01AggroAudio.ao"
    }
    
    Life
    {
    	on_spawned_alive = "AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/morningStar.epk', 'Metadata/Monsters/BloodBathers/Weapons/MorningStar.ao' );"
    	on_death = "RemoveEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/morningStar.epk', 'Metadata/Monsters/BloodBathers/Weapons/MorningStar.ao' );"
    	on_revive = "AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/morningStar.epk', 'Metadata/Monsters/BloodBathers/Weapons/MorningStar.ao' );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherFlail/BloodBatherFlail"] = {
        name = "Bloodrite Guard",
        life = 1.1,
        energyShield = 0.05,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 7,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeedFire20",
            "MPSBloodBatherFlailFireBall",
            "CGEBloodBatherFireGround",
            "GSBloodBatherFlailProj",
            "GSBloodBatherFlailProjAir",
            "EASBloodBatherFlameEnrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedFire20"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
            [2] = {40, levelRequirement = 19, statInterpolation = {},  cost = { }, },
            [3] = {40, levelRequirement = 20, statInterpolation = {},  cost = { }, },
            [4] = {40, levelRequirement = 84, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSBloodBatherFlailFireBall"] = {
        name = "MPSBloodBatherFlailFireBall",
        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 = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_projectile_variation",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "number_of_additional_projectiles",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "projectile_uses_contact_direction",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_ballistic_angle_from_reference_event",
            "base_deal_no_damage",
            "distribute_projectiles_over_contact_points",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1130, 6, -40, 4, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEBloodBatherFireGround"] = {
        name = "CGEBloodBatherFireGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {1, -45, 3000, 1004, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSBloodBatherFlailProj"] = {
        name = "GSBloodBatherFlailProj",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5.5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSBloodBatherFlailProjAir"] = {
        name = "GSBloodBatherFlailProjAir",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5.5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASBloodBatherFlameEnrage"] = {
        name = "EASBloodBatherFlameEnrage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    IdBloodBatherPrayingStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • Bloodrite Guard
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    SpectreY
    Tagsallows_additional_projectiles, allows_inc_aoe, cultist, fire_affinity, Flail_onhit_audio, human, humanoid, melee, monster_barely_moves, not_str, ranged, red_blood, very_slow_movement
    Здоровье
    110%
    Energy Shield From Life
    5%
    Уклонение
    +15%
    Ailment Threshold
    %
    Сопротивление
    30 0 0 0
    Damage
    110%
    Меткость
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    4 ~ 7
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    110%
    Model Size
    100%
    Type
    BloodBatherFlail
    Metadata
    BloodBatherFlailPraying__
    Уровень
    68
    Здоровье
    8,533
    Доспехи
    3,451
    Уклонение
    477
    Энерг. щит
    0
    Damage
    256
    Урон от чар
    256
    Меткость
    0
    Attack Time
    1.5
    Опыт
    31,497
    MeleeAtAnimationSpeedFire20
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Обычная атака
    Base Damage: 205–308
    Шанс [Critical|крит. попадания]: 5%
    Attack Time: 1.5 сек.
    40% физического урона становится уроном от огня
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    EASBloodBatherFlameEnrage
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Время применения: 1 сек.
    Наносит 11.2 базового урона от огня в секунду
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]
    MPSBloodBatherFlailFireBall
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage
    Шанс критического удара: 5%
    Время применения: 1 сек.
    Перезарядка: 3 сек.
    Наносит от 3.108 до 4.662 урона от огня
    Выпускает дополнительных снарядов:
    action attack or cast time uses animation length [1]
    base deal no damage [1]
    base is projectile [1]
    distribute projectiles over contact points [1]
    monster projectile variation [1130]
    projectile ballistic angle from reference event [1]
    projectile spread radius [6]
    projectile uses contact direction [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-40]
    GSBloodBatherFlailProj
    Triggerable, Spell, Damage
    Шанс критического удара: 5.5%
    Время применения: 1 сек.
    Наносит от 27.83 до 41.74 урона от огня
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]
    GSBloodBatherFlailProjAir
    Triggerable, Spell, Damage
    Шанс критического удара: 5.5%
    Время применения: 1 сек.
    Наносит от до урона от огня
    base is projectile [1]
    base skill can be avoided by dodge roll [1]
    base skill can be blocked [1]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable {}
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2333
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 2,
    		{
    			PlayEffect( 'Metadata/Monsters/BloodBathers/BloodBatherFlail/BloodBather01AggroAudio.ao' );
    		} );
    	"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/BloodBathers/BloodBatherFlail/BloodBather01AggroAudio.ao"
    }
    
    Life
    {
    	on_spawned_alive = "AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/morningStar.epk', 'Metadata/Monsters/BloodBathers/Weapons/MorningStar.ao' );"
    	on_death = "RemoveEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/morningStar.epk', 'Metadata/Monsters/BloodBathers/Weapons/MorningStar.ao' );"
    	on_revive = "AddEffectPackAttached( 'Metadata/Effects/Spells/monsters_effects/Act3_FOUR/BloodBather/epk/morningStar.epk', 'Metadata/Monsters/BloodBathers/Weapons/MorningStar.ao' );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherFlail/BloodBatherFlailPraying__"] = {
        name = "Bloodrite Guard",
        life = 1.1,
        energyShield = 0.05,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 7,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeedFire20",
            "MPSBloodBatherFlailFireBall",
            "CGEBloodBatherFireGround",
            "GSBloodBatherFlailProj",
            "GSBloodBatherFlailProjAir",
            "EASBloodBatherFlameEnrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedFire20"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {40, levelRequirement = 1, statInterpolation = {},  cost = { }, },
            [2] = {40, levelRequirement = 19, statInterpolation = {},  cost = { }, },
            [3] = {40, levelRequirement = 20, statInterpolation = {},  cost = { }, },
            [4] = {40, levelRequirement = 84, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSBloodBatherFlailFireBall"] = {
        name = "MPSBloodBatherFlailFireBall",
        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 = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "monster_projectile_variation",
            "projectile_spread_radius",
            "spell_maximum_action_distance_+%",
            "number_of_additional_projectiles",
            "base_is_projectile",
            "projectile_uses_contact_position",
            "projectile_uses_contact_direction",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_ballistic_angle_from_reference_event",
            "base_deal_no_damage",
            "distribute_projectiles_over_contact_points",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1130, 6, -40, 4, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEBloodBatherFireGround"] = {
        name = "CGEBloodBatherFireGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {1, -45, 3000, 1004, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSBloodBatherFlailProj"] = {
        name = "GSBloodBatherFlailProj",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5.5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSBloodBatherFlailProjAir"] = {
        name = "GSBloodBatherFlailProjAir",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "is_area_damage",
            "base_skill_can_be_blocked",
            "base_skill_can_be_avoided_by_dodge_roll",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, critChance = 5.5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASBloodBatherFlameEnrage"] = {
        name = "EASBloodBatherFlameEnrage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    IdBloodBatherPrayingStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • Bloodrite Guard
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    SpectreY
    AreaХрам Копека, Убежище в зиккурате, Храм Копека
    Tagscultist, human, humanoid, medium_movement, melee, not_int, not_str, physical_damage, red_blood, Stab_onhit_audio
    Packs
  • Храм Копека, Храм Копека: Bloodrite Priest, Bloodrite Guard, Bloodrite Guard
  • Убежище в зиккурате: Bloodrite Priest, Priest of the Sun, Bloodrite Guard, Bloodrite Guard
  • Здоровье
    110%
    Уклонение
    +25%
    Ailment Threshold
    %
    Сопротивление
    30 0 0 0
    Damage
    110%
    Меткость
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 20
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    110%
    Model Size
    100%
    Type
    BloodBatherSpear
    Metadata
    BloodBatherSpear
    Уровень
    70
    Здоровье
    9,588
    Доспехи
    3,877
    Уклонение
    502
    Энерг. щит
    0
    Damage
    273
    Урон от чар
    273
    Меткость
    0
    Attack Time
    1.5
    Опыт
    38,103
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Обычная атака
    Base Damage: 218–327
    Шанс [Critical|крит. попадания]: 5%
    Attack Time: 1.5 сек.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    EASBloodBatherFlameEnrage
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Время применения: 1 сек.
    Наносит 11.6 базового урона от огня в секунду
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]
    BloodBatherBlazingSpear
    Attack, Projectile, ProjectilesFromUser, RangedAttack, Fire
    Пылающее копьё
    Base Damage: 218–327
    Шанс [Critical|крит. попадания]: 5%
    Attack Time: 1.5 сек.
    Герой бросает копьё, оставляющее за собой огненный след, который поджигает врагов. Затем герой бросает второе копьё, раздувающее огненный след с нанесением большого урона. Модификаторы количества выпущенных снарядов применяются только к второму копью.
    Снаряды пронзают пронзают все цели
    100% физического урона становится уроном от огня
    Добавляет от 3.108 до 4.662 урона от огня
    action attack or cast time uses animation length [1]
    base is projectile [1]
    base secondary skill effect duration [200]
    base skill effect duration [2000]
    fire wake spear wall speed [500]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2888
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherSpear/BloodBatherSpear"] = {
        name = "Bloodrite Guard",
        life = 1.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 20,
        accuracy = 1,
        weaponType1 = "Spear",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CGEBloodBatherFireGround",
            "EASBloodBatherFlameEnrage",
            "BloodBatherBlazingSpear",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEBloodBatherFireGround"] = {
        name = "CGEBloodBatherFireGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {1, -45, 3000, 1004, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASBloodBatherFlameEnrage"] = {
        name = "EASBloodBatherFlameEnrage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BloodBatherBlazingSpear"] = {
        name = "Blazing Lance",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throw a spear leaving a trail of [Fire|Fire] in its wake, [Burning|Burning] enemies. Then throw a second spear causing the trail of [Fire|Fire] to expand outwards, dealing high damage. Modifiers to the number of [Projectile|Projectiles] fired only apply to the second spear.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Fire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_minimum_added_fire_damage",
            "attack_maximum_added_fire_damage",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "base_secondary_skill_effect_duration",
            "base_skill_effect_duration",
            "fire_wake_spear_wall_speed",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "always_pierce",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 200, 2000, 500, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    IdBloodBatherPrayingStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • Bloodrite Guard
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    SpectreY
    Tagscultist, human, humanoid, medium_movement, melee, not_int, not_str, physical_damage, red_blood, Stab_onhit_audio
    Здоровье
    110%
    Уклонение
    +25%
    Ailment Threshold
    %
    Сопротивление
    30 0 0 0
    Damage
    110%
    Меткость
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    6 ~ 20
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    110%
    Model Size
    100%
    Type
    BloodBatherSpear
    Metadata
    BloodBatherSpearPraying
    Уровень
    68
    Здоровье
    8,533
    Доспехи
    3,451
    Уклонение
    477
    Энерг. щит
    0
    Damage
    256
    Урон от чар
    256
    Меткость
    0
    Attack Time
    1.5
    Опыт
    31,497
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Обычная атака
    Base Damage: 205–308
    Шанс [Critical|крит. попадания]: 5%
    Attack Time: 1.5 сек.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    EASBloodBatherFlameEnrage
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Время применения: 1 сек.
    Наносит 11.2 базового урона от огня в секунду
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]
    BloodBatherBlazingSpear
    Attack, Projectile, ProjectilesFromUser, RangedAttack, Fire
    Пылающее копьё
    Base Damage: 205–308
    Шанс [Critical|крит. попадания]: 5%
    Attack Time: 1.5 сек.
    Герой бросает копьё, оставляющее за собой огненный след, который поджигает врагов. Затем герой бросает второе копьё, раздувающее огненный след с нанесением большого урона. Модификаторы количества выпущенных снарядов применяются только к второму копью.
    Снаряды пронзают пронзают все цели
    100% физического урона становится уроном от огня
    Добавляет от 3.108 до 4.662 урона от огня
    action attack or cast time uses animation length [1]
    base is projectile [1]
    base secondary skill effect duration [200]
    base skill effect duration [2000]
    fire wake spear wall speed [500]
    use scaled contact offset [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2888
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherSpear/BloodBatherSpearPraying"] = {
        name = "Bloodrite Guard",
        life = 1.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 20,
        accuracy = 1,
        weaponType1 = "Spear",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CGEBloodBatherFireGround",
            "EASBloodBatherFlameEnrage",
            "BloodBatherBlazingSpear",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEBloodBatherFireGround"] = {
        name = "CGEBloodBatherFireGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {1, -45, 3000, 1004, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASBloodBatherFlameEnrage"] = {
        name = "EASBloodBatherFlameEnrage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BloodBatherBlazingSpear"] = {
        name = "Blazing Lance",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throw a spear leaving a trail of [Fire|Fire] in its wake, [Burning|Burning] enemies. Then throw a second spear causing the trail of [Fire|Fire] to expand outwards, dealing high damage. Modifiers to the number of [Projectile|Projectiles] fired only apply to the second spear.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Fire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_minimum_added_fire_damage",
            "attack_maximum_added_fire_damage",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "base_secondary_skill_effect_duration",
            "base_skill_effect_duration",
            "fire_wake_spear_wall_speed",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "always_pierce",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 100, 200, 2000, 500, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    IdBloodBatherPrayingStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • Bloodrite Guard
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    SpectreY
    AreaХрам Копека, Убежище в зиккурате, Храм Копека
    Tags1HSword_onhit_audio, cultist, human, humanoid, medium_movement, melee, not_int, not_str, physical_damage, red_blood
    Packs
  • Храм Копека, Храм Копека: Bloodrite Priest, Bloodrite Guard, Bloodrite Guard
  • Убежище в зиккурате: Bloodrite Priest, Priest of the Sun, Bloodrite Guard, Bloodrite Guard
  • Здоровье
    110%
    Уклонение
    +25%
    Ailment Threshold
    %
    Сопротивление
    30 0 0 0
    Damage
    121%
    Меткость
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    4 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    110%
    Model Size
    100%
    Type
    BloodBatherSword
    Metadata
    BloodBatherSword
    Уровень
    70
    Здоровье
    9,588
    Доспехи
    3,877
    Уклонение
    502
    Энерг. щит
    0
    Damage
    300
    Урон от чар
    300
    Меткость
    0
    Attack Time
    1.5
    Опыт
    38,103
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Обычная атака
    Base Damage: 240–360
    Шанс [Critical|крит. попадания]: 5%
    Attack Time: 1.5 сек.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GSBloodMageSacrificeBlast
    Triggerable, Spell, Damage
    Шанс критического удара: 5%
    Время применения: 1 сек.
    Наносит от 61.73 до 92.6 физического урона
    10% физического урона становится уроном от огня
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASBloodBatherFlameEnrage
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Время применения: 1 сек.
    Наносит 11.6 базового урона от огня в секунду
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2333
    }
    
    Transitionable
    {
    	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable
    {
    
    	on_transition =
    	"
    		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/BloodBathers/BloodBatherSword/BloodBather05AggroAudio.ao' ); } );
    	"
    }
    
    Animated
    {
    
    	preload_animated_object = "Metadata/Monsters/BloodBathers/BloodBatherSword/BloodBather05AggroAudio.ao"
    
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherSword/BloodBatherSword"] = {
        name = "Bloodrite Guard",
        life = 1.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.21,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CGEBloodBatherFireGround",
            "GSBloodMageSacrificeBlast",
            "EASBloodBatherFlameEnrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEBloodBatherFireGround"] = {
        name = "CGEBloodBatherFireGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {1, -45, 3000, 1004, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSBloodMageSacrificeBlast"] = {
        name = "GSBloodMageSacrificeBlast",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASBloodBatherFlameEnrage"] = {
        name = "EASBloodBatherFlameEnrage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    IdBloodBatherPrayingStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • Bloodrite Guard
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    SpectreY
    Tags1HSword_onhit_audio, cultist, human, humanoid, medium_movement, melee, not_int, not_str, physical_damage, red_blood
    Здоровье
    110%
    Уклонение
    +25%
    Ailment Threshold
    %
    Сопротивление
    30 0 0 0
    Damage
    121%
    Меткость
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    4 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    110%
    Model Size
    100%
    Type
    BloodBatherSword
    Metadata
    BloodBatherSwordPraying
    Уровень
    68
    Здоровье
    8,533
    Доспехи
    3,451
    Уклонение
    477
    Энерг. щит
    0
    Damage
    282
    Урон от чар
    282
    Меткость
    0
    Attack Time
    1.5
    Опыт
    31,497
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Обычная атака
    Base Damage: 226–338
    Шанс [Critical|крит. попадания]: 5%
    Attack Time: 1.5 сек.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GSBloodMageSacrificeBlast
    Triggerable, Spell, Damage
    Шанс критического удара: 5%
    Время применения: 1 сек.
    Наносит от 59.63 до 89.44 физического урона
    10% физического урона становится уроном от огня
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASBloodBatherFlameEnrage
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Время применения: 1 сек.
    Наносит 11.2 базового урона от огня в секунду
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2333
    }
    
    Transitionable
    {
    	
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable
    {
    
    	on_transition =
    	"
    		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/BloodBathers/BloodBatherSword/BloodBather05AggroAudio.ao' ); } );
    	"
    }
    
    Animated
    {
    
    	preload_animated_object = "Metadata/Monsters/BloodBathers/BloodBatherSword/BloodBather05AggroAudio.ao"
    
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherSword/BloodBatherSwordPraying"] = {
        name = "Bloodrite Guard",
        life = 1.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.21,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CGEBloodBatherFireGround",
            "GSBloodMageSacrificeBlast",
            "EASBloodBatherFlameEnrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEBloodBatherFireGround"] = {
        name = "CGEBloodBatherFireGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {1, -45, 3000, 1004, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSBloodMageSacrificeBlast"] = {
        name = "GSBloodMageSacrificeBlast",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASBloodBatherFlameEnrage"] = {
        name = "EASBloodBatherFlameEnrage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    IdBloodBatherPrayingStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • Bloodrite Guard
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    SpectreY
    Tags2HSharpMetal_onhit_audio, cultist, human, humanoid, medium_movement, not_int, not_str, quest_null_monster_mods, red_blood
    Packs
  • Bloodrite Priest, Bloodrite Guard, Bloodrite Guard
  • Здоровье
    110%
    Уклонение
    +25%
    Ailment Threshold
    %
    Сопротивление
    30 0 0 0
    Damage
    121%
    Меткость
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    4 ~ 12
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    110%
    Model Size
    100%
    Type
    BloodBatherDualWieldUltimatium
    Metadata
    BloodBatherDualWieldUltimatium
    Уровень
    68
    Здоровье
    8,533
    Доспехи
    3,451
    Уклонение
    477
    Энерг. щит
    0
    Damage
    282
    Урон от чар
    282
    Меткость
    0
    Attack Time
    1.5
    Опыт
    31,497
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Обычная атака
    Base Damage: 226–338
    Шанс [Critical|крит. попадания]: 5%
    Attack Time: 1.5 сек.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GSBloodMageSacrificeBlast
    Triggerable, Spell, Damage
    Шанс критического удара: 5%
    Время применения: 1 сек.
    Наносит от 59.63 до 89.44 физического урона
    10% физического урона становится уроном от огня
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASBloodBatherFlameEnrage
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Время применения: 1 сек.
    Наносит 11.2 базового урона от огня в секунду
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable
    {
    	
    }
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2333
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable
    {
    
    	on_transition =
    	"
    		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/BloodBathers/BloodBatherDualWield/BloodBather02AggroAudio.ao' ); } );
    	"
    }
    
    Animated
    {
    
    	preload_animated_object = "Metadata/Monsters/BloodBathers/BloodBatherDualWield/BloodBather02AggroAudio.ao"
    
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherDualWield/BloodBatherDualWieldUltimatium"] = {
        name = "Bloodrite Guard",
        life = 1.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.21,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 12,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        weaponType2 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CGEBloodBatherFireGround",
            "GSBloodMageSacrificeBlast",
            "EASBloodBatherFlameEnrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEBloodBatherFireGround"] = {
        name = "CGEBloodBatherFireGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {1, -45, 3000, 1004, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSBloodMageSacrificeBlast"] = {
        name = "GSBloodMageSacrificeBlast",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASBloodBatherFlameEnrage"] = {
        name = "EASBloodBatherFlameEnrage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    IdBloodBatherPrayingStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • 33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • Bloodrite Guard
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    SpectreY
    Tags2HBluntWood_onhit_audio, cultist, human, humanoid, medium_movement, not_dex, not_int, quest_null_monster_mods, red_blood
    Packs
  • Bloodrite Priest, Bloodrite Guard, Bloodrite Guard
  • Здоровье
    160%
    Доспехи
    +35%
    Ailment Threshold
    %
    Сопротивление
    30 0 0 0
    Damage
    160%
    Меткость
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    5 ~ 14
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    160%
    Model Size
    130%
    Type
    BloodBatherMaceUltimatium
    Metadata
    BloodBatherMaceUltimatium
    Уровень
    68
    Здоровье
    12,411
    Доспехи
    3,451
    Уклонение
    477
    Энерг. щит
    0
    Damage
    373
    Урон от чар
    373
    Меткость
    0
    Attack Time
    1.5
    Опыт
    45,814
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Обычная атака
    Base Damage: 298–448
    Шанс [Critical|крит. попадания]: 5%
    Attack Time: 1.5 сек.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    EASBloodBatherFlameEnrage
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Время применения: 1 сек.
    Наносит 11.2 базового урона от огня в секунду
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]
    GABloodBatherMaceGroundSlam
    Triggerable, Attack
    Base Damage: 298–448
    Шанс [Critical|крит. попадания]: 5%
    Урон от атаки: 155%
    Attack Time: 1.5 сек.
    Перезарядка: 5 сек.
    Наносит на 55% больше урона атаками
    action attack or cast time uses animation length [1]
    attack maximum action distance + [8]
    is area damage [1]
    GABloodBatherMaceGroundSlamFire
    Triggerable, Attack
    Base Damage: 298–448
    Шанс [Critical|крит. попадания]: 5%
    Урон от атаки: 155%
    Attack Time: 1.5 сек.
    Перезарядка: 5 сек.
    Наносит на 55% больше урона атаками
    action attack or cast time uses animation length [1]
    attack maximum action distance + [8]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2433
    }
    
    Transitionable
    {
    	
    }
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable
    {
    
    	on_transition =
    	"
    		Roll( 1, 2, { PlayEffect( 'Metadata/Monsters/BloodBathers/BloodBatherMace/BloodBather03AggroAudio.ao' ); } );
    	"
    }
    
    Animated
    {
    
    	preload_animated_object = "Metadata/Monsters/BloodBathers/BloodBatherMace/BloodBather03AggroAudio.ao"
    
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherMace/BloodBatherMaceUltimatium"] = {
        name = "Bloodrite Guard",
        life = 1.6,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.6,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 14,
        accuracy = 1,
        weaponType1 = "Two Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CGEBloodBatherFireGround",
            "GABloodBatherMaceGroundSlam",
            "GABloodBatherMaceGroundSlamFire",
            "EASBloodBatherFlameEnrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEBloodBatherFireGround"] = {
        name = "CGEBloodBatherFireGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {1, -45, 3000, 1004, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GABloodBatherMaceGroundSlam"] = {
        name = "GABloodBatherMaceGroundSlam",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {8, baseMultiplier = 1.55, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GABloodBatherMaceGroundSlamFire"] = {
        name = "GABloodBatherMaceGroundSlamFire",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_maximum_action_distance_+",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {8, baseMultiplier = 1.55, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASBloodBatherFlameEnrage"] = {
        name = "EASBloodBatherFlameEnrage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    IdBloodBatherPrayingStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • Bloodrite Guard
    30% шанс блокировать урон от атак
    Вы получаете 15% урона от заблокированных ударов
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    50% шанс блокировать урон от атак
    +5% к максимуму шанса блока
    Вы не получаете оглушения от ударов, которые вы заблокировали
    SpectreY
    Tags2HSharpMetal_onhit_audio, cultist, human, humanoid, medium_movement, not_int, quest_null_monster_mods, red_blood
    Packs
  • Bloodrite Priest, Bloodrite Guard, Bloodrite Guard
  • Здоровье
    110%
    Доспехи
    +35%
    Уклонение
    +15%
    Ailment Threshold
    %
    Сопротивление
    30 0 0 0
    Damage
    110%
    Меткость
    100%
    Шанс критического удара
    +5%
    Множитель критического удара
    +130%
    Attack Distance
    5 ~ 11
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Опыт
    110%
    Model Size
    100%
    Type
    BloodBatherShieldUltimatium
    Metadata
    BloodBatherShieldUltimatium
    Уровень
    68
    Здоровье
    8,533
    Доспехи
    3,451
    Уклонение
    477
    Энерг. щит
    0
    Damage
    256
    Урон от чар
    256
    Меткость
    0
    Attack Time
    1.5
    Опыт
    31,497
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Обычная атака
    Base Damage: 205–308
    Шанс [Critical|крит. попадания]: 5%
    Attack Time: 1.5 сек.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GSBloodMageSacrificeBlast
    Triggerable, Spell, Damage
    Шанс критического удара: 5%
    Время применения: 1 сек.
    Наносит от 59.63 до 89.44 физического урона
    10% физического урона становится уроном от огня
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASBloodBatherFlameEnrage
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell
    Время применения: 1 сек.
    Наносит 11.2 базового урона от огня в секунду
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable {}
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2433
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Transitionable
    {
    	on_transition =
    	"
    		Roll( 1, 2,
    		{
    			PlayEffect( 'Metadata/Monsters/BloodBathers/BloodBatherShield/BloodBather04AggroAudio.ao' );
    		} );
    	"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Monsters/BloodBathers/BloodBatherShield/BloodBather04AggroAudio.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherShield/BloodBatherShieldUltimatium"] = {
        name = "Bloodrite Guard",
        life = 1.1,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 11,
        accuracy = 1,
        weaponType1 = "One Hand Axe",
        weaponType2 = "Shield",
        skillList = {
            "MeleeAtAnimationSpeed",
            "CGEBloodBatherFireGround",
            "GSBloodMageSacrificeBlast",
            "EASBloodBatherFlameEnrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        name = "Basic Attack",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CGEBloodBatherFireGround"] = {
        name = "CGEBloodBatherFireGround",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Duration] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_fire_damage_to_deal_per_minute",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_effect_duration",
            "ground_fire_art_variation",
        },
        levels = {
            [1] = {1, -45, 3000, 1004, levelRequirement = 1, statInterpolation = {3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSBloodMageSacrificeBlast"] = {
        name = "GSBloodMageSacrificeBlast",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
        },
        statDescriptionScope = "geometry_spell",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_base_physical_damage_%_to_convert_to_fire",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 10, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EASBloodBatherFlameEnrage"] = {
        name = "EASBloodBatherFlameEnrage",
        hidden = true,
        color = ,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    30% шанс блокировать урон от атак
    Вы получаете 15% урона от заблокированных ударов
    IdMonsterAttackBlock30Bypass15
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster base block % Min: 30 Max: 30 Global
  • base block % damage taken Min: 15 Max: 15 Global
  • Craft Tagsblock
    IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    80% уменьшение получаемого урона
    monster aggro radius +% [-70]
    IdBloodBatherPrayingStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -80 Max: -80 Global
  • monster aggro radius +% Min: -70 Max: -70 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    33% уменьшение получаемого урона
    stance movement speed +% final [43]
    IdBloodBatherEnrageStance
    FamilyStance
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • base damage taken +% Min: -33 Max: -33 Global
  • stance movement speed +% final Min: 43 Max: 43 Global
  • 50% шанс блокировать урон от атак
    +5% к максимуму шанса блока
    Вы не получаете оглушения от ударов, которые вы заблокировали
    IdMonsterBlockProcession
    FamilyMonsterBlockNoFlinch
    DomainsMonster (3)
    GenerationTypeУникальный (3)
    Req. level1
    Stats
  • monster base block % Min: 50 Max: 50 Global
  • additional maximum block % Min: 5 Max: 5 Global
  • cannot be stunned by blocked hits Min: 1 Max: 1 Global
  • Craft Tagsblock