MirageVillageShippingSanctumArchnemesisExpeditionDetonatorUltimatumAltarRitualRuneHeistSumgglersCacheHarvestPortalAfflictionInitiatorBlightCoreLegionInitiatorBetrayalSymbolCatarinaDelveMineralVeinIncursionCraftingBenchBestiaryRareMonsterAbyssBreachEssenceStrongboxShrine
Druida del Círculo roto
Humanoide
IconEnemyResistanceFireStrong
{{Rúnico}}
monster beyond portal chance +% final [-35]
monster hellscape charge +% [-35]
Elimina todo el escudo de energía
monster gain base ward equal to total maximum life % [30]
Druid of the Broken Circle
Spectre
Spectre OverrideMetadata/Monsters/LeagueExpedition/BoneCultist/ExpeditionBoneCultistSpectre
Tagsbone_armour, Lanzador de hechizos, chaos_affinity, human, humanoid, is_runic_monster, is_unarmed, ranged, red_blood, very_slow_movement, ward_armour
Packs
  • Druida del Círculo roto
  • Druida del Círculo roto, Conjurarunas exhumado, Soldado exhumado
  • Vida
    280%
    Ward From Life
    30%
    Ailment Threshold
    199%
    Resistencia
    IconEnemyResistanceFireStrong75% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    140%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.32 Second
    Damage Spread
    ±20%
    Experiencia
    140%
    Model Size
    100%
    Type
    ExpeditionBoneCultist
    Metadata
    ExpeditionBoneCultist
    Nivel
    68
    Vida
    18,013
    Armadura
    28,790
    Evasión
    4,739
    Damage
    523
    Daño de hechizos
    523
    Precisión
    580
    Attack Time
    1.32
    Experiencia
    14,357
    Minion Life
    3,907
    Minion Damage
    418
    Ailment Threshold
    12,802
    Chill
    40
    Shock
    40
    Brittle
    229
    Scorch
    40
    Sap
    112
    Phys Convert Ele
    240%
    MPSExpeditionBoneCultistProjectiles
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 1.333 seg
    El 20% del daño físico se convierte en daño de caos
    base is projectile [1]
    monster projectile variation [192]
    projectile uses contact position [1]
    spell maximum action distance +% [-55]
    spell maximum base physical damage [707.7]
    spell minimum base physical damage [471.8]
    GPSBoneCultistOrb
    Spell, Triggerable
    Tiempo de lanzamiento: 3 seg
    Tiempo de recarga: 15 seg
    Dispara 3 proyectiles adicionales
    El 20% del daño físico se convierte en daño de caos
    base is projectile [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-58]
    spell maximum base physical damage [306.1]
    spell minimum base physical damage [204.1]
    use scaled contact offset [1]
    GSExpeditionBoneCultistOrbExplosion
    Spell, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 1.5 seg
    El 20% del daño físico se convierte en daño de caos
    is area damage [1]
    spell maximum base physical damage [539.9]
    spell minimum base physical damage [359.9]
    SpawnObjectExpeditionBoneCultistEgg
    Triggerable, Spell
    Tiempo de lanzamiento: 2 seg
    spell maximum action distance +% [-60]
    GSExpeditionBoneCultistEggExplosion
    Spell, Triggerable
    Tiempo de lanzamiento: 1 seg
    El 35% del daño físico se convierte en daño de caos
    is area damage [1]
    spell maximum base physical damage [1250]
    spell minimum base physical damage [833]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
    
    StateMachine
    {
    	define_shared_state = "epk1; epk2; epk3; death;"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/BoneCultist/ExpeditionBoneCultist"] = {
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Druid of the Broken Circle",
        life = 2.8,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.32,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "GSExpeditionBoneCultistOrbExplosion",
            "GPSBoneCultistOrb",
            "SpawnObjectExpeditionBoneCultistEgg",
            "GSExpeditionBoneCultistEggExplosion",
            "MPSExpeditionBoneCultistProjectiles",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSExpeditionBoneCultistOrbExplosion"] = {
        name = "GSExpeditionBoneCultistOrbExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 2},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GPSBoneCultistOrb"] = {
        name = "GPSBoneCultistOrb",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_additional_projectiles",
            "spell_maximum_action_distance_+%",
            "skill_physical_damage_%_to_convert_to_chaos",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, -58, 20, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 1, -58, 20, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 2, -58, 20, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 3, -58, 20, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpawnObjectExpeditionBoneCultistEgg"] = {
        name = "SpawnObjectExpeditionBoneCultistEgg",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {-60, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSExpeditionBoneCultistEggExplosion"] = {
        name = "GSExpeditionBoneCultistEggExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 35, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSExpeditionBoneCultistProjectiles"] = {
        name = "MPSExpeditionBoneCultistProjectiles",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.333,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_damage_+%_final",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "skill_physical_damage_%_to_convert_to_chaos",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 20, 192, -55, 20, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 10, 192, -55, 20, levelRequirement = 45, statInterpolation = {3, 3, 2},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 0, 192, -55, 20, levelRequirement = 68, statInterpolation = {3, 3, 2},  cost = { }, },
        },
    }
    
    FamilyMonsterTag
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Adds Tagsexpedition_monster
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster hellscape charge +% -35 -35 Global
  • monster beyond portal chance +% final -35 -35 Global
  • Elimina todo el escudo de energía
    monster gain base ward equal to total maximum life % [30]
    FamilyMonsterGainLifeAsWard
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • no energy shield 1 1 Global
  • monster gain base ward equal to total maximum life % 30 30 Global
  • Druida del Círculo roto
    Humanoide
    IconEnemyResistanceFireStrong
    {{Rúnico}}
    Elimina todo el escudo de energía
    monster gain base ward equal to total maximum life % [30]
    Druid of the Broken Circle
    Spectre
    Spectre OverrideMetadata/Monsters/LeagueExpedition/BoneCultist/ExpeditionBoneCultistSpectre
    AreaMapa de Ciudadela
    Tagsbone_armour, Lanzador de hechizos, chaos_affinity, human, humanoid, is_runic_monster, is_unarmed, ranged, red_blood, very_slow_movement, ward_armour
    Packs
  • Mapa de Ciudadela: Druida del Círculo roto, Conjurarunas exhumado
  • Druida del Círculo roto, Sacerdote del Cáliz, Arbalestero de la Guadaña negra, Caballero del Sol
  • Vida
    280%
    Ward From Life
    30%
    Ailment Threshold
    199%
    Resistencia
    IconEnemyResistanceFireStrong75% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    140%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.32 Second
    Damage Spread
    ±20%
    Experiencia
    140%
    Model Size
    100%
    Type
    ExpeditionBoneCultist
    Metadata
    ExpeditionBoneCultistStandalone
    Nivel
    84
    Vida
    98,826
    Armadura
    99,834
    Evasión
    8,120
    Damage
    1,334
    Daño de hechizos
    1,334
    Precisión
    1,076
    Attack Time
    1.32
    Experiencia
    18,550
    Minion Life
    18,678
    Minion Damage
    1,132
    Ailment Threshold
    70,237
    Chill
    222
    Shock
    222
    Brittle
    1,256
    Scorch
    222
    Sap
    614
    Phys Convert Ele
    300%
    MPSExpeditionBoneCultistProjectiles
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 1.333 seg
    El 20% del daño físico se convierte en daño de caos
    base is projectile [1]
    monster projectile variation [192]
    projectile uses contact position [1]
    spell maximum action distance +% [-55]
    spell maximum base physical damage [1348]
    spell minimum base physical damage [898.8]
    GPSBoneCultistOrb
    Spell, Triggerable
    Tiempo de lanzamiento: 3 seg
    Tiempo de recarga: 15 seg
    Dispara 3 proyectiles adicionales
    El 20% del daño físico se convierte en daño de caos
    base is projectile [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-58]
    spell maximum base physical damage [729.5]
    spell minimum base physical damage [486.3]
    use scaled contact offset [1]
    GSExpeditionBoneCultistOrbExplosion
    Spell, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 1.5 seg
    El 20% del daño físico se convierte en daño de caos
    is area damage [1]
    spell maximum base physical damage [1287]
    spell minimum base physical damage [857.7]
    SpawnObjectExpeditionBoneCultistEgg
    Triggerable, Spell
    Tiempo de lanzamiento: 2 seg
    spell maximum action distance +% [-60]
    GSExpeditionBoneCultistEggExplosion
    Spell, Triggerable
    Tiempo de lanzamiento: 1 seg
    El 35% del daño físico se convierte en daño de caos
    is area damage [1]
    spell maximum base physical damage [2329]
    spell minimum base physical damage [1552]

    Object Type

     
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/BoneCultist/ExpeditionBoneCultistStandalone"] = {
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Druid of the Broken Circle",
        life = 2.8,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.32,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "GSExpeditionBoneCultistOrbExplosion",
            "GPSBoneCultistOrb",
            "SpawnObjectExpeditionBoneCultistEgg",
            "GSExpeditionBoneCultistEggExplosion",
            "MPSExpeditionBoneCultistProjectiles",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSExpeditionBoneCultistOrbExplosion"] = {
        name = "GSExpeditionBoneCultistOrbExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 2},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GPSBoneCultistOrb"] = {
        name = "GPSBoneCultistOrb",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_additional_projectiles",
            "spell_maximum_action_distance_+%",
            "skill_physical_damage_%_to_convert_to_chaos",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, -58, 20, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 1, -58, 20, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 2, -58, 20, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 3, -58, 20, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpawnObjectExpeditionBoneCultistEgg"] = {
        name = "SpawnObjectExpeditionBoneCultistEgg",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {-60, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSExpeditionBoneCultistEggExplosion"] = {
        name = "GSExpeditionBoneCultistEggExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 35, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSExpeditionBoneCultistProjectiles"] = {
        name = "MPSExpeditionBoneCultistProjectiles",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.333,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_damage_+%_final",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "skill_physical_damage_%_to_convert_to_chaos",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 20, 192, -55, 20, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 10, 192, -55, 20, levelRequirement = 45, statInterpolation = {3, 3, 2},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 0, 192, -55, 20, levelRequirement = 68, statInterpolation = {3, 3, 2},  cost = { }, },
        },
    }
    
    FamilyMonsterTag
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Adds Tagsexpedition_monster
    Elimina todo el escudo de energía
    monster gain base ward equal to total maximum life % [30]
    FamilyMonsterGainLifeAsWard
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • no energy shield 1 1 Global
  • monster gain base ward equal to total maximum life % 30 30 Global
  • Druida del Círculo roto
    Humanoide
    IconEnemyResistanceFireStrong
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    Elimina todo el escudo de energía
    monster gain base ward equal to total maximum life % [30]
    Druid of the Broken Circle
    Spectre
    Tagsbone_armour, Lanzador de hechizos, chaos_affinity, human, humanoid, is_runic_monster, is_unarmed, ranged, red_blood, very_slow_movement, ward_armour
    Vida
    280%
    Ward From Life
    30%
    Ailment Threshold
    199%
    Resistencia
    IconEnemyResistanceFireStrong75% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    140%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.32 Second
    Damage Spread
    ±20%
    Experiencia
    140%
    Model Size
    100%
    Type
    ExpeditionBoneCultist
    Metadata
    ExpeditionBoneCultistSpectre
    Nivel
    68
    Vida
    18,013
    Armadura
    28,790
    Evasión
    4,739
    Damage
    523
    Daño de hechizos
    523
    Precisión
    580
    Attack Time
    1.32
    Experiencia
    14,357
    Minion Life
    3,907
    Minion Damage
    418
    Ailment Threshold
    12,802
    Chill
    40
    Shock
    40
    Brittle
    229
    Scorch
    40
    Sap
    112
    Phys Convert Ele
    240%
    MPSExpeditionBoneCultistProjectiles
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 1.333 seg
    El 20% del daño físico se convierte en daño de caos
    base is projectile [1]
    monster projectile variation [192]
    projectile uses contact position [1]
    spell maximum action distance +% [-55]
    spell maximum base physical damage [707.7]
    spell minimum base physical damage [471.8]
    GPSBoneCultistOrb
    Spell, Triggerable
    Tiempo de lanzamiento: 3 seg
    Tiempo de recarga: 15 seg
    Dispara 3 proyectiles adicionales
    El 20% del daño físico se convierte en daño de caos
    base is projectile [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-58]
    spell maximum base physical damage [306.1]
    spell minimum base physical damage [204.1]
    use scaled contact offset [1]
    GSExpeditionBoneCultistOrbExplosion
    Spell, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 1.5 seg
    El 20% del daño físico se convierte en daño de caos
    is area damage [1]
    spell maximum base physical damage [539.9]
    spell minimum base physical damage [359.9]
    SpawnObjectExpeditionBoneCultistEgg
    Triggerable, Spell
    Tiempo de lanzamiento: 2 seg
    spell maximum action distance +% [-60]
    GSExpeditionBoneCultistEggExplosion
    Spell, Triggerable
    Tiempo de lanzamiento: 1 seg
    El 35% del daño físico se convierte en daño de caos
    is area damage [1]
    spell maximum base physical damage [1250]
    spell minimum base physical damage [833]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
    
    StateMachine
    {
    	define_shared_state = "epk1; epk2; epk3; death;"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueExpedition/BoneCultist/ExpeditionBoneCultistSpectre"] = {
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Druid of the Broken Circle",
        life = 2.8,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.32,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "GSExpeditionBoneCultistOrbExplosion",
            "GPSBoneCultistOrb",
            "SpawnObjectExpeditionBoneCultistEgg",
            "GSExpeditionBoneCultistEggExplosion",
            "MPSExpeditionBoneCultistProjectiles",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSExpeditionBoneCultistOrbExplosion"] = {
        name = "GSExpeditionBoneCultistOrbExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 2},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GPSBoneCultistOrb"] = {
        name = "GPSBoneCultistOrb",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_additional_projectiles",
            "spell_maximum_action_distance_+%",
            "skill_physical_damage_%_to_convert_to_chaos",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, -58, 20, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 1, -58, 20, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 2, -58, 20, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 3, -58, 20, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpawnObjectExpeditionBoneCultistEgg"] = {
        name = "SpawnObjectExpeditionBoneCultistEgg",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {-60, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSExpeditionBoneCultistEggExplosion"] = {
        name = "GSExpeditionBoneCultistEggExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 35, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSExpeditionBoneCultistProjectiles"] = {
        name = "MPSExpeditionBoneCultistProjectiles",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.333,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_damage_+%_final",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "skill_physical_damage_%_to_convert_to_chaos",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 20, 192, -55, 20, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 10, 192, -55, 20, levelRequirement = 45, statInterpolation = {3, 3, 2},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 0, 192, -55, 20, levelRequirement = 68, statInterpolation = {3, 3, 2},  cost = { }, },
        },
    }
    
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster hellscape charge +% -35 -35 Global
  • monster beyond portal chance +% final -35 -35 Global
  • Elimina todo el escudo de energía
    monster gain base ward equal to total maximum life % [30]
    FamilyMonsterGainLifeAsWard
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • no energy shield 1 1 Global
  • monster gain base ward equal to total maximum life % 30 30 Global
  • Druida del Círculo roto
    Humanoide
    IconEnemyResistanceFireStrong
    {{Rúnico}}
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    Elimina todo el escudo de energía
    monster gain base ward equal to total maximum life % [30]
    Druid of the Broken Circle
    Spectre
    AreaLago de Kalandra
    Tagsbone_armour, Lanzador de hechizos, chaos_affinity, human, humanoid, is_unarmed, ranged, red_blood, very_slow_movement, ward_armour
    Packs
  • Lago de Kalandra: Druida del Círculo roto, Espadachín esquelético exhumado, Guerrero esquelético exhumado, Arquero esquelético exhumado, Zombi exhumado
  • Vida
    280%
    Ward From Life
    30%
    Ailment Threshold
    199%
    Resistencia
    IconEnemyResistanceFireStrong75% IconEnemyResistanceCold0% IconEnemyResistanceLightning0% IconEnemyResistanceChaos0%
    Damage
    140%
    Precisión
    100%
    Probabilidad de golpe crítico
    +5%
    Multiplicador de golpe crítico
    +130%
    Attack Distance
    6 ~ 10
    Attack Time
    1.32 Second
    Damage Spread
    ±20%
    Experiencia
    140%
    Model Size
    100%
    Type
    ExpeditionBoneCultist
    Metadata
    ExpeditionBoneCultist
    Nivel
    68
    Vida
    18,013
    Armadura
    28,790
    Evasión
    4,739
    Damage
    523
    Daño de hechizos
    523
    Precisión
    580
    Attack Time
    1.32
    Experiencia
    14,357
    Minion Life
    3,907
    Minion Damage
    418
    Ailment Threshold
    12,802
    Chill
    40
    Shock
    40
    Brittle
    229
    Scorch
    40
    Sap
    112
    Phys Convert Ele
    240%
    MPSExpeditionBoneCultistProjectiles
    Spell, Projectile, ProjectilesFromUser, Triggerable
    Tiempo de lanzamiento: 1.333 seg
    El 20% del daño físico se convierte en daño de caos
    base is projectile [1]
    monster projectile variation [192]
    projectile uses contact position [1]
    spell maximum action distance +% [-55]
    spell maximum base physical damage [707.7]
    spell minimum base physical damage [471.8]
    GPSBoneCultistOrb
    Spell, Triggerable
    Tiempo de lanzamiento: 3 seg
    Tiempo de recarga: 15 seg
    Dispara 3 proyectiles adicionales
    El 20% del daño físico se convierte en daño de caos
    base is projectile [1]
    projectile uses contact position [1]
    spell maximum action distance +% [-58]
    spell maximum base physical damage [306.1]
    spell minimum base physical damage [204.1]
    use scaled contact offset [1]
    GSExpeditionBoneCultistOrbExplosion
    Spell, Triggerable
    Probabilidad de golpe crítico: 5%
    Tiempo de lanzamiento: 1 seg
    Tiempo de recarga: 1.5 seg
    El 20% del daño físico se convierte en daño de caos
    is area damage [1]
    spell maximum base physical damage [539.9]
    spell minimum base physical damage [359.9]
    SpawnObjectExpeditionBoneCultistEgg
    Triggerable, Spell
    Tiempo de lanzamiento: 2 seg
    spell maximum action distance +% [-60]
    GSExpeditionBoneCultistEggExplosion
    Spell, Triggerable
    Tiempo de lanzamiento: 1 seg
    El 35% del daño físico se convierte en daño de caos
    is area damage [1]
    spell maximum base physical damage [1250]
    spell minimum base physical damage [833]

    Object Type

    version 2
    extends "Metadata/Monsters/LeagueExpedition/ExpeditionMonsterEliteBase"
    
    StateMachine
    {
    	define_shared_state = "epk1; epk2; epk3; death;"
    }
    -- src\Data\Spectres.lua
    minions["Metadata/Monsters/LeagueLake/BoneCultist/ExpeditionBoneCultist"] = {
        fireResist = 75,
        coldResist = 0,
        lightningResist = 0,
        chaosResist = 0,
        name = "Druid of the Broken Circle",
        life = 2.8,
        damage = 1.4,
        damageSpread = 0.2,
        attackTime = 1.32,
        attackRange = 10,
        accuracy = 1,
        skillList = {
            "GSExpeditionBoneCultistOrbExplosion",
            "GPSBoneCultistOrb",
            "SpawnObjectExpeditionBoneCultistEgg",
            "GSExpeditionBoneCultistEggExplosion",
            "MPSExpeditionBoneCultistProjectiles",
        },
        modList = {
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSExpeditionBoneCultistOrbExplosion"] = {
        name = "GSExpeditionBoneCultistOrbExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_damage_+%_final",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 45, statInterpolation = {3, 3, 2},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 0, 20, critChance = 5, levelRequirement = 68, statInterpolation = {3, 3, 2},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GPSBoneCultistOrb"] = {
        name = "GPSBoneCultistOrb",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 3,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "number_of_additional_projectiles",
            "spell_maximum_action_distance_+%",
            "skill_physical_damage_%_to_convert_to_chaos",
            "base_is_projectile",
            "use_scaled_contact_offset",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 0, -58, 20, levelRequirement = 1, statInterpolation = {3, 3, 1},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 1, -58, 20, levelRequirement = 20, statInterpolation = {3, 3, 1},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 2, -58, 20, levelRequirement = 45, statInterpolation = {3, 3, 1},  cost = { }, },
            [4] = {0.80000001192093, 1.2000000476837, 3, -58, 20, levelRequirement = 68, statInterpolation = {3, 3, 1},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["SpawnObjectExpeditionBoneCultistEgg"] = {
        name = "SpawnObjectExpeditionBoneCultistEgg",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Triggerable] = true,
            [SkillType.Spell] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 2,
        baseFlags = {
            spell = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_maximum_action_distance_+%",
        },
        levels = {
            [1] = {-60, levelRequirement = 0, statInterpolation = {},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["GSExpeditionBoneCultistEggExplosion"] = {
        name = "GSExpeditionBoneCultistEggExplosion",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1,
        baseFlags = {
            spell = true,
            area = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "skill_physical_damage_%_to_convert_to_chaos",
            "is_area_damage",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 35, levelRequirement = 1, statInterpolation = {3, 3},  cost = { }, },
        },
    }
    -- src\Data\Skills\spectre.lua
    skills["MPSExpeditionBoneCultistProjectiles"] = {
        name = "MPSExpeditionBoneCultistProjectiles",
        hidden = true,
        color = "4",
        baseEffectiveness = 0,
        incrementalEffectiveness = 0,
        skillTypes = {
            [SkillType.Spell] = true,
            [SkillType.Projectile] = true,
            [SkillType.ProjectilesFromUser] = true,
            [SkillType.Triggerable] = true,
        },
        statDescriptionScope = "skill_stat_descriptions",
        castTime = 1.333,
        baseFlags = {
            spell = true,
            projectile = true,
        },
        baseMods = {
        },
        qualityStats = {
        },
        stats = {
            "spell_minimum_base_physical_damage",
            "spell_maximum_base_physical_damage",
            "active_skill_damage_+%_final",
            "monster_projectile_variation",
            "spell_maximum_action_distance_+%",
            "skill_physical_damage_%_to_convert_to_chaos",
            "base_is_projectile",
            "projectile_uses_contact_position",
        },
        levels = {
            [1] = {0.80000001192093, 1.2000000476837, 20, 192, -55, 20, levelRequirement = 1, statInterpolation = {3, 3, 2},  cost = { }, },
            [2] = {0.80000001192093, 1.2000000476837, 10, 192, -55, 20, levelRequirement = 45, statInterpolation = {3, 3, 2},  cost = { }, },
            [3] = {0.80000001192093, 1.2000000476837, 0, 192, -55, 20, levelRequirement = 68, statInterpolation = {3, 3, 2},  cost = { }, },
        },
    }
    
    FamilyMonsterTag
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Adds Tagsexpedition_monster
    monster beyond portal chance +% final [-35]
    monster hellscape charge +% [-35]
    FamilyBeyondPortalChance
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • monster hellscape charge +% -35 -35 Global
  • monster beyond portal chance +% final -35 -35 Global
  • Elimina todo el escudo de energía
    monster gain base ward equal to total maximum life % [30]
    FamilyMonsterGainLifeAsWard
    Domainsmonstruo (3)
    GenerationTypeÚnicos (3)
    Req. level1
    Stats
  • no energy shield 1 1 Global
  • monster gain base ward equal to total maximum life % 30 30 Global
  • Edit

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