Drop rate Ver 1.01#11082
Merged
Merged
Conversation
|
|
|
Internal use only: Reviewer details Maintainer details |
- Add rare_drop_table.json as a dedicated RDT database - Plugin now loads both droprates_clean.json and rare_drop_table.json at startup - Dual lookup: if an item exists in both tables and "Show possible sources" is on, displays both (e.g. Normal 1/400 | RDT 1/5012.5) - If only one table has the item, that rate is shown directly - Remove manual Dragon spear and Dragon med helm overrides from drop_metadata.json (now handled by dual lookup) - Add 4 color picker settings (Common, Uncommon, Rare, Ultra-rare) in the Appearance section so users can customize tier colors - Remove unused invertedRdtDrops field
forgot this..
Adds Ring of Wealth, Legends’ Quest, and Slayer-task aware drop-rate resolution with expanded metadata overrides for RDT/source contexts. Also cleans up config wording and README. Local validation passed: clean compile/test.
Contributor
Author
|
Just added a proper description for this update. Let me know if anything needs adjusting. |
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.
Summary
This update improves drop rate accuracy by:
Why
Previous version could select incorrect drop sources in some cases, especially with NPC variants and RDT.
Notes
This does not automate gameplay or reveal hidden information — it only improves accuracy of already known drop rates.
Happy to make any changes if needed 👍