This commit is contained in:
VJsong02
2026-01-05 00:58:51 +01:00
parent f498c1ed60
commit d1f9a8066e
7 changed files with 88 additions and 120 deletions

View File

@@ -1,9 +1,9 @@
import json
with open("./mrlar/data/ships.json") as f:
with open("./AzurLaneData/data/ships.json") as f:
ship_data = json.load(f)
with open("./mrlar/data/skins.json") as f:
with open("./AzurLaneData/data/skins.json") as f:
skin_data = json.load(f)
with open("output", "r") as f:
@@ -80,7 +80,7 @@ for line in lines:
# [x] skin background
skin_bg = curr_skin["bg"]
# [ ] reconstruct shipdisplay line
# [x] reconstruct shipdisplay line
out = "|".join(map(str, (
"{{ShipDisplay",
rarity,