Add providence teluma key group
This commit is contained in:
parent
dd75cb5a72
commit
663c44fb3a
2 changed files with 10 additions and 0 deletions
|
|
@ -49,4 +49,12 @@ export const weaponKeyGroups: WeaponKeyGroup[] = [
|
|||
ja: 'エンブレム',
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
slug: 'providence',
|
||||
name: {
|
||||
en: 'Providence Teluma',
|
||||
ja: 'オリジンステルマ',
|
||||
},
|
||||
},
|
||||
]
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ export type GroupedWeaponKeys = {
|
|||
teluma: WeaponKey[]
|
||||
gauph: WeaponKey[]
|
||||
emblem: WeaponKey[]
|
||||
providence: WeaponKey[]
|
||||
}
|
||||
|
||||
export function groupWeaponKeys(keys: WeaponKey[]) {
|
||||
|
|
@ -21,6 +22,7 @@ export function groupWeaponKeys(keys: WeaponKey[]) {
|
|||
teluma: [],
|
||||
gauph: [],
|
||||
emblem: [],
|
||||
providence: [],
|
||||
}
|
||||
|
||||
for (let i = 0; i <= numGroups; i++) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue