Skip to content

Commit

Permalink
feat: ZT-4 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
status102 authored Nov 26, 2024
1 parent a1c9502 commit b640da8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
13 changes: 13 additions & 0 deletions MaaAssistantArknights/api/gui/StageActivity.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@
"TimeZone": 8
}
},
{
"Display": "ZT-4",
"Value": "ZT-4",
"Drop": "30012",
"MinimumRequired": "v5.10.0",
"Activity": {
"Tip": "SideStory「崔林特尔梅之金」复刻",
"StageName": "「崔林特尔梅之金」复刻",
"UtcStartTime": "2024/11/25 16:00:00",
"UtcExpireTime": "2024/12/05 03:59:59",
"TimeZone": 8
}
},
{
"Display": "ZT-7",
"Value": "ZT-7",
Expand Down
8 changes: 8 additions & 0 deletions MaaAssistantArknights/api/resource/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"StartToVisit": {
"colorScales": [[253, 255]],
"roi": [952, 105, 267, 601]
},
"ZT-4": {
"algorithm": "JustReturn",
"sub": ["ZT-OpenOcr"],
"next": ["ZT-4@SideStoryStage", "ZT-4@SwipeToStage"]
},
"ZT-4@SideStoryStage": {
"text": ["ZT-4"]
}
}

0 comments on commit b640da8

Please sign in to comment.