[docs]: Questions
See original GitHub issueHey there as mentioned in #115 here are some questions that came up during my first encounter with genshinDB.
First of all: THANK YOU for this great package ❤️, I am happy to support with PRs once I wrapped my head around a couple of things:
- How do I get all items of a similar type - like all slime items or all drops from childe - at best if I am already on a slime item, how do I know there are similar ones “left and right”, meaning how can I easily check similar items
- I see there is
genshinDB.weaponmaterialtypes
andgenshinDB.talentmaterialtypes
- Both of them link to examples in the README but apparently there are no examples.
- Why are there no / it would be great if there are
genshinDB.levelmaterialtypes
andgenshinDB.ascensionmaterialtypes
- all the links to the categories.json from the README point to 404
- why is rarity a string and not an integer? It would be helpful if I could filter for rarity > X without the need to run parseInt first.
- How to get the max rarity per item? I would like to get a list of all materials but only the max possible one - for example slime can only go up to 3 while horn can go up to 4
- Why does
genshindb.materials('ballad')
only give me one Ballad item and not all items that match ballad?
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Google Forms: Online Form Creator | Google Workspace
Use Google Forms to create online forms and surveys with multiple question types. Analyze results in real-time and from any device.
Read more >Create & grade quizzes with Google Forms
Frequently missed questions; Graphs marked with correct answers; Average, median, and range ... Using Google products, like Google Docs, at work or school?...
Read more >Google Forms: Sign-in
Access Google Forms with a personal Google account or Google Workspace account (for business use).
Read more >Google Docs Quiz - GCFGlobal
Test your knowledge of Google Docs by taking our quiz. ... Question 1 of 7. Google Docs is most similar to which application?...
Read more >How to make Google Docs Questionnaire - YouTube
Click "Done" to add the question. Step # 4 -- Publishing the Form That is how to make google docs questionnaire and to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
im gonna add data for crafting
categories.json
in my postprocessing step.return x number of results
option. I’ve been stalling because I couldn’t figure out how to create the type for this. Maybe I should just create a separate function instead.