-
Notifications
You must be signed in to change notification settings - Fork 375
新增璃月合成台和枫丹的委托和派遣 #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
新增璃月合成台和枫丹的委托和派遣 #15
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
c978a8d
Create AutoPath
yemaxul 869b2ec
Delete repo/js/Auto Commission && Expedition/assets/AutoPath
yemaxul 37d7f34
Create 冒险家协会_枫丹.json
yemaxul 43eb7b2
1.0
yemaxul a89d2a0
Create 冒险家协会_枫丹.json
yemaxul 3df775f
Create 合成台_璃月.json
yemaxul 9af8428
Add files via upload
yemaxul 6125cef
Add files via upload
yemaxul File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
repo/js/Auto Commission && Expedition/assets/AutoPath/冒险家协会_枫丹.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| { | ||
| "info": { | ||
| "name": "冒险家协会_枫丹", | ||
| "type": "collect", | ||
| "author": "yemaxul", | ||
| "version": "2.0", | ||
| "description": "传送到枫丹冒险家协会", | ||
| "bgiVersion": "0.35.0" | ||
| }, | ||
| "positions": [ | ||
| { | ||
| "id": 1, | ||
| "x": 4508.97509765625, | ||
| "y": 3630.557373046875, | ||
| "type": "teleport", | ||
| "move_mode": "walk", | ||
| "action": "" | ||
| }, | ||
| { | ||
| "id": 2, | ||
| "x": 4495.7001953125, | ||
| "y": 3637.89501953125, | ||
| "type": "target", | ||
| "move_mode": "walk", | ||
| "action": "" | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| (async function () { | ||
| //传送到枫丹 | ||
| log.info('开始传送到枫丹廷'); | ||
| let Catherine_Egeria = `assets/AutoPath/冒险家协会_枫丹.json`; | ||
| await pathingScript.runFile(Catherine_Egeria); | ||
| log.info('开始每日委托或探索派遣,若无退出对话,则说明重复领取或未完成派遣'); | ||
| // 自动每日或纪行 | ||
| await keyPress("f"); | ||
| dispatcher.addTimer(new RealtimeTimer("AutoSkip", { "forceInteraction": true })); | ||
|
|
||
| })(); | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "manifest_version": 1, | ||
| "name": "自动领取委托或派遣", | ||
| "version": "1.0", | ||
| "description": "自动传送到枫丹并领取每日委托或探索派遣,两个都要请运行两次,建议搭配领取历练点使用", | ||
| "authors": [ | ||
| { | ||
| "name": "yemaxul", | ||
| "link": "https://github.com/yemaxul" | ||
| } | ||
| ], | ||
| "main": "main.js" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| { | ||
| "info": { | ||
| "name": "冒险家协会_枫丹", | ||
| "type": "collect", | ||
| "author": "yemaxul", | ||
| "version": "2.0", | ||
| "description": "传送到枫丹冒险家协会", | ||
| "bgiVersion": "0.35.0" | ||
| }, | ||
| "positions": [ | ||
| { | ||
| "id": 1, | ||
| "x": 4508.97509765625, | ||
| "y": 3630.557373046875, | ||
| "type": "teleport", | ||
| "move_mode": "walk", | ||
| "action": "" | ||
| }, | ||
| { | ||
| "id": 2, | ||
| "x": 4495.7001953125, | ||
| "y": 3637.89501953125, | ||
| "type": "target", | ||
| "move_mode": "walk", | ||
| "action": "" | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| { | ||
| "info": { | ||
| "name": "合成台_璃月", | ||
| "type": "collect", | ||
| "author": "Yemaxul", | ||
| "version": "1.0", | ||
| "description": "璃月合成台,搭配树脂自动合成使用", | ||
| "bgiVersion": "0.35.0" | ||
| }, | ||
| "positions": [ | ||
| { | ||
| "id": 1, | ||
| "action": "", | ||
| "move_mode": "walk", | ||
| "type": "teleport", | ||
| "x": 266.86328125, | ||
| "y": -652.8173828125 | ||
| }, | ||
| { | ||
| "id": 2, | ||
| "x": 258.4609375, | ||
| "y": -658.4111328125, | ||
| "type": "path", | ||
| "move_mode": "walk", | ||
| "action": "" | ||
| }, | ||
| { | ||
| "id": 3, | ||
| "x": 266.3046875, | ||
| "y": -653.61328125, | ||
| "type": "target", | ||
| "move_mode": "walk", | ||
| "action": "" | ||
| } | ||
| ] | ||
| } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AutoSkip 的 Timer 还未支持,这个需要等待我改造。这里其实也不太适合用 自动剧情的触发器