OpenPerpetuum / PerpetuumServer

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

EP Falloff update #419

Closed MikeJeffers closed 2 years ago

MikeJeffers commented 2 years ago

Update this to 1M https://github.com/OpenPerpetuum/PerpetuumServer/blob/Development/src/Perpetuum/Accounting/AccountManager.cs#L109

MikeJeffers commented 2 years ago

This can be tested by loading your Agent Profile (twice, close and reopen to refresh) as you manually add extension points to your account using any method you choose. (Calling dbo.injectExtensionPoints might be the most direct on the DB) Your multiplier will slide down to 1x at 1M and should stay for all values above.

You could also write a unit test, but wont hold you to that ;)

MikeJeffers commented 2 years ago

Closed by https://github.com/OpenPerpetuum/PerpetuumServer/pull/439