Donzela Mefítica
Construto
4% da Vida máxima sofrida por segundo como Dano de Caos
spell maximum action distance +% [-50]
Mephitic Maiden
SpectreN
AreaCanais Tóxicos, Fossa de Doedre, Laboratório Eterno, O Lago de Kalandra
Tagscannot_be_monolith, Conjurador, 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
  • Canais Tóxicos, Fossa de Doedre: Donzela Mefítica, Donzela Tóxica
  • Laboratório Eterno: Golias do Esgoto, Donzela Mefítica, Donzela Tóxica
  • Laboratório Eterno: Vórtice Imundo, Donzela Mefítica, Donzela Tóxica
  • Donzela Mefítica, Donzela Tóxica, Golias do Esgoto
  • Donzela Mefítica, Donzela Tóxica, Vórtice Imundo
  • Vida
    144%
    Energy Shield From Life
    50%
    Ailment Threshold
    144%
    Resistência
    40 0 0 0
    Damage
    153%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 13
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    115%
    Type
    BloodElementalSewers2
    Metadata
    PusElementalDegenAura
    Nível
    68
    Vida
    9,264
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    3,064
    Damage
    572
    Dano Mágico
    572
    Precisão
    290
    Attack Time
    1.5
    Experiência
    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
    Ataque Padrão
    Base Damage: 457–686
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    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
    Morteiro
    Tempo de Conjuração: 1 seg
    Recarga: 4 seg
    Como a habilidade de morteiro de monstro, mas deixa um efeito no solo com o impacto.
    Causa 125.8 a 188.7 de Dano de Caos
    Duração base é de 3 segundos
    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% da Vida máxima sofrida por segundo como Dano de Caos
    IdMonsterAuraEnemyLifeDegen1
    FamilyMonsterAura
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • base chaos damage % of maximum life taken per minute Min: 240 Max: 240 Global
  • Craft Tagschaos_damage damage chaos
    Aura de Degeneração
    Raio: 50
    Inimigos sofrem Dano Degenerativo de Caos
    4% da Vida máxima sofrida por segundo como Dano de Caos
    Degeneration Aura
    spell maximum action distance +% [-50]
    IdPusElementalActionDistance
    FamilySpellMaximumActionDistance
    Domainsmonstro (3)
    GenerationTypeunico (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.