Golem de charogne
Vous Créatures qui ne sont pas des Golems bénéficient de Dégâts physiques supplémentaires grâce à votre Golem de charogne.
non_golem_minion_global_minimum_added_physical_damage
non_golem_minion_global_maximum_added_physical_damage
Carrion Golem
Attribute /5

bone_golem_buff

NomDescriptions détaillées
CostiLvl 1: Normal: 3xParchemin de sagesse · Magique: 3xOrbe de transmutation · Rare: 1xOrbe du chaos · Unique: 5xOrbe du chaos
AcronymIgnite
BuffGroupsID31
IsBuffDefinition1
BuffMergeModesID3
Codenon golem minion global minimum added physical damage
IsPublic1
IsLocal0
IsWeaponLocal0
IsProxied
IsParty0
IsVirtual0
IsScalable1
StatSemantics3
Codenon golem minion global maximum added physical damage
IsPublic1
IsLocal0
IsWeaponLocal0
IsProxied
IsParty0
IsVirtual0
IsScalable1
StatSemantics3
Golem de charogne
Fabrication
monster no drops or experience [1]
1% de Vie Régénérée par seconde
cannot be afflicted [1]
cannot be tagged by sentinel [1]
cannot have affliction mods [1]
cannot have azmeri dust [1]
cant possess this [1]
cant touch this [1]
monster no talismans [1]
Carrion Golem
SpectreN
Tagsbludgeoning_weapon, construct, fast_movement, golem, is_unarmed, large_height, mud_blood, not_dex, not_str, physical_affinity, stone_armour
Vie
582%
Energy Shield From Life
100%
Ailment Threshold
582%
Résistance
40 40 40 20
Damage
60%
Précision
340%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 13
Attack Time
0.9 Second
Damage Spread
±20%
Expérience
150%
Model Size
100%
Type
BoneGolem
Metadata
BoneGolem
IsSummoned
Y
Niveau
68
Vie
0
Armure
28,790
Score d'Évasion
4,739
Bouclier d'énergie
35,659
Damage
224
Dégâts des sorts
224
Précision
1,276
Attack Time
0.9
Expérience
15,383
Minion Life
0
Minion Energy Shield
7,735
Minion Damage
179
Ailment Threshold
37,442
Chill
118
Shock
118
Brittle
670
Scorch
118
Sap
327
BoneGolemMultiAttack
Attack, Multistrikeable, Melee, MeleeSingleTarget
Base Damage: 179–269
Chances de coup critique: 5%
Dégâts d'Attaque: 160%
Dégâts d'Attaque: 160%
Attack Time: 0.9 sec.
60% Davantage de Dégâts d'Attaque
bone golem attack speed +% final after third combo index [200]
bone golem damage +% final after third combo index [20]
BoneGolemCascade
Attack, Area, Multistrikeable, Melee
Base Damage: 179–269
Chances de coup critique: 5%
Dégâts d'Attaque: 65%
Dégâts d'Attaque: 65%
Attack Time: 0.9 sec.
Temps de recharge: 6 sec.
35% de Perte de Dégâts d'Attaque
+0.1 mètres de Rayon
Génère +4 Éruptions
is area damage [1]
BoneGolemLeapSlam
Attack, Area, Melee, Movement, Travel, Slam, Totemable
Bond percutant
Base Damage: 179–269
Chances de coup critique: 5%
Dégâts d'Attaque: 225%
Dégâts d'Attaque: 225%
Attack Time: 0.9 sec.
Temps de recharge: 4 sec.
Un bond dans les airs qui endommage les ennemis (et repousse certains d'entre eux) avec votre arme à l'atterrissage. Les ennemis sur lesquels vous atterrissez directement sont projetés hors de votre chemin. Fonctionne uniquement avec les bâtons, épées, haches, masses ou sceptres.
125% Davantage de Dégâts d'Attaque
Le Rayon de base est de 1.5 mètres
active skill area of effect radius +% final [30]
disable attack repeats [1]
is area damage [1]
EGBoneGolemConsumeCorpse
Triggerable, Spell
Temps de recharge: 5 sec.
spell maximum action distance +% [-90]
BoneGolemCascadeEmpowered
Attack, Area, Multistrikeable, Melee
Base Damage: 179–269
Chances de coup critique: 5%
Dégâts d'Attaque: 230%
Dégâts d'Attaque: 230%
Attack Time: 0.9 sec.
130% Davantage de Dégâts d'Attaque
100% Davantage de Zone d'effet
Génère +4 Éruptions
is area damage [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Actor
{
	basic_action = "Emerge"
	slow_animations_go_to_idle = false
}

Life
{
	corpse_usable = false
}

Animated
{
	on_end_golem_death_submerge_01 = "Delete();"
}

Object Type Codes

version 2
extends "Metadata/Monsters/Monster"

Render
{
	//turn_duration = 0.5
	fade_arrows = true
}

Preload
{
	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Breach/Bone/Bonewall_explode/bonewallexplode.ao"
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/BoneGolem/BoneGolem"] = {
    name = "Carrion Golem",
    life = 5.82,
    energyShield = 1,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 20,
    damage = 0.6,
    damageSpread = 0.2,
    attackTime = 0.9,
    attackRange = 13,
    accuracy = 3.4,
    skillList = {
        "BoneGolemLeapSlam",
        "BoneGolemCascade",
        "BoneGolemCascadeEmpowered",
        "EGBoneGolemConsumeCorpse",
        "BoneGolemMultiAttack",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BoneGolemLeapSlam"] = {
    name = "Leap Slam",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Melee] = true,
        [SkillType.Movement] = true,
        [SkillType.Travel] = true,
        [SkillType.Slam] = true,
        [SkillType.Totemable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "active_skill_area_of_effect_radius_+%_final",
        "active_skill_base_area_of_effect_radius",
        "is_area_damage",
        "disable_attack_repeats",
    },
    levels = {
        [1] = {30, 15, baseMultiplier = 2.25, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BoneGolemCascade"] = {
    name = "BoneGolemCascade",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "upheaval_number_of_spikes",
        "active_skill_base_radius_+",
        "is_area_damage",
    },
    levels = {
        [1] = {4, 1, baseMultiplier = 0.65, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BoneGolemCascadeEmpowered"] = {
    name = "BoneGolemCascadeEmpowered",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Area] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        area = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "upheaval_number_of_spikes",
        "active_skill_area_of_effect_+%_final",
        "is_area_damage",
    },
    levels = {
        [1] = {4, 100, baseMultiplier = 2.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["EGBoneGolemConsumeCorpse"] = {
    name = "EGBoneGolemConsumeCorpse",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_maximum_action_distance_+%",
    },
    levels = {
        [1] = {-90, levelRequirement = 0, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BoneGolemMultiAttack"] = {
    name = "BoneGolemMultiAttack",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Attack] = true,
        [SkillType.Multistrikeable] = true,
        [SkillType.Melee] = true,
        [SkillType.MeleeSingleTarget] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        attack = true,
        melee = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "bone_golem_attack_speed_+%_final_after_third_combo_index",
        "bone_golem_damage_+%_final_after_third_combo_index",
    },
    levels = {
        [1] = {200, 20, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster no drops or experience [1]
FamilyMonsterNoDropsOrExperience
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • 1% de Vie Régénérée par seconde
    FamilyLifeRegenerationRatePercentage
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 60 Max: 60 Global
  • Craft Tagsresource Vie
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge
    Actor.slow_animations_go_to_idletrue, false
    Life.corpse_usablefalse
    Animated.on_end_golem_death_submerge_01Delete();
    Golem de charogne
    Fabrication
    monster no drops or experience [1]
    1% de Vie Régénérée par seconde
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Carrion Golem
    SpectreN
    Tagsbludgeoning_weapon, construct, fast_movement, golem, is_unarmed, mud_blood, not_dex, not_str, physical_affinity, stone_armour
    Vie
    582%
    Energy Shield From Life
    100%
    Ailment Threshold
    582%
    Résistance
    40 40 40 20
    Damage
    60%
    Précision
    340%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    0.9 Second
    Damage Spread
    ±20%
    Expérience
    150%
    Model Size
    100%
    Type
    BoneGolem
    Metadata
    StygianBoneGolem
    IsSummoned
    Y
    Niveau
    68
    Vie
    0
    Armure
    28,790
    Score d'Évasion
    4,739
    Bouclier d'énergie
    35,659
    Damage
    224
    Dégâts des sorts
    224
    Précision
    1,276
    Attack Time
    0.9
    Expérience
    15,383
    Minion Life
    0
    Minion Energy Shield
    7,735
    Minion Damage
    179
    Ailment Threshold
    37,442
    Chill
    118
    Shock
    118
    Brittle
    670
    Scorch
    118
    Sap
    327
    BoneGolemMultiAttack
    Attack, Multistrikeable, Melee, MeleeSingleTarget
    Base Damage: 179–269
    Chances de coup critique: 5%
    Dégâts d'Attaque: 160%
    Dégâts d'Attaque: 160%
    Attack Time: 0.9 sec.
    60% Davantage de Dégâts d'Attaque
    bone golem attack speed +% final after third combo index [200]
    bone golem damage +% final after third combo index [20]
    StygianBoneGolemCascade
    Attack, Area, Multistrikeable, Melee
    Base Damage: 179–269
    Chances de coup critique: 5%
    Dégâts d'Attaque: 65%
    Dégâts d'Attaque: 65%
    Attack Time: 0.9 sec.
    Temps de recharge: 6 sec.
    35% de Perte de Dégâts d'Attaque
    +0.1 mètres de Rayon
    Génère +4 Éruptions
    is area damage [1]
    StygianBoneGolemLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Bond percutant
    Base Damage: 179–269
    Chances de coup critique: 5%
    Dégâts d'Attaque: 180%
    Dégâts d'Attaque: 180%
    Attack Time: 0.9 sec.
    Temps de recharge: 4 sec.
    Un bond dans les airs qui endommage les ennemis (et repousse certains d'entre eux) avec votre arme à l'atterrissage. Les ennemis sur lesquels vous atterrissez directement sont projetés hors de votre chemin. Fonctionne uniquement avec les bâtons, épées, haches, masses ou sceptres.
    80% Davantage de Dégâts d'Attaque
    Le Rayon de base est de 1.5 mètres
    active skill area of effect radius +% final [30]
    disable attack repeats [1]
    is area damage [1]
    EGBoneGolemConsumeCorpse
    Triggerable, Spell
    Temps de recharge: 5 sec.
    spell maximum action distance +% [-90]
    StygianBoneGolemCascadeEmpowered
    Attack, Area, Multistrikeable, Melee
    Base Damage: 179–269
    Chances de coup critique: 5%
    Dégâts d'Attaque: 230%
    Dégâts d'Attaque: 230%
    Attack Time: 0.9 sec.
    130% Davantage de Dégâts d'Attaque
    100% Davantage de Zone d'effet
    Génère +4 Éruptions
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	slow_animations_go_to_idle = false
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	on_end_golem_death_submerge_01 = "Delete();"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	//turn_duration = 0.5
    	fade_arrows = true
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Breach/Bone/Bonewall_explode/bonewallexplode.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/StygianBoneGolem/StygianBoneGolem"] = {
        name = "Carrion Golem",
        life = 5.82,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 0.9,
        attackRange = 13,
        accuracy = 3.4,
        skillList = {
            "EGBoneGolemConsumeCorpse",
            "BoneGolemMultiAttack",
            "StygianBoneGolemLeapSlam",
            "StygianBoneGolemCascade",
            "StygianBoneGolemCascadeEmpowered",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGBoneGolemConsumeCorpse"] = {
        name = "EGBoneGolemConsumeCorpse",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {-90, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BoneGolemMultiAttack"] = {
        name = "BoneGolemMultiAttack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "bone_golem_attack_speed_+%_final_after_third_combo_index",
            "bone_golem_damage_+%_final_after_third_combo_index",
        },
        levels = {
            [1] = {200, 20, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["StygianBoneGolemLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "disable_attack_repeats",
        },
        levels = {
            [1] = {30, 15, baseMultiplier = 1.8, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["StygianBoneGolemCascade"] = {
        name = "StygianBoneGolemCascade",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "upheaval_number_of_spikes",
            "active_skill_base_radius_+",
            "is_area_damage",
        },
        levels = {
            [1] = {4, 1, baseMultiplier = 0.65, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["StygianBoneGolemCascadeEmpowered"] = {
        name = "StygianBoneGolemCascadeEmpowered",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "upheaval_number_of_spikes",
            "active_skill_area_of_effect_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {4, 100, baseMultiplier = 2.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • 1% de Vie Régénérée par seconde
    FamilyLifeRegenerationRatePercentage
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 60 Max: 60 Global
  • Craft Tagsresource Vie
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge
    Actor.slow_animations_go_to_idletrue, false
    Life.corpse_usablefalse
    Animated.on_end_golem_death_submerge_01Delete();
    Golem de charogne
    Fabrication
    monster no drops or experience [1]
    1% de Vie Régénérée par seconde
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Carrion Golem
    SpectreN
    Tagsbludgeoning_weapon, construct, fast_movement, golem, is_unarmed, mud_blood, not_dex, not_str, physical_affinity, stone_armour
    Vie
    582%
    Energy Shield From Life
    100%
    Ailment Threshold
    582%
    Résistance
    40 40 40 20
    Damage
    60%
    Précision
    340%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    0.9 Second
    Damage Spread
    ±20%
    Expérience
    150%
    Model Size
    100%
    Type
    BoneGolem
    Metadata
    DarkwoodBoneGolem
    IsSummoned
    Y
    Niveau
    68
    Vie
    0
    Armure
    28,790
    Score d'Évasion
    4,739
    Bouclier d'énergie
    35,659
    Damage
    224
    Dégâts des sorts
    224
    Précision
    1,276
    Attack Time
    0.9
    Expérience
    15,383
    Minion Life
    0
    Minion Energy Shield
    7,735
    Minion Damage
    179
    Ailment Threshold
    37,442
    Chill
    118
    Shock
    118
    Brittle
    670
    Scorch
    118
    Sap
    327
    BoneGolemMultiAttack
    Attack, Multistrikeable, Melee, MeleeSingleTarget
    Base Damage: 179–269
    Chances de coup critique: 5%
    Dégâts d'Attaque: 160%
    Dégâts d'Attaque: 160%
    Attack Time: 0.9 sec.
    60% Davantage de Dégâts d'Attaque
    bone golem attack speed +% final after third combo index [200]
    bone golem damage +% final after third combo index [20]
    DarkwoodBoneGolemCascade
    Attack, Area, Multistrikeable, Melee
    Base Damage: 179–269
    Chances de coup critique: 5%
    Dégâts d'Attaque: 65%
    Dégâts d'Attaque: 65%
    Attack Time: 0.9 sec.
    Temps de recharge: 6 sec.
    35% de Perte de Dégâts d'Attaque
    +0.1 mètres de Rayon
    Génère +4 Éruptions
    is area damage [1]
    DarkwoodBoneGolemLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Bond percutant
    Base Damage: 179–269
    Chances de coup critique: 5%
    Dégâts d'Attaque: 180%
    Dégâts d'Attaque: 180%
    Attack Time: 0.9 sec.
    Temps de recharge: 4 sec.
    Un bond dans les airs qui endommage les ennemis (et repousse certains d'entre eux) avec votre arme à l'atterrissage. Les ennemis sur lesquels vous atterrissez directement sont projetés hors de votre chemin. Fonctionne uniquement avec les bâtons, épées, haches, masses ou sceptres.
    80% Davantage de Dégâts d'Attaque
    Le Rayon de base est de 1.5 mètres
    active skill area of effect radius +% final [30]
    disable attack repeats [1]
    is area damage [1]
    EGBoneGolemConsumeCorpse
    Triggerable, Spell
    Temps de recharge: 5 sec.
    spell maximum action distance +% [-90]
    DarkwoodBoneGolemCascadeEmpowered
    Attack, Area, Multistrikeable, Melee
    Base Damage: 179–269
    Chances de coup critique: 5%
    Dégâts d'Attaque: 230%
    Dégâts d'Attaque: 230%
    Attack Time: 0.9 sec.
    130% Davantage de Dégâts d'Attaque
    100% Davantage de Zone d'effet
    Génère +4 Éruptions
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	slow_animations_go_to_idle = false
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	on_end_golem_death_submerge_01 = "Delete();"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	//turn_duration = 0.5
    	fade_arrows = true
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Breach/Bone/Bonewall_explode/bonewallexplode.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DarkwoodCarrionGolem/DarkwoodBoneGolem"] = {
        name = "Carrion Golem",
        life = 5.82,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 0.9,
        attackRange = 13,
        accuracy = 3.4,
        skillList = {
            "EGBoneGolemConsumeCorpse",
            "BoneGolemMultiAttack",
            "DarkwoodBoneGolemLeapSlam",
            "DarkwoodBoneGolemCascade",
            "DarkwoodBoneGolemCascadeEmpowered",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGBoneGolemConsumeCorpse"] = {
        name = "EGBoneGolemConsumeCorpse",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {-90, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BoneGolemMultiAttack"] = {
        name = "BoneGolemMultiAttack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "bone_golem_attack_speed_+%_final_after_third_combo_index",
            "bone_golem_damage_+%_final_after_third_combo_index",
        },
        levels = {
            [1] = {200, 20, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DarkwoodBoneGolemLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "disable_attack_repeats",
        },
        levels = {
            [1] = {30, 15, baseMultiplier = 1.8, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DarkwoodBoneGolemCascade"] = {
        name = "DarkwoodBoneGolemCascade",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "upheaval_number_of_spikes",
            "active_skill_base_radius_+",
            "is_area_damage",
        },
        levels = {
            [1] = {4, 1, baseMultiplier = 0.65, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DarkwoodBoneGolemCascadeEmpowered"] = {
        name = "DarkwoodBoneGolemCascadeEmpowered",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "upheaval_number_of_spikes",
            "active_skill_area_of_effect_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {4, 100, baseMultiplier = 2.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • 1% de Vie Régénérée par seconde
    FamilyLifeRegenerationRatePercentage
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 60 Max: 60 Global
  • Craft Tagsresource Vie
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge
    Actor.slow_animations_go_to_idletrue, false
    Life.corpse_usablefalse
    Animated.on_end_golem_death_submerge_01Delete();
    Golem de charogne
    Fabrication
    monster no drops or experience [1]
    1% de Vie Régénérée par seconde
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    Carrion Golem
    SpectreN
    Tagsbludgeoning_weapon, construct, fast_movement, golem, is_unarmed, mud_blood, not_dex, not_str, physical_affinity, stone_armour
    Vie
    582%
    Energy Shield From Life
    100%
    Ailment Threshold
    582%
    Résistance
    40 40 40 20
    Damage
    60%
    Précision
    340%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    0.9 Second
    Damage Spread
    ±20%
    Expérience
    150%
    Model Size
    100%
    Type
    BoneGolem
    Metadata
    CelestialBoneGolem
    IsSummoned
    Y
    Niveau
    68
    Vie
    0
    Armure
    28,790
    Score d'Évasion
    4,739
    Bouclier d'énergie
    35,659
    Damage
    224
    Dégâts des sorts
    224
    Précision
    1,276
    Attack Time
    0.9
    Expérience
    15,383
    Minion Life
    0
    Minion Energy Shield
    7,735
    Minion Damage
    179
    Ailment Threshold
    37,442
    Chill
    118
    Shock
    118
    Brittle
    670
    Scorch
    118
    Sap
    327
    BoneGolemMultiAttack
    Attack, Multistrikeable, Melee, MeleeSingleTarget
    Base Damage: 179–269
    Chances de coup critique: 5%
    Dégâts d'Attaque: 160%
    Dégâts d'Attaque: 160%
    Attack Time: 0.9 sec.
    60% Davantage de Dégâts d'Attaque
    bone golem attack speed +% final after third combo index [200]
    bone golem damage +% final after third combo index [20]
    CelestialBoneGolemCascade
    Attack, Area, Multistrikeable, Melee
    Base Damage: 179–269
    Chances de coup critique: 5%
    Dégâts d'Attaque: 65%
    Dégâts d'Attaque: 65%
    Attack Time: 0.9 sec.
    Temps de recharge: 6 sec.
    35% de Perte de Dégâts d'Attaque
    +0.1 mètres de Rayon
    Génère +4 Éruptions
    is area damage [1]
    CelestialBoneGolemLeapSlam
    Attack, Area, Melee, Movement, Travel, Slam, Totemable
    Bond percutant
    Base Damage: 179–269
    Chances de coup critique: 5%
    Dégâts d'Attaque: 180%
    Dégâts d'Attaque: 180%
    Attack Time: 0.9 sec.
    Temps de recharge: 4 sec.
    Un bond dans les airs qui endommage les ennemis (et repousse certains d'entre eux) avec votre arme à l'atterrissage. Les ennemis sur lesquels vous atterrissez directement sont projetés hors de votre chemin. Fonctionne uniquement avec les bâtons, épées, haches, masses ou sceptres.
    80% Davantage de Dégâts d'Attaque
    Le Rayon de base est de 1.5 mètres
    active skill area of effect radius +% final [30]
    disable attack repeats [1]
    is area damage [1]
    EGBoneGolemConsumeCorpse
    Triggerable, Spell
    Temps de recharge: 5 sec.
    spell maximum action distance +% [-90]
    CelestialBoneGolemCascadeEmpowered
    Attack, Area, Multistrikeable, Melee
    Base Damage: 179–269
    Chances de coup critique: 5%
    Dégâts d'Attaque: 230%
    Dégâts d'Attaque: 230%
    Attack Time: 0.9 sec.
    130% Davantage de Dégâts d'Attaque
    100% Davantage de Zone d'effet
    Génère +4 Éruptions
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge"
    	slow_animations_go_to_idle = false
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	on_end_golem_death_submerge_01 = "Delete();"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	//turn_duration = 0.5
    	fade_arrows = true
    }
    
    Preload
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/Breach/Bone/Bonewall_explode/bonewallexplode.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/CelestialCarrionGolem/CelestialBoneGolem"] = {
        name = "Carrion Golem",
        life = 5.82,
        energyShield = 1,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 20,
        damage = 0.6,
        damageSpread = 0.2,
        attackTime = 0.9,
        attackRange = 13,
        accuracy = 3.4,
        skillList = {
            "EGBoneGolemConsumeCorpse",
            "BoneGolemMultiAttack",
            "CelestialBoneGolemLeapSlam",
            "CelestialBoneGolemCascade",
            "CelestialBoneGolemCascadeEmpowered",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["EGBoneGolemConsumeCorpse"] = {
        name = "EGBoneGolemConsumeCorpse",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {-90, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BoneGolemMultiAttack"] = {
        name = "BoneGolemMultiAttack",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "bone_golem_attack_speed_+%_final_after_third_combo_index",
            "bone_golem_damage_+%_final_after_third_combo_index",
        },
        levels = {
            [1] = {200, 20, baseMultiplier = 1.6, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CelestialBoneGolemLeapSlam"] = {
        name = "Leap Slam",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Jump through the air, damaging and knocking back enemies with your weapon where you land. Enemies you would land on are pushed out of the way. Requires an Axe, Mace, Sceptre, Sword or Staff.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Movement] = true,
            [SkillType.Travel] = true,
            [SkillType.Slam] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
            "disable_attack_repeats",
        },
        levels = {
            [1] = {30, 15, baseMultiplier = 1.8, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CelestialBoneGolemCascade"] = {
        name = "CelestialBoneGolemCascade",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "upheaval_number_of_spikes",
            "active_skill_base_radius_+",
            "is_area_damage",
        },
        levels = {
            [1] = {4, 1, baseMultiplier = 0.65, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CelestialBoneGolemCascadeEmpowered"] = {
        name = "CelestialBoneGolemCascadeEmpowered",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Melee] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "upheaval_number_of_spikes",
            "active_skill_area_of_effect_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {4, 100, baseMultiplier = 2.3, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no drops or experience [1]
    FamilyMonsterNoDropsOrExperience
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops or experience Min: 1 Max: 1 Global
  • 1% de Vie Régénérée par seconde
    FamilyLifeRegenerationRatePercentage
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • life regeneration rate per minute % Min: 60 Max: 60 Global
  • Craft Tagsresource Vie
    cannot be afflicted [1]
    cannot be tagged by sentinel [1]
    cannot have affliction mods [1]
    cannot have azmeri dust [1]
    cant possess this [1]
    cant touch this [1]
    monster no talismans [1]
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cant touch this Min: 1 Max: 1 Global
  • cant possess this Min: 1 Max: 1 Global
  • cannot be afflicted Min: 1 Max: 1 Global
  • monster no talismans Min: 1 Max: 1 Global
  • cannot have azmeri dust Min: 1 Max: 1 Global
  • cannot have affliction mods Min: 1 Max: 1 Global
  • cannot be tagged by sentinel Min: 1 Max: 1 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup, Emerge
    Actor.slow_animations_go_to_idletrue, false
    Life.corpse_usablefalse
    Animated.on_end_golem_death_submerge_01Delete();
    Edit

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