Poporo, the Highest Spire
Construct
+2 to maximum number of Summoned Totems
totem art variation [1]
Monsters grant 100% increased Experience
15000% increased Rarity of Items Dropped
cannot be stunned for ms after stun finished [2000]
cannot be stunned while stunned [1]
SpectreN
Tagscaster, construct, I_see_brothers_card, immobile, is_unarmed, large_model, lightning_affinity, medium_height, mud_blood, not_dex, ranged, stone_armour
Life
400%
Energy Shield From Life
50%
Armour
+50%
Ailment Threshold
400%
Resistance
40 40 40 25
Damage
200%
Accuracy
100%
Critical Strike Chance
+5%
Critical Strike Multiplier
+130%
Attack Distance
6 ~ 6
Attack Time
1.5 Second
Damage Spread
±0%
Experience
200%
Model Size
180%
Type
TotemMapBossLightning
Metadata
TotemMapBossLightning
Level
68
Life
557,385
Armour
43,185
Evasion
4,739
Energy Shield
3,064
Damage
851
Spell Damage
1,270
Accuracy
290
Attack Time
1.005
Experience
112,805
Ailment Threshold
351,153
Chill
1,110
Shock
1,110
Brittle
6,282
Scorch
1,110
Sap
3,068
TotemMapBossShockNovaTotem
Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire, AreaSpell, Nova
Shock Nova
Critical Strike Chance: 3%
Cast Time: 0.75 sec
Cooldown Time: 2 sec
Casts a ring of Lightning around you, followed by a larger Lightning nova. Each effect hits enemies caught in their area with Lightning Damage.
Deals 280 to 840 Lightning Damage
Totem lasts 10 seconds
Summons a Totem which uses this Skill
15% chance to Shock enemies
Ring deals 50% less Damage
active skill area of effect radius +% final [20]
base active skill totem level [68]
base skill is totemified [1]
base totem range [160]
is area damage [1]
TotemMapBossLightningMortarProjectile
Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
Cast Time: 1 sec
Cooldown Time: 2 sec
Generic monster mortar skill. Like Monster Projectile but has an impact effect.
Deals 1141 to 1711 Lightning Damage
Skills Repeat an additional 6 Times
100% increased Cast Speed
base is projectile [1]
is area damage [1]
projectile speed variation +% [10]
projectile spread radius [20]
projectiles not offset [1]
LightningOrbs
Damage, Area, Lightning, Spell, AreaSpell
Cast Time: 1 sec
Cooldown Time: 6 sec
Deals 232.7 to 349.1 Lightning Damage
Fires 4 additional Projectiles
98% reduced Movement Speed
active skill area of effect radius +% final [30]
base projectile ground effect duration [4000]
is area damage [1]
projectiles drop ground lightning [1]
RepeatedPulseLightningTotemBoss
Spell, Area, Duration, Cold, Fire, Lightning, AreaSpell
Cast Time: 3 sec
Cooldown Time: 15 sec
-10% to Lightning Resistance
Base duration is 3 seconds
LightningProjectileSpiralTotemBossTeamBAtollDaemon
Spell, Projectile, ProjectilesFromUser, Triggerable
Cast Time: 1 sec
Deals 440.3 to 1321 Lightning Damage
Fires 50 Projectiles in a spiral
base is projectile [1]
cast when triggered by other skill % [100]
monster projectile variation [4]
monster reverse point blank damage -% at minimum range [40]
projectile spiral nova time ms [3000]

Object Type

version 2
extends "Metadata/Monsters/Totems/TotemBoss"

Transitionable
{
	
}

Stats
{
	set_immune_to_curses = 0
}

Object Type Codes

version 2
extends "Metadata/Monsters/Totems/TotemBoss"
-- src\Data\Spectres.lua
minions["Metadata/Monsters/Totems/TotemMapBossLightning"] = {
    name = "Poporo, the Highest Spire",
    life = 4,
    energyShield = 0.5,
    fireResist = 40,
    coldResist = 40,
    lightningResist = 40,
    chaosResist = 25,
    damage = 2,
    damageSpread = 0,
    attackTime = 1.5,
    attackRange = 6,
    accuracy = 1,
    skillList = {
        "LightningProjectileSpiralTotemBossTeamBAtollDaemon",
        "TotemMapBossLightningMortarProjectile",
        "TotemMapBossShockNovaTotem",
        "RepeatedPulseLightningTotemBoss",
        "LightningOrbs",
    },
    modList = {
    },
}
-- src\Data\Skills\spectre.lua
skills["LightningProjectileSpiralTotemBossTeamBAtollDaemon"] = {
    name = "LightningProjectileSpiralTotemBossTeamBAtollDaemon",
    hidden = true,
    color = "3",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Projectile] = true,
        [SkillType.ProjectilesFromUser] = true,
        [SkillType.Triggerable] = 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",
        "monster_projectile_variation",
        "base_number_of_projectiles_in_spiral_nova",
        "projectile_spiral_nova_time_ms",
        "projectile_spiral_nova_angle",
        "monster_reverse_point_blank_damage_-%_at_minimum_range",
        "cast_when_triggered_by_other_skill_%",
        "base_is_projectile",
    },
    levels = {
        [1] = {0.5, 1.5, 4, 50, 3000, 4500, 40, 100, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TotemMapBossLightningMortarProjectile"] = {
    name = "TotemMapBossLightningMortarProjectile",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
    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_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "skill_repeat_count",
        "base_cast_speed_+%",
        "projectile_spread_radius",
        "projectile_speed_variation_+%",
        "is_area_damage",
        "base_is_projectile",
        "projectiles_not_offset",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 4, 80, 20, 10, levelRequirement = 1, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [2] = {0.80000001192093, 1.2000000476837, 6, 100, 20, 10, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["TotemMapBossShockNovaTotem"] = {
    name = "Shock Nova",
    hidden = true,
    color = "1",
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    description = "Casts a ring of Lightning around you, followed by a larger Lightning nova. Each effect hits enemies caught in their area with Lightning Damage.",
    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.Lightning] = true,
        [SkillType.CanRapidFire] = true,
        [SkillType.AreaSpell] = true,
        [SkillType.Nova] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 0.75,
    baseFlags = {
        area = true,
        spell = true,
        totem = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "base_active_skill_totem_level",
        "base_totem_duration",
        "base_totem_range",
        "newshocknova_first_ring_damage_+%_final",
        "base_chance_to_shock_%",
        "is_area_damage",
        "is_totem",
        "base_skill_is_totemified",
    },
    levels = {
        [1] = {0.5, 1.5, 4, 10000, 160, -50, 15, critChance = 3, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
        [2] = {0.5, 1.5, 8, 10000, 160, -50, 15, critChance = 3, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
        [3] = {0.5, 1.5, 11, 10000, 160, -50, 15, critChance = 3, levelRequirement = 11, statInterpolation = {3, 3, 1},  cost = { }, },
        [4] = {0.5, 1.5, 12, 10000, 160, -50, 15, critChance = 3, levelRequirement = 12, statInterpolation = {3, 3, 1},  cost = { }, },
        [5] = {0.5, 1.5, 17, 10000, 160, -50, 15, critChance = 3, levelRequirement = 17, statInterpolation = {3, 3, 1},  cost = { }, },
        [6] = {0.5, 1.5, 22, 10000, 160, -50, 15, critChance = 3, levelRequirement = 22, statInterpolation = {3, 3, 1},  cost = { }, },
        [7] = {0.5, 1.5, 29, 10000, 160, -50, 15, critChance = 3, levelRequirement = 29, statInterpolation = {3, 3, 1},  cost = { }, },
        [8] = {0.5, 1.5, 31, 10000, 160, -50, 15, critChance = 3, levelRequirement = 31, statInterpolation = {3, 3, 1},  cost = { }, },
        [9] = {0.5, 1.5, 35, 10000, 160, -50, 15, critChance = 3, levelRequirement = 35, statInterpolation = {3, 3, 1},  cost = { }, },
        [10] = {0.5, 1.5, 37, 10000, 160, -50, 15, critChance = 3, levelRequirement = 37, statInterpolation = {3, 3, 1},  cost = { }, },
        [11] = {0.5, 1.5, 40, 10000, 160, -50, 15, critChance = 3, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
        [12] = {0.5, 1.5, 45, 20, 10000, 160, -50, 15, critChance = 3, levelRequirement = 45, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [13] = {0.5, 1.5, 50, 20, 10000, 160, -50, 15, critChance = 3, levelRequirement = 50, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [14] = {0.5, 1.5, 53, 20, 10000, 160, -50, 15, critChance = 3, levelRequirement = 53, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [15] = {0.5, 1.5, 58, 20, 10000, 160, -50, 15, critChance = 3, levelRequirement = 58, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [16] = {0.5, 1.5, 65, 20, 10000, 160, -50, 15, critChance = 3, levelRequirement = 65, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [17] = {0.5, 1.5, 66, 20, 10000, 160, -50, 15, critChance = 3, levelRequirement = 66, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [18] = {0.5, 1.5, 67, 20, 10000, 160, -50, 15, critChance = 3, levelRequirement = 67, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [19] = {0.5, 1.5, 68, 20, 10000, 160, -50, 15, critChance = 3, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [20] = {0.5, 1.5, 69, 20, 10000, 160, -50, 15, critChance = 3, levelRequirement = 69, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [21] = {0.5, 1.5, 70, 20, 10000, 160, -50, 15, critChance = 3, levelRequirement = 70, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [22] = {0.5, 1.5, 71, 20, 10000, 160, -50, 15, critChance = 3, levelRequirement = 71, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [23] = {0.5, 1.5, 72, 30, 10000, 160, -50, 15, critChance = 3, levelRequirement = 72, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [24] = {0.5, 1.5, 73, 30, 10000, 160, -50, 15, critChance = 3, levelRequirement = 73, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [25] = {0.5, 1.5, 74, 30, 10000, 160, -50, 15, critChance = 3, levelRequirement = 74, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [26] = {0.5, 1.5, 75, 30, 10000, 160, -50, 15, critChance = 3, levelRequirement = 75, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [27] = {0.5, 1.5, 76, 30, 10000, 160, -50, 15, critChance = 3, levelRequirement = 76, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [28] = {0.5, 1.5, 77, 30, 10000, 160, -50, 15, critChance = 3, levelRequirement = 77, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [29] = {0.5, 1.5, 78, 30, 10000, 160, -50, 15, critChance = 3, levelRequirement = 78, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [30] = {0.5, 1.5, 79, 30, 10000, 160, -50, 15, critChance = 3, levelRequirement = 79, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [31] = {0.5, 1.5, 80, 30, 10000, 160, -50, 15, critChance = 3, levelRequirement = 80, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [32] = {0.5, 1.5, 81, 30, 10000, 160, -50, 15, critChance = 3, levelRequirement = 81, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        [33] = {0.5, 1.5, 82, 30, 10000, 160, -50, 15, critChance = 3, levelRequirement = 82, statInterpolation = {3, 3, 1, 1},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["RepeatedPulseLightningTotemBoss"] = {
    name = "RepeatedPulseLightningTotemBoss",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Spell] = true,
        [SkillType.Area] = true,
        [SkillType.Duration] = true,
        [SkillType.Cold] = true,
        [SkillType.Fire] = true,
        [SkillType.Lightning] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 3,
    baseFlags = {
        area = true,
        spell = true,
        duration = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "base_lightning_damage_resistance_%",
        "base_skill_effect_duration",
    },
    levels = {
        [1] = {-10, 3000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
    },
}
-- src\Data\Skills\spectre.lua
skills["LightningOrbs"] = {
    name = "LightningOrbs",
    hidden = true,
    color = 4,
    baseEffectiveness = 0,
    incrementalEffectiveness = 0,
    skillTypes = {
        [SkillType.Damage] = true,
        [SkillType.Area] = true,
        [SkillType.Lightning] = true,
        [SkillType.Spell] = true,
        [SkillType.AreaSpell] = true,
    },
    statDescriptionScope = "skill_stat_descriptions",
    castTime = 1,
    baseFlags = {
        area = true,
        spell = true,
    },
    baseMods = {
    },
    qualityStats = {
    },
    stats = {
        "spell_minimum_base_lightning_damage",
        "spell_maximum_base_lightning_damage",
        "number_of_additional_projectiles",
        "base_movement_velocity_+%",
        "base_projectile_ground_effect_duration",
        "active_skill_area_of_effect_radius_+%_final",
        "is_area_damage",
        "projectiles_drop_ground_lightning",
    },
    levels = {
        [1] = {0.80000001192093, 1.2000000476837, 4, -98, 4000, 30, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
    },
}
+2 to maximum number of Summoned Totems
IdMonsterTwoAdditionalTotems
FamilyAdditionalTotems
DomainsMonster (3)
GenerationTypeUnique (3)
Req. level1
Stats
  • number of additional totems allowed Min: 2 Max: 2 Global
  • totem art variation [1]
    IdMonsterTotemVariationTiki
    FamilyTotemVariation
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • totem art variation Min: 1 Max: 1 Global
  • Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • Poporo, the Highest Spire
    Construct
    +5 to maximum number of Summoned Totems
    totem art variation [1]
    damage vs tiki totems +% [300]
    Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    857% increased Totem Life
    SpectreN
    AreaPlateau Map
    Tagscaster, construct, immobile, is_unarmed, large_height, large_model, lightning_affinity, mud_blood, non_unique_map_boss, not_dex, ranged, stone_armour
    Life
    400%
    Energy Shield From Life
    50%
    Armour
    +50%
    Ailment Threshold
    400%
    Resistance
    40 40 40 25
    Damage
    200%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Experience
    200%
    Model Size
    180%
    Type
    TotemMapBossLightningPlateau
    Metadata
    TotemMapBossLightningPlateau
    Level
    83
    Life
    10,136,607
    Armour
    138,716
    Evasion
    7,860
    Energy Shield
    7,660
    Damage
    2,051
    Spell Damage
    3,061
    Accuracy
    518
    Attack Time
    1.005
    Experience
    144,452
    Ailment Threshold
    4,764,205
    Chill
    15,064
    Shock
    15,064
    Brittle
    85,227
    Scorch
    15,064
    Sap
    41,620
    TotemMapBossSparkTotems
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Spark
    Critical Strike Chance: 5%
    Effectiveness of Added Damage: 50%
    Cast Time: 0.65 sec
    Launches unpredictable sparks that move randomly until they hit an enemy or expire.
    Deals 326.6 to 1061 Lightning Damage
    Totem lasts 8 seconds
    Base duration is 1.75 seconds
    Fires 2 additional Projectiles
    Summons a Totem which uses this Skill
    25% increased Projectile Speed
    base active skill totem level [82]
    base is projectile [1]
    base totem range [80]
    number of totems summoned in formation [1]
    TotemMapBossLightningMortarProjectile
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Cast Time: 1 sec
    Cooldown Time: 2 sec
    Generic monster mortar skill. Like Monster Projectile but has an impact effect.
    Deals 2239 to 3359 Lightning Damage
    Skills Repeat an additional 6 Times
    100% increased Cast Speed
    base is projectile [1]
    is area damage [1]
    projectile speed variation +% [10]
    projectile spread radius [20]
    projectiles not offset [1]
    TotemMapBossLightningStormCascade
    Spell, Damage, Area, Fire, Triggerable, AreaSpell
    Cast Time: 1 sec
    Cooldown Time: 10 sec
    Deals 565.2 to 1413 Lightning Damage
    Base duration is 2 seconds
    Base secondary duration is 1.5 seconds
    One impact every 0.27 seconds
    Causes +10 Bursts
    active skill area of effect radius +% final [-50]
    base skill show average damage instead of dps [1]
    is area damage [1]
    skill override pvp scaling time ms [450]
    LightningOrbs
    Damage, Area, Lightning, Spell, AreaSpell
    Cast Time: 1 sec
    Cooldown Time: 6 sec
    Deals 419.2 to 628.7 Lightning Damage
    Fires 4 additional Projectiles
    98% reduced Movement Speed
    active skill area of effect radius +% final [30]
    base projectile ground effect duration [4000]
    is area damage [1]
    projectiles drop ground lightning [1]
    RepeatedPulseLightningTotemBoss
    Spell, Area, Duration, Cold, Fire, Lightning, AreaSpell
    Cast Time: 3 sec
    Cooldown Time: 15 sec
    -10% to Lightning Resistance
    Base duration is 3 seconds
    LightningProjectileSpiralTotemBossTeamBAtollDaemon
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Cast Time: 1 sec
    Deals 785 to 2355 Lightning Damage
    Fires 50 Projectiles in a spiral
    base is projectile [1]
    cast when triggered by other skill % [100]
    monster projectile variation [4]
    monster reverse point blank damage -% at minimum range [40]
    projectile spiral nova time ms [3000]

    Object Type

    version 2
    extends "Metadata/Monsters/Totems/TotemMapBossPlateauBase"
    
    Positioned
    {
    	team = 127
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Totems/TotemMapBossPlateauBase"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Totems/TotemMapBossLightningPlateau"] = {
        name = "Poporo, the Highest Spire",
        life = 4,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "TotemMapBossSparkTotems",
            "LightningProjectileSpiralTotemBossTeamBAtollDaemon",
            "TotemMapBossLightningMortarProjectile",
            "RepeatedPulseLightningTotemBoss",
            "TotemMapBossLightningStormCascade",
            "LightningOrbs",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TotemMapBossSparkTotems"] = {
        name = "Spark",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
            totem = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_active_skill_totem_level",
            "base_skill_effect_duration",
            "number_of_additional_projectiles",
            "base_totem_duration",
            "base_totem_range",
            "number_of_totems_summoned_in_formation",
            "base_projectile_speed_+%",
            "is_totem",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.050000000745058, 0.80000001192093, 4, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.050000000745058, 0.80000001192093, 8, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.050000000745058, 0.80000001192093, 11, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.050000000745058, 0.80000001192093, 15, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.050000000745058, 0.80000001192093, 20, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.050000000745058, 0.80000001192093, 28, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3, 1},  cost = { }, },
            [7] = {0.050000000745058, 0.80000001192093, 29, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3, 1},  cost = { }, },
            [8] = {0.050000000745058, 0.80000001192093, 31, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3, 1},  cost = { }, },
            [9] = {0.050000000745058, 0.80000001192093, 32, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 1},  cost = { }, },
            [10] = {0.050000000745058, 0.80000001192093, 34, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3, 1},  cost = { }, },
            [11] = {0.050000000745058, 0.80000001192093, 37, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 37, statInterpolation = {3, 3, 1},  cost = { }, },
            [12] = {0.050000000745058, 0.80000001192093, 40, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
            [13] = {0.050000000745058, 0.80000001192093, 42, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 42, statInterpolation = {3, 3, 1},  cost = { }, },
            [14] = {0.050000000745058, 0.80000001192093, 44, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3, 1},  cost = { }, },
            [15] = {0.050000000745058, 0.80000001192093, 50, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3, 1},  cost = { }, },
            [16] = {0.050000000745058, 0.80000001192093, 51, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1},  cost = { }, },
            [17] = {0.050000000745058, 0.80000001192093, 52, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
            [18] = {0.050000000745058, 0.80000001192093, 63, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 63, statInterpolation = {3, 3, 1},  cost = { }, },
            [19] = {0.050000000745058, 0.80000001192093, 65, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 65, statInterpolation = {3, 3, 1},  cost = { }, },
            [20] = {0.050000000745058, 0.80000001192093, 66, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
            [21] = {0.050000000745058, 0.80000001192093, 67, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1},  cost = { }, },
            [22] = {0.40000000596046, 1.2999999523163, 68, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [23] = {0.40000000596046, 1.2999999523163, 69, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
            [24] = {0.40000000596046, 1.2999999523163, 70, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1},  cost = { }, },
            [25] = {0.40000000596046, 1.2999999523163, 71, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1},  cost = { }, },
            [26] = {0.40000000596046, 1.2999999523163, 72, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1},  cost = { }, },
            [27] = {0.40000000596046, 1.2999999523163, 73, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1},  cost = { }, },
            [28] = {0.40000000596046, 1.2999999523163, 74, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1},  cost = { }, },
            [29] = {0.40000000596046, 1.2999999523163, 75, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
            [30] = {0.40000000596046, 1.2999999523163, 76, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1},  cost = { }, },
            [31] = {0.40000000596046, 1.2999999523163, 77, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1},  cost = { }, },
            [32] = {0.40000000596046, 1.2999999523163, 78, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1},  cost = { }, },
            [33] = {0.40000000596046, 1.2999999523163, 79, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1},  cost = { }, },
            [34] = {0.40000000596046, 1.2999999523163, 80, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1},  cost = { }, },
            [35] = {0.40000000596046, 1.2999999523163, 81, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1},  cost = { }, },
            [36] = {0.40000000596046, 1.2999999523163, 82, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LightningProjectileSpiralTotemBossTeamBAtollDaemon"] = {
        name = "LightningProjectileSpiralTotemBossTeamBAtollDaemon",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = 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",
            "monster_projectile_variation",
            "base_number_of_projectiles_in_spiral_nova",
            "projectile_spiral_nova_time_ms",
            "projectile_spiral_nova_angle",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "cast_when_triggered_by_other_skill_%",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, 4, 50, 3000, 4500, 40, 100, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TotemMapBossLightningMortarProjectile"] = {
        name = "TotemMapBossLightningMortarProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        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_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "skill_repeat_count",
            "base_cast_speed_+%",
            "projectile_spread_radius",
            "projectile_speed_variation_+%",
            "is_area_damage",
            "base_is_projectile",
            "projectiles_not_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4, 80, 20, 10, levelRequirement = 1, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 6, 100, 20, 10, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RepeatedPulseLightningTotemBoss"] = {
        name = "RepeatedPulseLightningTotemBoss",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Cold] = true,
            [SkillType.Fire] = true,
            [SkillType.Lightning] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_lightning_damage_resistance_%",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {-10, 3000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TotemMapBossLightningStormCascade"] = {
        name = "TotemMapBossLightningStormCascade",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "skill_override_pvp_scaling_time_ms",
            "upheaval_number_of_spikes",
            "base_secondary_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_show_average_damage_instead_of_dps",
            "is_area_damage",
        },
        levels = {
            [1] = {1.2000000476837, 3, 2000, 270, 450, 10, 1500, -50, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LightningOrbs"] = {
        name = "LightningOrbs",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Lightning] = true,
            [SkillType.Spell] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "number_of_additional_projectiles",
            "base_movement_velocity_+%",
            "base_projectile_ground_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "projectiles_drop_ground_lightning",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4, -98, 4000, 30, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    +5 to maximum number of Summoned Totems
    IdMonsterAdditionalTotems
    FamilyAdditionalTotems
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • number of additional totems allowed Min: 5 Max: 5 Global
  • totem art variation [1]
    IdMonsterTotemVariationTiki
    FamilyTotemVariation
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • totem art variation Min: 1 Max: 1 Global
  • damage vs tiki totems +% [300]
    IdIncreasedDamageVersusTikiTotems
    FamilyIncreasedDamageVersusTikiTotems
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • damage vs tiki totems +% Min: 300 Max: 300 Global
  • Craft Tagsdamage
    Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    857% increased Totem Life
    IdMonsterTotemLifeMapBoss
    FamilyIncreasedTotemLife
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • totem life +% Min: 857 Max: 857 Global
  • Craft Tagsresource life
    Poporo, the Highest Spire
    Construct
    +5 to maximum number of Summoned Totems
    totem art variation [1]
    damage vs tiki totems +% [300]
    Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    857% increased Totem Life
    SpectreN
    Tagscaster, construct, immobile, is_unarmed, large_height, large_model, lightning_affinity, mud_blood, not_dex, ranged, standalone_map_boss, stone_armour
    Life
    400%
    Energy Shield From Life
    50%
    Armour
    +50%
    Ailment Threshold
    400%
    Resistance
    40 40 40 25
    Damage
    200%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Experience
    200%
    Model Size
    180%
    Type
    TotemMapBossLightningPlateau
    Metadata
    TotemMapBossLightningPlateauStandalone
    Level
    68
    Life
    557,385
    Armour
    43,185
    Evasion
    4,739
    Energy Shield
    3,064
    Damage
    851
    Spell Damage
    1,270
    Accuracy
    290
    Attack Time
    1.005
    Experience
    112,805
    Ailment Threshold
    351,153
    Chill
    1,110
    Shock
    1,110
    Brittle
    6,282
    Scorch
    1,110
    Sap
    3,068
    TotemMapBossSparkTotems
    Spell, Projectile, ProjectilesFromUser, Damage, Duration, Trappable, Totemable, Mineable, Multicastable, Triggerable, Lightning, CanRapidFire
    Spark
    Critical Strike Chance: 5%
    Effectiveness of Added Damage: 50%
    Cast Time: 0.65 sec
    Launches unpredictable sparks that move randomly until they hit an enemy or expire.
    Deals 208.4 to 677.3 Lightning Damage
    Totem lasts 8 seconds
    Base duration is 1.75 seconds
    Fires 2 additional Projectiles
    Summons a Totem which uses this Skill
    25% increased Projectile Speed
    base active skill totem level [68]
    base is projectile [1]
    base totem range [80]
    number of totems summoned in formation [1]
    TotemMapBossLightningMortarProjectile
    Projectile, ProjectilesFromUser, Spell, Damage, Area, Trappable, Totemable, Mineable, Multicastable, Triggerable, AreaSpell
    Cast Time: 1 sec
    Cooldown Time: 2 sec
    Generic monster mortar skill. Like Monster Projectile but has an impact effect.
    Deals 1141 to 1711 Lightning Damage
    Skills Repeat an additional 6 Times
    100% increased Cast Speed
    base is projectile [1]
    is area damage [1]
    projectile speed variation +% [10]
    projectile spread radius [20]
    projectiles not offset [1]
    TotemMapBossLightningStormCascade
    Spell, Damage, Area, Fire, Triggerable, AreaSpell
    Cast Time: 1 sec
    Cooldown Time: 10 sec
    Deals 362.8 to 906.9 Lightning Damage
    Base duration is 2 seconds
    Base secondary duration is 1.5 seconds
    One impact every 0.27 seconds
    Causes +10 Bursts
    active skill area of effect radius +% final [-50]
    base skill show average damage instead of dps [1]
    is area damage [1]
    skill override pvp scaling time ms [450]
    LightningOrbs
    Damage, Area, Lightning, Spell, AreaSpell
    Cast Time: 1 sec
    Cooldown Time: 6 sec
    Deals 232.7 to 349.1 Lightning Damage
    Fires 4 additional Projectiles
    98% reduced Movement Speed
    active skill area of effect radius +% final [30]
    base projectile ground effect duration [4000]
    is area damage [1]
    projectiles drop ground lightning [1]
    RepeatedPulseLightningTotemBoss
    Spell, Area, Duration, Cold, Fire, Lightning, AreaSpell
    Cast Time: 3 sec
    Cooldown Time: 15 sec
    -10% to Lightning Resistance
    Base duration is 3 seconds
    LightningProjectileSpiralTotemBossTeamBAtollDaemon
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Cast Time: 1 sec
    Deals 440.3 to 1321 Lightning Damage
    Fires 50 Projectiles in a spiral
    base is projectile [1]
    cast when triggered by other skill % [100]
    monster projectile variation [4]
    monster reverse point blank damage -% at minimum range [40]
    projectile spiral nova time ms [3000]

    Object Type

    version 2
    extends "Metadata/Monsters/Totems/TotemMapBossPlateauBase"
    extends "Metadata/Monsters/StandaloneMapBoss"

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Totems/TotemMapBossPlateauBase"
    extends "Metadata/Monsters/StandaloneMapBoss"
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Totems/TotemMapBossLightningPlateauStandalone"] = {
        name = "Poporo, the Highest Spire",
        life = 4,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
            "TotemMapBossSparkTotems",
            "LightningProjectileSpiralTotemBossTeamBAtollDaemon",
            "TotemMapBossLightningMortarProjectile",
            "RepeatedPulseLightningTotemBoss",
            "TotemMapBossLightningStormCascade",
            "LightningOrbs",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TotemMapBossSparkTotems"] = {
        name = "Spark",
        hidden = true,
        color = "1",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Launches unpredictable sparks that move randomly until they hit an enemy or expire.",
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Damage] = true,
            [SkillType.Duration] = true,
            [SkillType.Trappable] = true,
            [SkillType.Totemable] = true,
            [SkillType.Mineable] = true,
            [SkillType.Multicastable] = true,
            [SkillType.Triggerable] = true,
            [SkillType.Lightning] = true,
            [SkillType.CanRapidFire] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 0.65,
        baseFlags = {
            spell = true,
            projectile = true,
            duration = true,
            totem = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_active_skill_totem_level",
            "base_skill_effect_duration",
            "number_of_additional_projectiles",
            "base_totem_duration",
            "base_totem_range",
            "number_of_totems_summoned_in_formation",
            "base_projectile_speed_+%",
            "is_totem",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.050000000745058, 0.80000001192093, 4, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 4, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.050000000745058, 0.80000001192093, 8, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 8, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.050000000745058, 0.80000001192093, 11, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 11, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.050000000745058, 0.80000001192093, 15, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 15, statInterpolation = {3, 3, 1},  cost = { }, },
            [5] = {0.050000000745058, 0.80000001192093, 20, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
            [6] = {0.050000000745058, 0.80000001192093, 28, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 28, statInterpolation = {3, 3, 1},  cost = { }, },
            [7] = {0.050000000745058, 0.80000001192093, 29, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 29, statInterpolation = {3, 3, 1},  cost = { }, },
            [8] = {0.050000000745058, 0.80000001192093, 31, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 31, statInterpolation = {3, 3, 1},  cost = { }, },
            [9] = {0.050000000745058, 0.80000001192093, 32, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 32, statInterpolation = {3, 3, 1},  cost = { }, },
            [10] = {0.050000000745058, 0.80000001192093, 34, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 34, statInterpolation = {3, 3, 1},  cost = { }, },
            [11] = {0.050000000745058, 0.80000001192093, 37, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 37, statInterpolation = {3, 3, 1},  cost = { }, },
            [12] = {0.050000000745058, 0.80000001192093, 40, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 40, statInterpolation = {3, 3, 1},  cost = { }, },
            [13] = {0.050000000745058, 0.80000001192093, 42, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 42, statInterpolation = {3, 3, 1},  cost = { }, },
            [14] = {0.050000000745058, 0.80000001192093, 44, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 44, statInterpolation = {3, 3, 1},  cost = { }, },
            [15] = {0.050000000745058, 0.80000001192093, 50, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 50, statInterpolation = {3, 3, 1},  cost = { }, },
            [16] = {0.050000000745058, 0.80000001192093, 51, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 51, statInterpolation = {3, 3, 1},  cost = { }, },
            [17] = {0.050000000745058, 0.80000001192093, 52, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 52, statInterpolation = {3, 3, 1},  cost = { }, },
            [18] = {0.050000000745058, 0.80000001192093, 63, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 63, statInterpolation = {3, 3, 1},  cost = { }, },
            [19] = {0.050000000745058, 0.80000001192093, 65, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 65, statInterpolation = {3, 3, 1},  cost = { }, },
            [20] = {0.050000000745058, 0.80000001192093, 66, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 66, statInterpolation = {3, 3, 1},  cost = { }, },
            [21] = {0.050000000745058, 0.80000001192093, 67, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 67, statInterpolation = {3, 3, 1},  cost = { }, },
            [22] = {0.40000000596046, 1.2999999523163, 68, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
            [23] = {0.40000000596046, 1.2999999523163, 69, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 69, statInterpolation = {3, 3, 1},  cost = { }, },
            [24] = {0.40000000596046, 1.2999999523163, 70, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 70, statInterpolation = {3, 3, 1},  cost = { }, },
            [25] = {0.40000000596046, 1.2999999523163, 71, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 71, statInterpolation = {3, 3, 1},  cost = { }, },
            [26] = {0.40000000596046, 1.2999999523163, 72, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 72, statInterpolation = {3, 3, 1},  cost = { }, },
            [27] = {0.40000000596046, 1.2999999523163, 73, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 73, statInterpolation = {3, 3, 1},  cost = { }, },
            [28] = {0.40000000596046, 1.2999999523163, 74, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 74, statInterpolation = {3, 3, 1},  cost = { }, },
            [29] = {0.40000000596046, 1.2999999523163, 75, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 75, statInterpolation = {3, 3, 1},  cost = { }, },
            [30] = {0.40000000596046, 1.2999999523163, 76, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 76, statInterpolation = {3, 3, 1},  cost = { }, },
            [31] = {0.40000000596046, 1.2999999523163, 77, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 77, statInterpolation = {3, 3, 1},  cost = { }, },
            [32] = {0.40000000596046, 1.2999999523163, 78, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 78, statInterpolation = {3, 3, 1},  cost = { }, },
            [33] = {0.40000000596046, 1.2999999523163, 79, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 79, statInterpolation = {3, 3, 1},  cost = { }, },
            [34] = {0.40000000596046, 1.2999999523163, 80, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 80, statInterpolation = {3, 3, 1},  cost = { }, },
            [35] = {0.40000000596046, 1.2999999523163, 81, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 81, statInterpolation = {3, 3, 1},  cost = { }, },
            [36] = {0.40000000596046, 1.2999999523163, 82, 1750, 2, 8000, 80, 1, 25, critChance = 5, levelRequirement = 82, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LightningProjectileSpiralTotemBossTeamBAtollDaemon"] = {
        name = "LightningProjectileSpiralTotemBossTeamBAtollDaemon",
        hidden = true,
        color = "3",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = 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",
            "monster_projectile_variation",
            "base_number_of_projectiles_in_spiral_nova",
            "projectile_spiral_nova_time_ms",
            "projectile_spiral_nova_angle",
            "monster_reverse_point_blank_damage_-%_at_minimum_range",
            "cast_when_triggered_by_other_skill_%",
            "base_is_projectile",
        },
        levels = {
            [1] = {0.5, 1.5, 4, 50, 3000, 4500, 40, 100, levelRequirement = 3, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TotemMapBossLightningMortarProjectile"] = {
        name = "TotemMapBossLightningMortarProjectile",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        description = "Generic monster mortar skill. Like Monster Projectile but has an impact effect.",
        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_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "skill_repeat_count",
            "base_cast_speed_+%",
            "projectile_spread_radius",
            "projectile_speed_variation_+%",
            "is_area_damage",
            "base_is_projectile",
            "projectiles_not_offset",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4, 80, 20, 10, levelRequirement = 1, statInterpolation = {3, 3, 1, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 6, 100, 20, 10, levelRequirement = 68, statInterpolation = {3, 3, 1, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["RepeatedPulseLightningTotemBoss"] = {
        name = "RepeatedPulseLightningTotemBoss",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Area] = true,
            [SkillType.Duration] = true,
            [SkillType.Cold] = true,
            [SkillType.Fire] = true,
            [SkillType.Lightning] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            area = true,
            spell = true,
            duration = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "base_lightning_damage_resistance_%",
            "base_skill_effect_duration",
        },
        levels = {
            [1] = {-10, 3000, levelRequirement = 1, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["TotemMapBossLightningStormCascade"] = {
        name = "TotemMapBossLightningStormCascade",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Fire] = true,
            [SkillType.Triggerable] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "base_skill_effect_duration",
            "fire_storm_fireball_delay_ms",
            "skill_override_pvp_scaling_time_ms",
            "upheaval_number_of_spikes",
            "base_secondary_skill_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "base_skill_show_average_damage_instead_of_dps",
            "is_area_damage",
        },
        levels = {
            [1] = {1.2000000476837, 3, 2000, 270, 450, 10, 1500, -50, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["LightningOrbs"] = {
        name = "LightningOrbs",
        hidden = true,
        color = 4,
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Damage] = true,
            [SkillType.Area] = true,
            [SkillType.Lightning] = true,
            [SkillType.Spell] = true,
            [SkillType.AreaSpell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            area = true,
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_lightning_damage",
            "spell_maximum_base_lightning_damage",
            "number_of_additional_projectiles",
            "base_movement_velocity_+%",
            "base_projectile_ground_effect_duration",
            "active_skill_area_of_effect_radius_+%_final",
            "is_area_damage",
            "projectiles_drop_ground_lightning",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 4, -98, 4000, 30, levelRequirement = 68, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    
    +5 to maximum number of Summoned Totems
    IdMonsterAdditionalTotems
    FamilyAdditionalTotems
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • number of additional totems allowed Min: 5 Max: 5 Global
  • totem art variation [1]
    IdMonsterTotemVariationTiki
    FamilyTotemVariation
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • totem art variation Min: 1 Max: 1 Global
  • damage vs tiki totems +% [300]
    IdIncreasedDamageVersusTikiTotems
    FamilyIncreasedDamageVersusTikiTotems
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • damage vs tiki totems +% Min: 300 Max: 300 Global
  • Craft Tagsdamage
    Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    857% increased Totem Life
    IdMonsterTotemLifeMapBoss
    FamilyIncreasedTotemLife
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • totem life +% Min: 857 Max: 857 Global
  • Craft Tagsresource life
    Poporo, the Highest Spire
    Construct
    +5 to maximum number of Summoned Totems
    totem art variation [1]
    damage vs tiki totems +% [300]
    Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    857% increased Totem Life
    SpectreN
    Tagsconstruct, elder_map_boss, immobile, is_unarmed, large_height, large_model, mud_blood, non_attacking, not_dex, stone_armour
    Life
    400%
    Energy Shield From Life
    50%
    Armour
    +50%
    Ailment Threshold
    400%
    Resistance
    40 40 40 25
    Damage
    200%
    Accuracy
    100%
    Critical Strike Chance
    +5%
    Critical Strike Multiplier
    +130%
    Attack Distance
    6 ~ 6
    Attack Time
    1.5 Second
    Damage Spread
    ±0%
    Experience
    200%
    Model Size
    180%
    Type
    TotemMapBossLightningPlateau
    Metadata
    TotemMapBossLightningPlateauElder

    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
    }

    Object Type Codes

    version 2
    extends "Metadata/Monsters/Monster"
    
    BaseEvents
    {
    	on_construction_complete = "AddEffectPack( Metadata/Effects/Spells/monsters_effects/AtlasofWorldsBosses/Elder/entrance/affecting_target_instant.epk );"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/Totems/TotemMapBossLightningPlateauElder"] = {
        name = "Poporo, the Highest Spire",
        life = 4,
        energyShield = 0.5,
        fireResist = 40,
        coldResist = 40,
        lightningResist = 40,
        chaosResist = 25,
        damage = 2,
        damageSpread = 0,
        attackTime = 1.5,
        attackRange = 6,
        accuracy = 1,
        skillList = {
        },
        modList = {
        },
    }
    
    +5 to maximum number of Summoned Totems
    IdMonsterAdditionalTotems
    FamilyAdditionalTotems
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • number of additional totems allowed Min: 5 Max: 5 Global
  • totem art variation [1]
    IdMonsterTotemVariationTiki
    FamilyTotemVariation
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • totem art variation Min: 1 Max: 1 Global
  • damage vs tiki totems +% [300]
    IdIncreasedDamageVersusTikiTotems
    FamilyIncreasedDamageVersusTikiTotems
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • damage vs tiki totems +% Min: 300 Max: 300 Global
  • Craft Tagsdamage
    Monsters grant 100% increased Experience
    15000% increased Rarity of Items Dropped
    IdMonsterMapBoss
    FamilyMonsterMapBoss
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • monster slain experience +% Min: 100 Max: 100 Global
  • monster dropped item rarity +% Min: 15000 Max: 15000 Global
  • cannot be stunned for ms after stun finished [2000]
    cannot be stunned while stunned [1]
    IdStunRepeatImmunityMapBoss_
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • cannot be stunned while stunned Min: 1 Max: 1 Global
  • cannot be stunned for ms after stun finished Min: 2000 Max: 2000 Global
  • IdNothing
    FamilyNothing
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    857% increased Totem Life
    IdMonsterTotemLifeMapBoss
    FamilyIncreasedTotemLife
    DomainsMonster (3)
    GenerationTypeUnique (3)
    Req. level1
    Stats
  • totem life +% Min: 857 Max: 857 Global
  • Craft Tagsresource life
    Edit

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