MeoMeoSir-True_Cosmic_Dragon icon

True Cosmic Dragon

AurelionSol helper add-on that upgrades Center of the Universe stars and Stardust stat scaling.

Last updated a day ago
Total downloads 283
Total rating 0 
Categories Player Characters Tweaks AI Generated
Dependency string MeoMeoSir-True_Cosmic_Dragon-0.2.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

DragonycksModdingComms-AurelionSol-2.0.10 icon
DragonycksModdingComms-AurelionSol

Hope. Wonder. Insignificance. Imagine what they'll feel when I complete the stars.

Preferred version: 2.0.10
RiskofThunder-R2API_Core-5.3.0 icon
RiskofThunder-R2API_Core

Core R2API module

Preferred version: 5.3.0
RiskofThunder-R2API_RecalculateStats-1.6.6 icon
RiskofThunder-R2API_RecalculateStats

API for manipulating Character Stats

Preferred version: 1.6.6

README

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.json
  • README.md
  • CHANGELOG.md
  • icon.png
  • True_Cosmic_Dragon/TrueCosmicDragon.dll

Do not package Aurelion.dll, AurelionSol assets, game assemblies, BepInEx/R2API assemblies, mod-manager profiles, logs, or build output.