passive-abode
Abode Aura Energy Bonus
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
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
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
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
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 |