Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
True Cosmic Dragon
AurelionSol helper add-on that upgrades Center of the Universe stars and Stardust stat scaling.
By MeoMeoSir
| Date uploaded | 16 hours ago |
| Version | 0.2.0 |
| Download link | MeoMeoSir-True_Cosmic_Dragon-0.2.0.zip |
| Downloads | 157 |
| Dependency string | MeoMeoSir-True_Cosmic_Dragon-0.2.0 |
This mod requires the following mods to function
DragonycksModdingComms-AurelionSol
Hope. Wonder. Insignificance. Imagine what they'll feel when I complete the stars.
Preferred version: 2.0.10README
True Cosmic Dragon
Helper BepInEx add-on for DragonycksModdingComms-AurelionSol 2.0.10.
This is not a replacement for AurelionSol and does not include AurelionSol files or assets. Install it alongside the official AurelionSol package.
It applies two runtime upgrades.
It also fixes AurelionSol's Singularity skill so Backup Magazine can add extra secondary charges to it.
Flight tuning can be changed through the generated BepInEx configuration file:
BepInEx/config/com.phong.aurelionsol.truecosmicdragon.cfg
The [Flight] settings are:
CometSpeedMultiplier = 5
CometStardustDurationPerStack = 0.005
DragonflightSpeedMultiplier = 5
DragonflightStardustDurationPerStack = 0.005
Restart the game after changing the file. The speed multiplier is applied to the existing flight movement calculation. The duration settings replace the original per-Stardust duration factor for each utility variant.
Center of the Universe replaces the original fixed three-star controller at runtime with a dynamic controller:
- levels 1-6: 3 stars
- levels 7-13: 4 stars
- levels 14-20: 5 stars
- levels 21+: 6 stars
Each active star has its own runtime visual, hitbox group, and OverlapAttack.
Preserved behavior:
- Alt toggles close/expanded radius through AurelionSol's original networked toggle.
- close radius uses proc coefficient
0.8 - expanded radius uses proc coefficient
0.5 - star rotation follows attack speed
- the star root keeps following Aurelion Sol through the original attachment component
Stardust adds stat scaling when Aurelion has Stardust stacks:
- health: +10% per stack
- regen: +5% per stack
- damage: +2% per stack
- move speed: +1% per stack
- attack speed: +0.2% per stack
- crit chance: +0.5 per stack
- armor: logarithmic bonus matching the local Stardust patch
- acceleration: +1% per stack
- sprint multiplier is set to 1.45 while Stardust is active
The add-on supports only the official AurelionSol 2.0.10 Aurelion.dll with SHA-256:
AFF000FE56C6451396A5B472C2AED0F8C09ADA09E17AC5DA49C2DC896BEF08EF
If the installed Aurelion.dll hash does not match, the add-on stops and logs a clear error instead of patching an unknown version.
Tested locally:
- solo run
- level 21+ gives 6 stars
- Alt changes close/expanded radius state
- Stardust stat scaling works with the Stardust passive
Not yet claimed:
- multiplayer support beyond the declared strict dependency requirement
- compatibility with AurelionSol versions other than
2.0.10
Package contents should include only:
manifest.jsonREADME.mdCHANGELOG.mdicon.pngTrue_Cosmic_Dragon/TrueCosmicDragon.dll
Do not package Aurelion.dll, AurelionSol assets, game assemblies, BepInEx/R2API assemblies, mod-manager profiles, logs, or build output.
CHANGELOG
Changelog
0.2.0
- Bug fixes for flying coeffs
0.1.9
- Allows Singularity to store extra secondary charges from Backup Magazine.
0.1.8
- Adds BepInEx configuration for Comet of Legend and Dragonflight speed.
- Adds BepInEx configuration for both skills' Stardust duration scaling.
- Aligns the plugin and build version with the
0.1.8package manifest.
0.1.7
- Change README.md and icon.png
0.1.6
- Bumps the Thunderstore and plugin version after the
0.1.5package identity already existed.
0.1.5
- Renames the package to True Cosmic Dragon for publishing.
- Changes the Thunderstore package folder to
True_Cosmic_Dragon.
0.1.4
- Applies close/expanded radius directly to each runtime star's local position and scale.
- Keeps root scale neutral so cloned visuals are not dependent on parent-scale behavior.
0.1.3
- Adds short-lived radius diagnostics after Alt changes.
- Logs the plugin version on load.
- Skips Center-star installation cleanly when the Stardust passive is selected.
0.1.2
- Makes close/expanded radius transitions visibly fast at low levels.
- Keeps rotation speed based on attack speed; Alt only controls star radius/proc mode.
0.1.1
- Adds the local Stardust stat scaling patch to the helper add-on.
- Adds
RiskofThunder-R2API_RecalculateStatsas a package dependency. - Keeps the package free of
Aurelion.dlland AurelionSol assets.
0.1.0
- Initial helper add-on release.
- Replaces AurelionSol's fixed three-star controller with a dynamic runtime controller.
- Adds level-based Center of the Universe star counts:
- levels 1-6: 3 stars
- levels 7-13: 4 stars
- levels 14-20: 5 stars
- levels 21+: 6 stars
- Preserves AurelionSol's close/expanded Alt toggle behavior.
- Refuses to run on unsupported
Aurelion.dllhashes.