Mephitic Maiden
Construct
4% of Maximum Life taken per second as Chaos Damage
spell maximum action distance +% [-50]
SpectreN
AreaThe Toxic Conduits, Doedre's Cesspool, The Eternal Laboratory, The Lake of Kalandra
Tagscannot_be_monolith, caster, chaos_affinity, cleaving_weapon, construct, has_one_hand_mace, has_one_handed_melee, hidden_monster, liquid_armour, medium_height, melee, mud_blood, not_dex, not_str, physical_affinity, ranged, slow_movement, unusable_corpse, water_elemental
Packs
  • The Toxic Conduits, Doedre's Cesspool: Mephitic Maiden, Noxious Maiden
  • The Eternal Laboratory: Sewer Goliath, Mephitic Maiden, Noxious Maiden
  • The Eternal Laboratory: Muck Vortex, Mephitic Maiden, Noxious Maiden
  • Mephitic Maiden, Noxious Maiden, Sewer Goliath
  • Mephitic Maiden, Noxious Maiden, Muck Vortex
  • Life
    144%
    Energy Shield From Life
    50%
    Ailment Threshold
    144%
    Resistance
    40 0 0 0
    Damage
    153%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experience
    120%
    Model Size
    115%
    Type
    BloodElementalSewers2
    Metadata
    PusElementalDegenAura
    Level
    68
    Life
    9,264
    Armour
    28,790
    Evasion
    4,739
    Energy Shield
    3,064
    Damage
    572
    Spell Damage
    572
    Accuracy
    290
    Attack Time
    1.5
    Experience
    12,306
    Ailment Threshold
    9,264
    Chill
    29
    Shock
    29
    Brittle
    166
    Scorch
    29
    Sap
    81
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 457–686
    Critical Strike Chance: 5%
    Attack Time: 1.5 sec
    Strike your foes down with a powerful blow.
    action attack or cast time uses animation length [1]
    projectile uses contact position [1]
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    use scaled contact offset [1]
    CausticMortarElemental
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Mortar
    Cast Time: 1 sec
    Cooldown Time: 4 sec
    Like monster mortar skill, but leaves a ground effect on impact.
    Deals 125.8 to 188.7 Chaos Damage
    Base duration is 3 seconds
    base is projectile [1]
    base projectile ground caustic cloud damage per minute [18344]
    ground caustic art variation [2]
    is area damage [1]
    monster projectile variation [7]
    projectile spread radius [10]
    projectile spread radius per additional projectile [3]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Actor
    {
    	basic_action = "Emerge2"
    	main_hand_unarmed_type = "One_Hand_Mace"
    }
    
    Life
    {
    	corpse_usable = false
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	on_death = "RemoveEffects( );"
    	on_spawned_dead = "RemoveEffects( );"
    }
    
    Animated
    {
    	preload_animated_object = "Metadata/Effects/Spells/monsters_effects/act3/blood_elemental/bloodele_emerge.ao"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/BloodElemental/PusElementalDegenAura"] = {
        name = "Mephitic Maiden",
        life = 1.44,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.53,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 13,
        accuracy = 1,
        skillList = {
            "MeleeAtAnimationSpeed",
            "CausticMortarElemental",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeed"] = {
        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",
            "action_attack_or_cast_time_uses_animation_length",
            "projectile_uses_contact_position",
            "use_scaled_contact_offset",
        },
        levels = {
            [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["CausticMortarElemental"] = {
        name = "Mortar",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Like monster mortar skill, but leaves a ground effect on impact.",
        skillTypes = {
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_chaos_damage",
            "spell_maximum_base_chaos_damage",
            "base_projectile_ground_caustic_cloud_damage_per_minute",
            "monster_projectile_variation",
            "projectile_spread_radius",
            "ground_caustic_art_variation",
            "base_skill_effect_duration",
            "projectile_spread_radius_per_additional_projectile",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 7, 7, 10, 2, 3000, 3, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 7, 7, 10, 2, 3000, 3, levelRequirement = 56, statInterpolation = {3, 3, 3},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 6, 7, 10, 2, 3000, 3, levelRequirement = 82, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    
    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
    spell maximum action distance +% [-50]
    IdPusElementalActionDistance
    FamilySpellMaximumActionDistance
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • spell maximum action distance +% Min: -50 Max: -50 Global
  • Edit

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