Skip to content

Commit a0f9d93

Browse files
committed
feat: Code stream bms tables
1 parent fd434ca commit a0f9d93

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

common/src/constants/bms-tables.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,20 @@ export const BMS_TABLES: Array<BMSTableInfo> = [
259259
description:
260260
"Solar, Stellaverse's alternative table for Insane1-esque charts. Follows the Satellite table in difficulty.",
261261
},
262+
{
263+
name: "Code Stream (st)",
264+
asciiPrefix: "csst",
265+
url: "https://air-afother.github.io/chordstream-table-split/chordstreamST.html",
266+
playtype: "7K",
267+
prefix: "重発狂",
268+
description: "16th Chordstream table, st0+ difficulty",
269+
},
270+
{
271+
name: "Code Stream (sl)",
272+
asciiPrefix: "cssl",
273+
url: "https://air-afother.github.io/chordstream-table-split/chordstream.html",
274+
playtype: "7K",
275+
prefix: "乱打",
276+
description: "16th Chordstream table, sl0-sl12 difficulty",
277+
},
262278
];

0 commit comments

Comments
 (0)