From b7f2b71c7e482da0ef5b5dae310a5445d40976a1 Mon Sep 17 00:00:00 2001 From: Jeremy Keczan <keczan@live.com> Date: Fri, 21 Apr 2023 09:12:49 -0400 Subject: [PATCH] Update opus.py Added the last 3 Opus --- fftcgtool/opus.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fftcgtool/opus.py b/fftcgtool/opus.py index 46ddd81..188cbdc 100644 --- a/fftcgtool/opus.py +++ b/fftcgtool/opus.py @@ -32,6 +32,9 @@ class Opus(Cards): 15: "Crystal Dominion", 16: "Emissaries of Light", 17: "Rebellion's Call", + 18: "Resurgence of Power", + 19: "From Nightmares", + 20: "Beyond Destiny" } params = {"set": [opus_map[opus_id]]}