We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I spent some time plotting out the armor damage reduction and your calc is off by a bit.
Here is the formula derived through testing: 0.206+0.0173*x+-0.00000243*x^2+0.000000000212*x^3+-7.93E-15*x^4
0.206+0.0173*x+-0.00000243*x^2+0.000000000212*x^3+-7.93E-15*x^4
See here: https://docs.google.com/spreadsheets/d/120ozrDRY03-X2BE82OoMICoidKr--JJdRGBDtIywUz8/edit?usp=sharing
The text was updated successfully, but these errors were encountered:
Can you describe the values of x and E in that calculation?
Sorry, something went wrong.
is E not simply *10^-15? Also that google sheet requires access request
No branches or pull requests
I spent some time plotting out the armor damage reduction and your calc is off by a bit.
Here is the formula derived through testing:
0.206+0.0173*x+-0.00000243*x^2+0.000000000212*x^3+-7.93E-15*x^4
See here: https://docs.google.com/spreadsheets/d/120ozrDRY03-X2BE82OoMICoidKr--JJdRGBDtIywUz8/edit?usp=sharing
The text was updated successfully, but these errors were encountered: