I am trying to keep the whole application as dynamic as possible, given the prolific nature of addons and the pace of development. This means that while I can *hard code* the required filters into the application - it would require me to update the application every time a new version or addon is released - or to alternately require people download a sufficient cross-section of characters before the application is able to understand what filters are relevant.
Neither is ideal, for my purposes or for the bandwidth load on te4.org

What would be super helpful is a JSON dump that's kept up-to-date for the listbox filters on the character vault. Something that basically dumps:
Code: Select all
{
"filters":{
"permadeath":[ "adventure","exploration","roguelike"],
"difficulty":["normal","nightmare","insane"