aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-02-27 16:15:08 -0800
committerPinapelz <yukais@pinapelz.com>2025-02-27 16:16:48 -0800
commit504b026945512d8c2d20ebca8945076188d46dea (patch)
tree2e2c800e59df8b77fe04079519dcf7a2a1037b51
parent057c83de767320b071ecc0318a95a07019ab3d71 (diff)
sdvx: fix EXCEED -> XCD
-rw-r--r--README.md3
-rw-r--r--sdvx/sdvx_csv_to_tachi.py2
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"
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage