From e864314eeaa090dcf2e0e7dd7070710629f21fad Mon Sep 17 00:00:00 2001 From: b Date: Wed, 6 Jan 2021 18:36:11 -0600 Subject: [PATCH] Update TODO --- TODO.txt | 7 +++++++ test.js | 9 +++++++++ 2 files changed, 16 insertions(+) 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.