stuff :3
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user