Skip to content
Phi edited this page Apr 11, 2020 · 1 revision

新アイテム追加フロー

変更が必要なファイル

  • img2str.py

img2str.py

変更が必要なのは * 新アイテムのは新アイテムの名称とハッシュ値

# 新アイテムのは新アイテムの名称とハッシュ値

class DropItems のdist_item に名称とハッシュ値を加える

dist_item ={
'QP':np.array([[214, 27, 77, 212, 33, 165, 72, 134]], dtype='uint8'),
'爪':np.array([[250, 14, 161, 65, 22, 225, 125, 12]], dtype='uint8'),
...
}
img2str.py でローカルのスクショ、calctweet.py でTwitterに投稿されたスクショから新アイテムのハッシュ値がとれるのでコピペして利用すること

$ python img2str.py -d スクショファイル名
$ python calctweet.py -d tweet_url

Clone this wiki locally