Skip to content

Commit

Permalink
fix: sdvx song title (#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoshikara authored Dec 10, 2024
1 parent 4dc26a4 commit 49eaaf9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
14 changes: 12 additions & 2 deletions seeds/collections/charts-sdvx.json
Original file line number Diff line number Diff line change
Expand Up @@ -151251,7 +151251,12 @@
{
"chartID": "5ecb57da236556de83eb15023840f0ba053f808b",
"data": {
"inGameID": 2154
"inGameID": 2154,
"sTier": {
"individualDifference": false,
"text": "Tier 5",
"value": 17.5
}
},
"difficulty": "EXH",
"isPrimary": true,
Expand All @@ -151267,7 +151272,12 @@
{
"chartID": "7e5d7cb7010fd6adef79b54a22b1c9ef2ce11343",
"data": {
"inGameID": 2154
"inGameID": 2154,
"sTier": {
"individualDifference": false,
"text": "Tier 5",
"value": 19.5
}
},
"difficulty": "MXM",
"isPrimary": true,
Expand Down
6 changes: 4 additions & 2 deletions seeds/collections/songs-sdvx.json
Original file line number Diff line number Diff line change
Expand Up @@ -24258,7 +24258,9 @@
"title": "トキノコエト"
},
{
"altTitles": [],
"altTitles": [
"Entropic En鹹αncemEnt"
],
"artist": "CHUBAY",
"data": {
"displayVersion": "exceed"
Expand All @@ -24267,7 +24269,7 @@
"searchTerms": [
"entropicenhancement_chubay"
],
"title": "Entropic En鹹αncemEnt"
"title": "Entropic EnĤαncemEnt"
},
{
"altTitles": [],
Expand Down

0 comments on commit 49eaaf9

Please sign in to comment.