mirror of
https://github.com/ldericher/fftcgtool
synced 2025-01-15 15:02:59 +00:00
opus 17 name
This commit is contained in:
parent
2222f315c0
commit
3bb37c3aab
2 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@ class Opus(Cards):
|
||||||
opus_map = {
|
opus_map = {
|
||||||
15: "Crystal Dominion",
|
15: "Crystal Dominion",
|
||||||
16: "Emissaries of Light",
|
16: "Emissaries of Light",
|
||||||
|
17: "Rebellion's Call",
|
||||||
}
|
}
|
||||||
params = {"set": [opus_map[opus_id]]}
|
params = {"set": [opus_map[opus_id]]}
|
||||||
|
|
||||||
|
|
|
@ -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"
|
description = "Card import tool for 'Final Fantasy TCG Complete' mod for the 'Tabletop Simulator' game"
|
||||||
license = "LICENSE"
|
license = "LICENSE"
|
||||||
name = "fftcgtool"
|
name = "fftcgtool"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
Pillow = "^9.2.0"
|
Pillow = "^9.2.0"
|
||||||
|
|
Loading…
Reference in a new issue