OpenPerpetuum / PerpetuumServer

The Open Perpetuum Project's fork of the Perpetuum Standalone Server
https://openperpetuum.com
Other
43 stars 21 forks source link

Negative production points #477

Closed andrey-at-home closed 5 months ago

andrey-at-home commented 7 months ago

The negative point protection has been moved from Repair.cs to the base class ( ProductionFacility ) and is used for all production facilities.

andrey-at-home commented 7 months ago

I checked the source code for managing relationships with mega-corporations that determine production bonuses on Betta. They are always reduced to the range (0.0, +10.0). Accordingly, we can limit the range for calculating bonuses on Gamma bases to the same range.