Monstruosidade Selênica
Demoníaco
Receba 100% do Dano Físico como Dano de Gelo Extra
stance movement speed +% final [112]
Moontouched Miscreation
SpectreY
AreaPátio de Lunaris, Laboratório Eterno, Mapa: Templo Lunar
Tagscannot_be_monolith, Conjurador, cleaving_weapon, cold_affinity, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, medium_height, melee, physical_affinity, red_blood, very_slow_movement
Packs
  • Pátio de Lunaris: Monstruosidade Lunar, Monstruosidade Selênica
  • Laboratório Eterno: Monstruosidade Selênica, Monstruosidade Lunar
  • Monstruosidade Lunar, Monstruosidade Selênica
  • Monstruosidade Selênica
  • Vida
    120%
    Ailment Threshold
    120%
    Resistência
    0 75 0 0
    Damage
    110%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    97%
    Type
    DemonModularColdLunaris
    Metadata
    DemonModularColdLunaris
    Nível
    71
    Vida
    10,539
    Armadura
    36,473
    Evasão
    5,260
    Escudo de Energia
    0
    Damage
    492
    Dano Mágico
    492
    Precisão
    326
    Attack Time
    1.5
    Experiência
    13,139
    Ailment Threshold
    10,539
    Chill
    33
    Shock
    33
    Brittle
    189
    Scorch
    33
    Sap
    92
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 394–590
    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]
    MonsterIceShield
    Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
    Armadura Ártica
    Tempo de Conjuração: 0.5 seg
    Convoca uma barreira gelada que congela os inimigos quando eles o acertam. Você deixa um chão resfriado enquanto se move e sofre menos dano de Fogo e Físico enquanto estiver parado.
    Duração base é de 3 segundos
    Buff concede 10% menos Dano Físico sofrido de Acertos enquanto parado
    Buff concede 10% menos Dano de Fogo sofrido de Acertos enquanto parado
    DemonModularSlam
    Attack, Area, Triggerable
    Base Damage: 394–590
    Chance de Crítico: 5%
    Dano de Ataque: 140%
    Attack Time: 1.5 seg
    Recarga: 6 seg
    Causa 40% mais Dano de Ataque
    20% menos Velocidade de Ataque
    active skill area of effect radius +% final [100]
    is area damage [1]
    DemonModularFrostBomb
    Spell, Area, Duration, Cold, Damage, Multicastable, Totemable, Trappable, Mineable, Triggerable, Cascadable, AreaSpell, Cooldown, Orb
    Bomba Congelante
    Chance de Crítico: 6%
    Tempo de Conjuração: 0.5 seg
    Cria um cristal que pulsa com gelo por um tempo. Cada pulso aplica um debuff aos inimigos próximos por uma duração secundária que reduz a regeneração de vida, e também inflige Exposição a Gelo. Quando a duração do cristal terminar, ele explode, causando muito dano de gelo aos inimigos ao redor.
    Causa 588 a 882 de Dano de Gelo
    Duração base é de 3.5 segundos
    Duração Base Secundária é de 2 segundos
    Velocidade de Regeneração de Vida reduzida em 75%
    Raio Base igual a 2.4 metros
    Exposição a Gelo aplica -20% de Resistência a Gelo
    active skill area of effect radius +% final [50]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Demonmodular/Demon"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Demonmodular/Demon"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonModular/DemonModularColdLunaris"] = {
        name = "Moontouched Miscreation",
        life = 1.2,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "DemonModularSlam",
            "MeleeAtAnimationSpeed",
            "MonsterIceShield",
            "DemonModularFrostBomb",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonModularSlam"] = {
        name = "DemonModularSlam",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-20, 100, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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["MonsterIceShield"] = {
        name = "Arctic Armour",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Totemable] = true,
            [SkillType.Duration] = true,
            [SkillType.HasReservation] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Cold] = true,
            [SkillType.ElementalStatus] = true,
            [SkillType.Instant] = true,
            [SkillType.NonHitChill] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "chill_enemy_when_hit_duration_ms",
            "new_arctic_armour_physical_damage_taken_when_hit_+%_final",
            "new_arctic_armour_fire_damage_taken_when_hit_+%_final",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonModularFrostBomb"] = {
        name = "Frost Bomb",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Creates a crystal that pulses with cold for a duration. Each pulse applies a debuff to nearby enemies for a secondary duration which reduces life regeneration rate, and also inflicts Cold Exposure. When the crystal's duration ends, it explodes, dealing heavy cold damage to enemies around it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Cold] = true,
            [SkillType.Damage] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
            [SkillType.Orb] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_base_area_of_effect_radius",
            "base_skill_effect_duration",
            "base_secondary_skill_effect_duration",
            "base_cold_damage_resistance_%",
            "life_regeneration_rate_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 24, 3500, 2000, -20, -75, 50, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Receba 100% do Dano Físico como Dano de Gelo Extra
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Monstruosidade Selênica
    Demoníaco
    Receba 100% do Dano Físico como Dano de Gelo Extra
    stance movement speed +% final [112]
    Moontouched Miscreation
    SpectreY
    Tagscannot_be_monolith, Conjurador, cleaving_weapon, cold_affinity, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, melee, physical_affinity, red_blood, very_slow_movement
    Vida
    120%
    Ailment Threshold
    120%
    Resistência
    0 75 0 0
    Damage
    110%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    97%
    Type
    DemonModularColdLunaris
    Metadata
    DemonModularColdLunarisHellscape
    Nível
    68
    Vida
    7,720
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    0
    Damage
    411
    Dano Mágico
    411
    Precisão
    290
    Attack Time
    1.5
    Experiência
    12,306
    Ailment Threshold
    7,720
    Chill
    24
    Shock
    24
    Brittle
    138
    Scorch
    24
    Sap
    67
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 329–493
    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]
    MonsterIceShield
    Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
    Armadura Ártica
    Tempo de Conjuração: 0.5 seg
    Convoca uma barreira gelada que congela os inimigos quando eles o acertam. Você deixa um chão resfriado enquanto se move e sofre menos dano de Fogo e Físico enquanto estiver parado.
    Duração base é de 3 segundos
    Buff concede 10% menos Dano Físico sofrido de Acertos enquanto parado
    Buff concede 10% menos Dano de Fogo sofrido de Acertos enquanto parado
    DemonModularSlam
    Attack, Area, Triggerable
    Base Damage: 329–493
    Chance de Crítico: 5%
    Dano de Ataque: 140%
    Attack Time: 1.5 seg
    Recarga: 6 seg
    Causa 40% mais Dano de Ataque
    20% menos Velocidade de Ataque
    active skill area of effect radius +% final [100]
    is area damage [1]
    DemonModularFrostBomb
    Spell, Area, Duration, Cold, Damage, Multicastable, Totemable, Trappable, Mineable, Triggerable, Cascadable, AreaSpell, Cooldown, Orb
    Bomba Congelante
    Chance de Crítico: 6%
    Tempo de Conjuração: 0.5 seg
    Cria um cristal que pulsa com gelo por um tempo. Cada pulso aplica um debuff aos inimigos próximos por uma duração secundária que reduz a regeneração de vida, e também inflige Exposição a Gelo. Quando a duração do cristal terminar, ele explode, causando muito dano de gelo aos inimigos ao redor.
    Causa 530.4 a 795.5 de Dano de Gelo
    Duração base é de 3.5 segundos
    Duração Base Secundária é de 2 segundos
    Velocidade de Regeneração de Vida reduzida em 75%
    Raio Base igual a 2.4 metros
    Exposição a Gelo aplica -20% de Resistência a Gelo
    active skill area of effect radius +% final [50]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Demonmodular/Demon"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Demonmodular/Demon"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonModular/DemonModularColdLunarisHellscape"] = {
        name = "Moontouched Miscreation",
        life = 1.2,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "DemonModularSlam",
            "MeleeAtAnimationSpeed",
            "MonsterIceShield",
            "DemonModularFrostBomb",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonModularSlam"] = {
        name = "DemonModularSlam",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-20, 100, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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["MonsterIceShield"] = {
        name = "Arctic Armour",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Totemable] = true,
            [SkillType.Duration] = true,
            [SkillType.HasReservation] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Cold] = true,
            [SkillType.ElementalStatus] = true,
            [SkillType.Instant] = true,
            [SkillType.NonHitChill] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "chill_enemy_when_hit_duration_ms",
            "new_arctic_armour_physical_damage_taken_when_hit_+%_final",
            "new_arctic_armour_fire_damage_taken_when_hit_+%_final",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonModularFrostBomb"] = {
        name = "Frost Bomb",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Creates a crystal that pulses with cold for a duration. Each pulse applies a debuff to nearby enemies for a secondary duration which reduces life regeneration rate, and also inflicts Cold Exposure. When the crystal's duration ends, it explodes, dealing heavy cold damage to enemies around it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Cold] = true,
            [SkillType.Damage] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
            [SkillType.Orb] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_base_area_of_effect_radius",
            "base_skill_effect_duration",
            "base_secondary_skill_effect_duration",
            "base_cold_damage_resistance_%",
            "life_regeneration_rate_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 24, 3500, 2000, -20, -75, 50, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Receba 100% do Dano Físico como Dano de Gelo Extra
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Monstruosidade Selênica
    Demoníaco
    Receba 100% do Dano Físico como Dano de Gelo Extra
    stance movement speed +% final [112]
    Moontouched Miscreation
    SpectreY
    AreaTemplo do Crepúsculo
    Tagscannot_be_monolith, Conjurador, cleaving_weapon, cold_affinity, demon, flesh_armour, has_one_hand_sword, has_one_handed_melee, medium_height, melee, physical_affinity, red_blood, very_slow_movement
    Packs
  • Templo do Crepúsculo: Monstruosidade Lunar, Monstruosidade Selênica
  • Vida
    120%
    Ailment Threshold
    120%
    Resistência
    0 75 0 0
    Damage
    110%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiência
    120%
    Model Size
    97%
    Type
    DemonModularColdLunaris
    Metadata
    DemonModularColdLunarisSchism
    Nível
    71
    Vida
    10,539
    Armadura
    36,473
    Evasão
    5,260
    Escudo de Energia
    0
    Damage
    492
    Dano Mágico
    492
    Precisão
    326
    Attack Time
    1.5
    Experiência
    13,139
    Ailment Threshold
    10,539
    Chill
    33
    Shock
    33
    Brittle
    189
    Scorch
    33
    Sap
    92
    MeleeAtAnimationSpeed
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 394–590
    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]
    MonsterIceShield
    Spell, Buff, Totemable, Duration, HasReservation, TotemCastsAlone, Cold, ElementalStatus, Instant, NonHitChill, ChillingArea, AreaSpell, InstantNoRepeatWhenHeld, InstantShiftAttackForLeftMouse, Cooldown
    Armadura Ártica
    Tempo de Conjuração: 0.5 seg
    Convoca uma barreira gelada que congela os inimigos quando eles o acertam. Você deixa um chão resfriado enquanto se move e sofre menos dano de Fogo e Físico enquanto estiver parado.
    Duração base é de 3 segundos
    Buff concede 10% menos Dano Físico sofrido de Acertos enquanto parado
    Buff concede 10% menos Dano de Fogo sofrido de Acertos enquanto parado
    DemonModularSlam
    Attack, Area, Triggerable
    Base Damage: 394–590
    Chance de Crítico: 5%
    Dano de Ataque: 140%
    Attack Time: 1.5 seg
    Recarga: 6 seg
    Causa 40% mais Dano de Ataque
    20% menos Velocidade de Ataque
    active skill area of effect radius +% final [100]
    is area damage [1]
    DemonModularFrostBomb
    Spell, Area, Duration, Cold, Damage, Multicastable, Totemable, Trappable, Mineable, Triggerable, Cascadable, AreaSpell, Cooldown, Orb
    Bomba Congelante
    Chance de Crítico: 6%
    Tempo de Conjuração: 0.5 seg
    Cria um cristal que pulsa com gelo por um tempo. Cada pulso aplica um debuff aos inimigos próximos por uma duração secundária que reduz a regeneração de vida, e também inflige Exposição a Gelo. Quando a duração do cristal terminar, ele explode, causando muito dano de gelo aos inimigos ao redor.
    Causa 588 a 882 de Dano de Gelo
    Duração base é de 3.5 segundos
    Duração Base Secundária é de 2 segundos
    Velocidade de Regeneração de Vida reduzida em 75%
    Raio Base igual a 2.4 metros
    Exposição a Gelo aplica -20% de Resistência a Gelo
    active skill area of effect radius +% final [50]
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Demonmodular/Demon"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Demonmodular/Demon"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/DemonModular/DemonModularColdLunarisSchism"] = {
        name = "Moontouched Miscreation",
        life = 1.2,
        fireResist = 0,
        coldResist = 75,
        lightningResist = 0,
        chaosResist = 0,
        damage = 1.1,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "DemonModularSlam",
            "MeleeAtAnimationSpeed",
            "MonsterIceShield",
            "DemonModularFrostBomb",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonModularSlam"] = {
        name = "DemonModularSlam",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "active_skill_attack_speed_+%_final",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {-20, 100, baseMultiplier = 1.4, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- 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["MonsterIceShield"] = {
        name = "Arctic Armour",
        hidden = true,
        color = "2",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Conjures an icy barrier that chills enemies when they hit you. You drop chilled ground while moving, and take less Fire and Physical damage while stationary.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Buff] = true,
            [SkillType.Totemable] = true,
            [SkillType.Duration] = true,
            [SkillType.HasReservation] = true,
            [SkillType.TotemCastsAlone] = true,
            [SkillType.Cold] = true,
            [SkillType.ElementalStatus] = true,
            [SkillType.Instant] = true,
            [SkillType.NonHitChill] = true,
            [SkillType.ChillingArea] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.InstantNoRepeatWhenHeld] = true,
            [SkillType.InstantShiftAttackForLeftMouse] = true,
            [SkillType.Cooldown] = true,
        },
        statDescriptionScope = "buff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "chill_enemy_when_hit_duration_ms",
            "new_arctic_armour_physical_damage_taken_when_hit_+%_final",
            "new_arctic_armour_fire_damage_taken_when_hit_+%_final",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {500, -10, -10, 3000, levelRequirement = 4, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["DemonModularFrostBomb"] = {
        name = "Frost Bomb",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Creates a crystal that pulses with cold for a duration. Each pulse applies a debuff to nearby enemies for a secondary duration which reduces life regeneration rate, and also inflicts Cold Exposure. When the crystal's duration ends, it explodes, dealing heavy cold damage to enemies around it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Cold] = true,
            [SkillType.Damage] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Trappable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Cascadable] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Cooldown] = true,
            [SkillType.Orb] = true,
        },
        statDescriptionScope = "debuff_skill_stat_descriptions",
        castTime = 0.5,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "active_skill_base_area_of_effect_radius",
            "base_skill_effect_duration",
            "base_secondary_skill_effect_duration",
            "base_cold_damage_resistance_%",
            "life_regeneration_rate_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 24, 3500, 2000, -20, -75, 50, critChance = 6, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Receba 100% do Dano Físico como Dano de Gelo Extra
    IdMonsterPhysicalAddedAsColdSkeletonMaps
    FamilyPhysicalAddedAsCold
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • physical damage % to add as cold Min: 100 Max: 100 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental cold
    IdNothing
    FamilyNothing
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    stance movement speed +% final [112]
    IdStanceBanditRun
    FamilyStance
    Domainsmonstro (3)
    GenerationTypeunico (3)
    Req. level1
    Stats
  • stance movement speed +% final Min: 112 Max: 112 Global
  • Craft Tagsspeed
    Edit

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