Belcer, le Seigneur pirate
Mort-vivant
15000% increased Rarity of Items Dropped
100% d'Augmentation de l'Expérience octroyée par les Monstres
ignite art variation [2]
stance movement speed +% final [250]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
Belcer, the Pirate Lord
SpectreN
AreaLittoral, Carte
Tagsbludgeoning_weapon, bone_armour, bones, Lanceur de sorts, ghost, has_one_hand_mace, has_one_handed_melee, medium_height, melee, non_unique_map_boss, not_dex, not_int, physical_affinity, ranged, skeleton, summoner, undead, very_slow_movement
Vie
400%
Armure
+15%
Ailment Threshold
400%
Résistance
40 40 40 25
Damage
204%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 9
Attack Time
1.605 Second
Damage Spread
±20%
Expérience
200%
Model Size
130%
Type
FairgravesMapBoss
Metadata
MapSkeletonBossFairgraves
Niveau
73
Vie
1,580,156
Armure
49,060
Évasion
5,633
Bouclier d'énergie
0
Damage
1,170
Dégâts des sorts
1,746
Précision
352
Attack Time
1.07535
Expérience
125,268
Ailment Threshold
869,086
Chill
2,748
Shock
2,748
Brittle
15,547
Scorch
2,748
Sap
7,592
Melee
Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
Attaque par défaut
Base Damage: 1858–2787
Chances de coup critique: 5%
Attack Time: 1.605 sec.
Frappez vos ennemis d'un coup puissant.
skill can fire arrows [1]
skill can fire wand projectiles [1]
FairgravesThrownWeapon
Attack, RangedAttack, Projectile, ProjectilesFromUser
Lancer spectral
Base Damage: 1858–2787
Chances de coup critique: 5%
Attack Time: 1.605 sec.
Envoie une réplique spectrale de votre arme de mêlée. L'arme est lancée sous forme de projectile tournoyant qui revient à vous, frappant tous les ennemis sur son passage.
50% de Perte de Dégâts
Tire 3 Projectiles supplémentaires
20% de Réduction de la Vitesse des Projectiles
base is projectile [1]
spectral throw deceleration override [50]
SummonRagingSpiritFairgravesMapBoss
Spell, Minion, Duration, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CreatesMinion
Temps d'incantation: 0.8 sec.
Temps de recharge: 15 sec.
Les Aptitudes se répètent 11 fois de plus
Vous pouvez avoir jusqu'à 20 Esprits enragés d'Invoqués au maximum
La Durée de base est de 8 secondes
325% d'Augmentation de la Vitesse d'incantation
Les Créatures ont 300% Davantage de Vie
alternate minion [1]
ignite art variation [2]
SummonTormentedBuccaneerFairgraves
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Temps d'incantation: 1 sec.
Temps de recharge: 100 sec.
alternate minion [155]
number of monsters to summon [1]
summon specific monsters radius +% [50]
summoned monster rarity [3]
summoned monsters are minions [1]
SummonTormentedBootleggerFairgraves
Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
Temps d'incantation: 1 sec.
Temps de recharge: 100 sec.
alternate minion [154]
number of monsters to summon [1]
summon specific monsters radius +% [50]
summoned monster rarity [3]
summoned monsters are minions [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	main_hand_unarmed_type = "One_Hand_Mace"
	basic_action = "Emerge"
	basic_action = "Revive"
	basic_action = "ChangeToStance2"
}

Animated
{
	preload_animated_object = "Metadata/Chests/QuestChests/Fairgraves/shipchest.ao"
	preload_animated_object = "Metadata/Effects/Spells/desecrate/corpselight.ao"
	preload_animated_object = "Metadata/Effects/misc/chest_poof/chestpoof.ao"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
     //turn_duration = 0.35
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Skeletons/MapSkeletonBossFairgraves"] = {
    name = "Belcer, the Pirate Lord",
    life = 4,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2.04,
    damageSpread = 0.2,
    attackTime = 1.605,
    attackRange = 9,
    accuracy = 1,
    weaponType1 = "One Hand Mace",
    skillList = {
        "Melee",
        "FairgravesThrownWeapon",
        "SummonRagingSpiritFairgravesMapBoss",
        "SummonTormentedBootleggerFairgraves",
        "SummonTormentedBuccaneerFairgraves",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["Melee"] = {
    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",
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["FairgravesThrownWeapon"] = {
    name = "Spectral Throw",
    hidden = true,
    color = "2",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.RangedAttack] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_damage_+%_final",
        "number_of_additional_projectiles",
        "base_projectile_speed_+%",
        "base_is_projectile",
    },
    levels = {
        [1] = {-25, 0, 0, levelRequirement = 11, statInterpolation = {1, 1, 1},  cost = { }, },
        [2] = {-50, 2, 15, 50, -50, levelRequirement = 43, statInterpolation = {1, 1, 1, 1, 1},  cost = { }, },
        [3] = {-50, 3, 30, 50, -50, levelRequirement = 55, statInterpolation = {1, 1, 1, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonRagingSpiritFairgravesMapBoss"] = {
    name = "SummonRagingSpiritFairgravesMapBoss",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Minion] = true,
        [SkillType.Duration] = true,
        [SkillType.MinionsCanExplode] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Fire] = true,
        [SkillType.CreatesMinion] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.8,
    baseFlags = {
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_skill_effect_duration",
        "base_number_of_raging_spirits_allowed",
        "skill_repeat_count",
        "base_cast_speed_+%",
        "alternate_minion",
        "ignite_art_variation",
        "active_skill_minion_life_+%_final",
    },
    levels = {
        [1] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        [2] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 7, statInterpolation = {},  cost = { }, },
        [3] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 9, statInterpolation = {},  cost = { }, },
        [4] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 12, statInterpolation = {},  cost = { }, },
        [5] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 16, statInterpolation = {},  cost = { }, },
        [6] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 20, statInterpolation = {},  cost = { }, },
        [7] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 27, statInterpolation = {},  cost = { }, },
        [8] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 28, statInterpolation = {},  cost = { }, },
        [9] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 29, statInterpolation = {},  cost = { }, },
        [10] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 32, statInterpolation = {},  cost = { }, },
        [11] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 36, statInterpolation = {},  cost = { }, },
        [12] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 40, statInterpolation = {},  cost = { }, },
        [13] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 45, statInterpolation = {},  cost = { }, },
        [14] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 49, statInterpolation = {},  cost = { }, },
        [15] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 50, statInterpolation = {},  cost = { }, },
        [16] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 52, statInterpolation = {},  cost = { }, },
        [17] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 65, statInterpolation = {},  cost = { }, },
        [18] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 69, statInterpolation = {},  cost = { }, },
        [19] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 73, statInterpolation = {},  cost = { }, },
        [20] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 74, statInterpolation = {},  cost = { }, },
        [21] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 75, statInterpolation = {},  cost = { }, },
        [22] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 76, statInterpolation = {},  cost = { }, },
        [23] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 77, statInterpolation = {},  cost = { }, },
        [24] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 78, statInterpolation = {},  cost = { }, },
        [25] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 79, statInterpolation = {},  cost = { }, },
        [26] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 80, statInterpolation = {},  cost = { }, },
        [27] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 81, statInterpolation = {},  cost = { }, },
        [28] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 82, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonTormentedBootleggerFairgraves"] = {
    name = "SummonTormentedBootleggerFairgraves",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monster_rarity",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {154, 1, 50, 3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["SummonTormentedBuccaneerFairgraves"] = {
    name = "SummonTormentedBuccaneerFairgraves",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Trappable] = true,
        [SkillType.Totemable] = true,
        [SkillType.Mineable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "alternate_minion",
        "number_of_monsters_to_summon",
        "summon_specific_monsters_radius_+%",
        "summoned_monster_rarity",
        "summoned_monsters_are_minions",
    },
    levels = {
        [1] = {155, 1, 50, 3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
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
  • ignite art variation [2]
    IdIgniteArtVariationGhostflame_
    FamilyStatusAilmentArtVariation
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • ignite art variation Min: 2 Max: 2 Global
  • stance movement speed +% final [250]
    IdFairgravesMapBossRunning
    FamilyStance
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level0
    Stats
  • attack speed +% Min: 0 Max: 0 Global
  • stance movement speed +% final Min: 250 Max: 250 Global
  • Craft Tagsattack speed
    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
  • Belcer, le Seigneur pirate
    Mort-vivant
    15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    ignite art variation [2]
    stance movement speed +% final [250]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Belcer, the Pirate Lord
    SpectreN
    Tagsbludgeoning_weapon, bone_armour, bones, Lanceur de sorts, ghost, has_one_hand_mace, has_one_handed_melee, medium_height, melee, not_dex, not_int, physical_affinity, ranged, skeleton, standalone_map_boss, summoner, undead, very_slow_movement
    Vie
    400%
    Armure
    +15%
    Ailment Threshold
    400%
    Résistance
    40 40 40 25
    Damage
    204%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.605 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    130%
    Type
    FairgravesMapBoss
    Metadata
    MapSkeletonBossFairgravesStandalone
    Niveau
    68
    Vie
    557,385
    Armure
    33,109
    Évasion
    4,739
    Bouclier d'énergie
    0
    Damage
    868
    Dégâts des sorts
    1,295
    Précision
    290
    Attack Time
    1.07535
    Expérience
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 1378–2068
    Chances de coup critique: 5%
    Attack Time: 1.605 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    FairgravesThrownWeapon
    Attack, RangedAttack, Projectile, ProjectilesFromUser
    Lancer spectral
    Base Damage: 1378–2068
    Chances de coup critique: 5%
    Attack Time: 1.605 sec.
    Envoie une réplique spectrale de votre arme de mêlée. L'arme est lancée sous forme de projectile tournoyant qui revient à vous, frappant tous les ennemis sur son passage.
    50% de Perte de Dégâts
    Tire 3 Projectiles supplémentaires
    20% de Réduction de la Vitesse des Projectiles
    base is projectile [1]
    spectral throw deceleration override [50]
    SummonRagingSpiritFairgravesMapBoss
    Spell, Minion, Duration, MinionsCanExplode, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CreatesMinion
    Temps d'incantation: 0.8 sec.
    Temps de recharge: 15 sec.
    Les Aptitudes se répètent 11 fois de plus
    Vous pouvez avoir jusqu'à 20 Esprits enragés d'Invoqués au maximum
    La Durée de base est de 8 secondes
    325% d'Augmentation de la Vitesse d'incantation
    Les Créatures ont 300% Davantage de Vie
    alternate minion [1]
    ignite art variation [2]
    SummonTormentedBuccaneerFairgraves
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    Temps d'incantation: 1 sec.
    Temps de recharge: 100 sec.
    alternate minion [155]
    number of monsters to summon [1]
    summon specific monsters radius +% [50]
    summoned monster rarity [3]
    summoned monsters are minions [1]
    SummonTormentedBootleggerFairgraves
    Spell, Multicastable, Triggerable, Trappable, Totemable, Mineable
    Temps d'incantation: 1 sec.
    Temps de recharge: 100 sec.
    alternate minion [154]
    number of monsters to summon [1]
    summon specific monsters radius +% [50]
    summoned monster rarity [3]
    summoned monsters are minions [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    
    Actor
    {
    	main_hand_unarmed_type = "One_Hand_Mace"
    	basic_action = "Emerge"
    	basic_action = "Revive"
    	basic_action = "ChangeToStance2"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Skeletons/MapSkeletonBossFairgravesStandalone"] = {
        name = "Belcer, the Pirate Lord",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2.04,
        damageSpread = 0.2,
        attackTime = 1.605,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
            "Melee",
            "FairgravesThrownWeapon",
            "SummonRagingSpiritFairgravesMapBoss",
            "SummonTormentedBootleggerFairgraves",
            "SummonTormentedBuccaneerFairgraves",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["Melee"] = {
        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",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["FairgravesThrownWeapon"] = {
        name = "Spectral Throw",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a spectral copy of your melee weapon. It flies out and then returns to you, in a spinning attack that damages enemies in its path.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.RangedAttack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "number_of_additional_projectiles",
            "base_projectile_speed_+%",
            "base_is_projectile",
        },
        levels = {
            [1] = {-25, 0, 0, levelRequirement = 11, statInterpolation = {1, 1, 1},  cost = { }, },
            [2] = {-50, 2, 15, 50, -50, levelRequirement = 43, statInterpolation = {1, 1, 1, 1, 1},  cost = { }, },
            [3] = {-50, 3, 30, 50, -50, levelRequirement = 55, statInterpolation = {1, 1, 1, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonRagingSpiritFairgravesMapBoss"] = {
        name = "SummonRagingSpiritFairgravesMapBoss",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Minion] = true,
            [SkillType.Duration] = true,
            [SkillType.MinionsCanExplode] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.CreatesMinion] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "base_number_of_raging_spirits_allowed",
            "skill_repeat_count",
            "base_cast_speed_+%",
            "alternate_minion",
            "ignite_art_variation",
            "active_skill_minion_life_+%_final",
        },
        levels = {
            [1] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 4, statInterpolation = {},  cost = { }, },
            [2] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 7, statInterpolation = {},  cost = { }, },
            [3] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 9, statInterpolation = {},  cost = { }, },
            [4] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 12, statInterpolation = {},  cost = { }, },
            [5] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 16, statInterpolation = {},  cost = { }, },
            [6] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 20, statInterpolation = {},  cost = { }, },
            [7] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 27, statInterpolation = {},  cost = { }, },
            [8] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 28, statInterpolation = {},  cost = { }, },
            [9] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 29, statInterpolation = {},  cost = { }, },
            [10] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 32, statInterpolation = {},  cost = { }, },
            [11] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 36, statInterpolation = {},  cost = { }, },
            [12] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 40, statInterpolation = {},  cost = { }, },
            [13] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 45, statInterpolation = {},  cost = { }, },
            [14] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 49, statInterpolation = {},  cost = { }, },
            [15] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 50, statInterpolation = {},  cost = { }, },
            [16] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 52, statInterpolation = {},  cost = { }, },
            [17] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 65, statInterpolation = {},  cost = { }, },
            [18] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 69, statInterpolation = {},  cost = { }, },
            [19] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 73, statInterpolation = {},  cost = { }, },
            [20] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 74, statInterpolation = {},  cost = { }, },
            [21] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 75, statInterpolation = {},  cost = { }, },
            [22] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 76, statInterpolation = {},  cost = { }, },
            [23] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 77, statInterpolation = {},  cost = { }, },
            [24] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 78, statInterpolation = {},  cost = { }, },
            [25] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 79, statInterpolation = {},  cost = { }, },
            [26] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 80, statInterpolation = {},  cost = { }, },
            [27] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 81, statInterpolation = {},  cost = { }, },
            [28] = {8000, 20, 11, 325, 1, 2, 300, levelRequirement = 82, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonTormentedBootleggerFairgraves"] = {
        name = "SummonTormentedBootleggerFairgraves",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "summoned_monster_rarity",
            "summoned_monsters_are_minions",
        },
        levels = {
            [1] = {154, 1, 50, 3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SummonTormentedBuccaneerFairgraves"] = {
        name = "SummonTormentedBuccaneerFairgraves",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "alternate_minion",
            "number_of_monsters_to_summon",
            "summon_specific_monsters_radius_+%",
            "summoned_monster_rarity",
            "summoned_monsters_are_minions",
        },
        levels = {
            [1] = {155, 1, 50, 3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    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
  • ignite art variation [2]
    IdIgniteArtVariationGhostflame_
    FamilyStatusAilmentArtVariation
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • ignite art variation Min: 2 Max: 2 Global
  • stance movement speed +% final [250]
    IdFairgravesMapBossRunning
    FamilyStance
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level0
    Stats
  • attack speed +% Min: 0 Max: 0 Global
  • stance movement speed +% final Min: 250 Max: 250 Global
  • Craft Tagsattack speed
    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
  • Belcer, le Seigneur pirate
    Mort-vivant
    15000% increased Rarity of Items Dropped
    100% d'Augmentation de l'Expérience octroyée par les Monstres
    ignite art variation [2]
    stance movement speed +% final [250]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    Belcer, the Pirate Lord
    SpectreN
    Tagsbludgeoning_weapon, bone_armour, bones, elder_map_boss, ghost, has_one_hand_mace, has_one_handed_melee, medium_height, non_attacking, not_dex, not_int, skeleton, undead, very_slow_movement
    Vie
    400%
    Armure
    +15%
    Ailment Threshold
    400%
    Résistance
    40 40 40 25
    Damage
    204%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.605 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    130%
    Type
    FairgravesMapBoss
    Metadata
    MapSkeletonBossFairgravesElder

    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/Skeletons/MapSkeletonBossFairgravesElder"] = {
        name = "Belcer, the Pirate Lord",
        life = 4,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2.04,
        damageSpread = 0.2,
        attackTime = 1.605,
        attackRange = 9,
        accuracy = 1,
        weaponType1 = "One Hand Mace",
        skillList = {
        },
        modList = {
        },
    }
    
    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
  • ignite art variation [2]
    IdIgniteArtVariationGhostflame_
    FamilyStatusAilmentArtVariation
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • ignite art variation Min: 2 Max: 2 Global
  • stance movement speed +% final [250]
    IdFairgravesMapBossRunning
    FamilyStance
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level0
    Stats
  • attack speed +% Min: 0 Max: 0 Global
  • stance movement speed +% final Min: 250 Max: 250 Global
  • Craft Tagsattack speed
    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
  • Edit

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