IncursionAtziriActiveShrineStrongboxEssenceRareMonsterAliveSpiritActivatedRogueExile
Guarda do Rito de Sangue
CategoryHumanoidHumanoide
IconEnemyEvasion IconEnemyResistanceFire
Dano sofrido reduzido em 80%
monster aggro radius +% [-70]
Dano sofrido reduzido em 33%
stance movement speed +% final [43]
Dano sofrido reduzido em 33%
stance movement speed +% final [43]
Bloodrite Guard
Spectre
AreaTemplo de Kopec, O Refúgio Zigurate
Tags2HSharpMetal_onhit_audio, cultist, human, humanoid, medium_movement, melee, not_int, not_str, physical_damage, red_blood
Packs
  • Templo de Kopec: Sacerdote do Rito de Sangue, Guarda do Rito de Sangue, Guarda do Rito de Sangue
  • O Refúgio Zigurate: Sacerdote do Rito de Sangue, Sacerdote do Sol, Guarda do Rito de Sangue, Guarda do Rito de Sangue
  • Vida
    110%
    Evasão
    +25%
    Resistência
    IconEnemyResistanceFire30 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    121%
    Precisão
    100%
    Attack Distance
    4 ~ 12
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    BloodBatherDualWield
    Metadata
    BloodBatherDualWield
    Nível
    65
    Vida
    7,211
    Damage
    257
    Dano Mágico
    257
    Precisão
    2,228
    Tempo de Ataque
    1.5
    Experiência
    23,658
    Minion Life
    6,910
    Minion Damage
    1,003
    Minion Armour
    2,023
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 206308
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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]
    iconbasicattack
    GSBloodMageSacrificeBlast
    Triggerable, Spell, Damage, AttackInPlace
    Chance de Golpe Crítico: 5%
    Tempo de Conjuração: 1 s
    Causa de 418.9 a 628.3 de dano físico
    Converte 10% do dano físico em dano de fogo
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASBloodBatherFlameEnrage
    Spell
    Tempo de Conjuração: 1 s
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa 64 de dano de fogo por segundo
    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
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherDualWield/BloodBatherDualWield"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Guard",
        life = 1.1,
        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.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • keyval
    StateMachine.define_shared_stateexplode; fire; praying;
    Actor.basic_actionChangeToStance1, ChangeToStance1Immediate, ChangeToStance3, ChangeToStance4, ChangeToStance5
    Stats.base_heavy_stun_duration_ms2333
    Guarda do Rito de Sangue
    CategoryHumanoidHumanoide
    IconEnemyArmour IconEnemyResistanceFire
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    Bloodrite Guard
    Spectre
    AreaTemplo de Kopec, O Refúgio Zigurate
    Tags2HBluntWood_onhit_audio, allows_inc_aoe, cultist, human, humanoid, medium_movement, melee, not_dex, not_int, physical_damage, red_blood
    Packs
  • Templo de Kopec: Sacerdote do Rito de Sangue, Guarda do Rito de Sangue, Guarda do Rito de Sangue
  • O Refúgio Zigurate: Sacerdote do Rito de Sangue, Sacerdote do Sol, Guarda do Rito de Sangue, Guarda do Rito de Sangue
  • Vida
    160%
    Resistência
    IconEnemyResistanceFire30 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    160%
    Precisão
    100%
    Attack Distance
    5 ~ 14
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    160%
    Model Size
    130%
    Type
    BloodBatherMace
    Metadata
    BloodBatherMace
    Nível
    65
    Vida
    10,488
    Damage
    340
    Dano Mágico
    340
    Precisão
    2,228
    Tempo de Ataque
    1.5
    Experiência
    34,411
    Minion Life
    10,051
    Minion Damage
    1,326
    Minion Armour
    4,147
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 272408
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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]
    iconbasicattack
    EASBloodBatherFlameEnrage
    Spell
    Tempo de Conjuração: 1 s
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa 64 de dano de fogo por segundo
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]
    GABloodBatherMaceGroundSlam
    Triggerable, Attack, AttackInPlace
    Base Damage: 272408
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 155%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 5 s
    Causa +55% de dano de ataque
    action attack or cast time uses animation length [1]
    attack maximum action distance + [8]
    is area damage [1]
    GABloodBatherMaceGroundSlamFire
    Triggerable, Attack, AttackInPlace
    Base Damage: 272408
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 155%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 5 s
    Causa +55% de dano de ataque
    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
    {
    	
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherMace/BloodBatherMace"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Guard",
        life = 1.6,
        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.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • keyval
    StateMachine.define_shared_stateexplode; fire; praying;
    Actor.basic_actionChangeToStance1, ChangeToStance1Immediate, ChangeToStance3, ChangeToStance4, ChangeToStance5
    Stats.base_heavy_stun_duration_ms2433
    Guarda do Rito de Sangue
    CategoryHumanoidHumanoide
    IconEnemyArmour IconEnemyResistanceFire
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    Bloodrite Guard
    Spectre
    Tags2HBluntWood_onhit_audio, allows_inc_aoe, cultist, human, humanoid, medium_movement, melee, not_dex, not_int, physical_damage, red_blood
    Vida
    160%
    Resistência
    IconEnemyResistanceFire30 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    160%
    Precisão
    100%
    Attack Distance
    5 ~ 14
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    160%
    Model Size
    130%
    Type
    BloodBatherMace
    Metadata
    BloodBatherMacePraying
    Nível
    68
    Vida
    13,211
    Damage
    373
    Dano Mágico
    373
    Precisão
    2,502
    Tempo de Ataque
    1.5
    Experiência
    45,814
    Minion Life
    11,088
    Minion Damage
    1,550
    Minion Armour
    4,947
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 298448
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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]
    iconbasicattack
    EASBloodBatherFlameEnrage
    Spell
    Tempo de Conjuração: 1 s
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa 70.2 de dano de fogo por segundo
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]
    GABloodBatherMaceGroundSlam
    Triggerable, Attack, AttackInPlace
    Base Damage: 298448
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 155%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 5 s
    Causa +55% de dano de ataque
    action attack or cast time uses animation length [1]
    attack maximum action distance + [8]
    is area damage [1]
    GABloodBatherMaceGroundSlamFire
    Triggerable, Attack, AttackInPlace
    Base Damage: 298448
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 155%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 5 s
    Causa +55% de dano de ataque
    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
    {
    	
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherMace/BloodBatherMacePraying"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Guard",
        life = 1.6,
        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.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • Guarda do Rito de Sangue
    CategoryHumanoidHumanoide
    IconEnemyArmour IconEnemyEvasion IconEnemyResistanceFire
    30% de chance de bloquear dano de ataques
    Você sofre 15% do dano de ataques bloqueados
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    50% de chance de bloquear dano de ataques
    +5% de chance de bloqueio máxima
    Não pode sofrer atordoamentos de ataques que você bloqueia
    Bloodrite Guard
    Spectre
    AreaTemplo de Kopec, O Refúgio Zigurate
    Tags2HSharpMetal_onhit_audio, cultist, human, humanoid, medium_movement, melee, monster_blocks_damage, not_int, physical_damage, red_blood
    Packs
  • Templo de Kopec: Sacerdote do Rito de Sangue, Guarda do Rito de Sangue, Guarda do Rito de Sangue
  • O Refúgio Zigurate: Sacerdote do Rito de Sangue, Sacerdote do Sol, Guarda do Rito de Sangue, Guarda do Rito de Sangue
  • Vida
    110%
    Evasão
    +15%
    Resistência
    IconEnemyResistanceFire30 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    110%
    Precisão
    100%
    Attack Distance
    5 ~ 11
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    BloodBatherShield
    Metadata
    BloodBatherShield
    Nível
    65
    Vida
    7,211
    Damage
    234
    Dano Mágico
    234
    Precisão
    2,228
    Tempo de Ataque
    1.5
    Experiência
    23,658
    Minion Life
    6,910
    Minion Damage
    912
    Minion Armour
    4,147
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 187280
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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]
    iconbasicattack
    GSBloodMageSacrificeBlast
    Triggerable, Spell, Damage, AttackInPlace
    Chance de Golpe Crítico: 5%
    Tempo de Conjuração: 1 s
    Causa de 418.9 a 628.3 de dano físico
    Converte 10% do dano físico em dano de fogo
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASBloodBatherFlameEnrage
    Spell
    Tempo de Conjuração: 1 s
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa 64 de dano de fogo por segundo
    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
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherShield/BloodBatherShield"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Guard",
        life = 1.1,
        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.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    30% de chance de bloquear dano de ataques
    Você sofre 15% do dano de ataques bloqueados
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base block % 30 30 Global
  • base block % damage taken 15 15 Global
  • Craft Tagsblock
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • 50% de chance de bloquear dano de ataques
    +5% de chance de bloqueio máxima
    Não pode sofrer atordoamentos de ataques que você bloqueia
    FamilyMonsterBlockNoFlinch
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base block % 50 50 Global
  • additional maximum block % 5 5 Global
  • cannot be stunned by blocked hits 1 1 Global Unscalable Value
  • Craft Tagsblock
    keyval
    StateMachine.define_shared_stateexplode; fire; praying;
    Actor.basic_actionChangeToStance1, ChangeToStance1Immediate, ChangeToStance3, ChangeToStance4, ChangeToStance5
    Stats.base_heavy_stun_duration_ms2433
    Guarda do Rito de Sangue
    CategoryHumanoidHumanoide
    IconEnemyArmour IconEnemyEvasion IconEnemyResistanceFire
    30% de chance de bloquear dano de ataques
    Você sofre 15% do dano de ataques bloqueados
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    50% de chance de bloquear dano de ataques
    +5% de chance de bloqueio máxima
    Não pode sofrer atordoamentos de ataques que você bloqueia
    Bloodrite Guard
    Spectre
    Tags2HSharpMetal_onhit_audio, cultist, human, humanoid, medium_movement, melee, monster_blocks_damage, not_int, physical_damage, red_blood
    Vida
    110%
    Evasão
    +15%
    Resistência
    IconEnemyResistanceFire30 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    110%
    Precisão
    100%
    Attack Distance
    5 ~ 11
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    BloodBatherShield
    Metadata
    BloodBatherShieldPraying
    Nível
    68
    Vida
    9,083
    Damage
    256
    Dano Mágico
    256
    Precisão
    2,502
    Tempo de Ataque
    1.5
    Experiência
    31,497
    Minion Life
    7,623
    Minion Damage
    1,066
    Minion Armour
    4,947
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 205308
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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]
    iconbasicattack
    GSBloodMageSacrificeBlast
    Triggerable, Spell, Damage, AttackInPlace
    Chance de Golpe Crítico: 5%
    Tempo de Conjuração: 1 s
    Causa de 459.1 a 688.7 de dano físico
    Converte 10% do dano físico em dano de fogo
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASBloodBatherFlameEnrage
    Spell
    Tempo de Conjuração: 1 s
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa 70.2 de dano de fogo por segundo
    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
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherShield/BloodBatherShieldPraying"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Guard",
        life = 1.1,
        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.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    30% de chance de bloquear dano de ataques
    Você sofre 15% do dano de ataques bloqueados
    FamilyMonsterBlockAndBypass
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base block % 30 30 Global
  • base block % damage taken 15 15 Global
  • Craft Tagsblock
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • 50% de chance de bloquear dano de ataques
    +5% de chance de bloqueio máxima
    Não pode sofrer atordoamentos de ataques que você bloqueia
    FamilyMonsterBlockNoFlinch
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • monster base block % 50 50 Global
  • additional maximum block % 5 5 Global
  • cannot be stunned by blocked hits 1 1 Global Unscalable Value
  • Craft Tagsblock
    Guarda do Rito de Sangue
    CategoryHumanoidHumanoide
    IconEnemyEvasion IconEnemyResistanceFire
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    Bloodrite Guard
    Spectre
    AreaTemplo de Kopec, O Refúgio Zigurate
    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
  • Templo de Kopec: Sacerdote do Rito de Sangue, Guarda do Rito de Sangue, Guarda do Rito de Sangue
  • O Refúgio Zigurate: Sacerdote do Rito de Sangue, Sacerdote do Sol, Guarda do Rito de Sangue, Guarda do Rito de Sangue
  • Vida
    110%
    Energy Shield From Life
    5%
    Evasão
    +15%
    Resistência
    IconEnemyResistanceFire30 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    110%
    Precisão
    100%
    Attack Distance
    4 ~ 7
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    BloodBatherFlail
    Metadata
    BloodBatherFlail
    Nível
    65
    Vida
    7,211
    Damage
    234
    Dano Mágico
    234
    Precisão
    2,228
    Tempo de Ataque
    1.5
    Experiência
    23,658
    Minion Life
    6,910
    Minion Energy Shield
    346
    Minion Damage
    912
    Minion Armour
    2,023
    MeleeAtAnimationSpeedFire
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 187280
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    Converte 40% do dano físico em dano de fogo
    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]
    iconbasicattack
    EASBloodBatherFlameEnrage
    Spell
    Tempo de Conjuração: 1 s
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa 64 de dano de fogo por segundo
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]
    MPSBloodBatherFlailFireBall
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage, AttackInPlace
    Chance de Golpe Crítico: 5%
    Tempo de Conjuração: 1 s
    Tempo de Recarga: 3 s
    Causa de 14.05 a 21.07 de dano de fogo
    Dispara projéteis adicionais
    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]
    MaceNotable2
    GSBloodBatherFlailProj
    Triggerable, Spell, Damage, AttackInPlace
    Chance de Golpe Crítico: 5.5%
    Tempo de Conjuração: 1 s
    Causa de 195.5 a 293.2 de dano de fogo
    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, AttackInPlace
    Chance de Golpe Crítico: 5.5%
    Tempo de Conjuração: 1 s
    Causa de a de dano de fogo
    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
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherFlail/BloodBatherFlail"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Guard",
        life = 1.1,
        energyShield = 0.05,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 7,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeedFire",
            "MPSBloodBatherFlailFireBall",
            "CGEBloodBatherFireGround",
            "GSBloodBatherFlailProj",
            "GSBloodBatherFlailProjAir",
            "EASBloodBatherFlameEnrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedFire"] = {
        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.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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 = { }, },
        },
    }
    -- 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • keyval
    StateMachine.define_shared_stateexplode; fire; praying;
    Actor.basic_actionChangeToStance1, ChangeToStance1Immediate, ChangeToStance3, ChangeToStance4, ChangeToStance5
    Stats.base_heavy_stun_duration_ms2333
    Guarda do Rito de Sangue
    CategoryHumanoidHumanoide
    IconEnemyEvasion IconEnemyResistanceFire
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    Bloodrite Guard
    Spectre
    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
    Vida
    110%
    Energy Shield From Life
    5%
    Evasão
    +15%
    Resistência
    IconEnemyResistanceFire30 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    110%
    Precisão
    100%
    Attack Distance
    4 ~ 7
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    BloodBatherFlail
    Metadata
    BloodBatherFlailPraying__
    Nível
    68
    Vida
    9,083
    Damage
    256
    Dano Mágico
    256
    Precisão
    2,502
    Tempo de Ataque
    1.5
    Experiência
    31,497
    Minion Life
    7,623
    Minion Energy Shield
    381
    Minion Damage
    1,066
    Minion Armour
    2,413
    MeleeAtAnimationSpeedFire
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 205308
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    Converte 40% do dano físico em dano de fogo
    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]
    iconbasicattack
    EASBloodBatherFlameEnrage
    Spell
    Tempo de Conjuração: 1 s
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa 70.2 de dano de fogo por segundo
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]
    MPSBloodBatherFlailFireBall
    Spell, Projectile, ProjectilesFromUser, Triggerable, Damage, AttackInPlace
    Chance de Golpe Crítico: 5%
    Tempo de Conjuração: 1 s
    Tempo de Recarga: 3 s
    Causa de 14.56 a 21.84 de dano de fogo
    Dispara projéteis adicionais
    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]
    MaceNotable2
    GSBloodBatherFlailProj
    Triggerable, Spell, Damage, AttackInPlace
    Chance de Golpe Crítico: 5.5%
    Tempo de Conjuração: 1 s
    Causa de 214.3 a 321.4 de dano de fogo
    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, AttackInPlace
    Chance de Golpe Crítico: 5.5%
    Tempo de Conjuração: 1 s
    Causa de a de dano de fogo
    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
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherFlail/BloodBatherFlailPraying__"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Guard",
        life = 1.1,
        energyShield = 0.05,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 7,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "MeleeAtAnimationSpeedFire",
            "MPSBloodBatherFlailFireBall",
            "CGEBloodBatherFireGround",
            "GSBloodBatherFlailProj",
            "GSBloodBatherFlailProjAir",
            "EASBloodBatherFlameEnrage",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedFire"] = {
        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.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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 = { }, },
        },
    }
    -- 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • Guarda do Rito de Sangue
    CategoryHumanoidHumanoide
    IconEnemyEvasion IconEnemyResistanceFire
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    Bloodrite Guard
    Spectre
    AreaTemplo de Kopec, O Refúgio Zigurate
    Tagscultist, human, humanoid, medium_movement, melee, not_int, not_str, physical_damage, red_blood, Stab_onhit_audio
    Packs
  • Templo de Kopec: Sacerdote do Rito de Sangue, Guarda do Rito de Sangue, Guarda do Rito de Sangue
  • O Refúgio Zigurate: Sacerdote do Rito de Sangue, Sacerdote do Sol, Guarda do Rito de Sangue, Guarda do Rito de Sangue
  • Vida
    110%
    Evasão
    +25%
    Resistência
    IconEnemyResistanceFire30 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    110%
    Precisão
    100%
    Attack Distance
    6 ~ 20
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    BloodBatherSpear
    Metadata
    BloodBatherSpear
    Nível
    65
    Vida
    7,211
    Damage
    234
    Dano Mágico
    234
    Precisão
    2,228
    Tempo de Ataque
    1.5
    Experiência
    23,658
    Minion Life
    6,910
    Minion Damage
    912
    Minion Armour
    2,023
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 187280
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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]
    iconbasicattack
    EASBloodBatherFlameEnrage
    Spell
    Tempo de Conjuração: 1 s
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa 64 de dano de fogo por segundo
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]
    BloodBatherBlazingSpear
    Attack, Projectile, ProjectilesFromUser, RangedAttack, Fire, Barrageable, Spear, UsableWhileMounted, AttackInPlace
    Lança Ardente
    Base Damage: 187280
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    Você arremessa uma lança que deixa um rastro de fogo e queima os inimigos. Em seguida, você arremessa uma segunda lança na mesma direção, expandindo o rastro de fogo.
    Converte 100% do dano físico em dano de fogo
    14.05 a 21.07 de dano de fogo adicionado
    Perfura todos os alvos
    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]
    HuntressBlazingLance

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2888
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherSpear/BloodBatherSpear"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Guard",
        life = 1.1,
        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.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        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 throws a second spear in the same direction, causing the trail of [Fire|Fire] to expand outwards.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Fire] = true,
            [SkillType.Barrageable] = true,
            [SkillType.Spear] = true,
            [SkillType.UsableWhileMounted] = true,
            [SkillType.AttackInPlace] = 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 = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • keyval
    StateMachine.define_shared_stateexplode; fire; praying;
    Actor.basic_actionChangeToStance1, ChangeToStance1Immediate, ChangeToStance3, ChangeToStance4, ChangeToStance5
    Stats.base_heavy_stun_duration_ms2888
    Guarda do Rito de Sangue
    CategoryHumanoidHumanoide
    IconEnemyEvasion IconEnemyResistanceFire
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    Bloodrite Guard
    Spectre
    Tagscultist, human, humanoid, medium_movement, melee, not_int, not_str, physical_damage, red_blood, Stab_onhit_audio
    Vida
    110%
    Evasão
    +25%
    Resistência
    IconEnemyResistanceFire30 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    110%
    Precisão
    100%
    Attack Distance
    6 ~ 20
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    BloodBatherSpear
    Metadata
    BloodBatherSpearPraying
    Nível
    68
    Vida
    9,083
    Damage
    256
    Dano Mágico
    256
    Precisão
    2,502
    Tempo de Ataque
    1.5
    Experiência
    31,497
    Minion Life
    7,623
    Minion Damage
    1,066
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 205308
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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]
    iconbasicattack
    EASBloodBatherFlameEnrage
    Spell
    Tempo de Conjuração: 1 s
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa 70.2 de dano de fogo por segundo
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]
    BloodBatherBlazingSpear
    Attack, Projectile, ProjectilesFromUser, RangedAttack, Fire, Barrageable, Spear, UsableWhileMounted, AttackInPlace
    Lança Ardente
    Base Damage: 205308
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    Você arremessa uma lança que deixa um rastro de fogo e queima os inimigos. Em seguida, você arremessa uma segunda lança na mesma direção, expandindo o rastro de fogo.
    Converte 100% do dano físico em dano de fogo
    14.56 a 21.84 de dano de fogo adicionado
    Perfura todos os alvos
    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]
    HuntressBlazingLance

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/BloodBathers/BloodBatherBase"
    
    Stats
    {
    	set_base_heavy_stun_duration_ms = 2888
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherSpear/BloodBatherSpearPraying"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Guard",
        life = 1.1,
        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.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        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 throws a second spear in the same direction, causing the trail of [Fire|Fire] to expand outwards.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Fire] = true,
            [SkillType.Barrageable] = true,
            [SkillType.Spear] = true,
            [SkillType.UsableWhileMounted] = true,
            [SkillType.AttackInPlace] = 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 = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • Guarda do Rito de Sangue
    CategoryHumanoidHumanoide
    IconEnemyEvasion IconEnemyResistanceFire
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    Bloodrite Guard
    Spectre
    AreaTemplo de Kopec, O Refúgio Zigurate
    Tags1HSword_onhit_audio, cultist, human, humanoid, medium_movement, melee, not_int, not_str, physical_damage, red_blood
    Packs
  • Templo de Kopec: Sacerdote do Rito de Sangue, Guarda do Rito de Sangue, Guarda do Rito de Sangue
  • O Refúgio Zigurate: Sacerdote do Rito de Sangue, Sacerdote do Sol, Guarda do Rito de Sangue, Guarda do Rito de Sangue
  • Vida
    110%
    Evasão
    +25%
    Resistência
    IconEnemyResistanceFire30 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    121%
    Precisão
    100%
    Attack Distance
    4 ~ 12
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    BloodBatherSword
    Metadata
    BloodBatherSword
    Nível
    65
    Vida
    7,211
    Damage
    257
    Dano Mágico
    257
    Precisão
    2,228
    Tempo de Ataque
    1.5
    Experiência
    23,658
    Minion Life
    6,910
    Minion Damage
    1,003
    Minion Armour
    2,023
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 206308
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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]
    iconbasicattack
    GSBloodMageSacrificeBlast
    Triggerable, Spell, Damage, AttackInPlace
    Chance de Golpe Crítico: 5%
    Tempo de Conjuração: 1 s
    Causa de 418.9 a 628.3 de dano físico
    Converte 10% do dano físico em dano de fogo
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASBloodBatherFlameEnrage
    Spell
    Tempo de Conjuração: 1 s
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa 64 de dano de fogo por segundo
    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
    {
    	
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherSword/BloodBatherSword"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Guard",
        life = 1.1,
        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.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • keyval
    StateMachine.define_shared_stateexplode; fire; praying;
    Actor.basic_actionChangeToStance1, ChangeToStance1Immediate, ChangeToStance3, ChangeToStance4, ChangeToStance5
    Stats.base_heavy_stun_duration_ms2333
    Guarda do Rito de Sangue
    CategoryHumanoidHumanoide
    IconEnemyEvasion IconEnemyResistanceFire
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    Bloodrite Guard
    Spectre
    Tags1HSword_onhit_audio, cultist, human, humanoid, medium_movement, melee, not_int, not_str, physical_damage, red_blood
    Vida
    110%
    Evasão
    +25%
    Resistência
    IconEnemyResistanceFire30 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    121%
    Precisão
    100%
    Attack Distance
    4 ~ 12
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    BloodBatherSword
    Metadata
    BloodBatherSwordPraying
    Nível
    68
    Vida
    9,083
    Damage
    282
    Dano Mágico
    282
    Precisão
    2,502
    Tempo de Ataque
    1.5
    Experiência
    31,497
    Minion Life
    7,623
    Minion Damage
    1,172
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 226338
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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]
    iconbasicattack
    GSBloodMageSacrificeBlast
    Triggerable, Spell, Damage, AttackInPlace
    Chance de Golpe Crítico: 5%
    Tempo de Conjuração: 1 s
    Causa de 459.1 a 688.7 de dano físico
    Converte 10% do dano físico em dano de fogo
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASBloodBatherFlameEnrage
    Spell
    Tempo de Conjuração: 1 s
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa 70.2 de dano de fogo por segundo
    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
    {
    	
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherSword/BloodBatherSwordPraying"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Guard",
        life = 1.1,
        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.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • Guarda do Rito de Sangue
    CategoryHumanoidHumanoide
    IconEnemyEvasion IconEnemyResistanceFire
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    Bloodrite Guard
    Spectre
    Tags2HSharpMetal_onhit_audio, cultist, human, humanoid, medium_movement, not_int, not_str, quest_null_monster_mods, red_blood
    Packs
  • Sacerdote do Rito de Sangue, Guarda do Rito de Sangue, Guarda do Rito de Sangue
  • Vida
    110%
    Evasão
    +25%
    Resistência
    IconEnemyResistanceFire30 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    121%
    Precisão
    100%
    Attack Distance
    4 ~ 12
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    BloodBatherDualWieldUltimatium
    Metadata
    BloodBatherDualWieldUltimatium
    Nível
    68
    Vida
    9,083
    Damage
    282
    Dano Mágico
    282
    Precisão
    2,502
    Tempo de Ataque
    1.5
    Experiência
    31,497
    Minion Life
    7,623
    Minion Damage
    1,172
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 226338
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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]
    iconbasicattack
    GSBloodMageSacrificeBlast
    Triggerable, Spell, Damage, AttackInPlace
    Chance de Golpe Crítico: 5%
    Tempo de Conjuração: 1 s
    Causa de 459.1 a 688.7 de dano físico
    Converte 10% do dano físico em dano de fogo
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASBloodBatherFlameEnrage
    Spell
    Tempo de Conjuração: 1 s
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa 70.2 de dano de fogo por segundo
    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
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherDualWield/BloodBatherDualWieldUltimatium"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Guard",
        life = 1.1,
        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.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • Guarda do Rito de Sangue
    CategoryHumanoidHumanoide
    IconEnemyEvasion IconEnemyResistanceFire
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    Bloodrite Guard
    Spectre
    Tags2HSharpMetal_onhit_audio, cultist, human, humanoid, medium_movement, not_int, not_str, quest_null_monster_mods, red_blood
    Packs
  • Sacerdote do Rito de Sangue, Guarda do Rito de Sangue, Guarda do Rito de Sangue
  • Vida
    110%
    Evasão
    +25%
    Resistência
    IconEnemyResistanceFire30 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    121%
    Precisão
    100%
    Attack Distance
    4 ~ 12
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    110%
    Model Size
    100%
    Type
    BloodBatherDualWieldUltimatium
    Metadata
    BloodBatherDualWieldStrongbox
    Nível
    68
    Vida
    9,083
    Damage
    282
    Dano Mágico
    282
    Precisão
    2,502
    Tempo de Ataque
    1.5
    Experiência
    31,497
    Minion Life
    7,623
    Minion Damage
    1,172
    Minion Armour
    2,413
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 226338
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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]
    iconbasicattack
    GSBloodMageSacrificeBlast
    Triggerable, Spell, Damage, AttackInPlace
    Chance de Golpe Crítico: 5%
    Tempo de Conjuração: 1 s
    Causa de 459.1 a 688.7 de dano físico
    Converte 10% do dano físico em dano de fogo
    action attack or cast time uses animation length [1]
    is area damage [1]
    EASBloodBatherFlameEnrage
    Spell
    Tempo de Conjuração: 1 s
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa 70.2 de dano de fogo por segundo
    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
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherDualWield/BloodBatherDualWieldStrongbox"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Guard",
        life = 1.1,
        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.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • Guarda do Rito de Sangue
    CategoryHumanoidHumanoide
    IconEnemyArmour IconEnemyResistanceFire
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    Bloodrite Guard
    Spectre
    Tags2HBluntWood_onhit_audio, cultist, human, humanoid, medium_movement, not_dex, not_int, quest_null_monster_mods, red_blood
    Packs
  • Sacerdote do Rito de Sangue, Guarda do Rito de Sangue, Guarda do Rito de Sangue
  • Vida
    160%
    Resistência
    IconEnemyResistanceFire30 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    160%
    Precisão
    100%
    Attack Distance
    5 ~ 14
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    160%
    Model Size
    130%
    Type
    BloodBatherMaceUltimatium
    Metadata
    BloodBatherMaceUltimatium
    Nível
    68
    Vida
    13,211
    Damage
    373
    Dano Mágico
    373
    Precisão
    2,502
    Tempo de Ataque
    1.5
    Experiência
    45,814
    Minion Life
    11,088
    Minion Damage
    1,550
    Minion Armour
    4,947
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 298448
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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]
    iconbasicattack
    EASBloodBatherFlameEnrage
    Spell
    Tempo de Conjuração: 1 s
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa 70.2 de dano de fogo por segundo
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]
    GABloodBatherMaceGroundSlam
    Triggerable, Attack, AttackInPlace
    Base Damage: 298448
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 155%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 5 s
    Causa +55% de dano de ataque
    action attack or cast time uses animation length [1]
    attack maximum action distance + [8]
    is area damage [1]
    GABloodBatherMaceGroundSlamFire
    Triggerable, Attack, AttackInPlace
    Base Damage: 298448
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 155%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 5 s
    Causa +55% de dano de ataque
    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
    {
    	
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherMace/BloodBatherMaceUltimatium"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Guard",
        life = 1.6,
        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.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • Guarda do Rito de Sangue
    CategoryHumanoidHumanoide
    IconEnemyArmour IconEnemyResistanceFire
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    Bloodrite Guard
    Spectre
    Tags2HBluntWood_onhit_audio, cultist, human, humanoid, medium_movement, not_dex, not_int, quest_null_monster_mods, red_blood
    Packs
  • Sacerdote do Rito de Sangue, Guarda do Rito de Sangue, Guarda do Rito de Sangue
  • Vida
    160%
    Resistência
    IconEnemyResistanceFire30 IconEnemyResistanceCold0 IconEnemyResistanceLightning0 IconEnemyResistanceChaos0
    Damage
    160%
    Precisão
    100%
    Attack Distance
    5 ~ 14
    Tempo de Ataque
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    160%
    Model Size
    130%
    Type
    BloodBatherMaceUltimatium
    Metadata
    BloodBatherMaceStrongbox
    Nível
    68
    Vida
    13,211
    Damage
    373
    Dano Mágico
    373
    Precisão
    2,502
    Tempo de Ataque
    1.5
    Experiência
    45,814
    Minion Life
    11,088
    Minion Damage
    1,550
    Minion Armour
    4,947
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Melee, ProjectilesFromUser, AttackInPlace
    Ataque Básico
    Base Damage: 298448
    Chance de Golpe Crítico: 5%
    Tempo de Ataque: 1.5 s
    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]
    iconbasicattack
    EASBloodBatherFlameEnrage
    Spell
    Tempo de Conjuração: 1 s
    CGEBloodBatherFireGround
    Spell, Area, Damage, Triggerable, Duration, AreaSpell, AttackInPlace
    Tempo de Conjuração: 1 s
    Causa 70.2 de dano de fogo por segundo
    active skill area of effect radius +% final [-45]
    base skill effect duration [3000]
    ground fire art variation [1004]
    GABloodBatherMaceGroundSlam
    Triggerable, Attack, AttackInPlace
    Base Damage: 298448
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 155%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 5 s
    Causa +55% de dano de ataque
    action attack or cast time uses animation length [1]
    attack maximum action distance + [8]
    is area damage [1]
    GABloodBatherMaceGroundSlamFire
    Triggerable, Attack, AttackInPlace
    Base Damage: 298448
    Chance de Golpe Crítico: 5%
    Dano de Ataque: 155%
    Tempo de Ataque: 1.5 s
    Tempo de Recarga: 5 s
    Causa +55% de dano de ataque
    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
    {
    	
    }
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodBathers/BloodBatherMace/BloodBatherMaceStrongbox"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Bloodrite Guard",
        life = 1.6,
        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.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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,
            [SkillType.AttackInPlace] = 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 = {
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 80%
    monster aggro radius +% [-70]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -80 -80 Global
  • monster aggro radius +% -70 -70 Global
  • FamilyNothing
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Dano sofrido reduzido em 33%
    stance movement speed +% final [43]
    FamilyStance
    DomainsMonster (3)
    GenerationTypeúnico (3)
    Req. level1
    Stats
  • base damage taken +% -33 -33 Global
  • stance movement speed +% final 43 43 Global
  • Edit

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