Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of #107 (Use gym to train stats) #271

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

YNWho-0
Copy link

@YNWho-0 YNWho-0 commented Feb 18, 2023

#107
Greatly increases the time to get required stats.
In the later version the karma stat would get higher up than required while the combat stats weren't increasing at the same rate.

Greatly increases the time to get required stats.
In the later version the karma stat would get higher up than required while the combat stats weren't increasing at the same rate.
@YNWho-0
Copy link
Author

YNWho-0 commented Feb 18, 2023

I think that it should also give an ETA for when the stat will be at the required value.

@alainbryden
Copy link
Owner

This is a great start.

One of the concerns you'll find you have is money. You'll often find yourselves at points in the game where it wants to train stats, but it doesn't have enough income to travel to the best gym, let alone work out for more than a few seconds. This is the main hurdle that kept me from implementing ting gym workouts.

Keep playing, tweaking and updating the PR - I look forward to seeing where you get with it.

@alainbryden alainbryden added work-in-progress not ready for merge enhancement New feature or request labels Feb 18, 2023
Added an ETA to the completion time of a required stat.
Next feature will check if the player has enough money to start working at the gym.
@YNWho-0
Copy link
Author

YNWho-0 commented Feb 19, 2023

Thank you for the feedback. To fix the issue, the script will check if the player has enough money to afford the total cost of this function.

@alainbryden alainbryden changed the title Implementation of #107 Implementation of #107 (Use gym to train stats) Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request work-in-progress not ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants