jasperfr / The-Modding-Tree

Create your own tree (or non-tree) of prestige upgrades!
Other
0 stars 1 forks source link

[FEATURE] Ability to Supernova more than 16 times #15

Open Not-A-Normal-Robot opened 2 years ago

Not-A-Normal-Robot commented 2 years ago
Describe what you want added in the mod here. You should be able to Supernova more than 16 times in the Galaxy layer, based on your current maximum atom. Example: Supernova # Requirement
1 1 Fe+
2 2 Fe+
3 3 Fe+
4 4 Fe+
... ...
15 15 Fe+
16 1 Co+
17 2 Co+
18 4 Co+
19 8 Co+
20 15 Co+
21 1 Cu+
22 2 Cu+
etc. etc.

Note that if you leave your autobuyer on, you'll most likely get 15 of an atom instead of 16 because of auto-merge, so I highly recommend rounding it down to 15 instead of 16.

Also, the table might need to change if you wanna implement bigger galaxy tables. Also, the "Fe+" means "Fe atom or above".

Not-A-Normal-Robot commented 2 years ago

Also, currently the game doesn't let you supernova if you don't meet the requirements exactly.

Example: Requirement is 4 Fe atoms, but your whole board is covered with U atoms. The game does not let you supernova, even though U is greater than Fe.