From 5179e79ca53bb8b0d8cbe618b4ea56613d86250f Mon Sep 17 00:00:00 2001 From: vvo <> Date: Fri, 1 Nov 2024 21:21:18 +0800 Subject: [PATCH] songs list update --- README.md | 5 +++-- data/world.ts | 5 +---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1427a5d..1bc8667 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # DanceDanceRevolution -**Plugin Version:** fork-mdx-3.0.3 +**Plugin Version:** fork-mdx-3.0.3a **Supported game versions:** WORLD (2024101500) @@ -26,7 +26,7 @@ musicdb.xml Usage Guide Changelog =========== -### fork-mdx-3.0.3 +### fork-mdx-3.0.3a - Fixed WebUI flare skill calculation mistake. - Added "unlock all songs" option. @@ -35,6 +35,7 @@ Changelog - Gold cab exclusive, otherwise the songs will not appear in the songs list. - You can use patches to force the game to imitate gold cab. - Added "Step This Way" Challenge difficulties +- Added "MVP" to SONGS_WORLD. ### fork-mdx-3.0.2 diff --git a/data/world.ts b/data/world.ts index ce5806c..30cd72d 100644 --- a/data/world.ts +++ b/data/world.ts @@ -45,23 +45,20 @@ export const SONGS_WORLD = [ { mcode: 38748, limited_ary: [2, 2, 2, 2, -1, -1, 2, 2, 2, -1], diffLv: [4, 9, 13, 16, 0, 0, 9, 13, 16, 0] }, { mcode: 38749, limited_ary: [0, 0, 0, 0, 0, -1, 0, 0, 0, 0], diffLv: [2, 2, 7, 11, 13, 0, 2, 7, 11, 14] }, { mcode: 38734, limited_ary: [0, 0, 0, 0, 0, -1, 0, 0, 0, 0], diffLv: [3, 6, 10, 13, 8, 0, 6, 10, 13, 9] }, - { mcode: 38737, limited_ary: [2, 2, 2, 2, 2, -1, 2, 2, 2, 2], diffLv: [3, 6, 11, 13, 16, 0, 6, 11, 13, 16] }, { mcode: 38738, limited_ary: [2, 2, 2, 2, 2, -1, 2, 2, 2, 2], diffLv: [2, 5, 8, 12, 17, 5, 8, 12, 17] }, - { mcode: 37222, limited_ary: [2, 2, 2, 2, -1, -1, 2, 2, 2, -1], diffLv: [2, 4, 10, 13, 0, 0, 4, 9, 13, 0] }, { mcode: 37604, limited_ary: [2, 2, 2, 2, 2, -1, 2, 2, 2, 2], diffLv: [2, 6, 9, 12, 14, 0, 5, 9, 12, 14] }, { mcode: 37234, limited_ary: [0, 0, 0, 0, -1, -1, 0, 0, 0, -1], diffLv: [1, 3, 7, 11, 0, 0, 3, 7, 11, 0] }, { mcode: 37363, limited_ary: [2, 2, 2, 2, -1, -1, 2, 2, 2, -1], diffLv: [2, 5, 9, 13, 0, 0, 5, 9, 13, 0] }, - { mcode: 38756, limited_ary: [2, 2, 2, 2, -1, -1, 2, 2, 2, -1], diffLv: [3, 8, 15, 18, 0, 0, 8, 14, 18, 0] }, { mcode: 38758, limited_ary: [2, 2, 2, 2, -1, -1, 2, 2, 2, -1], diffLv: [5, 10, 13, 17, 0, 0, 10, 13, 17, 0] }, { mcode: 38759, limited_ary: [2, 2, 2, 2, -1, -1, 2, 2, 2, -1], diffLv: [3, 6, 13, 15, 0, 0, 7, 13, 15, 0] }, + { mcode: 38757, limited_ary: [0, 0, 0, 0, -1, -1, 0, 0, 0, -1], diffLv: [2, 5, 8, 13, 0, 0, 5, 8, 13, 0] } // songs that have yet to release. unknown difficulty lvls. // { mcode: 38622, limited_ary: [], diffLv: [] }, // { mcode: 38629, limited_ary: [], diffLv: [] }, - // { mcode: 38757, limited_ary: [], diffLv: [] }, // { mcode: 38760, limited_ary: [], diffLv: [] }, // { mcode: 38761, limited_ary: [], diffLv: [] } ]