Worshipper of Bameth
Demon
monster no beyond portal [1]
4% of Maximum Life taken per second as Chaos Damage
monster no map drops [1]
SpectreN
Tagsbeyond_commander_monster, beyond_demon, demon, flesh_armour, has_two_hand_sword, has_two_handed_melee, medium_height, melee, not_int, physical_affinity, red_blood, slashing_weapon, slow_movement
Packs
  • Tzteosh, Hungering Flame, Flesh of Bameth, Blood of Haast, Eye of Tzteosh, Hand of Na'em, Worshipper of Bameth, Hound of Tzteosh, Servant of Haast, Mouth of Ephij, Fanatic of Ephij, Disciple of Haast, Zealot of Tzteosh
  • Haast, Unrelenting Frost, Flesh of Bameth, Blood of Haast, Eye of Tzteosh, Hand of Na'em, Worshipper of Bameth, Hound of Tzteosh, Servant of Haast, Mouth of Ephij, Fanatic of Ephij, Disciple of Haast, Zealot of Tzteosh
  • Ephij, Crackling Sky, Flesh of Bameth, Blood of Haast, Eye of Tzteosh, Hand of Na'em, Worshipper of Bameth, Hound of Tzteosh, Servant of Haast, Mouth of Ephij, Fanatic of Ephij, Disciple of Haast, Zealot of Tzteosh
  • Na'em, Bending Stone, Flesh of Bameth, Blood of Haast, Eye of Tzteosh, Hand of Na'em, Worshipper of Bameth, Hound of Tzteosh, Servant of Haast, Mouth of Ephij, Fanatic of Ephij, Disciple of Haast, Zealot of Tzteosh
  • Bameth, Shifting Darkness, Flesh of Bameth, Blood of Haast, Eye of Tzteosh, Hand of Na'em, Worshipper of Bameth, Hound of Tzteosh, Servant of Haast, Mouth of Ephij, Fanatic of Ephij, Disciple of Haast, Zealot of Tzteosh
  • Life
    210%
    Armour
    +20%
    Evasion
    +20%
    Ailment Threshold
    210%
    Resistance
    20 20 20 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experience
    120%
    Model Size
    120%
    Type
    BeyondDemon2
    Metadata
    BeyondDemon2-2
    Level
    68
    Life
    13,510
    Armour
    34,548
    Evasion
    5,687
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.35
    Experience
    12,306
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.35 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MonsterFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
    Flicker Strike
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.35 sec
    Cooldown Time: 2 sec
    Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.
    Deals 10% more Damage
    30% increased Attack Speed
    10% increased Attack Speed per Frenzy Charge
    ignores proximity shield [1]
    melee defer damage prediction [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemon"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BeyondDemons/BeyondDemon2-2"] = {
        name = "Worshipper of Bameth",
        life = 2.1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
            "MonsterFlickerStrike",
        },
        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["MonsterFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
            [SkillType.Duration] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_speed_+%",
            "base_attack_speed_+%_per_frenzy_charge",
            "active_skill_damage_+%_final",
            "ignores_proximity_shield",
            "melee_defer_damage_prediction",
        },
        levels = {
            [1] = {30, 10, 10, levelRequirement = 13, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no beyond portal [1]
    IdCannotSpawnBeyondPortals
    FamilyCannotSpawnBeyondPortals
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 Global
  • 4% of Maximum Life taken per second as Chaos Damage
    IdMonsterAuraEnemyLifeDegen1
    FamilyMonsterAura
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base chaos damage % of maximum life taken per minute Min: 240 Max: 240 Global
  • Craft Tagschaos_damage damage chaos
    Degeneration Aura
    Radius: 50
    Enemies take Chaos Damage over time
    4% of Maximum Life taken per second as Chaos Damage
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Worshipper of Bameth
    Demon
    monster no beyond portal [1]
    4% of Maximum Life taken per second as Chaos Damage
    monster no map drops [1]
    SpectreN
    Tagsdemon, flesh_armour, has_two_hand_sword, has_two_handed_melee, medium_height, melee, not_int, physical_affinity, red_blood, slashing_weapon, slow_movement
    Life
    210%
    Armour
    +20%
    Evasion
    +20%
    Ailment Threshold
    210%
    Resistance
    20 20 20 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experience
    120%
    Model Size
    120%
    Type
    BeyondDemon2
    Metadata
    BeyondDemon2-2Prophecy
    Level
    68
    Life
    13,510
    Armour
    34,548
    Evasion
    5,687
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.35
    Experience
    12,306
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.35 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MonsterFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
    Flicker Strike
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.35 sec
    Cooldown Time: 2 sec
    Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.
    Deals 10% more Damage
    30% increased Attack Speed
    10% increased Attack Speed per Frenzy Charge
    ignores proximity shield [1]
    melee defer damage prediction [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	monster_is_beyond_monster = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/gore_explode/gore_explosion_no_gibs_nofire.ao"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BeyondDemons/BeyondDemon2-2Prophecy"] = {
        name = "Worshipper of Bameth",
        life = 2.1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
            "MonsterFlickerStrike",
        },
        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["MonsterFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
            [SkillType.Duration] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_speed_+%",
            "base_attack_speed_+%_per_frenzy_charge",
            "active_skill_damage_+%_final",
            "ignores_proximity_shield",
            "melee_defer_damage_prediction",
        },
        levels = {
            [1] = {30, 10, 10, levelRequirement = 13, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no beyond portal [1]
    IdCannotSpawnBeyondPortals
    FamilyCannotSpawnBeyondPortals
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 Global
  • 4% of Maximum Life taken per second as Chaos Damage
    IdMonsterAuraEnemyLifeDegen1
    FamilyMonsterAura
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base chaos damage % of maximum life taken per minute Min: 240 Max: 240 Global
  • Craft Tagschaos_damage damage chaos
    Degeneration Aura
    Radius: 50
    Enemies take Chaos Damage over time
    4% of Maximum Life taken per second as Chaos Damage
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Worshipper of Bameth
    Demon
    monster no beyond portal [1]
    4% of Maximum Life taken per second as Chaos Damage
    monster no map drops [1]
    SpectreN
    Tagsdemon, flesh_armour, has_two_hand_sword, has_two_handed_melee, melee, not_int, physical_affinity, red_blood, slashing_weapon, slow_movement
    Life
    210%
    Armour
    +20%
    Evasion
    +20%
    Ailment Threshold
    210%
    Resistance
    20 20 20 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experience
    120%
    Model Size
    120%
    Type
    BeyondDemon2
    Metadata
    BeyondDemon2-2ProphecyStandalone
    Level
    68
    Life
    13,510
    Armour
    34,548
    Evasion
    5,687
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.35
    Experience
    12,306
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.35 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MonsterFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
    Flicker Strike
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.35 sec
    Cooldown Time: 2 sec
    Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.
    Deals 10% more Damage
    30% increased Attack Speed
    10% increased Attack Speed per Frenzy Charge
    ignores proximity shield [1]
    melee defer damage prediction [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Stats
    {
    	monster_is_beyond_monster = 1
    }
    
    Life
    {
    	corpse_usable = false
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/gore_explode/gore_explosion_no_gibs_nofire.ao"
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BeyondDemons/BeyondDemon2-2ProphecyStandalone"] = {
        name = "Worshipper of Bameth",
        life = 2.1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
            "MonsterFlickerStrike",
        },
        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["MonsterFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
            [SkillType.Duration] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_speed_+%",
            "base_attack_speed_+%_per_frenzy_charge",
            "active_skill_damage_+%_final",
            "ignores_proximity_shield",
            "melee_defer_damage_prediction",
        },
        levels = {
            [1] = {30, 10, 10, levelRequirement = 13, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no beyond portal [1]
    IdCannotSpawnBeyondPortals
    FamilyCannotSpawnBeyondPortals
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 Global
  • 4% of Maximum Life taken per second as Chaos Damage
    IdMonsterAuraEnemyLifeDegen1
    FamilyMonsterAura
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base chaos damage % of maximum life taken per minute Min: 240 Max: 240 Global
  • Craft Tagschaos_damage damage chaos
    Degeneration Aura
    Radius: 50
    Enemies take Chaos Damage over time
    4% of Maximum Life taken per second as Chaos Damage
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Worshipper of Bameth
    Demon
    monster no beyond portal [1]
    4% of Maximum Life taken per second as Chaos Damage
    monster no map drops [1]
    Monsters grant 300% increased Experience
    monster no drops [0]
    SpectreN
    Tagsbeyond_commander_monster, beyond_demon, delve_monster, demon, flesh_armour, has_two_hand_sword, has_two_handed_melee, medium_height, melee, no_pantheon_mod, not_int, physical_affinity, red_blood, slashing_weapon, slow_movement
    Life
    210%
    Armour
    +20%
    Evasion
    +20%
    Ailment Threshold
    210%
    Resistance
    20 20 20 0
    Damage
    150%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.35 Second
    Damage Spread
    ±20%
    Experience
    120%
    Model Size
    120%
    Type
    BeyondDemon2
    Metadata
    BeyondDemon2-2
    Level
    68
    Life
    13,510
    Armour
    34,548
    Evasion
    5,687
    Energy Shield
    0
    Damage
    560
    Spell Damage
    560
    Accuracy
    290
    Attack Time
    1.35
    Experience
    12,306
    Ailment Threshold
    13,510
    Chill
    43
    Shock
    43
    Brittle
    242
    Scorch
    43
    Sap
    118
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.35 sec
    Strike your foes down with a powerful blow.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    MonsterFlickerStrike
    Attack, Melee, MeleeSingleTarget, Multistrikeable, Movement, Duration, Cooldown
    Flicker Strike
    Base Damage: 448–672
    Critical Strike Chance: 5%
    Attack Time: 1.35 sec
    Cooldown Time: 2 sec
    Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.
    Deals 10% more Damage
    30% increased Attack Speed
    10% increased Attack Speed per Frenzy Charge
    ignores proximity shield [1]
    melee defer damage prediction [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/BeyondDemons/BeyondDemon"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueDelve/BeyondEncounter/BeyondDemon2-2"] = {
        name = "Worshipper of Bameth",
        life = 2.1,
        fireResist = 20,
        coldResist = 20,
        lightningResist = 20,
        chaosResist = 0,
        damage = 1.5,
        damageSpread = 0.2,
        attackTime = 1.35,
        attackRange = 8,
        accuracy = 1,
        weaponType1 = "Two Hand Sword",
        skillList = {
            "Melee",
            "MonsterFlickerStrike",
        },
        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["MonsterFlickerStrike"] = {
        name = "Flicker Strike",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Teleports the character to a nearby monster and attacks with a melee weapon. If no specific monster is targeted, one is picked at random. Grants a buff that increases movement speed for a duration. The cooldown can be bypassed by expending a Frenzy Charge.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Melee] = true,
            [SkillType.MeleeSingleTarget] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Movement] = true,
            [SkillType.Duration] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_speed_+%",
            "base_attack_speed_+%_per_frenzy_charge",
            "active_skill_damage_+%_final",
            "ignores_proximity_shield",
            "melee_defer_damage_prediction",
        },
        levels = {
            [1] = {30, 10, 10, levelRequirement = 13, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster no beyond portal [1]
    IdCannotSpawnBeyondPortals
    FamilyCannotSpawnBeyondPortals
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no beyond portal Min: 1 Max: 1 Global
  • 4% of Maximum Life taken per second as Chaos Damage
    IdMonsterAuraEnemyLifeDegen1
    FamilyMonsterAura
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • base chaos damage % of maximum life taken per minute Min: 240 Max: 240 Global
  • Craft Tagschaos_damage damage chaos
    Degeneration Aura
    Radius: 50
    Enemies take Chaos Damage over time
    4% of Maximum Life taken per second as Chaos Damage
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Monsters grant 300% increased Experience
    monster no drops [0]
    IdMonsterSlainExperienceIncreaseBeyondDelve__
    FamilyMonsterSlainExperience
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no drops Min: 0 Max: 0 Global
  • monster slain experience +% Min: 300 Max: 300 Global
  • Edit

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