forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweaking skill rust to fix learning overall (CleverRaven#50176)
* better learning! phase 1: Track highest xp ever reached, recover rust faster if you are below it, and also gain xp while you regain rust. increment highestlevel if your highestexperience gets there. * books only train theory * rename "highest" to "knowledge" save confusion in long run * recipe requirements can be theory based * Books increase theory and your ability to read a book is based on your theory level * rust rate drops as you accumulate rust * make book larnin' show theory experience Run rust once per day, not at random times. Change the amount of xp lost instead of the frequency you do rust. It's a lot easier to calculate. * book theory gain falls off as level gap increases * NPC skill affects their teaching Co-authored-by: actual-nh <[email protected]> Co-authored-by: Kevin Granade <[email protected]>
- Loading branch information
1 parent
216401f
commit 4814255
Showing
22 changed files
with
358 additions
and
142 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.