Skip to content

Commit

Permalink
fix:修复铸币美学不会向右滑动。修复每日心相偶尔没点到。调整深眠识图,本期有一关点不到。
Browse files Browse the repository at this point in the history
  • Loading branch information
a16797 committed Sep 21, 2024
1 parent d66f0a9 commit 4815a3e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
4 changes: 4 additions & 0 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
}
],
"task": [
{
"name": "(不可用)日常任务顺序建议:启动游戏、收取荒原、每日心相、清体力、领取奖励、关闭游戏",
"entry": ""
},
{
"name": "启动游戏",
"entry": "StartUp"
Expand Down
6 changes: 3 additions & 3 deletions assets/resource/base/pipeline/combat.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,11 @@
"next": "SwipeLeftAndFindStage"
},
"ResourceChapter_MA": {
"doc": "猪鼻美学",
"doc": "铸币美学",
"next": [
"ResourceChapter_MAEnter",
"Sub_ResourceChapterLabel",
"Sub_SwipeRightForChapter"
"Sub_SwipeRightForChapter",
"Sub_ResourceChapterLabel"
]
},
"ResourceChapter_MAEnter": {
Expand Down
6 changes: 4 additions & 2 deletions assets/resource/base/pipeline/limbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@
"upper": [
255
],
"order_by": "Random",
"connected": true,
"count": 50,
"count": 10,
"action": "Click",
"next": [
"LimboActionFlag_1",
Expand Down Expand Up @@ -253,8 +254,9 @@
"upper": [
255
],
"order_by": "Random",
"connected": true,
"count": 50,
"count": 10,
"action": "Click",
"next": [
"LimboActionFlag_2",
Expand Down
3 changes: 2 additions & 1 deletion assets/resource/base/pipeline/psychube.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"action": "Click",
"next": [
"PsychubeStages_7",
"PsychubeReadyForAction"
"PsychubeReadyForAction",
"FreePsychubeStages"
]
},
"NoFreePsychubeStagesFlag": {
Expand Down

0 comments on commit 4815a3e

Please sign in to comment.