-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STS: prevent reading your way to STR, DEX, and PER
For all the skills but intelligence, it doesn't make much sense to learn skills by reading. It probably doesn't make some sense for a bit of the intelligence skills, but someone else can easily change that in the future. Because stat bonuses are now based on skill experience, as opposed to number of skills, Stats Through Skills now emphasizes fewer, higher skills, as opposed to more, lower skills. The new formula: cbrt( 0.9 * experience - 0.5 ) Roughly matches the old formula sqrt( skills - 3 ) ^ 0.4 in the amount of experience required to get each stat bonus. It does, however gain slightly faster than the old one. Because I basically reinvented Stats Through Skills, I put my name in authors.
- Loading branch information
1 parent
5e64b28
commit 62a4a94
Showing
6 changed files
with
93 additions
and
32 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