Add 6.0 week 1 and week 2 data

This commit is contained in:
Sakura Knoll
2022-08-28 06:51:48 +09:00 Unverified
parent a0ada64ce4
commit 2dd48df340
8 changed files with 649 additions and 101 deletions
+4
View File
@@ -39,6 +39,10 @@ export const erVersions = [
version: '5.9',
battlesuits: ['vill-v', 'meme'],
},
{
version: '6.0',
battlesuits: ['hoh', 'hov'],
},
].reverse()
export const erBattlesuits = erVersions.reduce<string[]>((list, version) => {