From d7115f13f7e5fdf180daa5249a717789f4f8230e Mon Sep 17 00:00:00 2001 From: Christian 'ketura' McCarty Date: Fri, 12 Mar 2021 06:44:39 -0600 Subject: [PATCH] Fixing rarity file issues with the PC errata sets --- .../src/main/resources/set51-rarity.txt | 18 ++---------------- .../src/main/resources/set52-rarity.txt | 1 + .../src/main/resources/set53-rarity.txt | 2 ++ .../src/main/resources/setConfig.json | 17 +++++++++++++---- 4 files changed, 18 insertions(+), 20 deletions(-) create mode 100644 gemp-lotr/gemp-lotr-cards/src/main/resources/set52-rarity.txt create mode 100644 gemp-lotr/gemp-lotr-cards/src/main/resources/set53-rarity.txt diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/set51-rarity.txt b/gemp-lotr/gemp-lotr-cards/src/main/resources/set51-rarity.txt index b7c64de13..d6e1d6f62 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/set51-rarity.txt +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/set51-rarity.txt @@ -1,16 +1,2 @@ -51R1040 -51R1045 -51R1080 -51U10108 -51R10139 -51R10195 -51U10234 -51C10248 -51C10311 -51R10313 -51U10316 -51R2032 -51R2075 -51R3042 -51R3068 -51U10108 +51R40 +51C311 diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/set52-rarity.txt b/gemp-lotr/gemp-lotr-cards/src/main/resources/set52-rarity.txt new file mode 100644 index 000000000..e39216b1b --- /dev/null +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/set52-rarity.txt @@ -0,0 +1 @@ +52R32 diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/set53-rarity.txt b/gemp-lotr/gemp-lotr-cards/src/main/resources/set53-rarity.txt new file mode 100644 index 000000000..81120397e --- /dev/null +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/set53-rarity.txt @@ -0,0 +1,2 @@ +53R42 +53R68 diff --git a/gemp-lotr/gemp-lotr-cards/src/main/resources/setConfig.json b/gemp-lotr/gemp-lotr-cards/src/main/resources/setConfig.json index efb2eec22..0b11dcced 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/resources/setConfig.json +++ b/gemp-lotr/gemp-lotr-cards/src/main/resources/setConfig.json @@ -149,7 +149,7 @@ }, { "setId": "51", - "setName": "PC Errata", + "setName": "PC FotR Errata", "rarityFile": "/set51-rarity.txt", "originalSet": false, "merchantable": false, @@ -157,9 +157,18 @@ "playable": true }, { - "setId": "101", - "setName": "PC FOTR Supplements", - "rarityFile": "/set101-rarity.txt", + "setId": "52", + "setName": "PC MoM Errata", + "rarityFile": "/set52-rarity.txt", + "originalSet": false, + "merchantable": false, + "needsLoading": false, + "playable": true + }, + { + "setId": "53", + "setName": "PC RotEL Errata", + "rarityFile": "/set53-rarity.txt", "originalSet": false, "merchantable": false, "needsLoading": false,