thats pretty good but I mean something more like this: lets take this page for example: https://royals-library.netlify.app/weapon/id=1372040 under "dropped by" an additional list of gachapons you can get it from would be easier to know where you obtain items but the list that already exist is pretty great because you can search in it
Updated on 5/8/2024 Changelog: 1. Added in Craft-table Tab, showing crafting recipe, source of recipe : Zancks' Crafting Guide Enter the name of item u wish to craft to search, it will show the Craftable Item, resources/materials needed for the craft, quantity. And also the NPC name & location. You can also search by material name to see what it could turn into e.g. silver coin 2. Added in images for crafting recipe to show.
Since this project is nearly to an end and it is open-sourced. In-case the netlify website down/ i went disconnected forever, you can deploy the library locally at your computer and have fun. Here's the step: Find the link to repo at : https://royals-library.netlify.app/ Download repo zip file Unzip Open VSCode, Open the folder u unzip. Open terminal of VSCode Enter command : cd my-react-app Enter command : npm install wait for it. Enter command : npm run dev Done. Access library locally at http://localhost:5173/ And here's the video guide: PS: You can even deploy it to your own server or any deploying website like netlify since this project is fully-static-front-end. No backend server, no database needed.
Minor Updated on Aug 6 2024 Changelog: 1. Updated UI of Gacha Tab to include photo, and clickable link to relevant Equip/Items tab. 2. Updated UI of Equip Tab to show stats & gacha tabs, the gacha tabs would show up if it's has recorded gacha location. 3. Updated UI of Item Tab to show gacha tabs also.
Maybe you can do something similar for the crafting tab too? So if one searches facestomper it will tell you that Facestompers can be crafted and link you to the crafting tab or if you search Von Leon‘s medallion for example it will show you for which craftings it can be used.
Cool idea. Also, is ALL craftable-item not affected by the godly+5 mechanism? Any other any exception list ? Knowing this, the library could be more accurate about the stats. Eg current ROA in library show range of 0 ~ 7 which is wrong ?
Any item crafted with a stimulator has random stats and can be godly. Any item crafted without a stimulator will always have fixed stats and can't godly. Stimulators are optional to use, and (except EPQ earrings) come with a 10% chance to craft nothing instead, but honestly for 99% of items there's no point to craft without a stimulator, if available.
Two more ideas I have would be to add in which bonus room certain items can be obtained like Onyx Apple - APQ bonus or Von Leon‘s boot - Von Leon Bonus and to do something similar you did for gachapons for exchange quests like in ellin forest. You’d mostly have to rely on community lists again though.
would you allow "elemental wand" in global search to search for exactly what I want for the prefix words?
Yes, they do. As a side note, can you make exact matches sort even above things that match all terms? I don't remember what it was but I searched for something and it was the 3rd element in the list despite being an exact match due to both terms also appearing in something else.
Nice catch on this. Currently if both terms appear together, will be sort by id then. E.g. https://royals-library.netlify.app/all?page=1&search=snail shell Will try to improve the sort soon.
Updated on Aug 8 2024 Changelog: 1. Added in NPC tab. Can search NPC by region and by type (the type is not official, fully by my own judgement ) . The filters are AND condition. E.g. You can filter NPC that are crafter and only exists in Ossyria region ! The location links point to HiddenStreet / legends. PS: might miss out some npc that falls in the right type, because there is about 290 func type, easy to overlook. 2. Added in Quest Page & Quest Detail Page You can now search quest by name, and use filter of location. Then, click to view for quest detail. The Location filter are intended to be same as the in-game region. At quest detail page, don't forget to toggle to the right tab, of your current quest progress. E.g tab of '0' mostly is when u first accept the quest or what it appears in your in-game "Available" Quest window. By default , the Background & Dialogue section are hidden to keep it minimalist. But if u like to know more about the story, u can expand them 3. Info available inside NPC and Quest pages are not complete and limited. I believe they are controlled by server, i could not find them. Eg : what items are sold by merchants are not available some exchange quest missing special quest like apq also missing 4. Certain quests reward player with random items. So, i use my math instinct to calculate the probability , they are not tested by data, just as my amateur reference. Perhaps someone could test it e.g. https://royals-library.netlify.app/quest/id=4528 For geeks/devs : You can search the npc by npc_id , quest by quest_id.
Craft table filtering/sorting seems inaccurate, it should prioritize items with "luk" and "crystal" first, but VL Luk scroll appears 2nd, above items that require luk crystals.
Oooh nice. Updated. Current sorting order of this page: 1. Any exact match of item/ material name 2. count of item name match, DESC 3. count of material name match, DESC 4. item id, ASC