-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Tweaking skill rust to fix learning overall #50176
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
c772e83
better learning!
I-am-Erk b3517df
Update skill.cpp
I-am-Erk d79816a
Update skill.cpp
I-am-Erk 669db59
fix current_level_exp calc
I-am-Erk a40e558
fix overthink error
I-am-Erk fc4bb7a
fix a bit of logic error
I-am-Erk 3ef25e9
books only train theory
I-am-Erk 9a8df5b
Update skill.cpp
I-am-Erk 2fd5472
rename "highest" to "theory"
I-am-Erk aee94bc
theory level meets requirements
I-am-Erk 9cc8306
recipe requirements can be theory based
I-am-Erk a620a91
Books increase theory
I-am-Erk cf08ac2
rust rate drops as you accumulate rust
I-am-Erk 8bc65d0
messy player display
I-am-Erk dd94f2e
fix some bugs, slow rust rate
I-am-Erk 7609cc8
Update character.cpp
I-am-Erk b845cd8
Update src/character.cpp
I-am-Erk cb19e4d
make book larnin' show theory experience
I-am-Erk af1debc
fix up rust rate calculations
I-am-Erk 3820c9e
attribute effects
I-am-Erk 6991942
attribute effects
I-am-Erk dc966ed
cleanup compile errors
I-am-Erk 0e68235
strength rust calculations
I-am-Erk 07a011b
audit references to practical/theoretical
I-am-Erk 6c4c3d6
fix a few math errors I thought of last night
I-am-Erk bf59bb8
fix compiler errors
I-am-Erk 809f48b
book theory gain falls off as level gap increases
I-am-Erk 54a3a88
npc book read is theory
I-am-Erk 095f9c3
Update npc.cpp
I-am-Erk 8c54586
Update character.cpp
I-am-Erk cb1d0bb
Update npc.cpp
I-am-Erk d412972
NPC skill affects their teaching
I-am-Erk bd33105
Update skill.cpp
I-am-Erk 854135a
astyle
I-am-Erk 1d320d7
audit more practical/knowledge spots
I-am-Erk fec1635
finally fix book learning
I-am-Erk dde8c2f
astyle
I-am-Erk 21f443b
some tests
I-am-Erk 0a9bd20
change theory to knowledge
I-am-Erk 81fd173
Update skill.h
I-am-Erk eceedb4
Build fix
kevingranade 2765e8b
Fix knowledge and skill sync logic
kevingranade b40016c
Remove inconsistency from test
kevingranade b7e5665
Correct xp to next level calculation
kevingranade b754ee0
Make mingw less angry.
kevingranade File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would perception really be involved here? Wouldn't something like natural physical prowess (dexterity = muscle memory?) tie to more physical/reflex based skills? Intelligence to skills requiring more complex understanding of concepts and ideas? I'm a bit unclear as to how perception factors in here... attentiveness is more of a factor of focus and mental fortitude (intelligence?) isn't it?
Now if we were talking about learning something through observation of someone demonstrating something to you, then both perception (ability to notice fine details) and intelligence (ability to understand those details) would make sense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Focus, yes. Attentiveness? Plenty of people are intelligent but have problems paying attention - ADHD/ADD. Differentiating between skills in how they're affected by this split is planned.