diff --git a/README.md b/README.md index 8fd47fe..9a43508 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,13 @@ whatever SQL queries against the data file (default `data.db`) you want. - calculate gametime based on active turns rather than moves used - also solves the issue where paralyzed/confused turns are not counted - use asyncio in bot +- allow for entering unplayed forfeits +- easy correction of game drift (e.g., two games played for a single team in a week) +- collect stats on teras and megas +- inline common queries into the base database as views +- channel filtering for replay collection +- move/damage tracking: + - delayed damage (Future Sight and co) + - self-damage misattribution (Belly Drum, possibly Explosion) + - indirect status (Toxic Spikes) + - weather?