-
Notifications
You must be signed in to change notification settings - Fork 72
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
improve noncombat stat gains with equipment #1112
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
08442a1
Update auto_equipment.ash
quarklikeadork 77e3c1d
Update autoscend_header.ash
quarklikeadork f74f52a
Update auto_consume.ash
quarklikeadork c9ec468
Update level_07.ash
quarklikeadork 740668b
Update level_09.ash
quarklikeadork a5163e4
Update mr2018.ash
quarklikeadork 3e5d77f
replaces 3 hardcoded equips but left some with closet action
quarklikeadork ba56cfd
Update auto_pre_adv.ash
quarklikeadork cd2d960
move equipRollover after nightcap
quarklikeadork 9e21163
equip after ode
quarklikeadork 08c365e
Update mr2018.ash
quarklikeadork 0634e02
Merge branch 'Loathing-Associates-Scripting-Society:master' into stat…
quarklikeadork 0cfbc92
Update auto_consume.ash
quarklikeadork 9f9154f
Update auto_equipment.ash
quarklikeadork 3e830c9
Merge branch 'master' into statgain
quarklikeadork 951b5ca
Merge branch 'Loathing-Associates-Scripting-Society:master' into stat…
quarklikeadork 99bc660
Update auto_equipment.ash
quarklikeadork 91311ae
useTonicDjinn()
quarklikeadork 8350dc6
Update autoscend_header.ash
quarklikeadork caf44d0
Update autoscend.ash
quarklikeadork 8d736f6
Update level_any.ash
quarklikeadork 398eb8a
Update level_any.ash
quarklikeadork c80031c
fix quest value
quarklikeadork d629989
Merge branch 'master' into statgain
quarklikeadork 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
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.
will this skip stats which have been set to false?
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.
it would not, aggregates written like $stats[] only have true values in them but blocked false values now in case someone uses the function differently,
also added tonic djinn handling