add tcg-assistant - #14822
Open
Sneugler wants to merge 3 commits into
Open
Conversation
|
New plugin |
|
This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds
tcg-assistant, a new plugin.What it is: a read-only advisor for the OSRS TCG "CardLocked" gamemode. It
reads your card collection from the existing TCG plugins over the
PluginMessagebus and answers, in a sidebar and a window: what you can doright now, what opens up as you train, what you are one card away from, and
which card is worth hoping for.
Things that should make review quicker:
varbits, skills, quest states and item containers, and draws Swing panels.
under
src/main/resources; the plugin itself talks to nothing.build=standard, and the only importsoutside runelite-client are Gson, Guice, Lombok (
@Slf4jonly) and SLF4J,all of which are transitive dependencies of the client.
getResourceAsStream, per the note in the READMEabout jar-URLs.
Repo: https://github.com/Sneugler/tcg-assistant