Skip to content

Commit

Permalink
refactor: ODR (#272)
Browse files Browse the repository at this point in the history
refactor: `ODR_Event_Select_SkipText`
chore: 补充事件
perf:判断节点前先查询棋子位置
perf: 镜的馈赠放入interrupt
refactor: ODR
  • Loading branch information
Windsland52 authored Dec 10, 2024
1 parent 1b9a711 commit f9268d1
Show file tree
Hide file tree
Showing 6 changed files with 228 additions and 276 deletions.
4 changes: 2 additions & 2 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -1206,8 +1206,8 @@
{
"name": "Yes",
"pipeline_override": {
"SeriesOfDusks": {
"next": "ODR_Entrance"
"SOD_UNOPENED": {
"next": "ODR_Start"
}
}
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
9 changes: 3 additions & 6 deletions assets/resource/base/pipeline/activity/outside_deduction.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"SeriesOfDusks": {
"next": [
"SOD_Menu",
"SOD_Main"
"SOD_Menu"
],
"interrupt": [
"OutsideDeduction",
Expand Down Expand Up @@ -33,8 +32,7 @@
],
"only_rec": true,
"next": [
"SOD_UNOPENED",
"SOD_Main"
"SOD_UNOPENED"
],
"interrupt": [
"SODStop",
Expand Down Expand Up @@ -112,8 +110,7 @@
],
"only_rec": true,
"next": [
"SODStart",
"SOD_Main"
"SODStart"
],
"interrupt": [
"SODStop"
Expand Down
Loading

0 comments on commit f9268d1

Please sign in to comment.