Add boss table

This commit is contained in:
Sakura Knoll
2022-07-21 11:15:33 +09:00 Unverified
parent b4d3e39f83
commit f536718260
53 changed files with 302 additions and 45 deletions
+9
View File
@@ -8,6 +8,15 @@ export interface VersionData {
newWeapons: string[]
description: string
supplyEvents: SupplyEventData[]
superstring: [
{ label: string; boss: string },
{ label: string; boss: string }
][]
ma: [
{ label: string; boss: string },
{ label: string; boss: string },
{ label: string; boss: string }
][]
}
export interface SupplyEventData {