UPDATE: New data 4.1.5
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 48s
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 48s
This commit is contained in:
BIN
data/as.json.br
BIN
data/as.json.br
Binary file not shown.
Binary file not shown.
@@ -1,10 +1,10 @@
|
||||
[
|
||||
{
|
||||
"version": "4.0.6",
|
||||
"version": "4.1.5",
|
||||
"date": "17/03/2026",
|
||||
"type": "update",
|
||||
"items": [
|
||||
"New monster data"
|
||||
"New data for 4.1.5"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
BIN
data/moc.json.br
BIN
data/moc.json.br
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
data/pf.json.br
BIN
data/pf.json.br
Binary file not shown.
@@ -5,7 +5,6 @@ export interface ASGroupDetail {
|
||||
ID: number;
|
||||
ChallengeGroupType: string;
|
||||
Name: Record<string, string>;
|
||||
Image: ASGroupImage;
|
||||
BeginTime: string;
|
||||
EndTime: string;
|
||||
BuffList1: ASBuff[];
|
||||
@@ -13,13 +12,6 @@ export interface ASGroupDetail {
|
||||
Level: ASLevel[];
|
||||
}
|
||||
|
||||
export interface ASGroupImage {
|
||||
BackGroundPath: string;
|
||||
TabPicPath: string;
|
||||
TabPicSelectPath: string;
|
||||
ThemePicPath: string;
|
||||
}
|
||||
|
||||
export interface ASBuff {
|
||||
ID: number;
|
||||
Param: number[];
|
||||
|
||||
@@ -4,19 +4,11 @@ export interface MOCGroupDetail {
|
||||
ID: number;
|
||||
ChallengeGroupType: string;
|
||||
Name: Record<string, string>;
|
||||
Image: MoCImage;
|
||||
BeginTime: string;
|
||||
EndTime: string;
|
||||
Level: MoCLevel[];
|
||||
}
|
||||
|
||||
export interface MoCImage {
|
||||
BackGroundPath: string;
|
||||
TabPicPath: string;
|
||||
TabPicSelectPath: string;
|
||||
ThemePicPath: string;
|
||||
}
|
||||
|
||||
export interface MoCLevel {
|
||||
Floor: number;
|
||||
ID: number;
|
||||
|
||||
@@ -4,19 +4,11 @@ export interface PeakGroupDetail {
|
||||
ID: number;
|
||||
ChallengeGroupType: string;
|
||||
Name: Record<string, string>;
|
||||
Image: PeakGroupImage;
|
||||
PreLevel: PeakMazeConfig[];
|
||||
BossLevel: PeakMazeConfig | null;
|
||||
BossConfig: PeakBossConfig | null;
|
||||
}
|
||||
|
||||
export interface PeakGroupImage {
|
||||
ThemePosterTabPicPath: string;
|
||||
ThemeIconPicPath: string;
|
||||
HandBookPanelBannerPath: string;
|
||||
RankIconPathList: string[];
|
||||
}
|
||||
|
||||
export interface PeakMazeConfig {
|
||||
ID: number;
|
||||
Name: Record<string, string>;
|
||||
|
||||
@@ -2,7 +2,6 @@ export interface PFGroupDetail {
|
||||
ID: number;
|
||||
ChallengeGroupType: string;
|
||||
Name: Record<string, string>;
|
||||
Image: PFGroupImage;
|
||||
BeginTime: string;
|
||||
EndTime: string;
|
||||
SubOption: MazeBuff[];
|
||||
@@ -10,13 +9,6 @@ export interface PFGroupDetail {
|
||||
Level: LevelData[];
|
||||
}
|
||||
|
||||
export interface PFGroupImage {
|
||||
BackGroundPath: string;
|
||||
TabPicPath: string;
|
||||
TabPicSelectPath: string;
|
||||
ThemePicPath: string;
|
||||
}
|
||||
|
||||
export interface MazeBuff {
|
||||
ID: number;
|
||||
Param: number[];
|
||||
|
||||
Reference in New Issue
Block a user