mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-04 19:17:33 +08:00
Merge branch 'main' of https://github.com/baiqwerdvd/ArknightsUID
This commit is contained in:
commit
66ae8ce663
@ -11,6 +11,11 @@ class ArknightsAttendanceAwardResource(Struct):
|
|||||||
type_: str = field(name="type")
|
type_: str = field(name="type")
|
||||||
name: str
|
name: str
|
||||||
rarity: int
|
rarity: int
|
||||||
|
sortId: int
|
||||||
|
otherSource: List[str]
|
||||||
|
classifyType: str
|
||||||
|
stageDropList: List[ArknightsAttendanceStageDropListItem]
|
||||||
|
buildingProductList: List[ArknightsAttendanceBuildingProductListItem]
|
||||||
|
|
||||||
|
|
||||||
class ArknightsAttendanceRecord(Struct):
|
class ArknightsAttendanceRecord(Struct):
|
||||||
@ -35,6 +40,16 @@ class ArknightsAttendanceCalendarModel(Struct):
|
|||||||
resourceInfoMap: Dict[str, ArknightsAttendanceAwardResource]
|
resourceInfoMap: Dict[str, ArknightsAttendanceAwardResource]
|
||||||
|
|
||||||
|
|
||||||
|
class ArknightsAttendanceStageDropListItem(Struct):
|
||||||
|
stageId: str
|
||||||
|
occPer: int
|
||||||
|
|
||||||
|
|
||||||
|
class ArknightsAttendanceBuildingProductListItem(Struct):
|
||||||
|
formulaId: str
|
||||||
|
roomType: str
|
||||||
|
|
||||||
|
|
||||||
################
|
################
|
||||||
# ArknightsAttendance Start
|
# ArknightsAttendance Start
|
||||||
################
|
################
|
||||||
@ -47,6 +62,7 @@ class ArknightsAttendanceAward(Struct):
|
|||||||
class ArknightsAttendanceModel(Struct):
|
class ArknightsAttendanceModel(Struct):
|
||||||
ts: str
|
ts: str
|
||||||
awards: List[ArknightsAttendanceAward]
|
awards: List[ArknightsAttendanceAward]
|
||||||
|
resourceInfoMap: dict
|
||||||
|
|
||||||
|
|
||||||
################
|
################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user