1
1
mirror of https://github.com/Burn-E99/GroupUp.git synced 2026-06-04 00:43:49 -04:00

Add new activities for current D2 season

This commit is contained in:
Ean Milligan (Bastion)
2023-05-25 16:35:05 -04:00
parent fe9976b19a
commit b79194670b
3 changed files with 15 additions and 3 deletions

View File

@@ -46,6 +46,10 @@ export const Activities: Array<Activity> = [
{
name: 'Dungeons',
options: [
{
name: 'Ghosts of the Deep',
maxMembers: 3,
},
{
name: 'Spire of the Watcher',
maxMembers: 3,
@@ -145,8 +149,16 @@ export const Activities: Array<Activity> = [
],
},
{
name: 'Miscellaneous',
name: 'Miscellaneous/Seasonal',
options: [
{
name: 'Fishing',
maxMembers: 3,
},
{
name: 'Deep Dive',
maxMembers: 3,
},
{
name: 'Defiant Battlegrounds',
maxMembers: 3,