passive-abode
Abode Aura Energy Bonus
What this means Adds up all your home (abode) bonuses to find your total cosmoapsis energy. More energy means faster passive cultivation.
In plain English: Total cosmoapsis energy = base 130 + (your total abode bonus × 130).
Show technical details
Sums all abode energy bonuses (or uses the manual override from the in-game Skyward Rush screen). The abode bonus multiplied by the base cosmoapsis energy (130) yields the bonus energy above the base 130.
Inputs
| Field | Label |
|---|
| abodeTotalManual | Manual Abode Override ● |
| abode.* | Individual Abode Fields ● |
Outputs
| Field | Label | Unit |
|---|
| passive.abodeBonusTotal | Abode Bonus Total | — |
| passive.bonusEnergy | Bonus Energy | energy |
| passive.totalEnergy | Total Cosmoapsis Energy | energy |
passive-cosmo
Cosmoapsis XP per Day
What this means Your main source of XP while doing nothing — your cosmoapsis device runs 10,800 cycles a day. Every other passive source adds on top of this number.
In plain English: Cosmoapsis XP per day = (your total energy × your cultivation speed) × 10,800 daily cycles.
Show technical details
The primary passive XP source. Cosmoapsis speed = total energy × total absorption. XP/day = cosmo speed × 10,800 cultivation cycles/day (GAME_CONSTANTS). This is the foundation all other passive sources scale against.
Depends on Abode Aura Energy BonusTotal Absorption (Cultivation Speed)
Inputs
| Field | Label |
|---|
| passive.totalEnergy | Total Energy (from Abode) ● |
| absorption.main.totalAbsorption | Total Absorption (includes VirYa/Bloodline) ● |
Outputs
| Field | Label | Unit |
|---|
| passive.cosmoSpeed | Cosmoapsis Speed | — |
| passive.cosmoXPPerDay | Cosmo XP/Day | XP/day |
passive-gem
Gem XP per Day
What this means Your Cultivation Gem boosts cosmoapsis speed on top of your base, giving you extra passive XP each day. Higher gem quality and Auraseep upgrades increase the bonus.
In plain English: Gem XP per day = (cosmoapsis speed × (1 + gem speed bonus with all upgrades) × 10,800) minus your base cosmoapsis XP.
Show technical details
The Cultivation Gem (Auraseep) adds a speed bonus on top of cosmoapsis. EP-TRIB v1.1 folds the base auraseep multiplier into EFFICIENCY_DATA (gemSpeedBonusByQuality). The total gem bonus is additive: base gem speed + auraseep temper1 + that sum × baseBonus.
Depends on Cosmoapsis XP per Day
Inputs
| Field | Label |
|---|
| gem.rarity | Gem Quality ● |
| auraseep.baseBonus | Auraseep Base Bonus ● |
| auraseep.temper1 | Auraseep Temper 1 Bonus ● |
Outputs
| Field | Label | Unit |
|---|
| passive.gemSpeedBase | Gem Speed Base | — |
| passive.gemSpeedWithBonuses | Gem Speed Total | — |
| passive.cosmoSpeedPlusGem | Cosmo+Gem Speed | — |
| passive.gemXPPerDay | Gem XP/Day | XP/day |
passive-pearl
Pearl Artifact XP per Day
What this means Your Pearl artifact automatically converts energy into pills each day, and those pills convert to XP. Upgrading the Pearl's star level increases how many pills it produces and reduces their cost.
In plain English: Pearl XP per day = your base cosmo speed × daily pearl cycles × pills produced per day (with star-level cost discount).
Show technical details
The Pearl artifact generates passive cultivation via energy → pills → XP. EP-TRIB v1.1: No-star pearl = 2000 cycles/day, 1+ stars = 2400 cycles/day. Star-level cost reductions apply: 1-2 stars = -5% pill cost, 3+ stars = -10%. Pearl XP uses base cosmo speed (not total, unlike gem) per the Fatty PassiveXP sheet.
Depends on Cosmoapsis XP per Day
Inputs
| Field | Label |
|---|
| artifacts.pearl.stars | Pearl Star Level ● |
Outputs
| Field | Label | Unit |
|---|
| passive.pearlCyclesPerDay | Pearl Cycles/Day | cycles |
| passive.pearlPillsPerDay | Pearl Pills/Day | pills |
| passive.pearlXPPerDay | Pearl XP/Day | XP/day |
passive-red-curio
Red Curio Aux XP per Day
What this means Your Red Curio passively adds extra XP on top of cosmoapsis — think of it as a percentage bonus to your daily cosmoapsis earnings. Also tallies up your total passive XP from all sources.
In plain English: Red Curio XP per day = cosmoapsis XP × the sum of all your Red Curio bonuses; total passive XP adds cosmoapsis + gem + pearl + Red Curio.
Show technical details
The Red Curio provides an auxiliary cultivation speed effect that generates XP as a fraction of cosmoapsis XP. Sum the four Red Curio bonus fields to get the fraction, then multiply by cosmoXPPerDay.
Depends on Cosmoapsis XP per Day
Inputs
| Field | Label |
|---|
| redCurioAux.baseEffect | Red Curio Base Effect ● |
| redCurioAux.auxIndepCultSpeed | Aux Independent Cult Speed ● |
| redCurioAux.auxIndepCultEfficiency | Aux Independent Cult Efficiency ● |
| redCurioAux.temperingEnhanced | Tempering Enhanced Bonus ● |
Outputs
| Field | Label | Unit |
|---|
| passive.redCurioAuxFrac | Red Curio Fraction | — |
| passive.redCurioXPPerDay | Red Curio XP/Day | XP/day |
| passive.totalPassiveXPPerDay | Total Passive XP/Day | XP/day |