Files
bansonic_beta_main/Assets/StreamingAssets/test.json
T
2025-06-02 00:48:08 +08:00

64 lines
4.0 KiB
JSON

{
"title": "Rhythm Journey",
"composer": "GameDev Beats",
"illustrator": "ArtistName",
"charter": "ChartMaster",
"beatmapId": "RJ-001",
"duration": 120,
"bpm": 128,
"difficulty": 5,
"difficultyName": "Hard",
"createdDate": "2025-03-14",
"musicFile": "Assets/Music/RhythmJourney.ogg",
"backgroundFile": "Assets/Backgrounds/journey_bg.png",
"tracks": [
{ "color": "red" },
{ "color": "green" },
{ "color": "blue" },
{ "color": "purple" },
{ "color": "yellow" }
],
"notes": [
{ "time": 4.0, "trackIndex": 0, "color": "red", "type": "hold", "length": 1.5 },
{ "time": 5.5, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 },
{ "time": 6.0, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 },
{ "time": 6.5, "trackIndex": 1, "color": "green", "type": "tap", "length": 0 },
{ "time": 7.0, "trackIndex": 0, "color": "red", "type": "hold", "length": 1.5 },
{ "time": 7.5, "trackIndex": 1, "color": "green", "type": "tap", "length": 0 },
{ "time": 8.0, "trackIndex": 2, "color": "yellow", "type": "tap", "length": 0 },
{ "time": 8.0, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 },
{ "time": 8.0, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 },
{ "time": 9.0, "trackIndex": 1, "color": "green", "type": "tap", "length": 0 },
{ "time": 12.0, "trackIndex": 4, "color": "blue", "type": "hold", "length": 3 },
{ "time": 12.0, "trackIndex": 2, "color": "yellow", "type": "hold", "length": 4 },
{ "time": 12.0, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 },
{ "time": 16.0, "trackIndex": 1, "color": "green", "type": "tap", "length": 0 },
{ "time": 18.0, "trackIndex": 0, "color": "red", "type": "tap", "length": 0 },
{ "time": 20.0, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 },
{ "time": 22.0, "trackIndex": 2, "color": "yellow", "type": "tap", "length": 0 },
{ "time": 24.0, "trackIndex": 1, "color": "green", "type": "tap", "length": 0 },
{ "time": 26.0, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 },
{ "time": 28.0, "trackIndex": 0, "color": "red", "type": "tap", "length": 0 },
{ "time": 30.0, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 },
{ "time": 35.0, "trackIndex": 2, "color": "yellow", "type": "tap", "length": 0 },
{ "time": 40.0, "trackIndex": 1, "color": "green", "type": "tap", "length": 0 },
{ "time": 45.0, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 },
{ "time": 50.0, "trackIndex": 0, "color": "red", "type": "tap", "length": 0 },
{ "time": 55.0, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 },
{ "time": 60.0, "trackIndex": 2, "color": "yellow", "type": "tap", "length": 0 },
{ "time": 65.0, "trackIndex": 1, "color": "green", "type": "tap", "length": 0 },
{ "time": 70.0, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 },
{ "time": 75.0, "trackIndex": 0, "color": "red", "type": "tap", "length": 0 },
{ "time": 80.0, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 },
{ "time": 85.0, "trackIndex": 2, "color": "yellow", "type": "tap", "length": 0 },
{ "time": 90.0, "trackIndex": 1, "color": "green", "type": "tap", "length": 0 },
{ "time": 95.0, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 },
{ "time": 100.0, "trackIndex": 0, "color": "red", "type": "tap", "length": 0 },
{ "time": 105.0, "trackIndex": 4, "color": "blue", "type": "tap", "length": 0 },
{ "time": 110.0, "trackIndex": 2, "color": "yellow", "type": "tap", "length": 0 },
{ "time": 115.0, "trackIndex": 1, "color": "green", "type": "tap", "length": 0 },
{ "time": 120.0, "trackIndex": 3, "color": "purple", "type": "tap", "length": 0 }
],
"is_official": true
}