Convert data to yaml

This commit is contained in:
Sakura Knoll
2022-07-04 07:28:20 +09:00 Unverified
parent 0ab745b917
commit 27259abb90
13 changed files with 6431 additions and 43 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ import {
} from '../../../lib/honkai3rd/elysianRealm'
import { getBattlesuitById } from './battlesuits'
const signetGroupMap = signetGroups.reduce<{
export const signetGroupMap = signetGroups.reduce<{
[key: string]: PopulatedSignetGroup
}>((map, group) => {
let populatedGroup = map[group.id]
@@ -59,7 +59,7 @@ const signetGroupMap = signetGroups.reduce<{
return map
}, {})
const krSignetGroupMap = signetGroups.reduce<{
export const krSignetGroupMap = signetGroups.reduce<{
[key: string]: PopulatedSignetGroup
}>((map, group) => {
let populatedGroup = map[group.id]