runelite
runelite copied to clipboard
clues: move RequirementCollections to their own file
Moves a lot of clue item variation code to it's own file, commits are split up so what was actually done can be seen, and not a giant pile of code removed and 1 new file created.
Codestyle of the new file (might)? be a little messy since I just blindly copied code from the other files, if there's something we want to changeup, review it. (e.g. maybe the barrows one should be split like this instead of all(any(...)
all(
any(...
Supersedes: Closes #6811 Closes #17317 Closes #17423
commits are squashed, client didn't explode and I see no issues with the various clues I ::clue'd
i decided what i did last night was too squashed so I split the new collections into their own commits