MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
La Sirène sanguine
Démon
IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
monster dropped item rarity +% [15000]
monster slain experience +% [100]
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
The Sanguine Siren
Spectre
AreaTemple pourpre, Carte
TagsLanceur de sorts, cultist, demon, ghost_armour, ghost_blood, is_unarmed, medium_height, non_unique_map_boss, not_str, physical_affinity, puncturing_weapon, ranged, slow_movement
Vie
400%
Energy Shield From Life
25%
Évasion
+25%
Ailment Threshold
400%
Résistance
IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
Damage
220%
Précision
100%
Chances de coup critique
+5%
Multiplicateur de coups critiques
+130%
Attack Distance
6 ~ 9
Attack Time
2.25 Second
Damage Spread
±20%
Expérience
200%
Model Size
135%
Type
BansheeMapBoss
Metadata
BansheeMapBoss
Niveau
81
Vie
7,066,660
Armure
79,317
Score d'Évasion
9,203
Bouclier d'énergie
13,582
Damage
2,012
Dégâts des sorts
3,003
Précision
960
Attack Time
1.5075
Expérience
141,493
Minion Life
1,369,939
Minion Energy Shield
2,633
Minion Damage
1,686
Ailment Threshold
3,321,330
Chill
10,502
Shock
10,502
Brittle
59,415
Scorch
10,502
Sap
29,015
Phys Convert Ele
300%
BansheeScreechMapBoss
Spell, Multicastable, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 1.2 sec.
curse on hit level temporal chains [15]
is area damage [1]
spell maximum base physical damage [922.8]
spell minimum base physical damage [615.2]
BansheeScreechMapBossGeometrySpell
Spell, Triggerable
Chances de coup critique: 5%
Temps d'incantation: 1.2 sec.
curse on hit level temporal chains [15]
is area damage [1]
spell maximum base physical damage [922.8]
spell minimum base physical damage [615.2]
TeleportMarkerBanshee
Spell
Temps d'incantation: 0.2 sec.
Temps de recharge: 12 sec.
BansheeBloodMortar
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Mortier
Temps d'incantation: 1 sec.
Ressemble à la compétence de mortier des monstres, mais laisse un effet au sol à l'impact.
base is projectile [1]
base projectile ground caustic cloud damage per minute [95701]
ground caustic art variation [2]
is area damage [1]
monster projectile variation [8]
projectile spread radius [10]
projectile spread radius per additional projectile [3]
spell maximum base physical damage [1148]
spell minimum base physical damage [765.6]
TriggerCascadeBanshee
Triggerable
Temps de recharge: 10 sec.
trigger cascade A [20]
trigger cascade C [-12]
trigger cascade ms between spikes [200]
trigger cascade number of spikes [4]
BansheeBubbleBurstTriggered
Spell, Damage, Area, Triggerable, Triggered, AreaSpell
Chances de coup critique: 5%
Temps d'incantation: 2 sec.
cast on trigger cascade event % [100]
cluster burst spawn amount [2]
is area damage [1]
spell maximum base physical damage [516.6]
spell minimum base physical damage [344.4]
spell uncastable if triggerable [1]

Object Type

version 2
extends "Metadata/Monsters/Monster"

Transitionable
{
}
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Banshee/BansheeMapBoss"] = {
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    name = "The Sanguine Siren",
    life = 4,
    energyShield = 0.25,
    damage = 2.2,
    damageSpread = 0.2,
    attackTime = 2.25,
    attackRange = 9,
    accuracy = 1,
    skillList = {
        "BansheeScreechMapBoss",
        "BansheeScreechMapBossGeometrySpell",
        "BansheeBloodMortar",
        "TeleportMarkerBanshee",
        "BansheeBubbleBurstTriggered",
        "TriggerCascadeBanshee",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["BansheeScreechMapBoss"] = {
    name = "BansheeScreechMapBoss",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Multicastable] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.2,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "curse_on_hit_level_temporal_chains",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 15, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BansheeScreechMapBossGeometrySpell"] = {
    name = "BansheeScreechMapBossGeometrySpell",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1.2,
    baseFlags = {
        spell = true,
        area = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "curse_on_hit_level_temporal_chains",
        "is_area_damage",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 15, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BansheeBloodMortar"] = {
    name = "Mortar",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Like monster mortar skill, but leaves a ground effect on impact.",
    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.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
        projectile = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "base_projectile_ground_caustic_cloud_damage_per_minute",
        "monster_projectile_variation",
        "projectile_spread_radius",
        "ground_caustic_art_variation",
        "projectile_spread_radius_per_additional_projectile",
        "is_area_damage",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 6, 8, 10, 2, 3, levelRequirement = 68, statInterpolation = {3, 3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TeleportMarkerBanshee"] = {
    name = "TeleportMarkerBanshee",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.2,
    baseFlags = {
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
    },
    levels = {
        [1] = {levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["BansheeBubbleBurstTriggered"] = {
    name = "BansheeBubbleBurstTriggered",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Triggerable] = true,
        [SkillType.Triggered] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_physical_damage",
        "spell_maximum_base_physical_damage",
        "cluster_burst_spawn_amount",
        "cast_on_trigger_cascade_event_%",
        "is_area_damage",
        "spell_uncastable_if_triggerable",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 2, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TriggerCascadeBanshee"] = {
    name = "TriggerCascadeBanshee",
    hidden = true,
    color = "4",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Triggerable] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 2.3,
    baseFlags = {
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "trigger_cascade_number_of_spikes",
        "trigger_cascade_A",
        "trigger_cascade_ms_between_spikes",
        "trigger_cascade_C",
    },
    levels = {
        [1] = {4, 20, 200, -12, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
monster dropped item rarity +% [15000]
monster slain experience +% [100]
FamilyMonsterMapBoss
Domainsmonstre (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valeur fixe
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • keyval
    Stats.item_drop_slots1
    Stats.energy_shield_recharge_rate_per_minute_%2000
    Stats.mana_regeneration_rate_per_minute_%100
    Stats.base_maximum_mana200
    Stats.maximum_physical_damage_reduction_%75
    Stats.max_viper_strike_orbs4
    Stats.base_maximum_all_resistances_%75
    Stats.max_fuse_arrow_orbs5
    Stats.max_fire_beam_stacks8
    Stats.max_charged_attack_stacks10
    Stats.base_critical_strike_multiplier130
    Stats.critical_ailment_dot_multiplier_+30
    Stats.max_endurance_charges3
    Stats.max_frenzy_charges3
    Stats.max_power_charges3
    Stats.base_attack_speed_+%_per_frenzy_charge4
    Stats.base_attack_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.base_cast_speed_+%_per_frenzy_charge4
    Stats.base_cast_speed_+%_per_frenzy_charge_if_not_player_minion11
    Stats.movement_velocity_+%_per_frenzy_charge_if_not_player_minion5
    Stats.object_inherent_damage_+%_final_per_frenzy_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge4
    Stats.physical_damage_reduction_%_per_endurance_charge_if_not_player_minion11
    Stats.resist_all_elements_%_per_endurance_charge4
    Stats.resist_all_elements_%_per_endurance_charge_if_not_player_minion11
    Stats.critical_strike_chance_+%_per_power_charge50
    Stats.critical_strike_chance_+%_per_power_charge_if_not_player_minion150
    Stats.maximum_block_%75
    Stats.base_maximum_spell_block_%75
    Stats.base_number_of_totems_allowed1
    Stats.base_number_of_traps_allowed3
    Stats.base_number_of_remote_mines_allowed5
    Stats.movement_velocity_cap128
    Stats.maximum_life_leech_rate_%_per_minute1200
    Stats.maximum_mana_leech_rate_%_per_minute1200
    Stats.maximum_energy_shield_leech_rate_%_per_minute600
    Stats.monster_ignite_damage_+%_final-72
    Stats.monster_bleeding_damage_+%_final-86
    Stats.monster_poison_damage_+%_final-50
    Stats.bleeding_moving_damage_%_of_base_override500
    Stats.max_azurite_debuff_stacks10
    Stats.impaled_debuff_base_duration_ms8000
    Stats.impaled_debuff_number_of_reflected_hits5
    Stats.ignore_skill_weapon_restrictions1
    Stats.base_total_number_of_sigils_allowed3
    Stats.maximum_life_leech_amount_per_leech_%_max_life10
    Stats.maximum_mana_leech_amount_per_leech_%_max_mana10
    Stats.maximum_energy_shield_leech_amount_per_leech_%_max_energy_shield10
    Stats.object_inherent_melee_hit_stun_duration_+%_final20
    Stats.scale_melee_range_to_actor_scale1
    Stats.use_melee_pattern_range1
    Stats.actor_scale_+%_limit100
    Stats.damage_taken_when_hit_+%_final_per_fortification-1
    Stats.base_max_fortification20
    Stats.soul_eater_maximum_stacks45
    ObjectMagicProperties.stat_description_listMetadata/StatDescriptions/monster_stat_descriptions.txt
    Positioned.blockingtrue
    Positioned.team0
    Positioned.serialise_collidabletrue
    BaseEvents.server_onlytrue
    Actor.basic_actionMove, Flee, StrafeLeft, StrafeRight, Advance, DoNothing, MonsterPickup
    Actor.slow_animations_go_to_idletrue
    La Sirène sanguine
    Démon
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    The Sanguine Siren
    Spectre
    TagsLanceur de sorts, cultist, demon, ghost_armour, ghost_blood, is_unarmed, medium_height, not_str, physical_affinity, puncturing_weapon, ranged, slow_movement, standalone_map_boss
    Vie
    400%
    Energy Shield From Life
    25%
    Évasion
    +25%
    Ailment Threshold
    400%
    Résistance
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    Damage
    220%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    2.25 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    135%
    Type
    BansheeMapBoss
    Metadata
    BansheeMapBossStandalone
    Niveau
    68
    Vie
    557,385
    Armure
    28,790
    Score d'Évasion
    5,924
    Bouclier d'énergie
    6,127
    Damage
    936
    Dégâts des sorts
    1,397
    Précision
    580
    Attack Time
    1.5075
    Expérience
    112,805
    Minion Life
    120,902
    Minion Energy Shield
    1,329
    Minion Damage
    747
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    Phys Convert Ele
    240%
    BansheeScreechMapBoss
    Spell, Multicastable, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 1.2 sec.
    curse on hit level temporal chains [15]
    is area damage [1]
    spell maximum base physical damage [505.6]
    spell minimum base physical damage [337]
    BansheeScreechMapBossGeometrySpell
    Spell, Triggerable
    Chances de coup critique: 5%
    Temps d'incantation: 1.2 sec.
    curse on hit level temporal chains [15]
    is area damage [1]
    spell maximum base physical damage [505.6]
    spell minimum base physical damage [337]
    BansheeBloodMortar
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Mortier
    Temps d'incantation: 1 sec.
    Ressemble à la compétence de mortier des monstres, mais laisse un effet au sol à l'impact.
    base is projectile [1]
    base projectile ground caustic cloud damage per minute [52429]
    ground caustic art variation [2]
    is area damage [1]
    monster projectile variation [8]
    projectile spread radius [10]
    projectile spread radius per additional projectile [3]
    spell maximum base physical damage [629.1]
    spell minimum base physical damage [419.4]
    TriggerCascadeBanshee
    Triggerable
    Temps de recharge: 10 sec.
    trigger cascade A [20]
    trigger cascade C [-12]
    trigger cascade ms between spikes [200]
    trigger cascade number of spikes [4]
    BansheeBubbleBurstTriggered
    Spell, Damage, Area, Triggerable, Triggered, AreaSpell
    Chances de coup critique: 5%
    Temps d'incantation: 2 sec.
    cast on trigger cascade event % [100]
    cluster burst spawn amount [2]
    is area damage [1]
    spell maximum base physical damage [364.7]
    spell minimum base physical damage [243.1]
    spell uncastable if triggerable [1]

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Banshee/BansheeMapBossStandalone"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "The Sanguine Siren",
        life = 4,
        energyShield = 0.25,
        damage = 2.2,
        damageSpread = 0.2,
        attackTime = 2.25,
        attackRange = 9,
        accuracy = 1,
        skillList = {
            "BansheeScreechMapBoss",
            "BansheeScreechMapBossGeometrySpell",
            "BansheeBloodMortar",
            "BansheeBubbleBurstTriggered",
            "TriggerCascadeBanshee",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BansheeScreechMapBoss"] = {
        name = "BansheeScreechMapBoss",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "curse_on_hit_level_temporal_chains",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BansheeScreechMapBossGeometrySpell"] = {
        name = "BansheeScreechMapBossGeometrySpell",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.2,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "curse_on_hit_level_temporal_chains",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 15, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BansheeBloodMortar"] = {
        name = "Mortar",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Like monster mortar skill, but leaves a ground effect on impact.",
        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.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "base_projectile_ground_caustic_cloud_damage_per_minute",
            "monster_projectile_variation",
            "projectile_spread_radius",
            "ground_caustic_art_variation",
            "projectile_spread_radius_per_additional_projectile",
            "is_area_damage",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 6, 8, 10, 2, 3, levelRequirement = 68, statInterpolation = {3, 3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["BansheeBubbleBurstTriggered"] = {
        name = "BansheeBubbleBurstTriggered",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Triggered] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "cluster_burst_spawn_amount",
            "cast_on_trigger_cascade_event_%",
            "is_area_damage",
            "spell_uncastable_if_triggerable",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 2, 100, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TriggerCascadeBanshee"] = {
        name = "TriggerCascadeBanshee",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2.3,
        baseFlags = {
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "trigger_cascade_number_of_spikes",
            "trigger_cascade_A",
            "trigger_cascade_ms_between_spikes",
            "trigger_cascade_C",
        },
        levels = {
            [1] = {4, 20, 200, -12, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valeur fixe
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • keyval
    Stats.monster_uses_map_boss_difficulty_scaling1
    La Sirène sanguine
    Démon
    IconEnemyResistanceFire IconEnemyResistanceCold IconEnemyResistanceLightning IconEnemyResistanceChaos
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    The Sanguine Siren
    Spectre
    Tagscultist, demon, elder_map_boss, ghost_armour, ghost_blood, is_unarmed, medium_height, non_attacking, not_str, puncturing_weapon, slow_movement
    Vie
    400%
    Energy Shield From Life
    25%
    Évasion
    +25%
    Ailment Threshold
    400%
    Résistance
    IconEnemyResistanceFire40% IconEnemyResistanceCold40% IconEnemyResistanceLightning40% IconEnemyResistanceChaos25%
    Damage
    220%
    Précision
    100%
    Chances de coup critique
    +5%
    Multiplicateur de coups critiques
    +130%
    Attack Distance
    6 ~ 9
    Attack Time
    2.25 Second
    Damage Spread
    ±20%
    Expérience
    200%
    Model Size
    135%
    Type
    BansheeMapBoss
    Metadata
    BansheeMapBossElder

    Object Type

    version 2
    extends "Metadata/Monsters/Monster"
    
    Life
    {
    	corpse_usable = false
    }
    
    Stats
    {
    	base_cannot_be_damaged = 1
    	base_cannot_be_stunned = 1
    	cannot_be_knocked_back = 1
    	is_hidden_monster = 1
    	immune_to_curses = 1
    	immune_to_auras_from_other_entities = 1
    	set_immune_vaal_lighting_warp = 1
    }
    
    Transitionable
    {
    	
    }
    
    Preload
    {
    	preload_object = "Metadata/Monsters/ElderBosses/ElderAbsorb"
    	preload_object = "Metadata/MiscellaneousObjects/ElderPortal"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Banshee/BansheeMapBossElder"] = {
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        name = "The Sanguine Siren",
        life = 4,
        energyShield = 0.25,
        damage = 2.2,
        damageSpread = 0.2,
        attackTime = 2.25,
        attackRange = 9,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    monster dropped item rarity +% [15000]
    monster slain experience +% [100]
    FamilyMonsterMapBoss
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% 100 100 Global
  • monster dropped item rarity +% 15000 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    FamilyNothing
    Domainsmonstre (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned 1 1 Global — Valeur fixe
  • cannot be stunned for ms after stun finished 2000 2000 Global
  • Edit

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