Glaciar animado
Constructo
Ganas el 100% del daño físico como daño de hielo extra
Animated Glacier
SpectreY
AreaMapa de Santuario, Mapa de Ciudadela, Mapa de Fortaleza, Mapa de Abominación, Mapa de Zigurat
Tagsbludgeoning_weapon, construct, has_one_hand_sword, has_one_handed_melee, medium_height, medium_movement, melee, mud_blood, not_int, physical_affinity, stone_armour
Packs
  • Mapa de Zigurat, Mapa de Fortaleza, Mapa de Ciudadela, Mapa de Abominación, Mapa de Santuario: Glaciar animado
  • Vida
    300%
    Armadura
    +60%
    Evasión
    +40%
    Ailment Threshold
    300%
    Resistencia
    75 0 0 0
    Damage
    120%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    8 ~ 10
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    300%
    Model Size
    110%
    Type
    RockGolemCoralAtlasUber
    Metadata
    RockGolemCoralAtlasUber
    Nivel
    84
    Vida
    105,885
    Armadura
    159,734
    Evasión
    11,368
    Escudo de energía
    0
    Damage
    1,144
    Daño de hechizos
    1,144
    Precisión
    538
    Attack Time
    1.5
    Experiencia
    39,750
    Ailment Threshold
    105,885
    Chill
    335
    Shock
    335
    Brittle
    1,894
    Scorch
    335
    Sap
    925
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque estándar
    Base Damage: 915–1373
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    Derriba a tus enemigos con un golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    GACrucibleChieftainSlamAtlasUber
    Triggerable, Attack
    Base Damage: 915–1373
    Probabilidad de golpe crítico: 5%
    Daño de ataque: 200%
    Attack Time: 1.5 seg
    Tiempo de recarga: 8 seg
    Inflige un 100% más de daño de ataque
    Inflige un 30% menos de daño
    El 50% del daño físico se convierte en daño de hielo
    50% de probabilidad de congelar a los enemigos
    Duración del congelamiento en los enemigos aumentada un 75%
    action attack or cast time uses animation length [1]
    is area damage [1]

    Object Type

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

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
    	//turn_duration = 0.5
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/RockGolem/RockGolemCoralAtlasUber"] = {
        name = "Animated Glacier",
        life = 3,
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.2,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 10,
        accuracy = 1,
        weaponType1 = "One Hand Sword",
        skillList = {
            "Melee",
            "GACrucibleChieftainSlamAtlasUber",
        },
        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["GACrucibleChieftainSlamAtlasUber"] = {
        name = "GACrucibleChieftainSlamAtlasUber",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Attack] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_cold",
            "base_chance_to_freeze_%",
            "freeze_duration_+%",
            "is_area_damage",
            "action_attack_or_cast_time_uses_animation_length",
        },
        levels = {
            [1] = {-30, 50, 50, 75, baseMultiplier = 2, levelRequirement = 1, statInterpolation = {2},  cost = { }, },
        },
    }
    
    Ganas el 100% del daño físico como daño de hielo extra
    IdMonsterPhysicalAddedAsCold
    FamilyPhysicalAddedAsCold
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    Edit

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