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

Add Pantheon and Onslaught activities

This commit is contained in:
Ean Milligan
2024-05-21 16:38:08 -04:00
parent ee09ad8c9c
commit 8f5dc6a1e6
3 changed files with 28 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ export const Activities: Array<Activity> = [
maxMembers: 3,
},
{
name: 'Whisper',
name: 'The Whisper',
maxMembers: 3,
},
],
@@ -169,6 +169,31 @@ export const Activities: Array<Activity> = [
{
name: 'Miscellaneous/Seasonal',
options: [
{
name: 'Pantheon',
options: [
{
name: 'Atraks Sovereign (Week 1)',
maxMembers: 6,
},
{
name: 'Oryx Exalted (Week 2)',
maxMembers: 6,
},
{
name: 'Rhulk Indomitable (Week 3)',
maxMembers: 6,
},
{
name: 'Nezarec Sublime (Week 4)',
maxMembers: 6,
},
]
},
{
name: 'Onslaught',
maxMembers: 3,
},
{
name: 'Fishing',
maxMembers: 3,