-
Notifications
You must be signed in to change notification settings - Fork 8
Item Set Verification
First, you need to select a set to verify. All sets are (hopefully -- if you see that a set is missing, let us know!) present in the json data file, available at: https://raw.githubusercontent.com/Wynntils/Data-Storage/master/item-sets.json
This file can be difficult to read, so I recommend viewing it using a tool, e.g. by following this link:
https://jsoneditoronline.org/#left=url.https%3A%2F%2Fraw.githubusercontent.com%2FWynntils%2FData-Storage%2Fmaster%2Fitem-sets.json
Press the tree
button to get a nice way to navigate this document.
The top level is a list of all sets. If you expand a set, you will see that it contains "bonuses" and "items". The latter shows what items is part of the set, and the former is the actual set bonuses. While we should also confirm that the items list is correct and complete, the main work is to confirm the bonuses.
Under bonuses is an array of entries. 0 should always be empty (meaning a single item does not give any set bonus). The entry 1 is the first bonus level, i.e. when you are wearing 2 of the set, etc. The entries should contain fields, which should hopefully be clear to interpret and correlate with the text in Wynncraft. If in doubt, ask at Discord!
You must also check that this set has not already been verified. Head to the main document tracking verification status at: https://docs.google.com/spreadsheets/d/1_ITg_arjWYxQUyjA4QAA0Oi1bQepUTTQLaXTkhP_c4M/edit?usp=sharing
If the "Verified" column shows empty next to the set name, put in "Started" (to avoid multiple person starting to do the same set) in this column.
Next, login to Wynncraft, go grab the items in the set (from your Bank account, the Trade Market or by going out and getting them "in the wild"). Strip of your other gear, and start wearing them one at the time. When you are wearing two or more items, the Set Bonus will appear on the tooltip when hovering over one of the items. Take a screenshot of this tooltip (default Wynntils key to do this is F4), and verify that the effect types and values match up with what the json data document describes.
When you are done, upload your screenshots (found in the Minecraft screenshot directory) to an online image service like imgur. Go again to the main tracking document, change "Started" to "OK", add your name and the date when the verification was done, and paste in URLs to the screenshots confirming your findings.
If you find that the json data was not correct, write "ERROR" instead of "OK", and report in Discord what was wrong.