The monster data of this table is crawled from StrategyWiki. It provides multiple sorting and filtering on monster's level, HP, MP, PDR, MDR.
To create this website:
- use StrategyWiki crawler to get the monster data
- The sorting and filtering features are provided by TableFilter.
- The image loading function is provided by Lazy Load.
- run
python generate_monster_table_html.py
to create theindex.html
. It will load the monster data from themonster.json
file.