diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..22632df --- /dev/null +++ b/TODO.txt @@ -0,0 +1,12 @@ +Item identifications +- Base max/min, rounding correctly, and handling pre-ID + +Damage calculation +- General calculation framework +- Weapon powdering +- Spell multipler +- Melee dps and multiplier +- Poison calculations + +Skillpoint engine +- Make it work... diff --git a/build.js b/build.js index d905617..79fc017 100644 --- a/build.js +++ b/build.js @@ -1,4 +1,3 @@ - /*Class that represents a wynn player's build. */ class Build{ diff --git a/index.html b/index.html index dddd15f..fb42adb 100644 --- a/index.html +++ b/index.html @@ -143,6 +143,7 @@ +<<<<<<< HEAD