1
0
Fork 0
mirror of https://github.com/ldericher/fftcgtool synced 2025-01-15 06:53:00 +00:00

opus 17 name

This commit is contained in:
Jörn-Michael Miehe 2022-08-16 12:50:02 +00:00
parent 2222f315c0
commit 3bb37c3aab
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ class Opus(Cards):
opus_map = {
15: "Crystal Dominion",
16: "Emissaries of Light",
17: "Rebellion's Call",
}
params = {"set": [opus_map[opus_id]]}

View file

@ -3,7 +3,7 @@ authors = ["LDericher <40151420+ldericher@users.noreply.github.com>"]
description = "Card import tool for 'Final Fantasy TCG Complete' mod for the 'Tabletop Simulator' game"
license = "LICENSE"
name = "fftcgtool"
version = "0.2.0"
version = "0.2.1"
[tool.poetry.dependencies]
Pillow = "^9.2.0"