ラストイデア アイテムビューワ

viewer/
ラストイデア公式シミュレータのデータを使ってアイテム一覧を表示する
lastidea_crawler/
5ch wikiからのアイテムのデータ収集

viewer

使い方

  1. 公式シミュ のJSONデータをダウンロードしてくる
  2. viewer/index.html をブラウザで開く

JSONデータ

いまのところ必要なものは properties.json と equipments.json

ダウンロードしてくる。

lastidea_crawler

python -m lastidea_crawler.get_itemlist > data/itemlist.tsv
python -m lastidea_crawler.get_properties < data/itemlist.tsv > data/properties.tsv
python -m lastidea_crawler.show_target_property data/itemlist.tsv data/properties.tsv '炎ダメージ倍率'