diff options
| -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" } |
