goodsList = b''' 0 7 1 1 I1000000 G1000000 1 1 I1000000 G2000000 1 1 I1000000 G2000001 1 1 I1000000 G2000002 1 1 I1000000 G1000001 1 1 I1000000 G3000000 1 1 I1000001 G3000001 0 ''' clearList = ''' 0 0 0 ''' clearListRegex = r'(.+)<\/play_style>' clearListTemplate = '''{score}{playCount}{musicID}{missCnt}{clearAmt}{clearflg}''' rivalClearListTemplate = '''{score}{musicID}{clearflg}''' champInfo = b''' 0 0 -1 0 0 0 0 0 0 ' champInfo2 = b' 0 0 1 ''' tokenRegex = r'(.+)<\/token>' MusicGhost = ''' 0 0 ''' MusicGhostTemplate = ''' {kind} {ghostData} 1 {exScore} {dj_name} 1 {flip} {assist} {arrange1} {arrange0} ''' playdata = ''' 0 0 {infinitasID} 0 {isExist} ''' playerSave = ''' 0 {saveDataSize} {saveData} {saveDataChecksum} 0 0 ''' itemList = ''' 0 0 {itemCount} {defaultItems} {itemLists} ''' PointList = ''' 0 1 15000 P0100000 0 ''' PointsAdd = ''' 0 1 {bits} P0100000 0 '''