mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 17:38:11 +03:00
add inGameID to charts-museca script
This commit is contained in:
@@ -26,7 +26,8 @@ async function ConvertFn(c: any): Promise<ChartDocument<"museca:Single"> | null>
|
||||
playtype: c.playtype,
|
||||
levelNum: c.levelNum,
|
||||
level: c.level.toString(),
|
||||
data: {},
|
||||
// for our kt1 dataset, inGameID *is* song id.
|
||||
data: { inGameID: c.id },
|
||||
isPrimary: true,
|
||||
versions: ["1+1/2"],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user