The Bolt Juggler
Demon
Can have up to 12 additional Traps placed at a time
300% increased Quantity of Items Dropped
800% increased Rarity of Items Dropped
monster additional quantity of dropped items in cruel +% [300]
monster additional quantity of dropped items in merciless +% [600]
monster additional rarity of dropped items in cruel +% [300]
monster additional rarity of dropped items in merciless +% [600]
monster no map drops [1]
Traps cannot be Damaged for +4 seconds after being Thrown
Mines cannot be Damaged for +4 seconds after being thrown
monster is invasion boss [1]
level 33 or lower damage +% final [-20]
level 33 or lower life +% final [-20]
SpectreN
AreaInvasionBoss
End Game50% increased maximum Life
Tagscaster, cold_affinity, demon, fire_affinity, flesh_armour, has_one_hand_sword, has_one_handed_melee, humanoid, invasion_boss, lightning_affinity, medium_height, melee, not_int, physical_affinity, red_blood, undying, very_fast_movement
Packs
  • InvasionBoss: The Bolt Juggler, Undying Aristocrat, Undying Aristocrat
  • Life
    220%
    Armour
    +30%
    Evasion
    +30%
    Ailment Threshold
    220%
    Resistance
    30 30 30 20
    Damage
    194%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 8
    Attack Time
    1.245 Second
    Damage Spread
    ±20%
    Experience
    200%
    Model Size
    150%
    Type
    CityStalkerBossInvasion
    Metadata
    CityStalkerFemaleBossInvasion
    Level
    68
    Life
    14,153
    Armour
    37,427
    Evasion
    6,161
    Energy Shield
    0
    Damage
    725
    Spell Damage
    725
    Accuracy
    290
    Attack Time
    1.245
    Experience
    20,510
    Ailment Threshold
    14,153
    Chill
    45
    Shock
    45
    Brittle
    253
    Scorch
    45
    Sap
    124
    MeleeAtAnimationSpeedUnique
    Attack, RangedAttack, MirageArcherCanUse, Projectile, MeleeSingleTarget, Multistrikeable, Melee, ProjectilesFromUser
    Default Attack
    Base Damage: 580–870
    Critical Strike Chance: 5%
    Attack Time: 1.245 sec
    Strike your foes down with a powerful blow.
    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]
    MonsterLightningTrapInvasion
    Spell, Damage, Projectile, ProjectilesFromUser, Trapped, Mineable, Lightning
    Lightning Trap
    Critical Strike Chance: 4%
    Cast Time: 1 sec
    Cooldown Time: 3 sec
    Throws a trap that launches a ring of projectiles through the enemy that set it off, dealing lightning damage to them and subsequent targets.
    Deals 351.9 to 1056 Lightning Damage
    Trap lasts +5 seconds
    Fires 11 additional Projectiles
    Throw up to 2 additional Traps
    Fires Projectiles in a circle
    base is projectile [1]
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]
    trap variation [16]
    MonsterLightningTrapSingleInvasion
    Spell, Damage, Projectile, ProjectilesFromUser, Trapped, Mineable, Lightning
    Lightning Trap
    Critical Strike Chance: 4%
    Cast Time: 1 sec
    Cooldown Time: 1.2 sec
    Throws a trap that launches a ring of projectiles through the enemy that set it off, dealing lightning damage to them and subsequent targets.
    Deals 440.3 to 1321 Lightning Damage
    Trap lasts +5 seconds
    Fires 11 additional Projectiles
    Fires Projectiles in a circle
    base is projectile [1]
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]
    trap variation [16]
    IceNovaTrapSideAreaBoss
    Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Cold, CanRapidFire, AreaSpell, Nova
    Ice Nova
    Cast Time: 0.8 sec
    A circle of ice expands from the caster.
    Deals 382.9 to 598.3 Cold Damage
    Skills Repeat an additional 8 Times
    Traps Trigger at the end of their Duration
    Trap lasts +6 seconds
    40% less Cast Speed
    Base radius is 2.6 metres
    active skill area of effect radius +% final [85]
    base skill is trapped [1]
    create trap at target location [1]
    ignores trap and mine cooldown limit [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    trap variation [9]
    MonsterFireTrapInvasion
    Spell, Duration, Damage, Mineable, Area, CausesBurning, Trapped, DamageOverTime, Fire, AreaSpell
    Fire Trap
    Critical Strike Chance: 5%
    Cast Time: 1 sec
    Cooldown Time: 3 sec
    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.
    Trap lasts +30 seconds
    Deals 465.1 Base Fire Damage per second
    Base duration is 8 seconds
    Deals 669.8 to 1116 Fire Damage
    active skill area of effect radius +% final [100]
    base skill is trapped [1]
    ignores trap and mine cooldown limit [1]
    is area damage [1]
    monster penalty against minions damage +% final vs player minions [-25]
    trap variation [1]

    Object Type

    version 2
    extends "Metadata/Monsters/CityStalkers/CityStalker"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/CityStalkers/CityStalker"
    
    Life
    {
    	on_death = "DetachAllContainingText( ice );"
    	on_spawned_dead = "DetachAllContainingText( ice );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Undying/CityStalkerFemaleBossInvasion"] = {
        name = "The Bolt Juggler",
        life = 2.2,
        fireResist = 30,
        coldResist = 30,
        lightningResist = 30,
        chaosResist = 20,
        damage = 1.94,
        damageSpread = 0.2,
        attackTime = 1.245,
        attackRange = 8,
        accuracy = 1,
        skillList = {
            "IceNovaTrapSideAreaBoss",
            "MeleeAtAnimationSpeedUnique",
            "MonsterFireTrapInvasion",
            "MonsterLightningTrapInvasion",
            "MonsterLightningTrapSingleInvasion",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["IceNovaTrapSideAreaBoss"] = {
        name = "Ice Nova",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "A circle of ice expands from the caster.",
        skillTypes = {
            [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.Cold] = true,
            [SkillType.CanRapidFire] = true,
            [SkillType.AreaSpell] = true,
            [SkillType.Nova] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.8,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_cold_damage",
            "spell_maximum_base_cold_damage",
            "skill_repeat_count",
            "active_skill_area_of_effect_radius_+%_final",
            "active_skill_base_area_of_effect_radius",
            "base_trap_duration",
            "active_skill_cast_speed_+%_final",
            "trap_variation",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "base_skill_is_trapped",
            "is_area_damage",
            "is_trap",
            "ignores_trap_and_mine_cooldown_limit",
            "traps_explode_on_timeout",
            "create_trap_at_target_location",
        },
        levels = {
            [1] = {0.80000001192093, 1.25, 1, 15, 26, 6000, -40, 9, -25, levelRequirement = 3, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.25, 5, 50, 26, 6000, -40, 9, -25, levelRequirement = 35, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.25, 8, 85, 26, 6000, -40, 9, -25, levelRequirement = 64, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MeleeAtAnimationSpeedUnique"] = {
        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["MonsterFireTrapInvasion"] = {
        name = "Fire Trap",
        hidden = true,
        color = "2",
        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",
            "base_trap_duration",
            "base_skill_effect_duration",
            "trap_variation",
            "monster_penalty_against_minions_damage_+%_final_vs_player_minions",
            "is_area_damage",
            "base_skill_is_trapped",
            "ignores_trap_and_mine_cooldown_limit",
            "is_trap",
        },
        levels = {
            [1] = {0.40000000596046, 0.60000002384186, 1.5, 30000, 8000, 1, -25, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 3},  cost = { }, },
            [2] = {0.40000000596046, 0.60000002384186, 1.5, 60, 30000, 8000, 1, -25, critChance = 5, levelRequirement = 38, statInterpolation = {3, 3, 3, 1},  cost = { }, },
            [3] = {0.60000002384186, 1, 1.5, 100, 30000, 8000, 1, -25, critChance = 5, levelRequirement = 55, statInterpolation = {3, 3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterLightningTrapInvasion"] = {
        name = "Lightning Trap",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that launches a ring of projectiles through the enemy that set it off, dealing lightning damage to them and subsequent targets.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Trapped] = true,
            [SkillType.Mineable] = true,
            [SkillType.Lightning] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "number_of_additional_projectiles",
            "number_of_additional_traps_to_throw",
            "base_trap_duration",
            "trap_variation",
            "projectiles_nova",
            "is_trap",
            "base_skill_is_trapped",
            "base_is_projectile",
            "ignores_trap_and_mine_cooldown_limit",
        },
        levels = {
            [1] = {0.5, 1.5, 4, 2, 5000, 16, critChance = 4, levelRequirement = 3, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [2] = {0.5, 1.5, 5, 2, 5000, 16, critChance = 4, levelRequirement = 5, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [3] = {0.5, 1.5, 6, 2, 5000, 16, critChance = 4, levelRequirement = 8, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [4] = {0.5, 1.5, 7, 2, 5000, 16, critChance = 4, levelRequirement = 10, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [5] = {0.5, 1.5, 8, 2, 5000, 16, critChance = 4, levelRequirement = 12, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [6] = {0.5, 1.5, 9, 2, 5000, 16, critChance = 4, levelRequirement = 14, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [7] = {0.5, 1.5, 10, 2, 5000, 16, critChance = 4, levelRequirement = 17, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [8] = {0.5, 1.5, 9, 2, 5000, 16, critChance = 4, levelRequirement = 20, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [9] = {0.5, 1.5, 10, 2, 5000, 16, critChance = 4, levelRequirement = 24, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [10] = {0.5, 1.5, 11, 2, 5000, 16, critChance = 4, levelRequirement = 30, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [11] = {0.5, 1.5, 11, 2, 5000, 16, critChance = 4, levelRequirement = 36, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [12] = {0.5, 1.5, 11, 2, 5000, 16, critChance = 4, levelRequirement = 65, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [13] = {0.5, 1.5, 11, 2, 5000, 16, critChance = 4, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [14] = {0.5, 1.5, 11, 2, 5000, 16, critChance = 4, levelRequirement = 73, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [15] = {0.5, 1.5, 12, 2, 5000, 16, critChance = 4, levelRequirement = 77, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [16] = {0.5, 1.5, 12, 3, 5000, 16, critChance = 4, levelRequirement = 79, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [17] = {0.5, 1.5, 13, 3, 5000, 16, critChance = 4, levelRequirement = 80, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MonsterLightningTrapSingleInvasion"] = {
        name = "Lightning Trap",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Throws a trap that launches a ring of projectiles through the enemy that set it off, dealing lightning damage to them and subsequent targets.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Trapped] = true,
            [SkillType.Mineable] = true,
            [SkillType.Lightning] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_trap_duration",
            "number_of_additional_projectiles",
            "trap_variation",
            "projectiles_nova",
            "is_trap",
            "base_skill_is_trapped",
            "base_is_projectile",
            "ignores_trap_and_mine_cooldown_limit",
        },
        levels = {
            [1] = {0.5, 1.5, 5000, 11, 16, critChance = 4, levelRequirement = 2, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    Can have up to 12 additional Traps placed at a time
    IdMonsterIncreasedTrapsAllowed
    FamilyTrapsAllowed
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • number of additional traps allowed Min: 12 Max: 12 Global
  • 300% increased Quantity of Items Dropped
    800% increased Rarity of Items Dropped
    IdMonsterInvasionBoss
    FamilyMonsterInvasionBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster dropped item rarity +% Min: 800 Max: 800 Global
  • monster dropped item quantity +% Min: 300 Max: 300 Global
  • monster additional quantity of dropped items in cruel +% [300]
    monster additional quantity of dropped items in merciless +% [600]
    monster additional rarity of dropped items in cruel +% [300]
    monster additional rarity of dropped items in merciless +% [600]
    IdMonsterInvasionMercilessDrops1
    FamilyMonsterMercilessDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster additional rarity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional quantity of dropped items in cruel +% Min: 300 Max: 300 Global
  • monster additional rarity of dropped items in merciless +% Min: 600 Max: 600 Global
  • monster additional quantity of dropped items in merciless +% Min: 600 Max: 600 Global
  • monster no map drops [1]
    IdMonsterNoMapDrops
    FamilyMonsterNoMapDrops
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster no map drops Min: 1 Max: 1 Global
  • Traps cannot be Damaged for +4 seconds after being Thrown
    Mines cannot be Damaged for +4 seconds after being thrown
    IdMonsterImplicitTrapsInvulnerable4Sec
    FamilyMonsterTrapsInvulnerable
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • mines invulnerable for duration ms Min: 4000 Max: 4000 Global
  • traps invulnerable for duration ms Min: 4000 Max: 4000 Global
  • monster is invasion boss [1]
    IdIsInvasionBoss
    FamilyMonsterIsInvasionBoss
    DomainsMonster (3)
    GenerationTypeUnique (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
    DomainsMonster (3)
    GenerationTypeUnique (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.