Skip to content

Commit

Permalink
feat: 新增了荒原信赖对话,修复了信赖图标下偏时识别不到的问题 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Jul 16, 2023
2 parents 56af247 + 5c603e6 commit a822ff1
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 47 additions & 3 deletions assets/resource/pipeline/wilderness.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"CollectEXP",
"CollectMoney",
"CollectTrust",
"TrustDialogueNext",
"TrustDialogueInteraction",
"Sub_StartUp"
]
},
Expand All @@ -23,6 +25,8 @@
"CollectEXP",
"CollectMoney",
"CollectTrust",
"TrustDialogueNext",
"TrustDialogueInteraction",
"Sub_HomeLoading"
]
},
Expand All @@ -40,6 +44,8 @@
"next": [
"CollectMoney",
"CollectTrust",
"TrustDialogueNext",
"TrustDialogueInteraction",
"Sub_HomeButton",
"HomeFlag"
]
Expand All @@ -57,6 +63,8 @@
"post_wait_freezes": 1,
"next": [
"CollectTrust",
"TrustDialogueNext",
"TrustDialogueInteraction",
"Sub_HomeButton",
"HomeFlag"
]
Expand All @@ -66,13 +74,49 @@
"template": "template/Wilderness/CollectTrust.png",
"roi": [
0,
131,
128,
138
58,
188,
438
],
"action": "Click",
"next": [
"CollectTrust",
"TrustDialogueNext",
"TrustDialogueInteraction",
"Sub_HomeButton",
"HomeFlag"
]
},
"TrustDialogueNext": {
"recognition": "TemplateMatch",
"template": "template/Wilderness/TrustDialogueNext.png",
"roi": [
1119,
631,
124,
89
],
"action": "Click",
"next": [
"TrustDialogueNext",
"TrustDialogueInteraction",
"Sub_HomeButton",
"HomeFlag"
]
},
"TrustDialogueInteraction": {
"recognition": "TemplateMatch",
"template": "template/Wilderness/TrustDialogueInteraction.png",
"roi": [
1095,
42,
185,
593
],
"action": "Click",
"next": [
"TrustDialogueNext",
"TrustDialogueInteraction",
"Sub_HomeButton",
"HomeFlag"
]
Expand Down

0 comments on commit a822ff1

Please sign in to comment.