add armor search, damage fixes

This commit is contained in:
Bryce Allen
2015-04-27 03:21:02 -05:00
parent 5e3552728f
commit 784299dd53
6 changed files with 307 additions and 8 deletions

View File

@@ -18,9 +18,11 @@ def percent_change(a, b):
def parse_args(argv):
parser = argparse.ArgumentParser(
parser = argparse.ArgumentParser(description=
"Calculate damage to monster from different weapons of the"
" same class"
" same class. The average motion value for the weapon class"
" is used for raw damage calculations, to get a rough idea of"
" the relative damage from raw vs element when comparing."
)
parser.add_argument("-s", "--sharpness-plus-one", action="store_true",
default=False,