diff --git a/fftcgtool/opus.py b/fftcgtool/opus.py index 6703b63..46ddd81 100644 --- a/fftcgtool/opus.py +++ b/fftcgtool/opus.py @@ -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]]} diff --git a/pyproject.toml b/pyproject.toml index 1eedab6..8ad64bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"