From 3bb37c3aab488fc9538342b4738d92e6de5b6d11 Mon Sep 17 00:00:00 2001 From: LDericher <40151420+ldericher@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:50:02 +0000 Subject: [PATCH] opus 17 name --- fftcgtool/opus.py | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"