The-Frozen-North / tfn-module

A persistent world set around Neverwinter and the Wailing Death, with content from HotU and NWN2
https://github.com/b5635/the-frozen-north/wiki
GNU Affero General Public License v3.0
31 stars 24 forks source link

Player Statistics UI #756

Closed Logg-y closed 1 year ago

Logg-y commented 1 year ago

As discussed on discord, this has the slight issue that some characters have BIC db data already, which won't be added to their "account total".

The clean solution is probably to have one db and have a entry for each stat for each character, and use sqlite to sum it all up dynamically.

This change doesn't really make that any harder to do later, because the steps to get there are still the same (destroy the current account total settings, move the player BIC records to the new database table and destroy the one in the BIC).

... but I had already written this one!