Skip to content

Commit

Permalink
chore: 预更新复刻活动及惯例更新活动刷取 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamb203 authored Jan 16, 2025
1 parent 14b460d commit e7bebed
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 7 deletions.
44 changes: 37 additions & 7 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"pipeline_override": {
"EnterTheActivityMain": {
"template_doc": "修改为当期活动入口的template",
"template": "Combat/Activity/TheLastEveningOnEarthEnterTheShow.png"
"template": "Combat/Activity/ChinatownFilmsEnterTheShow.png"
}
}
},
Expand Down Expand Up @@ -968,24 +968,40 @@
"活动选择": {
"cases": [
{
"name": "活动:地球上最后的夜晚 20 艰难",
"name": "活动:唐人街影画 19 艰难",
"pipeline_override": {
"EnterTheActivityMain": {
"template": "Combat/Activity/TheLastEveningOnEarthEnterTheShow.png"
"template": "Combat/Activity/ChinatownFilmsEnterTheShow.png"
},
"ActivityMainChapter": {
"expected": [
"",
""
],
"roi": [
514,
547,
277,
104
]
},
"TargetStageName": {
"expected": "20"
"expected": "19"
},
"StageDifficulty": {
"next": "ActivityStageDifficulty"
}
}
},
{
"name": "活动:朔日手记 19 艰难 (已结束",
"name": "活动:朔日手记 19 艰难 (复刻",
"pipeline_override": {
"ActivityEntry": {
"next": "NotesOnShuoRi"
"EnterTheActivityMain": {
"template": "Combat/Activity/ChinatownFilmsEnterTheShow.png"
},
"ActivityReturn": {
"enabled": true,
"expected": "朔日"
},
"TargetStageName": {
"expected": "19"
Expand All @@ -995,6 +1011,20 @@
}
}
},
{
"name": "活动:地球上最后的夜晚 20 艰难(已结束)",
"pipeline_override": {
"EnterTheActivityMain": {
"template": "Combat/Activity/TheLastEveningOnEarthEnterTheShow.png"
},
"TargetStageName": {
"expected": "20"
},
"StageDifficulty": {
"next": "ActivityStageDifficulty"
}
}
},
{
"name": "活动:再见,来亚什基 16 艰难(已结束)",
"pipeline_override": {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions assets/resource/base/pipeline/combat_activity.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
{
"ActivityEntry": {
"next": [
"ActivityReturn",
"ActivityMainChapter"
],
"interrupt": [
"EnterTheActivityMain",
"ReturnMain"
]
},
"ActivityReturn": {
"recognition": "OCR",
"expected_code": [
"set in code"
],
"enabled": false,
"roi": [
33,
89,
234,
479
],
"action": "Click",
"next": "ActivityMainChapter"
},
"EnterTheActivityMain": {
"doc": "进入当期活动主界面",
"recognition": "TemplateMatch",
Expand Down

0 comments on commit e7bebed

Please sign in to comment.