Celui qui apporte le sang
Humanoïde
Les Attaques infligent le Saignement
15000% increased Rarity of Items Dropped
100% d'Augmentation de l'Expérience octroyée par les Monstres
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
stance movement speed +% final [50]
Bringer of Blood
SpectreN
AreaChamp de courses, Carte
Tagsflesh_armour, gladiator, has_one_hand_sword, has_one_handed_melee, humanoid, large_height, melee, non_unique_map_boss, not_int, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement
Vie
200%
Armure
+50%
Évasion
+50%
Ailment Threshold
200%
Résistance
40 40 40 25
Damage
240%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 8
Attack Time
1.5 Second
Damage Spread
±20%
Expérience
200%
Model Size
110%
Type
GladiatorMapBoss
Metadata
GladiatorSwordMapBoss
Niveau
79
Vie
2,305,135
Armure
101,985
Évasion
10,338
Bouclier d'énergie
0
Damage
1,956
Dégâts des sorts
2,919
Précision
444
Attack Time
1.005
Expérience
138,039
Ailment Threshold
1,106,465
Chill
3,499
Shock
3,499
Brittle
19,794
Scorch
3,499
Sap
9,666
MeleeAtAnimationSpeedUnique
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 3106–4658
Chances de coup critique: 5%
Attack Time: 1.5 sec.
Frappez vos ennemis d'un coup puissant.
action attack or cast time uses animation length [1]
projectile uses contact position [1]
skill can fire arrows [1]
skill can fire wand projectiles [1]
use scaled contact offset [1]
GladiatorSwordThrow
Attack, Projectile, ProjectilesFromUser, RangedAttack, Triggerable
Base Damage: 3106–4658
Chances de coup critique: 5%
Attack Time: 1.5 sec.
base is projectile [1]
MonsterCleaveWithEffect
Attack, Area, Multistrikeable, Melee, ThresholdJewelArea, Physical
Taillade
Base Damage: 3106–4658
Chances de coup critique: 5%
Attack Time: 1.5 sec.
Le personnage attaque en arc de cercle devant lui avec son arme (ou les deux s'il a une arme secondaire d'équipée), infligeant des dégâts de zone. Fonctionne uniquement avec les épées ou les haches.
Lorsque vous maniez deux armes, inflige 60% des Dégâts de chacune des armes
31% d'Augmentation des Dégâts physiques
is area damage [1]
monster penalty against minions damage +% final vs player minions [-20]
skill double hits when dual wielding [1]

Object Type

version 2
extends "Metadata/Monsters/Gladiator/Gladiator"

Transitionable
{
	
}

Object Type Codes

version 2
extends "Metadata/Monsters/Gladiator/Gladiator"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Gladiator/GladiatorSwordMapBoss"] = {
    name = "Bringer of Blood",
    life = 2,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2.4,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 8,
    accuracy = 1,
    weaponType1 = "One Hand Sword",
    skillList = {
        "MonsterCleaveWithEffect",
        "MeleeAtAnimationSpeedUnique",
        "GladiatorSwordThrow",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterCleaveWithEffect"] = {
    name = "Cleave",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ThresholdJewelArea] = true,
        [SkillType.Physical] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_merged_damage_+%_final_while_dual_wielding",
        "physical_damage_+%",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_area_damage",
        "skill_double_hits_when_dual_wielding",
    },
    levels = {
        [1] = {-40, 31, -20, levelRequirement = 4, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MeleeAtAnimationSpeedUnique"] = {
    name = "Default Attack",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Strike your foes down with a powerful blow.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.MirageArcherCanUse] = true,
        [SkillType.Projectile] = true,
        [SkillType.MeleeSingleTarget] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "skill_can_fire_arrows",
        "skill_can_fire_wand_projectiles",
        "action_attack_or_cast_time_uses_animation_length",
        "projectile_uses_contact_position",
        "use_scaled_contact_offset",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["GladiatorSwordThrow"] = {
    name = "GladiatorSwordThrow",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_is_projectile",
    },
    levels = {
        [1] = {levelRequirement = 2, statInterpolation = {},  cost = { }, },
    },
}
Les Attaques infligent le Saignement
IdMonsterBleedImplicit
FamilyMonsterDamage
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • physical damage +% Min: 0 Max: 0 Global
  • global bleed on hit Min: 1 Max: 1 Global
  • Craft Tagsphysical_damage bleed damage physical attack ailment
    15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • IdNothing
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [50]
    IdStanceGladiatorRun
    FamilyStance
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 50 Max: 50 Global
  • Craft Tagsspeed
    Celui qui apporte le sang
    Humanoïde
    Les Attaques infligent le Saignement
    15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    stance movement speed +% final [50]
    Bringer of Blood
    SpectreN
    Tagsflesh_armour, gladiator, has_one_hand_sword, has_one_handed_melee, humanoid, large_height, melee, not_int, physical_affinity, ranged, red_blood, slashing_weapon, slow_movement, standalone_map_boss
    Vie
    200%
    Armure
    +50%
    Évasion
    +50%
    Ailment Threshold
    200%
    Résistance
    40 40 40 25
    Damage
    240%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    110%
    Type
    GladiatorMapBoss
    Metadata
    GladiatorSwordMapBossStandalone
    Niveau
    68
    Vie
    278,693
    Armure
    43,185
    Évasion
    7,109
    Bouclier d'énergie
    0
    Damage
    1,021
    Dégâts des sorts
    1,524
    Précision
    290
    Attack Time
    1.005
    Expérience
    112,805
    Ailment Threshold
    175,576
    Chill
    555
    Shock
    555
    Brittle
    3,141
    Scorch
    555
    Sap
    1,534
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 1622–2432
    Chances de coup critique: 5%
    Attack Time: 1.5 sec.
    Frappez vos ennemis d'un coup puissant.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    GladiatorSwordThrow
    Attack, Projectile, ProjectilesFromUser, RangedAttack, Triggerable
    Base Damage: 1622–2432
    Chances de coup critique: 5%
    Attack Time: 1.5 sec.
    base is projectile [1]
    MonsterCleaveWithEffect
    Attack, Area, Multistrikeable, Melee, ThresholdJewelArea, Physical
    Taillade
    Base Damage: 1622–2432
    Chances de coup critique: 5%
    Attack Time: 1.5 sec.
    Le personnage attaque en arc de cercle devant lui avec son arme (ou les deux s'il a une arme secondaire d'équipée), infligeant des dégâts de zone. Fonctionne uniquement avec les épées ou les haches.
    Lorsque vous maniez deux armes, inflige 60% des Dégâts de chacune des armes
    31% d'Augmentation des Dégâts physiques
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-20]
    skill double hits when dual wielding [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Gladiator/Gladiator"
    extends "Metadata/Monsters/StandaloneMapBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Gladiator/Gladiator"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Gladiator/GladiatorSwordMapBossStandalone"] = {
        name = "Bringer of Blood",
        life = 2,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2.4,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "MonsterCleaveWithEffect",
            "MeleeAtAnimationSpeedUnique",
            "GladiatorSwordThrow",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterCleaveWithEffect"] = {
        name = "Cleave",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "The character swings their weapon (or both weapons if dual wielding) in an arc, damaging monsters in an area in front of them. Only works with Axes and Swords.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ThresholdJewelArea] = true,
            [SkillType.Physical] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_merged_damage_+%_final_while_dual_wielding",
            "physical_damage_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "skill_double_hits_when_dual_wielding",
        },
        levels = {
            [1] = {-40, 31, -20, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        name = "Default Attack",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Strike your foes down with a powerful blow.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.MirageArcherCanUse] = true,
            [SkillType.Projectile] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "skill_can_fire_arrows",
            "skill_can_fire_wand_projectiles",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GladiatorSwordThrow"] = {
        name = "GladiatorSwordThrow",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_is_projectile",
        },
        levels = {
            [1] = {levelRequirement = 2, statInterpolation = {},  cost = { }, },
        },
    }
    
    Les Attaques infligent le Saignement
    IdMonsterBleedImplicit
    FamilyMonsterDamage
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • physical damage +% Min: 0 Max: 0 Global
  • global bleed on hit Min: 1 Max: 1 Global
  • Craft Tagsphysical_damage bleed damage physical attack ailment
    15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • IdNothing
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [50]
    IdStanceGladiatorRun
    FamilyStance
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 50 Max: 50 Global
  • Craft Tagsspeed
    Celui qui apporte le sang
    Humanoïde
    Les Attaques infligent le Saignement
    15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    stance movement speed +% final [50]
    Bringer of Blood
    SpectreN
    Tagselder_map_boss, flesh_armour, gladiator, has_one_hand_sword, has_one_handed_melee, humanoid, large_height, non_attacking, not_int, red_blood, slashing_weapon, slow_movement
    Vie
    200%
    Armure
    +50%
    Évasion
    +50%
    Ailment Threshold
    200%
    Résistance
    40 40 40 25
    Damage
    240%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    110%
    Type
    GladiatorMapBoss
    Metadata
    GladiatorSwordMapBossElder_

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Transitionable
    {
    	on_transition = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target.epk );"
    	create_transitioned = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/entrance.ao"
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/absorb/absorb.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Gladiator/GladiatorSwordMapBossElder_"] = {
        name = "Bringer of Blood",
        life = 2,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2.4,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
        },
        modList = {
        },
    }
    
    Les Attaques infligent le Saignement
    IdMonsterBleedImplicit
    FamilyMonsterDamage
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • physical damage +% Min: 0 Max: 0 Global
  • global bleed on hit Min: 1 Max: 1 Global
  • Craft Tagsphysical_damage bleed damage physical attack ailment
    15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • IdNothing
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    stance movement speed +% final [50]
    IdStanceGladiatorRun
    FamilyStance
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 50 Max: 50 Global
  • Craft Tagsspeed
    Edit

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