From e8daa336fdba4382b3e5163627b53381e35a7318 Mon Sep 17 00:00:00 2001 From: Jason Gessner Date: Thu, 7 Mar 2024 21:35:39 -0600 Subject: [PATCH] Add set for Rebellion Without Rehearsal. --- packs.json | 9 +++++++++ v2/card_pools/standard.json | 1 + v2/card_sets.json | 11 +++++++++++ 3 files changed, 21 insertions(+) diff --git a/packs.json b/packs.json index 008b07f23..eeadbcd73 100644 --- a/packs.json +++ b/packs.json @@ -413,6 +413,15 @@ "position": 1, "size": 58 }, + { + "code": "rwr", + "cycle_code": "liberation", + "date_release": "2024-03-18", + "ffg_id": null, + "name": "Rebellion Without Rehearsal", + "position": 2, + "size": 65 + }, { "code": "sc19", "cycle_code": "sc19", diff --git a/v2/card_pools/standard.json b/v2/card_pools/standard.json index 9a08a2d05..d5914e83b 100644 --- a/v2/card_pools/standard.json +++ b/v2/card_pools/standard.json @@ -458,6 +458,7 @@ "midnight_sun", "midnight_sun_booster_pack", "parhelion", + "rebellion_without_rehearsal", "reign_and_reverie", "sovereign_sight", "station_one", diff --git a/v2/card_sets.json b/v2/card_sets.json index d3d6074ff..1fd6e68b2 100644 --- a/v2/card_sets.json +++ b/v2/card_sets.json @@ -790,5 +790,16 @@ "position": 1, "released_by": "null_signal_games", "size": 65 + }, + { + "card_cycle_id": "liberation", + "card_set_type_id": "data_pack", + "date_release": "2024-03-18", + "id": "rebellion_without_rehearsal", + "legacy_code": "rwr", + "name": "Rebellion Without Rehearsal", + "position": 2, + "released_by": "null_signal_games", + "size": 65 } ]