Skip to content

Commit

Permalink
fix: 增加大量post_delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Tohkahb authored Oct 4, 2024
1 parent a65784f commit 64c0833
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion assets/resource/base/pipeline/combat.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
132
],
"action": "Click",
"post_delay": 2000,
"next_doc": "Set in code."
},
"DailyExplore_ReAc": {
Expand All @@ -31,6 +32,7 @@
70
],
"action": "Click",
"post_delay": 2000,
"next_doc": "Set in code."
},
"DailyExplore_ReAc_Skill": {
Expand All @@ -45,6 +47,7 @@
60
],
"action": "Click",
"post_delay": 2000,
"next": [
"DailyExplore_LevelSelect"
]
Expand All @@ -61,6 +64,7 @@
60
],
"action": "Click",
"post_delay": 2000,
"next": [
"DailyExplore_LevelSelect"
]
Expand All @@ -77,6 +81,7 @@
60
],
"action": "Click",
"post_delay": 2000,
"next": [
"DailyExplore_LevelSelect"
]
Expand All @@ -93,6 +98,7 @@
60
],
"action": "Click",
"post_delay": 2000,
"next": [
"DailyExplore_LevelSelect"
]
Expand All @@ -107,6 +113,7 @@
365
],
"action": "Click",
"post_delay": 2000,
"next": [
"DailyExplore_MopUp"
]
Expand All @@ -123,6 +130,7 @@
91
],
"action": "Click",
"post_delay": 2000,
"next": [
"DailyExplore_MopUpStart",
"DailyExplore_MopUp"
Expand All @@ -140,6 +148,7 @@
85
],
"action": "Click",
"post_delay": 2000,
"next": [
"DailyExplore_MopUpDoubleMarkup",
"DailyExplore_MopUpAwards",
Expand All @@ -159,6 +168,7 @@
60
],
"action": "Click",
"post_delay": 2000,
"target": [
584,
57,
Expand All @@ -181,6 +191,7 @@
66
],
"action": "Click",
"post_delay": 2000,
"next": [
"DailyExplore_LevelUp",
"DailyExplore_MopUp",
Expand Down Expand Up @@ -212,6 +223,7 @@
100
],
"action": "Click",
"post_delay": 2000,
"next": []
},
"DailyExplore_ChEm": {
Expand All @@ -226,6 +238,7 @@
64
],
"action": "Click",
"post_delay": 2000,
"next_doc": "Set in code."
},
"DailyExplore_ChEm_1": {
Expand All @@ -240,6 +253,7 @@
60
],
"action": "Click",
"post_delay": 2000,
"next": [
"DailyExplore_LevelSelect"
]
Expand All @@ -256,6 +270,7 @@
60
],
"action": "Click",
"post_delay": 2000,
"next": [
"DailyExplore_LevelSelect"
]
Expand All @@ -272,6 +287,7 @@
60
],
"action": "Click",
"post_delay": 2000,
"next": [
"DailyExplore_LevelSelect"
]
Expand All @@ -288,6 +304,7 @@
64
],
"action": "Click",
"post_delay": 2000,
"next_doc": "Set in code."
},
"DailyExplore_UpAc_1": {
Expand All @@ -302,6 +319,7 @@
60
],
"action": "Click",
"post_delay": 2000,
"next": [
"DailyExplore_LevelSelect"
]
Expand All @@ -318,6 +336,7 @@
60
],
"action": "Click",
"post_delay": 2000,
"next": [
"DailyExplore_LevelSelect"
]
Expand All @@ -334,8 +353,9 @@
60
],
"action": "Click",
"post_delay": 2000,
"next": [
"DailyExplore_LevelSelect"
]
}
}
}

0 comments on commit 64c0833

Please sign in to comment.