Idle Champions Spoilers

Spoilers for Idle Champions


Project maintained by Emmotes
Report issues here
View the Changelog
Hosted on GitHub Pages — Theme by mattgraham    

Back to Main

Apothecary / Notary System

The presumed date for this system is on 12 March 2025 with the release of Sheila - though it could come out before then.

Very little is known about this system at present. We have a few references in the definitions - but most of what we “know” is from Dev Insights.

Currency

We know from Sheila that this system will have its own unique currency called Potion Reagents because Sheila will scavenge them from bosses. We don’t yet know how they’ll be attained otherwise though.

There is also another currency because there’s a text define called legendary_vessels (just like there’s one for potion_reagents). The suspicion is that they will be required to make the Legendary potions below.

Legendary Grade Potions

There’ll be legendary potions from this system (not to be confused with legendary potions).

Legendary Potion of Giant’s Strength

A transparent potion in which floats the sliver of a giant’s fingernail.
Duration: 1 Day

1500% All Champion Damage & +15% to All Basic Potions

Raw Data

{
    "id": 2164,
    "name": "Legendary Potion of Giant's Strength",
    "description": "A transparent potion in which floats the sliver of a giant's fingernail.",
    "effect": "effect_def,2264",
    "rarity": 5,
    "duration": 86400,
    "graphic_id": 26151,
    "odds": 0,
    "properties": {
        "inventory_graphic_id": 26152,
        "name_plural": "Legendary Potions of Giant's Strength",
        "override_base_effect_key": "global_dps_multiplier_mult"
    },
    "tags": [
        "duration",
        "potion",
        "_dps"
    ],
    "inventory_order": "45"
}

Legendary Potion of Clairvoyance

An eyeball bobs in this yellowish potion.
Duration: 1 Day

500% Gold & +15% to All Basic Potions

Raw Data

{
    "id": 2165,
    "name": "Legendary Potion of Clairvoyance",
    "description": "An eyeball bobs in this yellowish potion.",
    "effect": "effect_def,2265",
    "rarity": 5,
    "duration": 86400,
    "graphic_id": 26147,
    "odds": 0,
    "properties": {
        "inventory_graphic_id": 26148,
        "name_plural": "Legendary Potions of Clairvoyance",
        "override_base_effect_key": "gold_multiplier_mult"
    },
    "tags": [
        "duration",
        "potion",
        "_gold"
    ],
    "inventory_order": "85"
}

Legendary Potion of Heroism

The blue liquid in this potion bubbles and steams as if boiling.
Duration: 1 Day

400% Health & +15% to All Basic Potions

Raw Data

{
    "id": 2166,
    "name": "Legendary Potion of Heroism",
    "description": "The blue liquid in this potion bubbles and steams as if boiling.",
    "effect": "effect_def,2266",
    "rarity": 5,
    "duration": 86400,
    "graphic_id": 26153,
    "odds": 0,
    "properties": {
        "inventory_graphic_id": 26154,
        "name_plural": "Legendary Potions of Heroism",
        "override_base_effect_key": "health_mult"
    },
    "tags": [
        "duration",
        "potion",
        "_health"
    ],
    "inventory_order": "165"
}

Legendary Fire Breath Potion

The orange liquid in this vial flickers and smoke fills the top of the container.
Duration: 1 Day

Click Damage Deals 900s of BUD & +15% to All Basic Potions

Raw Data

{
    "id": 2167,
    "name": "Legendary Fire Breath Potion",
    "description": "The orange liquid in this vial flickers and smoke fills the top of the container.",
    "effect": "effect_def,2267",
    "rarity": 5,
    "duration": 86400,
    "graphic_id": 26149,
    "odds": 0,
    "properties": {
        "inventory_graphic_id": 26150,
        "name_plural": "Legendary Fire Breath Potions",
        "override_base_effect_key": "click_damage_seconds_global_dps"
    },
    "tags": [
        "duration",
        "potion",
        "_click_damage"
    ],
    "inventory_order": "405"
}

Legendary Potion of Speed

This potion’s yellow fluid is streaked with black and swirls on its own.
Duration: 1 Day

Multiplies Game Speed by 3.25 & +15% to All Basic Potions & +5% to Max Game Speed Cap Per Active Speed Potion

Raw Data

{
    "id": 2168,
    "name": "Legendary Potion of Speed",
    "description": "This potion's yellow fluid is streaked with black and swirls on its own.",
    "effect": "effect_def,2268",
    "rarity": 5,
    "duration": 86400,
    "graphic_id": 26155,
    "odds": 0,
    "properties": {
        "inventory_graphic_id": 26156,
        "name_plural": "Legendary Potions of Speed",
        "override_base_effect_key": "time_scale"
    },
    "tags": [
        "duration",
        "potion",
        "_speed"
    ],
    "inventory_order": "775"
}

Icons

Some art assets just got added:

Currencies

Reagents Legendary Vessels Gold Chest Silver Chest
Apothecary Reagents Icon Legendary Vessels Icon Gold Chest for Gems Icon Silver Chest for Gems Icon

Legendary Potions

Strength Clairvoyance Heroism Fire Breath Speed
Legendary Potion of Giant's Strength Icon Legendary Potion of Clairvoyance Icon Legendary Potion of Heroism Icon Legendary Fire Breath Potion Icon Legendary Potion of Speed Icon

Info From Dev Insights

We’ve been told a few things over the past few months/years about potential features for this system - so we don’t really know which ones are still true or will be true when it releases. So - as ever - take this all with a significantly sized pile of salt.

Back to Top

Last Modified: 2025-02-22 14:18:09 +0000