diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-02-27 16:15:08 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-02-27 16:16:48 -0800 |
| commit | 504b026945512d8c2d20ebca8945076188d46dea (patch) | |
| tree | 2e2c800e59df8b77fe04079519dcf7a2a1037b51 | |
| parent | 057c83de767320b071ecc0318a95a07019ab3d71 (diff) | |
sdvx: fix EXCEED -> XCD
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | sdvx/sdvx_csv_to_tachi.py | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1 +1,2 @@ -Some scripts to convert from various sources to Tachi/Kamaitachi "Batch Manual" import jsons
\ No newline at end of file +Some scripts to convert from various sources to Tachi/Kamaitachi "Batch Manual" import jsons. +Use with caution as there may be some cases missing. diff --git a/sdvx/sdvx_csv_to_tachi.py b/sdvx/sdvx_csv_to_tachi.py index 062b0f4..b15858d 100644 --- a/sdvx/sdvx_csv_to_tachi.py +++ b/sdvx/sdvx_csv_to_tachi.py @@ -10,7 +10,7 @@ DIFFICULTY_MAPPING = { "GRAVITY": "GRV", "HEAVENLY": "HVN", "VIVD": "VVD", - "EXCEED": "EXCEED", + "EXCEED": "XCD", "MAXIMUM": "MXM" } |
