From 504b026945512d8c2d20ebca8945076188d46dea Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 27 Feb 2025 16:15:08 -0800 Subject: sdvx: fix EXCEED -> XCD --- README.md | 3 ++- sdvx/sdvx_csv_to_tachi.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19ae51a..8961cf4 100644 --- a/README.md +++ b/README.md @@ -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" } -- cgit v1.2.3