Update TODO

This commit is contained in:
b 2021-01-06 18:36:11 -06:00
parent e731d84ada
commit e864314eea
2 changed files with 16 additions and 0 deletions

View file

@ -10,3 +10,10 @@ Damage calculation
Skillpoint engine Skillpoint engine
- Make it work... - Make it work...
Build encoding
- Allow exporting/importing builds to strings
LATER STUFF:
- Custom items integration
- wynndata parse? And/or google sheets

View file

@ -1,3 +1,12 @@
/*
* TESTING SECTION
*/
console.log(location.href);
/*
* END testing section
*/
let player_build; let player_build;
// Set up item lists for quick access later. // Set up item lists for quick access later.