Skip to content

Commit

Permalink
✨ feat(interface.json): 把推图功能外置 (#146)
Browse files Browse the repository at this point in the history
把推图功能外置,同时修改了一下upper的值,保证在佚事中也可以生效。

移除了
"StagePromotion_NextStage2",
"StagePromotion_NextStage1",

因为发现会有 bug,并且按道理应该不需要这两个任务。

此 pr 的逻辑是:保留之前的推图功能,此功能可以临时性为玩家提供了辅助,以便在推剧情时能够更顺利地完成。

#144
  • Loading branch information
RooobinYe authored Jul 19, 2024
1 parent 4bbcd37 commit 66a17cf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
4 changes: 4 additions & 0 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
"体力不够自动吃糖"
]
},
{
"name": "推图模式(请先手动在游戏的页面中打开需要推图的页面,如当期活动、佚事等,然后再运行此任务)",
"entry": "StagePromotion_SwipeRightAndFindStage"
},
{
"name": "局外演绎:黄昏的音序",
"entry": "SeriesOfDusks",
Expand Down
16 changes: 7 additions & 9 deletions assets/resource/base/pipeline/activity/StagePromotion.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
122
],
"upper": [
122,
122,
122
133,
135,
139
],
"count": 80,
"action": "Click",
Expand All @@ -47,11 +47,11 @@
122
],
"upper": [
122,
122,
122
133,
135,
139
],
"count": 160,
"count": 70,
"action": "Click",
"next": [
"StagePromotion_ReadyForAction",
Expand Down Expand Up @@ -312,8 +312,6 @@
"StagePromotion_Victory",
"StagePromotion_Skip",
"StagePromotion_ReadyForAction",
"StagePromotion_NextStage2",
"StagePromotion_NextStage1",
"StagePromotion_Dialog_Right",
"StagePromotion_Dialog_Left",
"StagePromotion_Combating"
Expand Down

0 comments on commit 66a17cf

Please sign in to comment.