MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Curador Miem
Demonio
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
monster dropped item rarity +% [0]
monster throws fire bombs text [1]
monster additional quantity of dropped items in cruel +% [500]
monster additional quantity of dropped items in merciless +% [1000]
monster additional rarity of dropped items in cruel +% [750]
monster additional rarity of dropped items in merciless +% [1500]
Permite colocar hasta 50 trampas adicionales a la vez
monster no map drops [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Curator Miem
Spectre
AreaHorno abandonado, Cuartel evacuado, Quebrada olvidada, Horno abandonado, Cuartel evacuado, Quebrada olvidada
TagsLanzador de hechizos, demon, extra_large_height, fast_movement, fire_affinity, flesh_armour, humanoid, is_unarmed, not_int, not_str, ranged, red_blood, slashing_weapon, undying, vaalsidearea_boss
Vida
160%
Evasión
+100%
Ailment Threshold
160%
Resistencia
IconEnemyResistanceFire30% IconEnemyResistanceCold30% IconEnemyResistanceLightning30% IconEnemyResistanceChaos20%
Damage
300%
Precisión
100%
Probabilidad de golpe crítico
+5%
Multiplicador de golpe crítico
+130%
Attack Distance
6 ~ 7
Attack Time
1.5 Second
Damage Spread
±20%
Experiencia
200%
Model Size
169%
Type
PyromaniacBossSideArea
Metadata
PyromaniacBossSideArea
Nivel
68
Vida
10,293
Armadura
28,790
Evasión
9,478
Damage
1,121
Daño de hechizos
1,121
Precisión
580
Attack Time
1.5
Experiencia
20,510
Minion Life
2,233
Minion Damage
895
Ailment Threshold
10,293
Chill
33
Shock
33
Brittle
184
Scorch
33
Sap
90
Phys Convert Ele
240%
MonsterFireBombBossSideArea
Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Fire, AreaSpell
Trampa de fuego
Probabilidad de golpe crítico: 5%
Tiempo de lanzamiento: 1 seg
Lanza una trampa que explota cuando se activa. La explosión inflige daño de fuego a los enemigos circundantes y deja un área de suelo incendiado que daña a los enemigos que caminen sobre ella.
La duración base es de 4.5 segundos
Inflige de 1376 a 2064 de daño de fuego
Lanza hasta 2 trampas adicionales
base fire damage to deal per minute [40130]
base skill is trapped [1]
base trap duration [2500]
ignores trap and mine cooldown limit [1]
is area damage [1]
monster penalty against minions damage +% final vs player minions [-25]
trap variation [1]
groundfire
PyroFireballBossSideArea
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
Bola de fuego
Probabilidad de golpe crítico: 6%
Tiempo de lanzamiento: 0.85 seg
Lanza una bola de fuego hacia un objetivo que explota y daña a los enemigos cercanos.
Inflige de 305.2 a 457.8 de daño de fuego
Dispara 3 proyectiles adicionales
Velocidad de lanzamiento de hechizos aumentada un 120%
El radio base es de 0.9 metros
base is projectile [1]
spell maximum action distance +% [-50]
iconfireball

Object Type

version 2
extends "Metadata/Monsters/Monster"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Pyromaniac/PyromaniacBossSideArea"] = {
    fireResist = 30,
    coldResist = 30,
    lightningResist = 30,
    chaosResist = 20,
    name = "Curator Miem",
    life = 1.6,
    damage = 3,
    damageSpread = 0.2,
    attackTime = 1.5,
    attackRange = 7,
    accuracy = 1,
    skillList = {
        "PyroFireballBossSideArea",
        "MonsterFireBombBossSideArea",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["PyroFireballBossSideArea"] = {
    name = "Fireball",
    hidden = true,
    color = "4",
    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 = 0.85,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "number_of_additional_projectiles",
        "spell_maximum_action_distance_+%",
        "base_cast_speed_+%",
        "active_skill_base_area_of_effect_radius",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 0, -50, 120, 9, critChance = 6, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 2, -50, 120, 9, critChance = 6, levelRequirement = 36, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 3, -50, 120, 9, critChance = 6, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["MonsterFireBombBossSideArea"] = {
    name = "Fire Trap",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Throws a trap that explodes when triggered, dealing fire damage to surrounding enemies and leaving an area of burning ground that damages enemies who walk through it.",
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Duration] = true,
        [SkillType.Damage] = true,
        [SkillType.Mineable] = true,
        [SkillType.Area] = true,
        [SkillType.CausesBurning] = true,
        [SkillType.Trapped] = true,
        [SkillType.DamageOverTime] = true,
        [SkillType.Fire] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_fire_damage",
        "spell_maximum_base_fire_damage",
        "base_fire_damage_to_deal_per_minute",
        "number_of_additional_traps_to_throw",
        "base_trap_duration",
        "base_skill_effect_duration",
        "trap_variation",
        "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
        "is_trap",
        "is_area_damage",
        "base_skill_is_trapped",
        "ignores_trap_and_mine_cooldown_limit",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 1.3999999761581, 0, 2500, 4500, 1, -25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 1.3999999761581, 1, 2500, 4500, 1, -25, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        [3] = {0.80000001192093, 1.2000000476837, 1.3999999761581, 2, 2500, 4500, 1, -25, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 3, 1},  cost = { }, },
    },
}
monster dropped item rarity +% [0]
FamilyMonsterSideAreaBoss
Domainsmonstruo (3)
GenerationTypeÚnicos (3)
Req. level1
Stats
  • monster dropped item rarity +% 0 0 Global
  • monster throws fire bombs text [1]
    FamilyMonsterThrowsFireBombsText
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster throws fire bombs text 1 1 Global — Valor fijo
  • NameHeraldo de Llama
    FamilyMonsterNemesis
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    monster additional quantity of dropped items in cruel +% [500]
    monster additional quantity of dropped items in merciless +% [1000]
    monster additional rarity of dropped items in cruel +% [750]
    monster additional rarity of dropped items in merciless +% [1500]
    FamilyMonsterMercilessDrops
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% 750 750 Global
  • monster additional quantity of dropped items in cruel +% 500 500 Global
  • monster additional rarity of dropped items in merciless +% 1500 1500 Global
  • monster additional quantity of dropped items in merciless +% 1000 1000 Global
  • Permite colocar hasta 50 trampas adicionales a la vez
    FamilyTrapsAllowed
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • number of additional traps allowed 50 50 Global
  • monster no map drops [1]
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster no map drops 1 1 Global — Valor fijo
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    FamilyMoreLifeBelowLevelThreshold
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • level 33 or lower life +% final -20 -20 Global
  • level 33 or lower damage +% final -20 -20 Global
  • Craft Tagsresource Vida Daño
    Curador Miem
    Demonio
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    monster dropped item rarity +% [0]
    monster additional quantity of dropped items in cruel +% [500]
    monster additional quantity of dropped items in merciless +% [1000]
    monster additional rarity of dropped items in cruel +% [750]
    monster additional rarity of dropped items in merciless +% [1500]
    Permite colocar hasta 50 trampas adicionales a la vez
    monster no map drops [1]
    monster is invasion boss [1]
    level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    Curator Miem
    Spectre
    AreaInvasionBoss
    End GameVida máxima aumentada un 50%
    TagsLanzador de hechizos, demon, extra_large_height, fast_movement, fire_affinity, flesh_armour, humanoid, invasion_boss, is_unarmed, not_int, not_str, ranged, red_blood, slashing_weapon, undying
    Packs
  • InvasionBoss: Curador Miem, Incinerador imperecedero, Desdichado imperecedero, Desdichado imperecedero
  • Vida
    160%
    Evasión
    +100%
    Ailment Threshold
    160%
    Resistencia
    IconEnemyResistanceFire30% IconEnemyResistanceCold30% IconEnemyResistanceLightning30% IconEnemyResistanceChaos20%
    Damage
    300%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 7
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    169%
    Type
    PyromaniacBossSideArea
    Metadata
    PyromaniacBossSideAreaInvasion
    Nivel
    68
    Vida
    10,293
    Armadura
    28,790
    Evasión
    9,478
    Damage
    1,121
    Daño de hechizos
    1,121
    Precisión
    580
    Attack Time
    1.5
    Experiencia
    20,510
    Minion Life
    2,233
    Minion Damage
    895
    Ailment Threshold
    10,293
    Chill
    33
    Shock
    33
    Brittle
    184
    Scorch
    33
    Sap
    90
    Phys Convert Ele
    240%
    MonsterFireBombBossSideArea
    Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Fire, AreaSpell
    Trampa de fuego
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Lanza una trampa que explota cuando se activa. La explosión inflige daño de fuego a los enemigos circundantes y deja un área de suelo incendiado que daña a los enemigos que caminen sobre ella.
    La duración base es de 4.5 segundos
    Inflige de 1376 a 2064 de daño de fuego
    Lanza hasta 2 trampas adicionales
    base fire damage to deal per minute [40130]
    base skill is trapped [1]
    base trap duration [2500]
    ignores trap and mine cooldown limit [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    trap variation [1]
    groundfire
    PyroFireballBossSideArea
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Fire, CanRapidFire, AreaSpell
    Bola de fuego
    Probabilidad de golpe crítico: 6%
    Tiempo de lanzamiento: 0.85 seg
    Lanza una bola de fuego hacia un objetivo que explota y daña a los enemigos cercanos.
    Inflige de 305.2 a 457.8 de daño de fuego
    Dispara 3 proyectiles adicionales
    Velocidad de lanzamiento de hechizos aumentada un 120%
    El radio base es de 0.9 metros
    base is projectile [1]
    spell maximum action distance +% [-50]
    iconfireball

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Pyromaniac/PyromaniacBossSideAreaInvasion"] = {
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        name = "Curator Miem",
        life = 1.6,
        damage = 3,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 7,
        accuracy = 1,
        skillList = {
            "PyroFireballBossSideArea",
            "MonsterFireBombBossSideArea",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["PyroFireballBossSideArea"] = {
        name = "Fireball",
        hidden = true,
        color = "4",
        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 = 0.85,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "number_of_additional_projectiles",
            "spell_maximum_action_distance_+%",
            "base_cast_speed_+%",
            "active_skill_base_area_of_effect_radius",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, -50, 120, 9, critChance = 6, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 2, -50, 120, 9, critChance = 6, levelRequirement = 36, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 3, -50, 120, 9, critChance = 6, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterFireBombBossSideArea"] = {
        name = "Fire Trap",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that explodes when triggered, dealing fire damage to surrounding enemies and leaving an area of burning ground that damages enemies who walk through it.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Duration] = true,
            [SkillType.Damage] = true,
            [SkillType.Mineable] = true,
            [SkillType.Area] = true,
            [SkillType.CausesBurning] = true,
            [SkillType.Trapped] = true,
            [SkillType.DamageOverTime] = true,
            [SkillType.Fire] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "base_fire_damage_to_deal_per_minute",
            "number_of_additional_traps_to_throw",
            "base_trap_duration",
            "base_skill_effect_duration",
            "trap_variation",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_trap",
            "is_area_damage",
            "base_skill_is_trapped",
            "ignores_trap_and_mine_cooldown_limit",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1.3999999761581, 0, 2500, 4500, 1, -25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 1.3999999761581, 1, 2500, 4500, 1, -25, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 1.3999999761581, 2, 2500, 4500, 1, -25, critChance = 5, levelRequirement = 56, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        },
    }
    
    monster dropped item rarity +% [0]
    FamilyMonsterSideAreaBoss
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster dropped item rarity +% 0 0 Global
  • NameHeraldo de Llama
    FamilyMonsterNemesis
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    monster additional quantity of dropped items in cruel +% [500]
    monster additional quantity of dropped items in merciless +% [1000]
    monster additional rarity of dropped items in cruel +% [750]
    monster additional rarity of dropped items in merciless +% [1500]
    FamilyMonsterMercilessDrops
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% 750 750 Global
  • monster additional quantity of dropped items in cruel +% 500 500 Global
  • monster additional rarity of dropped items in merciless +% 1500 1500 Global
  • monster additional quantity of dropped items in merciless +% 1000 1000 Global
  • Permite colocar hasta 50 trampas adicionales a la vez
    FamilyTrapsAllowed
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • number of additional traps allowed 50 50 Global
  • monster no map drops [1]
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster no map drops 1 1 Global — Valor fijo
  • monster is invasion boss [1]
    FamilyMonsterIsInvasionBoss
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster is invasion boss 1 1 Global — Valor fijo
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    FamilyMoreLifeBelowLevelThreshold
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • level 33 or lower life +% final -20 -20 Global
  • level 33 or lower damage +% final -20 -20 Global
  • Craft Tagsresource Vida Daño
    Edit

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