Elemental Coagulado
Construto
Coagulated Elemental
SpectreN
AreaLaboratório Eterno
Tagscannot_be_monolith, cleaving_weapon, construct, has_one_hand_mace, has_one_handed_melee, hidden_monster, liquid_armour, medium_height, melee, not_dex, not_str, physical_affinity, red_blood, slow_movement, unusable_corpse, water_elemental
Packs
  • Laboratório Eterno: Elemental Coagulado, Elemental de Sangue
  • Vida
    144%
    Energy Shield From Life
    50%
    Ailment Threshold
    144%
    Resistência
    40 0 0 0
    Damage
    184%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    110%
    Type
    BloodElementalQuakeSlam
    Metadata
    BloodElementalEmergeEarthquake
    Nível
    68
    Vida
    9,264
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    3,064
    Damage
    687
    Dano Mágico
    687
    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
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 550–825
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    QuakeSlamBloodElemental
    Attack, Area, Melee, Multistrikeable, Duration, Slam, Triggerable, Totemable
    Terremoto
    Base Damage: 550–825
    Chance de Crítico: 5%
    Attack Time: 1.5 seg
    Recarga: 4 seg
    Esmaga o chão, causando dano em uma área e rachando a terra. A rachadura entrará em erupção causando um abalo secundário depois de um tempo. Rachaduras criadas antes da primeira entrar em erupção não criarão seus próprios abalos secundários. Requer um Machado, Maça, Cetro, Cajado ou Desarmado.
    Duração base é de 3 segundos
    Abalo Secundário causa +50% mais Dano com Acertos e Afecções
    active skill area of effect radius +% final [-20]
    is area damage [1]

    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/BloodElementalEmergeEarthquake"] = {
        name = "Coagulated Elemental",
        life = 1.44,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.84,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "Melee",
            "QuakeSlamBloodElemental",
        },
        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["QuakeSlamBloodElemental"] = {
        name = "Earthquake",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Smashes the ground, dealing damage in an area and cracking the earth. The crack will erupt in a powerful aftershock after a duration. Cracks created before the first one has erupted will not generate their own aftershocks. Requires an Axe, Mace, Sceptre, Staff or Unarmed.",
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Melee] = true,
            [SkillType.Multistrikeable] = true,
            [SkillType.Duration] = true,
            [SkillType.Slam] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Totemable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
            melee = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_skill_effect_duration",
            "quake_slam_fully_charged_explosion_damage_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {3000, 50, -20, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    Edit

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