巴曼斯之体
恶魔
monster no beyond portal [1]
死亡时产生腐蚀地面
monster caustic cloud on death base area of effect radius [12]
monster ground effect on death base duration ms [3000]
死亡时喷洒焦油
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
幽魂N
标签animal_claw_weapon, beyond_demon, 施法, chaos_affinity, demon, extra_small_height, flesh_armour, insect_blood, is_unarmed, melee, not_int, physical_affinity, very_slow_movement
Packs
  • 饥渴狂焰提耶须, 巴曼斯之体, 哈斯特之血, 提耶须之眼, 奈恩之手, 巴曼斯信徒, 提耶须猎犬, 哈斯特使徒, 艾菲吉之口, 艾菲吉崇信者, 哈斯特狂信者, 提耶须狂徒
  • 刺寒冰霜哈斯特, 巴曼斯之体, 哈斯特之血, 提耶须之眼, 奈恩之手, 巴曼斯信徒, 提耶须猎犬, 哈斯特使徒, 艾菲吉之口, 艾菲吉崇信者, 哈斯特狂信者, 提耶须狂徒
  • 破碎虚空艾菲吉, 巴曼斯之体, 哈斯特之血, 提耶须之眼, 奈恩之手, 巴曼斯信徒, 提耶须猎犬, 哈斯特使徒, 艾菲吉之口, 艾菲吉崇信者, 哈斯特狂信者, 提耶须狂徒
  • 扭曲之岩奈恩, 巴曼斯之体, 哈斯特之血, 提耶须之眼, 奈恩之手, 巴曼斯信徒, 提耶须猎犬, 哈斯特使徒, 艾菲吉之口, 艾菲吉崇信者, 哈斯特狂信者, 提耶须狂徒
  • 黑暗深渊巴曼斯, 巴曼斯之体, 哈斯特之血, 提耶须之眼, 奈恩之手, 巴曼斯信徒, 提耶须猎犬, 哈斯特使徒, 艾菲吉之口, 艾菲吉崇信者, 哈斯特狂信者, 提耶须狂徒
  • 生命
    140%
    护甲
    +20%
    闪避值
    +20%
    异常状态临界值
    140%
    抗性
    0 0 0 0
    伤害
    100%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 7
    攻击间隔
    1.35 秒
    伤害分布
    ±20%
    经验值
    80%
    Model Size
    119%
    类型
    BeyondDemon1
    Metadata
    BeyondDemon1-1
    等级
    68
    生命
    9,007
    护甲
    34,548
    闪避值
    5,687
    能量护盾
    0
    伤害
    374
    法术伤害
    374
    命中
    290
    攻击间隔
    1.35
    经验值
    8,204
    异常状态临界值
    9,007
    冰缓
    28
    Shock
    28
    Brittle
    161
    Scorch
    28
    Sap
    79
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 299–448
    攻击暴击率: 5%
    攻击间隔: 1.35 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MonsterGroundCausticInvasion
    法术, 持续时间, 伤害, 地雷技能, 范围, 陷阱, DoT, 混沌, 范围法术
    攻击暴击率: 5%
    施放间隔: 1 秒
    造成 125.9 - 167.9 混沌伤害
    每秒造成 233.1 基础混沌伤害
    基础持续时间为 7.5
    active skill area of effect radius +% final [33]
    ground caustic art variation [2]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-80]

    Object Type

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemon"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemon"
    
    Preload
    {
    	preload_ground_effect = "CausticCloud"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BeyondDemons/BeyondDemon1-1"] = {
        name = "Flesh of Bameth",
        life = 1.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        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]
    IdCannotSpawnBeyondPortals
    FamilyCannotSpawnBeyondPortals
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 全域
  • 死亡时产生腐蚀地面
    monster caustic cloud on death base area of effect radius [12]
    monster ground effect on death base duration ms [3000]
    IdMonsterCausticCloudOnDeath
    FamilyMonsterEffectOnDeath
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms Min: 3000 Max: 3000 全域
  • monster caustic cloud on death base area of effect radius Min: 12 Max: 12 全域
  • monster caustic cloud on death % max damage to deal per minute Min: 1100 Max: 1100 全域
  • Craft Tagschaos_damage damage chaos
    死亡时喷洒焦油
    monster ground effect on death base duration ms [6000]
    monster ground tar on death monvement speed pluspercent [-60]
    IdMonsterGroundTarOnDeath1
    FamilyMonsterEffectOnDeath
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms Min: 6000 Max: 6000 全域
  • monster ground tar on death base area of effect radius Min: 16 Max: 16 全域
  • monster ground tar on death monvement speed pluspercent Min: -60 Max: -60 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 巴曼斯之体
    恶魔
    monster no beyond portal [1]
    死亡时产生腐蚀地面
    monster caustic cloud on death base area of effect radius [12]
    monster ground effect on death base duration ms [3000]
    死亡时喷洒焦油
    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
    幽魂N
    标签animal_claw_weapon, 施法, chaos_affinity, demon, extra_small_height, flesh_armour, insect_blood, is_unarmed, melee, not_int, physical_affinity, very_slow_movement
    生命
    140%
    护甲
    +20%
    闪避值
    +20%
    异常状态临界值
    140%
    抗性
    0 0 0 0
    伤害
    100%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 7
    攻击间隔
    1.35 秒
    伤害分布
    ±20%
    经验值
    80%
    Model Size
    119%
    类型
    BeyondDemon1
    Metadata
    BeyondDemon1-1Prophecy
    等级
    68
    生命
    9,007
    护甲
    34,548
    闪避值
    5,687
    能量护盾
    0
    伤害
    374
    法术伤害
    374
    命中
    290
    攻击间隔
    1.35
    经验值
    8,204
    异常状态临界值
    9,007
    冰缓
    28
    Shock
    28
    Brittle
    161
    Scorch
    28
    Sap
    79
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 299–448
    攻击暴击率: 5%
    攻击间隔: 1.35 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MonsterGroundCausticInvasion
    法术, 持续时间, 伤害, 地雷技能, 范围, 陷阱, DoT, 混沌, 范围法术
    攻击暴击率: 5%
    施放间隔: 1 秒
    造成 125.9 - 167.9 混沌伤害
    每秒造成 233.1 基础混沌伤害
    基础持续时间为 7.5
    active skill area of effect radius +% final [33]
    ground caustic art variation [2]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-80]

    Object Type

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemonProphecy"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemonProphecy"
    
    Preload
    {
    	preload_ground_effect = "Tar"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BeyondDemons/BeyondDemon1-1Prophecy"] = {
        name = "Flesh of Bameth",
        life = 1.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        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]
    IdCannotSpawnBeyondPortals
    FamilyCannotSpawnBeyondPortals
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 全域
  • 死亡时产生腐蚀地面
    monster caustic cloud on death base area of effect radius [12]
    monster ground effect on death base duration ms [3000]
    IdMonsterCausticCloudOnDeath
    FamilyMonsterEffectOnDeath
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms Min: 3000 Max: 3000 全域
  • monster caustic cloud on death base area of effect radius Min: 12 Max: 12 全域
  • monster caustic cloud on death % max damage to deal per minute Min: 1100 Max: 1100 全域
  • Craft Tagschaos_damage damage chaos
    死亡时喷洒焦油
    monster ground effect on death base duration ms [6000]
    monster ground tar on death monvement speed pluspercent [-60]
    IdMonsterGroundTarOnDeath1
    FamilyMonsterEffectOnDeath
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms Min: 6000 Max: 6000 全域
  • monster ground tar on death base area of effect radius Min: 16 Max: 16 全域
  • monster ground tar on death monvement speed pluspercent Min: -60 Max: -60 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 巴曼斯之体
    恶魔
    monster no beyond portal [1]
    死亡时产生腐蚀地面
    monster caustic cloud on death base area of effect radius [12]
    monster ground effect on death base duration ms [3000]
    死亡时喷洒焦油
    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
    幽魂N
    标签animal_claw_weapon, 施法, chaos_affinity, demon, flesh_armour, insect_blood, is_unarmed, melee, not_int, physical_affinity, very_slow_movement
    生命
    140%
    护甲
    +20%
    闪避值
    +20%
    异常状态临界值
    140%
    抗性
    0 0 0 0
    伤害
    100%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 7
    攻击间隔
    1.35 秒
    伤害分布
    ±20%
    经验值
    80%
    Model Size
    119%
    类型
    BeyondDemon1
    Metadata
    BeyondDemon1-1ProphecyStandalone
    等级
    68
    生命
    9,007
    护甲
    34,548
    闪避值
    5,687
    能量护盾
    0
    伤害
    374
    法术伤害
    374
    命中
    290
    攻击间隔
    1.35
    经验值
    8,204
    异常状态临界值
    9,007
    冰缓
    28
    Shock
    28
    Brittle
    161
    Scorch
    28
    Sap
    79
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 299–448
    攻击暴击率: 5%
    攻击间隔: 1.35 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MonsterGroundCausticInvasion
    法术, 持续时间, 伤害, 地雷技能, 范围, 陷阱, DoT, 混沌, 范围法术
    攻击暴击率: 5%
    施放间隔: 1 秒
    造成 125.9 - 167.9 混沌伤害
    每秒造成 233.1 基础混沌伤害
    基础持续时间为 7.5
    active skill area of effect radius +% final [33]
    ground caustic art variation [2]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-80]

    Object Type

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemonProphecyStandalone"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemonProphecyStandalone"
    
    Preload
    {
    	preload_ground_effect = "Tar"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BeyondDemons/BeyondDemon1-1ProphecyStandalone"] = {
        name = "Flesh of Bameth",
        life = 1.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        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]
    IdCannotSpawnBeyondPortals
    FamilyCannotSpawnBeyondPortals
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 全域
  • 死亡时产生腐蚀地面
    monster caustic cloud on death base area of effect radius [12]
    monster ground effect on death base duration ms [3000]
    IdMonsterCausticCloudOnDeath
    FamilyMonsterEffectOnDeath
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms Min: 3000 Max: 3000 全域
  • monster caustic cloud on death base area of effect radius Min: 12 Max: 12 全域
  • monster caustic cloud on death % max damage to deal per minute Min: 1100 Max: 1100 全域
  • Craft Tagschaos_damage damage chaos
    死亡时喷洒焦油
    monster ground effect on death base duration ms [6000]
    monster ground tar on death monvement speed pluspercent [-60]
    IdMonsterGroundTarOnDeath1
    FamilyMonsterEffectOnDeath
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms Min: 6000 Max: 6000 全域
  • monster ground tar on death base area of effect radius Min: 16 Max: 16 全域
  • monster ground tar on death monvement speed pluspercent Min: -60 Max: -60 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 巴曼斯之体
    恶魔
    死亡时产生腐蚀地面
    monster caustic cloud on death base area of effect radius [12]
    monster ground effect on death base duration ms [3000]
    死亡时喷洒焦油
    monster ground effect on death base duration ms [6000]
    monster ground tar on death monvement speed pluspercent [-60]
    monster no map drops [1]
    怪物提供的经验值提高 300%
    monster no drops [0]
    Flesh of Bameth
    幽魂N
    标签animal_claw_weapon, beyond_demon, 施法, chaos_affinity, delve_monster, demon, extra_small_height, flesh_armour, insect_blood, is_unarmed, melee, no_pantheon_mod, not_int, physical_affinity, very_slow_movement
    生命
    140%
    护甲
    +20%
    闪避值
    +20%
    异常状态临界值
    140%
    抗性
    0 0 0 0
    伤害
    100%
    命中
    100%
    攻击暴击率
    +5%
    暴击伤害
    +130%
    攻击距离
    6 ~ 7
    攻击间隔
    1.35 秒
    伤害分布
    ±20%
    经验值
    80%
    Model Size
    119%
    类型
    BeyondDemon1
    Metadata
    BeyondDemon1-1
    等级
    68
    生命
    9,007
    护甲
    34,548
    闪避值
    5,687
    能量护盾
    0
    伤害
    374
    法术伤害
    374
    命中
    290
    攻击间隔
    1.35
    经验值
    8,204
    异常状态临界值
    9,007
    冰缓
    28
    Shock
    28
    Brittle
    161
    Scorch
    28
    Sap
    79
    Melee
    攻击, 范围攻击, 技能可幻影射手, 投射物, 近战单一目标, 攻击可重复, 近战, 玩家投射物
    普通攻击
    基本伤害: 299–448
    攻击暴击率: 5%
    攻击间隔: 1.35 秒
    对你的敌人无情痛击。
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MonsterGroundCausticInvasion
    法术, 持续时间, 伤害, 地雷技能, 范围, 陷阱, DoT, 混沌, 范围法术
    攻击暴击率: 5%
    施放间隔: 1 秒
    造成 125.9 - 167.9 混沌伤害
    每秒造成 233.1 基础混沌伤害
    基础持续时间为 7.5
    active skill area of effect radius +% final [33]
    ground caustic art variation [2]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    spell maximum action distance +% [-80]

    Object Type

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemonCausticGroundOnDeath"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemonCausticGroundOnDeath"
    
    Preload
    {
    	preload_ground_effect = "Tar"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueDelve/BeyondEncounter/BeyondDemon1-1"] = {
        name = "Flesh of Bameth",
        life = 1.4,
        fireResist = 0,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        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 caustic cloud on death base area of effect radius [12]
    monster ground effect on death base duration ms [3000]
    IdMonsterCausticCloudOnDeath
    FamilyMonsterEffectOnDeath
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms Min: 3000 Max: 3000 全域
  • monster caustic cloud on death base area of effect radius Min: 12 Max: 12 全域
  • monster caustic cloud on death % max damage to deal per minute Min: 1100 Max: 1100 全域
  • Craft Tagschaos_damage damage chaos
    死亡时喷洒焦油
    monster ground effect on death base duration ms [6000]
    monster ground tar on death monvement speed pluspercent [-60]
    IdMonsterGroundTarOnDeath1
    FamilyMonsterEffectOnDeath
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster ground effect on death base duration ms Min: 6000 Max: 6000 全域
  • monster ground tar on death base area of effect radius Min: 16 Max: 16 全域
  • monster ground tar on death monvement speed pluspercent Min: -60 Max: -60 全域
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 全域
  • 怪物提供的经验值提高 300%
    monster no drops [0]
    IdMonsterSlainExperienceIncreaseBeyondDelve__
    FamilyMonsterSlainExperience
    Domains怪物 (3)
    GenerationType传奇 (3)
    Req. level1
    Stats
  • monster no drops Min: 0 Max: 0 全域
  • monster slain experience +% Min: 300 Max: 300 全域
  • Edit

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