rvazarkar / NGUInjector

Apache License 2.0
27 stars 31 forks source link

CAPAUG-X uses far more energy than needed #111

Open Aranduran opened 2 years ago

Aranduran commented 2 years ago

I thought I would specify the following for energy, with the expectation only what was needed would go towards capping the augments 8 and 9:

"Energy": [{
        "Time": 0,
        "Priorities": ["CAPWAN", "TM", "CAPAUG-9", "CAPAUG-8", "CAPAUG-11", "CAPAUG-10", "CAPALLNGU"]
    }
],

Instead, it puts a whopping 3 quintillion in aug 8 and 4.5 quintillion in aug 9! I am able to remove 2.250 quintillion (1/4 energy cap) from aug 8 as a quick test. It's still maxed with that energy level. Same for aug 9.

There doesn't seem to be much efficiency in cap aug logic. Maybe the optimization calculations are missing some updates like from the bonus from cards?