aboutsummaryrefslogtreecommitdiff
path: root/make_table.py
AgeCommit message (Collapse)Author
2019-12-20remove hard coded palette IDsDaniel Schadt
Now that the API actually returns the proper palette IDs, we can use those values instead of relying on the hard coded values. This also gets rid of the make_table script that was mostly hackish anyway, and the lazy static HashMap.
2019-12-10make skill lookup table staticDaniel Schadt
2019-12-08add documentation for make_table.pyDaniel Schadt
2019-12-07add chatlink + revenant legends supportDaniel Schadt