diff --git a/TODO.txt b/TODO.txt index 22632df..832d496 100644 --- a/TODO.txt +++ b/TODO.txt @@ -10,3 +10,10 @@ Damage calculation Skillpoint engine - Make it work... + +Build encoding +- Allow exporting/importing builds to strings + +LATER STUFF: +- Custom items integration + - wynndata parse? And/or google sheets diff --git a/test.js b/test.js index e6544c8..b295dfe 100644 --- a/test.js +++ b/test.js @@ -1,3 +1,12 @@ +/* + * TESTING SECTION + */ + +console.log(location.href); + +/* + * END testing section + */ let player_build; // Set up item lists for quick access later.