Skip to content

Commit

Permalink
Merge pull request #865 from plural/elevation-cycle-and-set
Browse files Browse the repository at this point in the history
Elevation cycle and set
  • Loading branch information
plural authored Jan 20, 2025
2 parents 4b329b4 + 7810c58 commit 67b781f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cycles.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,12 @@
"position": 33,
"rotated": false,
"size": 2
},
{
"code": "elevation",
"name": "Elevation",
"position": 34,
"rotated": true,
"size": 1
}
]
9 changes: 9 additions & 0 deletions packs.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,15 @@
"position": 3,
"size": 20
},
{
"code": "elev",
"cycle_code": "elevation",
"date_release": "2025-04-24",
"ffg_id": null,
"name": "Elevation",
"position": 1,
"size": 1
},
{
"code": "es",
"cycle_code": "flashpoint",
Expand Down
7 changes: 7 additions & 0 deletions v2/card_cycles.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,5 +187,12 @@
"name": "Liberation",
"position": 33,
"released_by": "null_signal_games"
},
{
"id": "elevation",
"legacy_code": "elevation",
"name": "Elevation",
"position": 34,
"released_by": "null_signal_games"
}
]
11 changes: 11 additions & 0 deletions v2/card_sets.json
Original file line number Diff line number Diff line change
Expand Up @@ -801,5 +801,16 @@
"position": 2,
"released_by": "null_signal_games",
"size": 65
},
{
"card_cycle_id": "elevation",
"card_set_type_id": "deluxe",
"date_release": "2025-04-24",
"id": "elevation",
"legacy_code": "elev",
"name": "Elevation",
"position": 1,
"released_by": "null_signal_games",
"size": 1
}
]

0 comments on commit 67b781f

Please sign in to comment.