diff --git a/packs.json b/packs.json index 008b07f2..eeadbcd7 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 9a08a2d0..d5914e83 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 d3d6074f..1fd6e68b 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 } ]