Skip to content

Commit e29c10d

Browse files
authored
Fix cli text
1 parent 0b07302 commit e29c10d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gbftmr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def getThumbnailOptions(self : GBFTMR, k : str) -> None|dict:
595595
options["choices"].append(["NM Setting", ["None", "GW NM90", "GW NM95", "GW NM100", "GW NM150", "GW NM200", "GW NM250", "DB 1*", "DB 2*", "DB 3*", "DB 4*", "DB 5*", "DB UF95", "DB UF135", "DB UF175", "DB UF215", "DB Valiant", "Record NM100", "Record NM150"], [None, 90, 95, 100, 150, 200, 250, 1, 2, 3, 4, 5, 11, 12, 13, 14, 20, -100, -150], "template-"+str(i), self.autoSetNM])
596596
e["type"] = "asset"
597597
case "prideinput":
598-
options["choices"].append(["Pride ID", ["Gilbert", "Nalhe Great Wall", "Violet Knight", "Echidna", "Golden Knight", "White Knight", "Cherub", "Kikuri", "Zwei", "Maxwell", "Otherworldly Violet Knight", "??? (12)"], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "template-"+str(i), self.autoSetPrideID])
598+
options["choices"].append(["Pride ID", ["Gilbert", "Nalhe Great Wall", "Violet Knight", "Echidna", "Golden Knight", "White Knight", "Cherub", "Kikuri", "Zwei", "Maxwell", "Otherworld Violet Knight", "??? (12)"], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "template-"+str(i), self.autoSetPrideID])
599599
options["choices"].append(["Pride Difficulty", ["Proud", "Proud+"], [False, True], "template-"+str(i), self.autoSetPrideDifficulty])
600600
e["type"] = "asset"
601601
case "textinput":
@@ -936,7 +936,7 @@ async def makeThumbnailManual(self : GBFTMR, gbfpib=None):
936936
print("[8] Kikuri")
937937
print("[9] Zwei")
938938
print("[10] Maxwell")
939-
print("[11] Otherworldly Violet Knight")
939+
print("[11] Otherworld Violet Knight")
940940
print("[Any] Anything Else")
941941
pn = input().zfill(3)
942942
e["asset"] = "https://prd-game-a1-granbluefantasy.akamaized.net/assets_en/img/sp/quest/assets/free/conquest_{}_proud{}.png".format(str(pn).zfill(3), p)

0 commit comments

Comments
 (0)