faq
How to contact the developer?
If you have any problems or want to make a suggestion come to my »discord server
or
use the »github issue tracker
How can I use the gearsim to check X?
Plase see this small video tutorial:
»dngearsim introduction on youtube
How is average damage calculated and what is eqhp?
Something like:
damage = element% x (1 - element resist %) x skill% x fd% x (avg(dmg) + ((crit dmg-100%) x crit chance x (1 - crit resist%) x avg(dmg)))
eqhp = ( (hp / (1-pdef%)) + (hp / (1-mdef%)) ) / 2
eqhp is equivalent hp.
This is essentially the amount of damage you can take before you die.
It takes both hp and defence into acount.
There is magic and phisical defence but since fdn gives max mdef the sim only shows physical eqhp.
Some skills do not work correctly?
I have implemented many skills now however there numerous classes I do not play.
Feel free to get in touch if you want to work with me to implement any extra skill for your class.
What is with all these items that do not exist in-game?
I show everything I can from the data files.
Some items may not exist also some items have duplicates but it is useful to see what might be coming.
How is the data stored?
Only published builds are saved to the server. Other builds may be lost if your browser is reset.
If you want to keep any builds without logging in you can export them as json files that can be shared and imported into another browser.
When you log in your log in to publish your build your details are sent directly from your browser to google firebase for authentication.
Growth spirits cannot be enhanced?
Stats for this are random so please create a custom item with the stats you get.
Why are the calcuations not accurate?
I believe they are - or at least out only by a tiny bit.
If your stats are marginally different most likely you are missing some item or passive skill, etc.
Feel free to ask if things do not look right.
If you publish your build I can have a look to see if there is a glitch that needs fixing.
Any advanced options?
For advanced configuration settings use »this link