Implementation of #107 (Use gym to train stats)#271
Open
YNWho-0 wants to merge 2 commits intoalainbryden:mainfrom
Open
Implementation of #107 (Use gym to train stats)#271YNWho-0 wants to merge 2 commits intoalainbryden:mainfrom
YNWho-0 wants to merge 2 commits intoalainbryden:mainfrom
Conversation
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.
Author
|
I think that it should also give an ETA for when the stat will be at the required value. |
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. |
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.
Author
|
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. |
|
hell yeah |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#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.