Skip to content

Commit

Permalink
feat: preload YostarEN AS navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Constrat committed Jan 13, 2025
1 parent eb38e1f commit d2d51f0
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 42 deletions.
55 changes: 21 additions & 34 deletions MaaAssistantArknights/api/gui/StageActivity.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,54 +204,41 @@
"YoStarEN": {
"sideStoryStage": [
{
"Display": "SSReopen-SL",
"Value": "SSReopen-SL",
"Drop": "Clear SL1~8",
"MinimumRequired": "v5.5.0",
"Activity": {
"Tip": "So Long Adele - Rerun",
"StageName": "SL",
"UtcStartTime": "2025/01/03 10:00:00",
"UtcExpireTime": "2025/01/13 03:59:59",
"TimeZone": -7
}
},
{
"Display": "SL-6",
"Value": "SL-6",
"Drop": "30053",
"Display": "AS-7",
"Value": "AS-7",
"Drop": "30043",
"MinimumRequired": "v5.5.0",
"Activity": {
"Tip": "So Long Adele - Rerun",
"StageName": "SL",
"UtcStartTime": "2025/01/03 10:00:00",
"UtcExpireTime": "2025/01/13 03:59:59",
"Tip": " Adventure That Cannot Wait for the Sun",
"StageName": "AS",
"UtcStartTime": "2025/01/16 10:00:00",
"UtcExpireTime": "2025/02/06 03:59:59",
"TimeZone": -7
}
},
{
"Display": "SL-7",
"Value": "SL-7",
"Drop": "31033",
"Display": "AS-8",
"Value": "AS-8",
"Drop": "30093",
"MinimumRequired": "v5.5.0",
"Activity": {
"Tip": "So Long Adele - Rerun",
"StageName": "SL",
"UtcStartTime": "2025/01/03 10:00:00",
"UtcExpireTime": "2025/01/13 03:59:59",
"Tip": " Adventure That Cannot Wait for the Sun",
"StageName": "AS",
"UtcStartTime": "2025/01/16 10:00:00",
"UtcExpireTime": "2025/02/06 03:59:59",
"TimeZone": -7
}
},
{
"Display": "SL-8",
"Value": "SL-8",
"Drop": "30083",
"Display": "AS-9",
"Value": "AS-9",
"Drop": "31083",
"MinimumRequired": "v5.5.0",
"Activity": {
"Tip": "So Long Adele - Rerun",
"StageName": "SL",
"UtcStartTime": "2025/01/03 10:00:00",
"UtcExpireTime": "2025/01/13 03:59:59",
"Tip": " Adventure That Cannot Wait for the Sun",
"StageName": "AS",
"UtcStartTime": "2025/01/16 10:00:00",
"UtcExpireTime": "2025/02/06 03:59:59",
"TimeZone": -7
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
{
"SL-Open":{
"baseTask": "SS-Open",
"template": ["StageSideStory.png", "StageActivity.png"],
"next": ["SLChapterToSL"]
"AS-OpenOcr": {
"text": [
"Adventure",
"Cannot",
"Wait",
"Sun",
"Harvest",
"Gathering",
"Treasure",
"House"
]
},
"SLChapterToSL": {
"text": ["A HOLIDAY", "AT THE HOT SPRINGS"],
"roi": [1046, 465, 198, 61]
"ASChapterToAS": {
"text": [
"Citizen",
"CITIZEN",
"Garden",
"GARDEN"
]
}
}
}

0 comments on commit d2d51f0

Please sign in to comment.