MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Chair de Bameth
Démon
monster no beyond portal [1]
Répand du Sol caustique en Mourant
monster caustic cloud on death base area of effect radius [12]
monster ground effect on death base duration ms [3000]
Répand du Goudron en Mourant
monster ground effect on death base duration ms [6000]
monster ground tar on death monvement speed pluspercent [-60]
monster no map drops [1]
Flesh of Bameth
Spectre
Tagsanimal_claw_weapon, beyond_demon, Lanceur de sorts, chaos_affinity, demon, extra_small_height, flesh_armour, insect_blood, is_unarmed, melee, not_int, not_str, physical_affinity, very_slow_movement
Packs
  • Tzteosh, la Flamme affamée, Chair de Bameth, Sang de Haast, Œil de Tzteosh, Main de Na'em, Adepte de Bameth, Molosse de Tzteosh, Serviteur de Haast, Bouche d'Ephij, Fanatique d'Ephij, Disciple de Haast, Zélote de Tzteosh
  • Haast, le Froid opiniâtre, Chair de Bameth, Sang de Haast, Œil de Tzteosh, Main de Na'em, Adepte de Bameth, Molosse de Tzteosh, Serviteur de Haast, Bouche d'Ephij, Fanatique d'Ephij, Disciple de Haast, Zélote de Tzteosh
  • Ephij, le Ciel crépitant, Chair de Bameth, Sang de Haast, Œil de Tzteosh, Main de Na'em, Adepte de Bameth, Molosse de Tzteosh, Serviteur de Haast, Bouche d'Ephij, Fanatique d'Ephij, Disciple de Haast, Zélote de Tzteosh
  • Na'em, la Pierre inclinée, Chair de Bameth, Sang de Haast, Œil de Tzteosh, Main de Na'em, Adepte de Bameth, Molosse de Tzteosh, Serviteur de Haast, Bouche d'Ephij, Fanatique d'Ephij, Disciple de Haast, Zélote de Tzteosh
  • Bameth, les Ténèbres mouvantes, Chair de Bameth, Sang de Haast, Œil de Tzteosh, Main de Na'em, Adepte de Bameth, Molosse de Tzteosh, Serviteur de Haast, Bouche d'Ephij, Fanatique d'Ephij, Disciple de Haast, Zélote de Tzteosh
  • Vie
    140%
    Évasion
    +20%
    Ailment Threshold
    140%
    Résistance
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Expérience
    80%
    Model Size
    119%
    Type
    BeyondDemon1
    Metadata
    BeyondDemon1-1
    Niveau
    68
    Vie
    9,007
    Armure
    28,790
    Score d'Évasion
    5,687
    Damage
    374
    Dégâts des sorts
    374
    Précision
    580
    Attack Time
    1.35
    Expérience
    8,204
    Minion Life
    1,954
    Minion Damage
    298
    Ailment Threshold
    9,007
    Chill
    28
    Shock
    28
    Brittle
    161
    Scorch
    28
    Sap
    79
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 299448
    Chances de coup critique: 5%
    Attack Time: 1.35 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterGroundCausticInvasion
    Spell, Duration, Damage, Mineable, Area, Trapped, DamageOverTime, Chaos, AreaSpell
    Chances de coup critique: 5%
    Temps d'incantation: 1 sec.
    La Durée de base est de 7.5 secondes
    active skill area of effect radius +% final [33]
    base chaos damage to deal per minute [13988]
    ground caustic art variation [2]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-80]
    spell maximum base chaos damage [167.9]
    spell minimum base chaos damage [125.9]

    Object Type

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemon"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BeyondDemons/BeyondDemon1-1"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Flesh of Bameth",
        life = 1.4,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
            "MonsterGroundCausticInvasion",
        },
        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["MonsterGroundCausticInvasion"] = {
        name = "MonsterGroundCausticInvasion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.Trapped] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Chaos] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "ground_caustic_art_variation",
            "is_area_damage",
        },
        levels = {
            [1] = {0.30000001192093, 0.40000000596046, 1, 2500, -80, -25, 2, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [2] = {0.30000001192093, 0.40000000596046, 1.5, 5000, -80, -25, 2, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [3] = {0.30000001192093, 0.40000000596046, 2, 7500, 0, 33, -80, -25, 2, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 3, 1, 1, 1},  cost = { }, },
        },
    }
    
    monster no beyond portal [1]
    FamilyCannotSpawnBeyondPortals
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no beyond portal 1 1 Global — Valeur fixe
  • Répand du Sol caustique en Mourant
    monster caustic cloud on death base area of effect radius [12]
    monster ground effect on death base duration ms [3000]
    FamilyMonsterEffectOnDeath
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms 3000 3000 Global
  • monster caustic cloud on death base area of effect radius 12 12 Global
  • monster caustic cloud on death % max damage to deal per minute 1100 1100 Global
  • Craft Tagschaos_damage Dégâts Chaos
    Répand du Goudron en Mourant
    monster ground effect on death base duration ms [6000]
    monster ground tar on death monvement speed pluspercent [-60]
    FamilyMonsterEffectOnDeath
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms 6000 6000 Global
  • monster ground tar on death base area of effect radius 16 16 Global
  • monster ground tar on death monvement speed pluspercent -60 -60 Global
  • monster no map drops [1]
    FamilyMonsterNoMapDrops
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops 1 1 Global — Valeur fixe
  • Chair de Bameth
    Démon
    monster no beyond portal [1]
    Répand du Sol caustique en Mourant
    monster caustic cloud on death base area of effect radius [12]
    monster ground effect on death base duration ms [3000]
    Répand du Goudron en Mourant
    monster ground effect on death base duration ms [6000]
    monster ground tar on death monvement speed pluspercent [-60]
    monster no map drops [1]
    Flesh of Bameth
    Spectre
    Tagsanimal_claw_weapon, Lanceur de sorts, chaos_affinity, demon, extra_small_height, flesh_armour, insect_blood, is_unarmed, melee, not_int, not_str, physical_affinity, very_slow_movement
    Vie
    140%
    Évasion
    +20%
    Ailment Threshold
    140%
    Résistance
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Expérience
    80%
    Model Size
    119%
    Type
    BeyondDemon1
    Metadata
    BeyondDemon1-1Prophecy
    Niveau
    68
    Vie
    9,007
    Armure
    28,790
    Score d'Évasion
    5,687
    Damage
    374
    Dégâts des sorts
    374
    Précision
    580
    Attack Time
    1.35
    Expérience
    8,204
    Minion Life
    1,954
    Minion Damage
    298
    Ailment Threshold
    9,007
    Chill
    28
    Shock
    28
    Brittle
    161
    Scorch
    28
    Sap
    79
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 299448
    Chances de coup critique: 5%
    Attack Time: 1.35 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterGroundCausticInvasion
    Spell, Duration, Damage, Mineable, Area, Trapped, DamageOverTime, Chaos, AreaSpell
    Chances de coup critique: 5%
    Temps d'incantation: 1 sec.
    La Durée de base est de 7.5 secondes
    active skill area of effect radius +% final [33]
    base chaos damage to deal per minute [13988]
    ground caustic art variation [2]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-80]
    spell maximum base chaos damage [167.9]
    spell minimum base chaos damage [125.9]

    Object Type

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemonProphecy"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BeyondDemons/BeyondDemon1-1Prophecy"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Flesh of Bameth",
        life = 1.4,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
            "MonsterGroundCausticInvasion",
        },
        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["MonsterGroundCausticInvasion"] = {
        name = "MonsterGroundCausticInvasion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.Trapped] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Chaos] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "ground_caustic_art_variation",
            "is_area_damage",
        },
        levels = {
            [1] = {0.30000001192093, 0.40000000596046, 1, 2500, -80, -25, 2, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [2] = {0.30000001192093, 0.40000000596046, 1.5, 5000, -80, -25, 2, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [3] = {0.30000001192093, 0.40000000596046, 2, 7500, 0, 33, -80, -25, 2, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 3, 1, 1, 1},  cost = { }, },
        },
    }
    
    monster no beyond portal [1]
    FamilyCannotSpawnBeyondPortals
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no beyond portal 1 1 Global — Valeur fixe
  • Répand du Sol caustique en Mourant
    monster caustic cloud on death base area of effect radius [12]
    monster ground effect on death base duration ms [3000]
    FamilyMonsterEffectOnDeath
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms 3000 3000 Global
  • monster caustic cloud on death base area of effect radius 12 12 Global
  • monster caustic cloud on death % max damage to deal per minute 1100 1100 Global
  • Craft Tagschaos_damage Dégâts Chaos
    Répand du Goudron en Mourant
    monster ground effect on death base duration ms [6000]
    monster ground tar on death monvement speed pluspercent [-60]
    FamilyMonsterEffectOnDeath
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms 6000 6000 Global
  • monster ground tar on death base area of effect radius 16 16 Global
  • monster ground tar on death monvement speed pluspercent -60 -60 Global
  • monster no map drops [1]
    FamilyMonsterNoMapDrops
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops 1 1 Global — Valeur fixe
  • Chair de Bameth
    Démon
    monster no beyond portal [1]
    Répand du Sol caustique en Mourant
    monster caustic cloud on death base area of effect radius [12]
    monster ground effect on death base duration ms [3000]
    Répand du Goudron en Mourant
    monster ground effect on death base duration ms [6000]
    monster ground tar on death monvement speed pluspercent [-60]
    monster no map drops [1]
    Flesh of Bameth
    Spectre
    Tagsanimal_claw_weapon, Lanceur de sorts, chaos_affinity, demon, flesh_armour, insect_blood, is_unarmed, melee, not_int, not_str, physical_affinity, very_slow_movement
    Vie
    140%
    Évasion
    +20%
    Ailment Threshold
    140%
    Résistance
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Expérience
    80%
    Model Size
    119%
    Type
    BeyondDemon1
    Metadata
    BeyondDemon1-1ProphecyStandalone
    Niveau
    68
    Vie
    9,007
    Armure
    28,790
    Score d'Évasion
    5,687
    Damage
    374
    Dégâts des sorts
    374
    Précision
    580
    Attack Time
    1.35
    Expérience
    8,204
    Minion Life
    1,954
    Minion Damage
    298
    Ailment Threshold
    9,007
    Chill
    28
    Shock
    28
    Brittle
    161
    Scorch
    28
    Sap
    79
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 299448
    Chances de coup critique: 5%
    Attack Time: 1.35 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterGroundCausticInvasion
    Spell, Duration, Damage, Mineable, Area, Trapped, DamageOverTime, Chaos, AreaSpell
    Chances de coup critique: 5%
    Temps d'incantation: 1 sec.
    La Durée de base est de 7.5 secondes
    active skill area of effect radius +% final [33]
    base chaos damage to deal per minute [13988]
    ground caustic art variation [2]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-80]
    spell maximum base chaos damage [167.9]
    spell minimum base chaos damage [125.9]

    Object Type

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemonProphecyStandalone"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BeyondDemons/BeyondDemon1-1ProphecyStandalone"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Flesh of Bameth",
        life = 1.4,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
            "MonsterGroundCausticInvasion",
        },
        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["MonsterGroundCausticInvasion"] = {
        name = "MonsterGroundCausticInvasion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.Trapped] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Chaos] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "ground_caustic_art_variation",
            "is_area_damage",
        },
        levels = {
            [1] = {0.30000001192093, 0.40000000596046, 1, 2500, -80, -25, 2, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [2] = {0.30000001192093, 0.40000000596046, 1.5, 5000, -80, -25, 2, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [3] = {0.30000001192093, 0.40000000596046, 2, 7500, 0, 33, -80, -25, 2, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 3, 1, 1, 1},  cost = { }, },
        },
    }
    
    monster no beyond portal [1]
    FamilyCannotSpawnBeyondPortals
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no beyond portal 1 1 Global — Valeur fixe
  • Répand du Sol caustique en Mourant
    monster caustic cloud on death base area of effect radius [12]
    monster ground effect on death base duration ms [3000]
    FamilyMonsterEffectOnDeath
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms 3000 3000 Global
  • monster caustic cloud on death base area of effect radius 12 12 Global
  • monster caustic cloud on death % max damage to deal per minute 1100 1100 Global
  • Craft Tagschaos_damage Dégâts Chaos
    Répand du Goudron en Mourant
    monster ground effect on death base duration ms [6000]
    monster ground tar on death monvement speed pluspercent [-60]
    FamilyMonsterEffectOnDeath
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms 6000 6000 Global
  • monster ground tar on death base area of effect radius 16 16 Global
  • monster ground tar on death monvement speed pluspercent -60 -60 Global
  • monster no map drops [1]
    FamilyMonsterNoMapDrops
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops 1 1 Global — Valeur fixe
  • Chair de Bameth
    Démon
    Répand du Sol caustique en Mourant
    monster caustic cloud on death base area of effect radius [12]
    monster ground effect on death base duration ms [3000]
    Répand du Goudron en Mourant
    monster ground effect on death base duration ms [6000]
    monster ground tar on death monvement speed pluspercent [-60]
    monster no map drops [1]
    monster no drops [0]
    monster slain experience +% [300]
    Flesh of Bameth
    Spectre
    Tagsanimal_claw_weapon, beyond_demon, Lanceur de sorts, chaos_affinity, delve_monster, demon, extra_small_height, flesh_armour, insect_blood, is_unarmed, melee, no_pantheon_mod, not_int, not_str, physical_affinity, very_slow_movement
    Vie
    140%
    Évasion
    +20%
    Ailment Threshold
    140%
    Résistance
    IconEnemyResistanceFire0% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    100%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Expérience
    80%
    Model Size
    119%
    Type
    BeyondDemon1
    Metadata
    BeyondDemon1-1
    Niveau
    68
    Vie
    9,007
    Armure
    28,790
    Score d'Évasion
    5,687
    Damage
    374
    Dégâts des sorts
    374
    Précision
    580
    Attack Time
    1.35
    Expérience
    8,204
    Minion Life
    1,954
    Minion Damage
    298
    Ailment Threshold
    9,007
    Chill
    28
    Shock
    28
    Brittle
    161
    Scorch
    28
    Sap
    79
    Phys Convert Ele
    240%
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Attaque par défaut
    Base Damage: 299448
    Chances de coup critique: 5%
    Attack Time: 1.35 sec.
    Frappez vos ennemis d'un coup puissant.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    iconbasicattack
    MonsterGroundCausticInvasion
    Spell, Duration, Damage, Mineable, Area, Trapped, DamageOverTime, Chaos, AreaSpell
    Chances de coup critique: 5%
    Temps d'incantation: 1 sec.
    La Durée de base est de 7.5 secondes
    active skill area of effect radius +% final [33]
    base chaos damage to deal per minute [13988]
    ground caustic art variation [2]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-80]
    spell maximum base chaos damage [167.9]
    spell minimum base chaos damage [125.9]

    Object Type

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemonCausticGroundOnDeath"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueDelve/BeyondEncounter/BeyondDemon1-1"] = {
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Flesh of Bameth",
        life = 1.4,
        damage = 1,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "Melee",
            "MonsterGroundCausticInvasion",
        },
        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["MonsterGroundCausticInvasion"] = {
        name = "MonsterGroundCausticInvasion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.Trapped] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Chaos] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "base_chaos_damage_to_deal_per_minute",
            "base_skill_effect_duration",
            "spell_maximum_action_distance_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "ground_caustic_art_variation",
            "is_area_damage",
        },
        levels = {
            [1] = {0.30000001192093, 0.40000000596046, 1, 2500, -80, -25, 2, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [2] = {0.30000001192093, 0.40000000596046, 1.5, 5000, -80, -25, 2, critChance = 5, levelRequirement = 36, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [3] = {0.30000001192093, 0.40000000596046, 2, 7500, 0, 33, -80, -25, 2, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 3, 1, 1, 1},  cost = { }, },
        },
    }
    
    Répand du Sol caustique en Mourant
    monster caustic cloud on death base area of effect radius [12]
    monster ground effect on death base duration ms [3000]
    FamilyMonsterEffectOnDeath
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms 3000 3000 Global
  • monster caustic cloud on death base area of effect radius 12 12 Global
  • monster caustic cloud on death % max damage to deal per minute 1100 1100 Global
  • Craft Tagschaos_damage Dégâts Chaos
    Répand du Goudron en Mourant
    monster ground effect on death base duration ms [6000]
    monster ground tar on death monvement speed pluspercent [-60]
    FamilyMonsterEffectOnDeath
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms 6000 6000 Global
  • monster ground tar on death base area of effect radius 16 16 Global
  • monster ground tar on death monvement speed pluspercent -60 -60 Global
  • monster no map drops [1]
    FamilyMonsterNoMapDrops
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops 1 1 Global — Valeur fixe
  • monster no drops [0]
    monster slain experience +% [300]
    FamilyMonsterSlainExperience
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops 0 0 Global — Valeur fixe
  • monster slain experience +% 300 300 Global
  • Edit

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