diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-07-12 17:26:20 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-07-12 17:26:34 -0700 |
| commit | f0c7ea9ae6179f987a8d25d01b3599c1b84c5747 (patch) | |
| tree | f3cdf8c0056c95edbb9a9370ec6ba22b6c3c99f9 | |
| parent | d5674d02e43ad56ad6bda00b19c2b21bee5eef3f (diff) | |
tachi_to_tachi add non-dx scores to scoremap
| -rw-r--r-- | tachi_to_tachi/tachi_universal_export.user.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tachi_to_tachi/tachi_universal_export.user.js b/tachi_to_tachi/tachi_universal_export.user.js index f3dcc90..1e033fd 100644 --- a/tachi_to_tachi/tachi_universal_export.user.js +++ b/tachi_to_tachi/tachi_universal_export.user.js @@ -284,7 +284,11 @@ "DX Advanced": "DX Advanced", "DX Expert": "DX Expert", "DX Master": "DX Master", - "DX Re:Master": "DX Re:Master" + "DX Re:Master": "DX Re:Master", + "Expert": "Expert", + "Advanced": "Advanced", + "Basic": "Basic", + "Master": "Master" }; const lampMap = { |
