Madre del Enjambre
Bestia
Grupo: Insectos
Familia: Las Cavernas
El 50% del daño físico se convierte en daño de fuego
monster dropped item quantity +% [300]
monster dropped item rarity +% [800]
grant actor scale +% to aura owner on death [1]
grant attack speed +% to aura owner on death [1]
grant cast speed +% to aura owner on death [1]
grant damage reduction % to aura owner on death [1]
soul is consumed on death [1]
monster no map drops [1]
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
Mother of the Swarm
SpectreN
AreaInvasionBoss
End GameVida máxima aumentada un 50%
Tagsanimal_claw_weapon, beast, Lanzador de hechizos, extra_large_height, fire_affinity, flesh_armour, insect, insect_blood, invasion_boss, is_unarmed, large_model, physical_affinity, ranged, summoner, very_slow_movement
Packs
  • InvasionBoss: Madre del Enjambre, Reina de Carroña, Plaga Carroñera
  • Vida
    240%
    Ailment Threshold
    240%
    Resistencia
    30 30 30 20
    Damage
    168%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de Golpe Crítico
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±20%
    Experiencia
    200%
    Model Size
    124%
    Type
    InsectSpawnerBossInvasion
    Metadata
    CarrionQueenBossInvasion
    Nivel
    68
    Vida
    15,440
    Armadura
    28,790
    Evasión
    4,739
    Escudo de energía
    0
    Damage
    628
    Daño de hechizos
    628
    Precisión
    290
    Attack Time
    1.5
    Experiencia
    20,510
    Ailment Threshold
    15,440
    Chill
    49
    Shock
    49
    Brittle
    276
    Scorch
    49
    Sap
    135
    InsectSpawnerSpitInvasion
    Attack, Projectile, ProjectilesFromUser
    Base Damage: 502–753
    Probabilidad de golpe crítico: 5%
    Attack Time: 1.5 seg
    De 34.35 a 51.53 de daño de fuego agregado
    Agrega de 114.5 a 143.1 de daño físico a los ataques
    base is projectile [1]
    monster reverse point blank damage -% at minimum range [30]
    InsectSpawnerSpawnInvasion
    Spell, Minion, CreatesMinion
    Tiempo de lanzamiento: 2.5 seg
    number of insects allowed [10]
    MonsterDetonateDeadSideAreaBoss
    Spell, Area, Damage, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 1.5 seg
    La duración base es de 1 segundos
    La duración secundaria base es de 0.5 segundos
    Inflige de 87.71 a 131.6 de daño de fuego
    La explosión inflige daño de fuego base igual al 1% de la vida máxima del cadáver
    Provoca +6 estallidos
    is area damage [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    Render
    {
         //turn_duration = 0.4
         visual_size_index = 1
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/InsectSpawner/CarrionQueenBossInvasion"] = {
        name = "Mother of the Swarm",
        life = 2.4,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.68,
        damageSpread = 0.2,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "InsectSpawnerSpitInvasion",
            "InsectSpawnerSpawnInvasion",
            "MonsterDetonateDeadSideAreaBoss",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["InsectSpawnerSpitInvasion"] = {
        name = "InsectSpawnerSpitInvasion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Attack] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            attack = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "attack_minimum_added_fire_damage",
            "attack_maximum_added_fire_damage",
            "attack_minimum_added_physical_damage",
            "attack_maximum_added_physical_damage",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.18000000715256, 0.27000001072884, 0.60000002384186, 0.75, 30, levelRequirement = 4, statInterpolation = {3, 3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["InsectSpawnerSpawnInvasion"] = {
        name = "InsectSpawnerSpawnInvasion",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Minion] = true,
            [SkillType.CreatesMinion] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.5,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "number_of_insects_allowed",
        },
        levels = {
            [1] = {10, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterDetonateDeadSideAreaBoss"] = {
        name = "MonsterDetonateDeadSideAreaBoss",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Damage] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_fire_damage",
            "spell_maximum_base_fire_damage",
            "corpse_explosion_monster_life_%",
            "base_skill_effect_duration",
            "base_secondary_skill_effect_duration",
            "upheaval_number_of_spikes",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 1, 1000, 500, 6, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    El 50% del daño físico se convierte en daño de fuego
    IdMonsterConvertToFireDamage2
    FamilyFireDamageAsPortionOfDamage
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • base physical damage % to convert to fire Min: 50 Max: 50 Global
  • Craft Tagsphysical_damage elemental_damage damage physical elemental fire
    monster dropped item quantity +% [300]
    monster dropped item rarity +% [800]
    IdMonsterInvasionBoss
    FamilyMonsterInvasionBoss
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 800 Max: 800 Global
  • monster dropped item quantity +% Min: 300 Max: 300 Global
  • grant actor scale +% to aura owner on death [1]
    grant attack speed +% to aura owner on death [1]
    grant cast speed +% to aura owner on death [1]
    grant damage reduction % to aura owner on death [1]
    soul is consumed on death [1]
    IdMonsterImplicitNemesisSoulEaterInvasion
    NameDevorador de almas
    FamilyMonsterNemesis
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • soul is consumed on death Min: 1 Max: 1 Global
  • grant cast speed +% to aura owner on death Min: 1 Max: 1 Global
  • grant actor scale +% to aura owner on death Min: 1 Max: 1 Global
  • grant attack speed +% to aura owner on death Min: 1 Max: 1 Global
  • grant damage reduction % to aura owner on death Min: 1 Max: 1 Global
  • Craft Tagsattack caster speed aura
    Devorador de almas
    Radio: 30
    Devorador de almas
    grant actor scale +% to aura owner on death [1]
    grant attack speed +% to aura owner on death [1]
    grant cast speed +% to aura owner on death [1]
    grant damage reduction % to aura owner on death [1]
    soul is consumed on death [1]
    Soul Eater
    monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • monster is invasion boss Min: 1 Max: 1 Global
  • level 33 or lower damage +% final [-20]
    level 33 or lower life +% final [-20]
    IdMonsterLifeAndDamageLessBelowLevel33
    FamilyMoreLifeBelowLevelThreshold
    Domainsmonstruo (3)
    GenerationTypeÚnico (3)
    Req. level1
    Stats
  • level 33 or lower life +% final Min: -20 Max: -20 Global
  • level 33 or lower damage +% final Min: -20 Max: -20 Global
  • Craft Tagsresource life damage
    Edit

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