Reliquiário
Demoníaco
spell maximum action distance +% [-50]
Reliquarian
SpectreY
AreaLaboratório Eterno
Tagsanimal_claw_weapon, Conjurador, demon, fire_affinity, flesh_armour, human, humanoid, is_unarmed, medium_height, medium_movement, melee, not_dex, not_str, physical_affinity, ranged, red_blood
Packs
  • Laboratório Eterno: Reliquiário
  • Vida
    113%
    Energy Shield From Life
    75%
    Ailment Threshold
    113%
    Resistência
    0 30 30 0
    Damage
    125%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.755 Second
    Damage Spread
    ±0%
    Experiência
    125%
    Model Size
    100%
    Type
    ReliquaryMonster
    Metadata
    ReliquaryMonster
    Nível
    68
    Vida
    7,270
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    4,595
    Damage
    467
    Dano Mágico
    467
    Precisão
    290
    Attack Time
    1.755
    Experiência
    12,819
    Ailment Threshold
    7,270
    Chill
    23
    Shock
    23
    Brittle
    130
    Scorch
    23
    Sap
    64
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 467
    Chance de Crítico: 5%
    Attack Time: 1.755 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ReliquaryMonsterFirestorm
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Tormenta Flamejante
    Tempo de Conjuração: 1.63 seg
    Recarga: 6.5 seg
    Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
    Causa 191.1 a 286.6 de Dano Físico
    Duração base é de 1.2 segundos
    Um impacto a cada 0.3 segundos
    Raio Base igual a 1 metro
    active skill area of effect radius +% final [30]
    firestorm base area of effect +% [-55]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    ReliquaryMonsterFireball
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    Bola de Fogo
    Tempo de Conjuração: 2.5 seg
    Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
    Seus Acertos empre Incendeiam
    Causa 1207 a 1810 de Dano de Fogo
    Dispara 3 Projéteis em uma espiral
    Dano Incendiário aumentado em 167%
    Raio Base igual a 0.9 metros
    active skill area of effect radius +% final [-40]
    base is projectile [1]
    monster reverse point blank damage -% at minimum range [80]
    projectile spiral nova starting angle offset [-15]
    projectile spiral nova time ms [65]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ReliquaryMonster/ReliquaryMonster"] = {
        name = "Reliquarian",
        life = 1.13,
        energyShield = 0.75,
        fireResist = 0,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0,
        attackTime = 1.755,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "ReliquaryMonsterFireball",
            "Melee",
            "ReliquaryMonsterFirestorm",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ReliquaryMonsterFireball"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        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.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_number_of_projectiles_in_spiral_nova",
            "projectile_spiral_nova_time_ms",
            "projectile_spiral_nova_angle",
            "projectile_spiral_nova_starting_angle_offset",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "burn_damage_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
            "always_ignite",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 3, 65, 30, -15, 80, 167, -40, 9, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- 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["ReliquaryMonsterFirestorm"] = {
        name = "Firestorm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "firestorm_base_area_of_effect_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1200, 300, -55, -30, 30, 10, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    spell maximum action distance +% [-50]
    IdReliquaryMonsterActionDistance_
    FamilySpellMaximumActionDistance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • spell maximum action distance +% Min: -50 Max: -50 Global
  • Reliquiário
    Demoníaco
    spell maximum action distance +% [-50]
    Reliquarian
    SpectreY
    Spectre OverrideMetadata/Monsters/ReliquaryMonster/ReliquaryMonsterEmergeSpectre
    Tagsanimal_claw_weapon, Conjurador, demon, fire_affinity, flesh_armour, human, humanoid, is_unarmed, medium_height, medium_movement, melee, not_dex, not_str, physical_affinity, ranged, red_blood
    Vida
    300%
    Energy Shield From Life
    75%
    Ailment Threshold
    300%
    Resistência
    0 30 30 0
    Damage
    125%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.755 Second
    Damage Spread
    ±0%
    Experiência
    200%
    Model Size
    100%
    Type
    ReliquaryMonsterEmerge
    Metadata
    ReliquaryMonsterEmerge
    Nível
    68
    Vida
    19,300
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    4,595
    Damage
    467
    Dano Mágico
    467
    Precisão
    290
    Attack Time
    1.755
    Experiência
    20,510
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 467
    Chance de Crítico: 5%
    Attack Time: 1.755 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ReliquaryMonsterFirestorm
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Tormenta Flamejante
    Tempo de Conjuração: 1.63 seg
    Recarga: 6.5 seg
    Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
    Causa 191.1 a 286.6 de Dano Físico
    Duração base é de 1.2 segundos
    Um impacto a cada 0.3 segundos
    Raio Base igual a 1 metro
    active skill area of effect radius +% final [30]
    firestorm base area of effect +% [-55]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    ReliquaryMonsterFireball
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    Bola de Fogo
    Tempo de Conjuração: 2.5 seg
    Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
    Seus Acertos empre Incendeiam
    Causa 1207 a 1810 de Dano de Fogo
    Dispara 3 Projéteis em uma espiral
    Dano Incendiário aumentado em 167%
    Raio Base igual a 0.9 metros
    active skill area of effect radius +% final [-40]
    base is projectile [1]
    monster reverse point blank damage -% at minimum range [80]
    projectile spiral nova starting angle offset [-15]
    projectile spiral nova time ms [65]

    Object Type

    version 2
    extends "Metadata/Monsters/ReliquaryMonster/ReliquaryMonster"
    
    BaseEvents { }
    
    Actor
    {
    	basic_action = "Emerge"
    }
    
    
    Transitionable
    {
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ReliquaryMonster/ReliquaryMonster"
    
    Transitionable
    {
    	create_untransitioned = "PlayAnimation( idle_pillar_01 ); DisableTargetable();"
    	create_transitioned = "EnableTargetable();"
    	on_transition = "EnableTargetable();"
    }
    
    Render
    {
         //turn_duration = 0.6
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ReliquaryMonster/ReliquaryMonsterEmerge"] = {
        name = "Reliquarian",
        life = 3,
        energyShield = 0.75,
        fireResist = 0,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0,
        attackTime = 1.755,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "ReliquaryMonsterFireball",
            "Melee",
            "ReliquaryMonsterFirestorm",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ReliquaryMonsterFireball"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        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.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_number_of_projectiles_in_spiral_nova",
            "projectile_spiral_nova_time_ms",
            "projectile_spiral_nova_angle",
            "projectile_spiral_nova_starting_angle_offset",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "burn_damage_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
            "always_ignite",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 3, 65, 30, -15, 80, 167, -40, 9, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- 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["ReliquaryMonsterFirestorm"] = {
        name = "Firestorm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "firestorm_base_area_of_effect_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1200, 300, -55, -30, 30, 10, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    spell maximum action distance +% [-50]
    IdReliquaryMonsterActionDistance_
    FamilySpellMaximumActionDistance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • spell maximum action distance +% Min: -50 Max: -50 Global
  • Reliquiário
    Demoníaco
    spell maximum action distance +% [-50]
    Reliquarian
    SpectreY
    Tagsanimal_claw_weapon, Conjurador, demon, fire_affinity, flesh_armour, human, humanoid, is_unarmed, medium_movement, melee, not_dex, not_str, physical_affinity, ranged, red_blood
    Vida
    300%
    Energy Shield From Life
    75%
    Ailment Threshold
    300%
    Resistência
    0 30 30 0
    Damage
    125%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.755 Second
    Damage Spread
    ±0%
    Experiência
    200%
    Model Size
    100%
    Type
    ReliquaryMonsterEmerge
    Metadata
    ReliquaryMonsterEmergeStandalone_
    Nível
    68
    Vida
    19,300
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    4,595
    Damage
    467
    Dano Mágico
    467
    Precisão
    290
    Attack Time
    1.755
    Experiência
    20,510
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 467
    Chance de Crítico: 5%
    Attack Time: 1.755 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ReliquaryMonsterFirestorm
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Tormenta Flamejante
    Tempo de Conjuração: 1.63 seg
    Recarga: 6.5 seg
    Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
    Causa 191.1 a 286.6 de Dano Físico
    Duração base é de 1.2 segundos
    Um impacto a cada 0.3 segundos
    Raio Base igual a 1 metro
    active skill area of effect radius +% final [30]
    firestorm base area of effect +% [-55]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    ReliquaryMonsterFireball
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    Bola de Fogo
    Tempo de Conjuração: 2.5 seg
    Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
    Seus Acertos empre Incendeiam
    Causa 1207 a 1810 de Dano de Fogo
    Dispara 3 Projéteis em uma espiral
    Dano Incendiário aumentado em 167%
    Raio Base igual a 0.9 metros
    active skill area of effect radius +% final [-40]
    base is projectile [1]
    monster reverse point blank damage -% at minimum range [80]
    projectile spiral nova starting angle offset [-15]
    projectile spiral nova time ms [65]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ReliquaryMonster/ReliquaryMonsterEmergeStandalone_"] = {
        name = "Reliquarian",
        life = 3,
        energyShield = 0.75,
        fireResist = 0,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0,
        attackTime = 1.755,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "ReliquaryMonsterFireball",
            "Melee",
            "ReliquaryMonsterFirestorm",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ReliquaryMonsterFireball"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        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.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_number_of_projectiles_in_spiral_nova",
            "projectile_spiral_nova_time_ms",
            "projectile_spiral_nova_angle",
            "projectile_spiral_nova_starting_angle_offset",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "burn_damage_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
            "always_ignite",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 3, 65, 30, -15, 80, 167, -40, 9, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- 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["ReliquaryMonsterFirestorm"] = {
        name = "Firestorm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "firestorm_base_area_of_effect_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1200, 300, -55, -30, 30, 10, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    spell maximum action distance +% [-50]
    IdReliquaryMonsterActionDistance_
    FamilySpellMaximumActionDistance
    Domainsmonstro (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • spell maximum action distance +% Min: -50 Max: -50 Global
  • Reliquiário
    Demoníaco
    Reliquarian
    SpectreY
    Tagsanimal_claw_weapon, Conjurador, demon, fire_affinity, flesh_armour, human, humanoid, is_unarmed, medium_movement, melee, not_dex, not_str, physical_affinity, ranged, red_blood
    Vida
    300%
    Energy Shield From Life
    75%
    Ailment Threshold
    300%
    Resistência
    0 30 30 0
    Damage
    125%
    Precisão
    100%
    Chance de Crítico
    +5%
    Multiplicador de Acerto Crítico
    +130%
    Attack Distance
    6 ~ 11
    Attack Time
    1.755 Second
    Damage Spread
    ±0%
    Experiência
    200%
    Model Size
    100%
    Type
    ReliquaryMonsterEmerge
    Metadata
    ReliquaryMonsterEmergeSpectre
    Nível
    68
    Vida
    19,300
    Armadura
    28,790
    Evasão
    4,739
    Escudo de Energia
    4,595
    Damage
    467
    Dano Mágico
    467
    Precisão
    290
    Attack Time
    1.755
    Experiência
    20,510
    Ailment Threshold
    19,300
    Chill
    61
    Shock
    61
    Brittle
    345
    Scorch
    61
    Sap
    169
    Melee
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Ataque Padrão
    Base Damage: 467
    Chance de Crítico: 5%
    Attack Time: 1.755 seg
    Abate seus inimigos com um golpe poderoso.
    skill can fire arrows [1]
    skill can fire wand projectiles [1]
    ReliquaryMonsterFirestorm
    Spell, Damage, Area, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, Cascadable, CanRapidFire, AreaSpell
    Tormenta Flamejante
    Tempo de Conjuração: 1.63 seg
    Recarga: 6.5 seg
    Disparos flamejantes chovem sobre a área do alvo. Elas explodem ao cair, causando dano aos inimigos próximos.
    Causa 191.1 a 286.6 de Dano Físico
    Duração base é de 1.2 segundos
    Um impacto a cada 0.3 segundos
    Raio Base igual a 1 metro
    active skill area of effect radius +% final [30]
    firestorm base area of effect +% [-55]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-30]
    ReliquaryMonsterFireball
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    Bola de Fogo
    Tempo de Conjuração: 2.5 seg
    Libera uma bola de fogo explosiva na direção do alvo, causando dano aos inimigos próximos.
    Seus Acertos empre Incendeiam
    Causa 1207 a 1810 de Dano de Fogo
    Dispara 3 Projéteis em uma espiral
    Dano Incendiário aumentado em 167%
    Raio Base igual a 0.9 metros
    active skill area of effect radius +% final [-40]
    base is projectile [1]
    monster reverse point blank damage -% at minimum range [80]
    projectile spiral nova starting angle offset [-15]
    projectile spiral nova time ms [65]

    Object Type

    version 2
    extends "Metadata/Monsters/ReliquaryMonster/ReliquaryMonster"
    
    BaseEvents { }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/ReliquaryMonster/ReliquaryMonster"
    
    Render
    {
         //turn_duration = 0.6
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/ReliquaryMonster/ReliquaryMonsterEmergeSpectre"] = {
        name = "Reliquarian",
        life = 3,
        energyShield = 0.75,
        fireResist = 0,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 0,
        damage = 1.25,
        damageSpread = 0,
        attackTime = 1.755,
        attackRange = 11,
        accuracy = 1,
        skillList = {
            "ReliquaryMonsterFireball",
            "Melee",
            "ReliquaryMonsterFirestorm",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["ReliquaryMonsterFireball"] = {
        name = "Fireball",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Unleashes a ball of fire towards a target which explodes, damaging nearby foes.",
        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.Fire] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_number_of_projectiles_in_spiral_nova",
            "projectile_spiral_nova_time_ms",
            "projectile_spiral_nova_angle",
            "projectile_spiral_nova_starting_angle_offset",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "burn_damage_+%",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
            "always_ignite",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 3, 65, 30, -15, 80, 167, -40, 9, levelRequirement = 0, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- 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["ReliquaryMonsterFirestorm"] = {
        name = "Firestorm",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Flaming bolts rain down over the targeted area. They explode when landing, dealing damage to nearby enemies.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Fire] = true,
            [SkillType.Cascadable] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.63,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "firestorm_base_area_of_effect_+%",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1200, 300, -55, -30, 30, 10, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Edit

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