Commit graph

3 commits

Author SHA1 Message Date
Mike Salerno
166cce174d fixes diplicate private key name
fixes postgres issue casued by duplicate private key name
2025-03-15 17:52:11 -04:00
Paul Campbell
dcd24e1a85 code review feedback
Made changes based on feedback in the code review.
2025-03-12 20:27:41 -04:00
Paul Campbell
6d13b7a920 feat: Added support for Partner Pawns
- Player can now assign a partner pawn at the riftstone and the server
  will remember which pawn it is.
- All rewards besides achivements and recipies are obtainable.
- Player gets credit once per day for:
    - Delivering 2 Riftstone Shards to the pawn
    - Performing 1 craft with the pawn as the craft master
    - Adventuring with the pawn for 30 minutes.
- Reset occurs every day at 5:00am local server time.
- A new setting "PartnerPawnAdventureDurationInSeconds" has been added
  to configure the time in seconds it takes before the server considers
  enough time has passed to give the player credit.
- Added a new function PauseTimer to the timer manager.
- Added a new PartnerPawnManager class.
2025-03-12 19:41:31 -04:00