Paragonomics
Adds new ways to change Paragon degrees using cash.
| Date uploaded | 2 weeks ago |
| Version | 1.0.7 |
| Download link | doombubbles-Paragonomics-1.0.7.zip |
| Downloads | 538 |
| Dependency string | doombubbles-Paragonomics-1.0.7 |
This mod requires the following mods to function
LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.7.3README
Paragonomics
Adds new ways to change Paragon degrees using cash.
Note: Degree Indicators in Screenshots comes from Useful Utilities
Paragon Investing
The "Paragon Degree" text is now a button that you can press to invest more money into the paragon and increase its degree. This is useful for Subprime Paragons to put more money into them and get them out of the negatives, and also just for normal paragons to increase their power without having to sell/rebuy.


Set Degrees
If you're in Sandbox mode (or have the "Set Degree Outside Sandbox" Mod Setting turned on), you can click directly on the Paragon degree number to set it to whatever you want. If you turn on the No Degree Limit setting, you can set it past the standard 100 limit, as shown below. Getting too close to the integer overflow limit will lead to undefined behavior.

Subprime Paragons
If you have less than the amount of money to required to purchase a Paragon upgrade, you can spend less on it to make a Subprime Paragon that is weakened by having a negative degree.
The goal of this is to make more Paragons be usable in non-freeplay games without tons of farming.
Works by clicking on the Paragon Upgrade that you don't have the cash for (though you have to have at least 1% of the total cost in cash; that's what the green text on the upgrade cost signifies).

Negative Degree Algorithm Details
The negative degree paragon algorithm is the same as the one for positive degrees except for:
- The flat damage and pierce changes are not included, to prevent those numbers from going to zero
- The percentage based damage and pierce changes apply are applied like attack speed boosts are, also to prevent those
numbers from going to all the way to zero
- i.e. -25% pierce means dividing by 125% rather than multiplying by 75%
- The remaining applied changes are scaled by a factor based on how much the paragon upgrade costs in relation to the
towers
- e.g. A full Dart Monkey paragon costs ~250k, with ~100k from the tier 5s, and since no cost investment produces degree -28, the values are scaled so that degree -28 will leave that values at approximately 100k/250k = 40% final strength
CHANGELOG
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
1.0.7 - 2026-08-06
- Fixed for BTD6 v56
1.0.6 - 2026-04-09
- Recompiled for BTD6 v54
1.0.5 - 2025-12-03
- Fixed for v52
- Adjusted the math for Negative Paragon degrees so the pierce and damage doesn't get reduced quite as much per degree
1.0.4 - 2025-08-27
- Fixed for BTD6 v50
- Fixed the tower selection menu not instantly updating a paragon's displayed degree after investing more cash
- Added a new setting Linear Scaling Past Limit: Makes the power investment requirement scaling be linear when the degree increases beyond 100, rather than continuing to be exponentially more.
1.0.3 - 2025-04-03
- Recompiled for BTD6 v48
1.0.2 - 2024-12-11
- Fixed for BTD6 v46
- Fixed an issue with the Wizard Paragon phoenix when using Set Degree
- Slightly adjusted the negative degree paragon scaling; they'll be a little stronger on average
1.0.1 - 2024-08-26
- Fixed the sandbox setting being inverted
- Fixed possible divide by 0 crashes if combined with price changer mods
1.0.0 - 2024-08-25
- Initial Release
