-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Feature: Added Primal Fear solvers #2771
Conversation
Added Math & Public Speaking Primal Fear solvers
I have detected some issues with your pull request: Body issues: Title issues: Please fix these issues. For the correct format, refer to the pull request template. |
I have detected some issues with your pull request: Body issues: Title issues: Please fix these issues. For the correct format, refer to the pull request template. |
Let me know if you need elaboration on any feature! |
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.
just some first thoughts
src/main/java/at/hannibal2/skyhanni/config/features/dev/DebugConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/config/features/event/GreatSpookConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/config/features/event/GreatSpookConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/config/features/event/PrimalFearSolverConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/config/features/event/PrimalFearSolverConfig.java
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/config/features/dev/DebugConfig.java
Outdated
Show resolved
Hide resolved
Removed MathUtils as it is not needed at the moment Fixed typos/spelling
Lmk if you have any other requests! |
I feel like the descriptions aren't very good. Maybe something like |
Changed wording in the Solver Config Changed wording in the Public Speaking solver
NEEDS TESTING, DIDNT HAVE THE TIME!! Added a keybind for quick Solving
NEEDS TESTING!! Im not gonna be home for a bit, can test this evening though. |
Reverting keybind now, when reverted it will be ready for review |
Removed the primitive Keybind to quickly solve both fears without opening chat Finished up both solvers
I have detected some issues with your pull request: Title issues: Please fix these issues. For the correct format, refer to the pull request template. |
Code cleanup: Removed unused function
src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt
Outdated
Show resolved
Hide resolved
+ Made Bool checks inline + Made separate functions for each Primal Fear solver + Inlined getting math val
src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/event/spook/TheGreatSpook.kt
Outdated
Show resolved
Hide resolved
Code Cleanup
What
Added Math & Public Speaking Primal Fear solvers
Changelog New Features
Technical Details
generateRandomString
function. - Helium9