6.7 富Abpro (#1022)

* Add files via upload

* Add files via upload

* Delete repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/000【激活程序】稻妻大炮.json

* Delete repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/404须弥-天臂池七天神像4.json

* Delete repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/601纳塔-流泉之众4.json

* Delete repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/602纳塔-悬木人声望2.json

* Delete repo/js/AutoArtifactsPro/assets/ArtifactsPath/A路线/01普通/603纳塔-花羽会西2.json

* Add files via upload
This commit is contained in:
2025-06-08 01:15:29 +08:00
committed by GitHub
parent 891c0c9309
commit 512c27fe91
92 changed files with 437 additions and 307 deletions

View File

@@ -1,4 +1,4 @@
# 自动好感与狗粮脚本
# 自动好感与全富6A1B狗粮脚本
**重要免责声明:**
@@ -20,30 +20,107 @@
---
## 简介
1. 本脚本可自动完成好感任务并执行狗粮路线,通过识图和路径追踪实现自动化操作。
## 一、调查点类型收益
## 文件结构
| 类型 | 等效1星圣遗物 | 平均经验值 | 平均摩拉 | 计算公式 |
|------|--------------|------------|----------|----------|
| 穷点 | 1.35个 | 567 EXP | 0 | 65%出1星(420EXP)+35%出2星(840EXP) |
| 富点 | 1.5个 | 630 EXP | 200 | 50%出1个1星(420EXP)/2个1星(840EXP) |
## 二、路线配置与收益
### 1. 主要路线参数
| 路线名称 | 总点数 | 富点数量 | 穷点数量 | 总经验值 | 总摩拉 | 运行时间 |
|----------|--------|----------|----------|----------|--------|----------|
| 富A路线 | 162 | 104 | 58 | 98,406 | 20,800 | 68分钟 |
| 富B路线 | 127 | 69 | 58 | 76,356 | 13,800 | 50分钟 |
| ABE A线 | 137 | 33 | 104 | 77,742 | 6,600 | 41分钟 |
| ABE B线 | 138 | 34 | 104 | 77,868 | 6,800 | 43分钟 |
### 2. 经验值计算公式
`总经验 = (富点数×1.5 + 穷点数×1.35) × 420`
## 三、周循环方案对比
### 1. 富6A1B方案
- **执行方式**
- 连续6天跑富A路线富A与富A间隔≥24H+5min
- 第7天跑富B路线与富A间隔≥12H+5min
- **周总收益**
- 经验6×98,406 + 76,356 = 666,792 EXP
- 摩拉6×20,800 + 13,800 = 138,600
- **周总耗时**6×68 + 50 = 458分钟约7.63小时)
### 2. 富AB 1A1B方案
- **执行方式**
- 每天交替跑富A和富B路线间隔≥12H+5min
- **周总收益**
- 经验3.5×(98,406+76,356) = 611,667 EXP
- 摩拉3.5×(20,800+13,800) = 121,100
- **周总耗时**3.5×(68+50) = 413分钟约6.88小时)
### 3. ABE 1A1B方案基准
- **执行方式**
- 每天交替跑ABE A线和B线点位不重叠无间隔要求
- **周总收益**
- 经验3.5×(77,742+77,868) = 544,677 EXP
- 摩拉3.5×(6,600+6,800) = 46,900
- **周总耗时**3.5×(41+43) = 294分钟约4.9小时)
### 4. 收益对比表
| 指标 | 富6A1B | 富1A1B | ABE1A1B | 富6A1B增长 | 富1A1B增长 |
|----------|--------|--------|---------|------------|------------|
| 周经验 | 666,792| 611,667| 544,677 | +122,115(22.4%) | +66,990(12.3%) |
| 周摩拉 | 138,600| 121,100| 46,900 | +91,700(195.5%) | +74,200(158.2%) |
| 周耗时 | 7.63h | 6.88h | 4.9h | +2.73h | +1.98h |
## 四、路径结构
1. 00激活少数点位需要提前转变为发光点
2. 00清怪部分优质富点有小怪镇守
3. 01普通98个调查点路径
4. 02收尾超出100以外的调查点
5. 03额外不受上限影响消失
## 五、队伍配置
- **双风阵容**:早柚+枫原万叶/砂糖(提升移动效率)
- **迪希雅**:白天时段提供移速加成
## 六、选择建议
1. **追求极限收益**富6A1B方案周经验12.2万+22.4%但耗时多2.73小时)
2. **时间有限玩家**富1A1B方案周经验6.7万+12.3%耗时多1.98小时)
3. **摩拉需求优先**富6A1B摩拉收益是ABE的3倍
## 七、文件结构
1. **main.js**:负责核心业务逻辑,包括好感任务和狗粮路线的执行。
2. **manifest.json**:脚本配置文件,记录基本信息和设置。
3. **settings.json**:用户配置文件,用于设置好感队和狗粮队的名称、任务间隔等参数。
4. **record.txt**:运行记录文件,用于存储运行信息。
## 使用方法
## 八、使用方法
1. 将脚本添加至调度器。
2. 右键点击脚本以修改 JS 自定义配置。
3. 在配置文件中设置好感队和狗粮队的名称、任务间隔等参数。
## 功能特点
## 九、功能特点
1. 完成好感任务。
2. 执行狗粮路线,自动计算时间并进行路线选择。
3. 可选择在狗粮路线结束后继续完成剩余的好感任务。
## 使用说明
## 十、使用说明
1. 确保在配置文件中正确设置好感队和狗粮队的名称。
2. 根据需要调整任务间隔时间和超时设置。
@@ -51,7 +128,7 @@
## 更新日志
### 1.02025.05.27
### 1.12025.06.05
1. 初始版本发布,支持自动好感任务和狗粮路线执行。
## 注意事项

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "须弥罐子激活",
"name": "002【激活程序】须弥-凡爷屋顶罐子",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "【激活程序】纳塔-鸡鸡",
"name": "003【激活程序】纳塔-鸡鸡",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,11 +1,12 @@
{
"info": {
"name": "【激活程序】稻妻踏鞴砂大炮",
"name": "001【激活程序】稻妻大炮",
"type": "collect",
"author": "汐",
"version": "1.0",
"description": "",
"bgiVersion": "0.42.3"
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
@@ -64,12 +65,12 @@
},
{
"id": 7,
"x": -3397.03125,
"y": -3543.21871680038,
"x": -3396.562470374378,
"y": -3543.374962105092,
"action": "combat_script",
"move_mode": "walk",
"action_params": "w(0.3),a(0.2),wait(0.3),keypress(f),wait(0.4),keypress(RETURN),wait(3.5),keypress(a),wait(3.5),keypress(a),wait(3.5),keypress(RETURN),wait(3.5),keypress(d),wait(3.5),keypress(s),wait(3.5),keypress(s),wait(3.5),keypress(RETURN),wait(3.5),keypress(w),wait(3.5),keypress(w),wait(3.5),keypress(d),wait(0.5),keypress(ESCAPE)",
"type": "path"
"action_params": "wait(0.3),keypress(f),wait(0.3),keypress(f),wait(0.4),keypress(RETURN),wait(3.5),keypress(a),wait(3.5),keypress(a),wait(3.5),keypress(RETURN),wait(3.5),keypress(d),wait(3.5),keypress(s),wait(3.5),keypress(s),wait(3.5),keypress(RETURN),wait(3.5),keypress(w),wait(3.5),keypress(w),wait(3.5),keypress(d),wait(0.5),keypress(ESCAPE)",
"type": "target"
},
{
"id": 8,
@@ -82,26 +83,26 @@
},
{
"id": 9,
"x": -3466.6142578125,
"y": -3750.021484375,
"action": "combat_script",
"move_mode": "run",
"action_params": "keypress(x)",
"x": -3471.005859375,
"y": -3743.349609375,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 10,
"x": -3462.9921875,
"y": -3727.884765625,
"x": -3462.5361328125,
"y": -3726.7958984375,
"action": "combat_script",
"move_mode": "dash",
"action_params": "keypress(f)",
"type": "path"
"type": "target"
},
{
"id": 11,
"x": -3463.4140625,
"y": -3725.75390625,
"x": -3464.279296875,
"y": -3726.3232421875,
"action": "combat_script",
"move_mode": "walk",
"action_params": "keypress(f)",
@@ -120,19 +121,29 @@
"id": 13,
"x": -3460.1875,
"y": -3731.1250442661585,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 14,
"x": -3457.490234375,
"y": -3731.8310546875,
"type": "target",
"move_mode": "walk",
"x": -3373.5302734375,
"y": -3745.4794921875,
"action": "combat_script",
"action_params": "w(0.4),a(0.2),wait(0.3),keypress(f),wait(0.4),keypress(RETURN),wait(3.5),keypress(w),wait(3.5),keypress(d),wait(3.5),keypress(d),wait(3.5),keypress(d),wait(3.5),keypress(RETURN),wait(3.5),keypress(a),wait(3.5),keypress(a),wait(3.5),keypress(a),wait(3.5),keypress(s),wait(0.5),keypress(ESCAPE),wait(2)"
"move_mode": "walk",
"action_params": "w(0.8)",
"type": "orientation",
"locked": false
},
{
"id": 15,
"x": -3373.5302734375,
"y": -3745.4794921875,
"action": "combat_script",
"move_mode": "walk",
"action_params": "wait(0.3),keypress(f),wait(0.4),keypress(RETURN),wait(3.5),keypress(w),wait(3.5),keypress(d),wait(3.5),keypress(d),wait(3.5),keypress(d),wait(3.5),keypress(RETURN),wait(3.5),keypress(a),wait(3.5),keypress(a),wait(3.5),keypress(a),wait(3.5),keypress(s),wait(0.5),keypress(ESCAPE),wait(1),s(0.3),dashs(0.3),dashs(0.3),dashs(0.3),dash",
"type": "orientation"
}
]
}

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-渌华池3",
"name": "202璃月-渌华池3",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-天遒谷3",
"name": "204璃月-天遒谷3",
"type": "collect",
"author": "汐",
"version": "1.0",
@@ -31,15 +31,15 @@
"id": 3,
"x": 1085.515625,
"y": 301.208984375,
"type": "target",
"move_mode": "walk",
"action": "combat_script",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),w(0.3)"
"move_mode": "walk",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),w(0.3),s(0.5)",
"type": "target"
},
{
"id": 4,
"x": 1082.8095703125,
"y": 300.794921875,
"x": 1087.187456549087,
"y": 304.4373484203652,
"type": "path",
"move_mode": "walk",
"action": "",
@@ -47,24 +47,33 @@
},
{
"id": 5,
"x": 1067.531259875208,
"y": 353.28129547389017,
"x": 1082.8095703125,
"y": 300.794921875,
"action": "",
"move_mode": "dash",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": 1068.624990124792,
"y": 354.6873181044384,
"action": "combat_script",
"move_mode": "walk",
"action_params": "keypress(f),w(0.2),keypress(f),w(0.2),keypress(f),",
"type": "target"
"x": 1068.333984375,
"y": 353.74951171875,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": 1069.3271484375,
"y": 355.3740234375,
"type": "target",
"move_mode": "walk",
"action": "combat_script",
"action_params": "keypress(f),wait(0.2),keypress(f),w(0.2),keypress(f),"
},
{
"id": 8,
"x": 1047.9365234375,
"y": 318.71826171875,
"action": "",
@@ -73,7 +82,7 @@
"type": "path"
},
{
"id": 8,
"id": 9,
"x": 1045.4453125,
"y": 319.9306640625,
"action": "combat_script",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-绝云间3",
"name": "206璃月-绝云间3",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-望舒客栈4",
"name": "208璃月-望舒客栈4",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-地中之盐3(岸边)",
"name": "210璃月-地中之盐3(岸边)",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-轻策庄3",
"name": "214璃月-轻策庄3",
"type": "collect",
"author": "汐",
"version": "1.0",
@@ -31,10 +31,10 @@
"id": 3,
"x": 519.646484375,
"y": 1742.8720703125,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 4,
@@ -47,8 +47,8 @@
},
{
"id": 5,
"x": 526.6201171875,
"y": 1732.5859375,
"x": 527.5938112262847,
"y": 1733.4685377885107,
"action": "",
"move_mode": "run",
"action_params": "",
@@ -56,8 +56,8 @@
},
{
"id": 6,
"x": 537.65625,
"y": 1733.6015625,
"x": 537.9375177753736,
"y": 1733.8749317891652,
"action": "",
"move_mode": "run",
"action_params": "",
@@ -65,8 +65,8 @@
},
{
"id": 7,
"x": 552.4541015625,
"y": 1733.04638671875,
"x": 552.5937579001657,
"y": 1734.343431682768,
"action": "stop_flying",
"move_mode": "fly",
"action_params": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-珉林北4",
"name": "216璃月-珉林北4",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-奥藏山右下2",
"name": "218璃月-奥藏山右下2",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-华光林2",
"name": "219璃月-华光林2",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-采浇谷4",
"name": "220璃月-采浇谷4",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-翘英庄西1",
"name": "222璃月-翘英庄西1",
"type": "collect",
"author": "汐",
"version": "1.0",
@@ -20,6 +20,15 @@
},
{
"id": 2,
"x": 1762.951171875,
"y": 2329.72998046875,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 1871.34392380365,
"y": 2366.187530315927,
"action": "",
@@ -28,7 +37,7 @@
"type": "path"
},
{
"id": 3,
"id": 4,
"x": 1875.1250316006626,
"y": 2367.3749848420357,
"action": "",
@@ -37,7 +46,7 @@
"type": "path"
},
{
"id": 4,
"id": 5,
"x": 1875.8124920998343,
"y": 2364.750075789818,
"action": "combat_script",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-遗珑埠东3",
"name": "224璃月-遗珑埠东3",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-层岩临时主矿道3",
"name": "225璃月-层岩临时主矿道3",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "2璃月-层岩主矿区3",
"name": "226璃月-层岩主矿区3",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "稻妻-菫色之庭副本4",
"name": "301稻妻-菫色之庭副本4",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "稻妻-九条阵屋2",
"name": "302稻妻-九条阵屋2",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "须弥-须弥城4",
"name": "401须弥-须弥城4",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "须弥-天臂池七天神像1",
"name": "404须弥-天臂池七天神像1",
"type": "collect",
"author": "汐",
"version": "1.0",
@@ -40,19 +40,28 @@
"id": 4,
"x": 3239.5126953125,
"y": -671.578125,
"type": "path",
"move_mode": "walk",
"action": "combat_script",
"action_params": "attack(0.2)"
"move_mode": "walk",
"action_params": "attack(0.2)",
"type": "path"
},
{
"id": 5,
"x": 3243.728515625,
"y": -669.79833984375,
"type": "target",
"move_mode": "walk",
"x": 3243.59375,
"y": -669.6561946673019,
"action": "combat_script",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.5)"
"move_mode": "walk",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.5)",
"type": "target"
},
{
"id": 6,
"x": 3243.083984375,
"y": -667.75537109375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -1,67 +0,0 @@
{
"info": {
"name": "须弥-天臂池七天神像1",
"type": "collect",
"author": "汐",
"version": "1.0",
"description": "",
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
"id": 1,
"x": 3252.5263671875,
"y": -598.263671875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "teleport"
},
{
"id": 2,
"x": 3250.841796875,
"y": -635.15625,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
"x": 3244.76171875,
"y": -667.30224609375,
"action": "up_down_grab_leaf",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": 3239.5126953125,
"y": -671.578125,
"action": "combat_script",
"move_mode": "walk",
"action_params": "attack(0.2)",
"type": "path"
},
{
"id": 5,
"x": 3243.656246049917,
"y": -669.500075789817,
"action": "combat_script",
"move_mode": "walk",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.5)",
"type": "target"
},
{
"id": 6,
"x": 3242.91015625,
"y": -668.11865234375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "须弥-天臂池西北4",
"name": "405须弥-天臂池西北4",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "须弥-无郁稠林3",
"name": "407须弥-无郁稠林3",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "须弥-阿如村3",
"name": "412须弥-阿如村3",
"type": "collect",
"author": "汐",
"version": "1",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "须弥-荼诃落谷营地2",
"name": "414须弥-荼诃落谷营地2",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "须弥-千壑沙地露营地2",
"name": "416须弥-千壑沙地露营地2",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "5枫丹-枫丹城廷区2",
"name": "501枫丹-枫丹城廷区2",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "枫丹-黎翡区神像3",
"name": "502枫丹-黎翡区神像3",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "枫丹-芒索斯山东麓2",
"name": "503枫丹-芒索斯山东麓2",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "枫丹-学术会堂1",
"name": "504枫丹-学术会堂1",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "枫丹-科学院左沙滩3",
"name": "505枫丹-科学院左沙滩3",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "枫丹-科学院左沙滩北4",
"name": "506枫丹-科学院左沙滩北4",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "枫丹-研究院区西北6",
"name": "508枫丹-研究院区西北6",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "枫丹-歌剧院右下2",
"name": "512枫丹-歌剧院右下2",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "纳塔-悬木人声望2",
"name": "603纳塔-悬木人声望2",
"type": "collect",
"author": "汐",
"version": "1",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "纳塔-流泉之众4",
"name": "605纳塔-流泉之众4",
"type": "collect",
"author": "汐",
"version": "",
@@ -85,17 +85,17 @@
},
{
"id": 10,
"x": 9053.48828125,
"y": -2797.310546875,
"action": "combat_script",
"x": 9053.2548828125,
"y": -2795.486328125,
"type": "path",
"move_mode": "walk",
"action_params": "keypress(f),w(0.2)",
"type": "path"
"action": "",
"action_params": ""
},
{
"id": 11,
"x": 9054.71875,
"y": -2797.2811172015245,
"x": 9053.812519750414,
"y": -2797.187530315927,
"action": "combat_script",
"move_mode": "walk",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),",
@@ -103,6 +103,15 @@
},
{
"id": 12,
"x": 9055.494140625,
"y": -2799.2548828125,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 13,
"x": 9060.9853515625,
"y": -2791.96484375,
"action": "combat_script",
@@ -111,7 +120,7 @@
"type": "target"
},
{
"id": 13,
"id": 14,
"x": 9068.6044921875,
"y": -2798.8125,
"action": "combat_script",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "纳塔-回声之子北山顶1",
"name": "606纳塔-回声之子北山顶1",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "纳塔-花羽会西2",
"name": "611纳塔-花羽会西2",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "【收尾】稻妻-踏鞴砂①10",
"name": "305【收尾】稻妻-踏鞴砂①-10",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "【收尾】稻妻-踏鞴砂②-7",
"name": "305【收尾】稻妻-踏鞴砂②-7",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "【收尾】稻妻-踏鞴砂③-8",
"name": "305【收尾】稻妻-踏鞴砂③-8",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "【额外】稻妻-踏鞴砂大炮点5",
"name": "01【额外】稻妻-踏鞴砂大炮点5",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "【额外】须弥-水天丛林7",
"name": "02【额外】须弥-水天丛林7",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "【额外】须弥-凡爷屋顶罐子1",
"name": "03【额外】须弥-凡爷屋顶罐子1",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "【额外】枫丹-科学院瓶子3",
"name": "04【额外】枫丹-科学院瓶子3",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "【额外】纳塔-鸡屁股9",
"name": "05【额外】纳塔-鸡屁股9",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "【额外】纳塔-灵谜纹13",
"name": "06【额外】纳塔-灵谜纹13",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "【额外】璃月-层岩地下1",
"name": "98【额外】璃月-层岩地下1",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "【复位程序】稻妻踏鞴砂大炮点",
"name": "99【复位程序】稻妻踏鞴砂大炮点",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "【激活程序】纳塔-鸡鸡",
"name": "003【激活程序】纳塔-鸡鸡",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-天衡山西1",
"name": "201璃月-天衡山西1",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-归离原北1",
"name": "203璃月-归离原北1",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-天遒谷3",
"name": "204璃月-天遒谷3",
"type": "collect",
"author": "汐",
"version": "1.0",
@@ -29,42 +29,51 @@
},
{
"id": 3,
"x": 1082.7392578125,
"y": 301.5029296875,
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 4,
"x": 1084.7255859375,
"y": 302.64208984375,
"x": 1085.515625,
"y": 301.208984375,
"action": "combat_script",
"move_mode": "walk",
"action_params": "keypress(f),w(0.3),keypress(f),s(0.6),keypress(f),d(0.3),keypress(f),s(0.3),keypress(f),d(1.2)",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),w(0.3),s(0.5)",
"type": "target"
},
{
"id": 5,
"x": 1067.375,
"y": 353.4689159980953,
"id": 4,
"x": 1087.187456549087,
"y": 304.4373484203652,
"type": "path",
"move_mode": "walk",
"action": "",
"move_mode": "dash",
"action_params": ""
},
{
"id": 5,
"x": 1082.8095703125,
"y": 300.794921875,
"action": "",
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 6,
"x": 1068.624990124792,
"y": 354.6873181044384,
"action": "combat_script",
"move_mode": "walk",
"action_params": "keypress(f),w(0.2),keypress(f),w(0.2),keypress(f),",
"type": "target"
"x": 1068.333984375,
"y": 353.74951171875,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 7,
"x": 1069.3271484375,
"y": 355.3740234375,
"type": "target",
"move_mode": "walk",
"action": "combat_script",
"action_params": "keypress(f),wait(0.2),keypress(f),w(0.2),keypress(f),"
},
{
"id": 8,
"x": 1047.9365234375,
"y": 318.71826171875,
"action": "",
@@ -73,7 +82,7 @@
"type": "path"
},
{
"id": 8,
"id": 9,
"x": 1045.4453125,
"y": 319.9306640625,
"action": "combat_script",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-绝云间东1",
"name": "205璃月-绝云间东1",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-翠玦坡2",
"name": "207璃月-翠玦坡2",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-明蕴镇神像1",
"name": "209璃月-明蕴镇神像1",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-苍白本西1",
"name": "211璃月-苍白本西1",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-石门东1",
"name": "212璃月-石门东1",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-石门1",
"name": "213璃月-石门1",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-轻策庄西1",
"name": "215璃月-轻策庄西1",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-珉林北2",
"name": "216璃月-珉林北2",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-珉林酒窖9",
"name": "217璃月-珉林酒窖9",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-采浇谷4",
"name": "220璃月-采浇谷4",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-沉玉上谷神像东1",
"name": "221璃月-沉玉上谷神像东1",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-翘英庄西1",
"name": "222璃月-翘英庄西1",
"type": "collect",
"author": "汐",
"version": "1.0",
@@ -20,6 +20,15 @@
},
{
"id": 2,
"x": 1762.951171875,
"y": 2329.72998046875,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 1871.34392380365,
"y": 2366.187530315927,
"action": "",
@@ -28,7 +37,7 @@
"type": "path"
},
{
"id": 3,
"id": 4,
"x": 1875.1250316006626,
"y": 2367.3749848420357,
"action": "",
@@ -37,7 +46,7 @@
"type": "path"
},
{
"id": 4,
"id": 5,
"x": 1875.8124920998343,
"y": 2364.750075789818,
"action": "combat_script",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "璃月-灵濛山北2",
"name": "223璃月-灵濛山北2",
"type": "collect",
"author": "汐",
"version": "1.0",
@@ -20,6 +20,15 @@
},
{
"id": 2,
"x": 2139.578125,
"y": 2413.6494140625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 3,
"x": 2135.568359375,
"y": 2393.890625,
"action": "stop_flying",
@@ -28,7 +37,7 @@
"type": "path"
},
{
"id": 3,
"id": 4,
"x": 2132.5830078125,
"y": 2393.370361328125,
"action": "combat_script",
@@ -37,7 +46,16 @@
"type": "target"
},
{
"id": 4,
"id": 5,
"x": 2130.203125,
"y": 2393.094482421875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 6,
"x": 2116.3671875,
"y": 2382.858642578125,
"action": "",
@@ -46,7 +64,7 @@
"type": "path"
},
{
"id": 5,
"id": 7,
"x": 2079.669921875,
"y": 2334.06005859375,
"action": "",
@@ -55,7 +73,7 @@
"type": "path"
},
{
"id": 6,
"id": 8,
"x": 2072.9999506239637,
"y": 2323.8127122114893,
"action": "",
@@ -64,7 +82,7 @@
"type": "path"
},
{
"id": 7,
"id": 9,
"x": 2077.6250612262847,
"y": 2320.343825789818,
"action": "combat_script",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "2璃月-层岩主矿区南2",
"name": "227璃月-层岩主矿区南2",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,11 +1,12 @@
{
"info": {
"name": "稻妻-越石村8",
"name": "311稻妻-越石村8",
"type": "collect",
"author": "汐",
"version": "",
"description": "",
"bgiVersion": "0.42.3"
"map_name": "Teyvat",
"bgi_version": "0.45.0"
},
"positions": [
{
@@ -20,10 +21,10 @@
"id": 2,
"x": -3994.875037525788,
"y": -4451.062143787858,
"type": "path",
"move_mode": "dash",
"action": "",
"action_params": ""
"move_mode": "dash",
"action_params": "",
"type": "path"
},
{
"id": 3,
@@ -89,19 +90,19 @@
"id": 10,
"x": -3967.6484375,
"y": -4434.41796875,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 11,
"x": -3965.548828125,
"y": -4436.5126953125,
"type": "target",
"move_mode": "walk",
"action": "combat_script",
"action_params": "keypress(f),wait(0.3),keypress(f),wait(0.2),keypress(f),keypress(x),wait(0.1),keypress(x)"
"move_mode": "walk",
"action_params": "keypress(f),wait(0.3),keypress(f),wait(0.2),keypress(f),keypress(x),wait(0.1),keypress(x)",
"type": "target"
},
{
"id": 12,
@@ -182,21 +183,30 @@
},
{
"id": 21,
"x": -3968.7187677753736,
"y": -4383.468803052872,
"x": -3971.15625,
"y": -4382.593827465778,
"type": "path",
"move_mode": "fly",
"action": "combat_script",
"action_params": "wait(0.2)keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),"
"move_mode": "dash",
"action": "",
"action_params": ""
},
{
"id": 22,
"x": -3970.3125256755393,
"y": -4383.34362115731,
"type": "target",
"move_mode": "walk",
"x": -3969.84375,
"y": -4382.656006536126,
"action": "combat_script",
"action_params": "keypress(f)"
"move_mode": "walk",
"action_params": "keypress(f)",
"type": "target"
},
{
"id": 23,
"x": -3968.0625,
"y": -4384.656670528508,
"action": "combat_script",
"move_mode": "walk",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),",
"type": "path"
}
]
}

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "须弥-化城郭西2",
"name": "402须弥-化城郭西2",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "须弥-天臂池七天神像1",
"name": "404须弥-天臂池七天神像1",
"type": "collect",
"author": "汐",
"version": "1.0",
@@ -40,19 +40,28 @@
"id": 4,
"x": 3239.5126953125,
"y": -671.578125,
"type": "path",
"move_mode": "walk",
"action": "combat_script",
"action_params": "attack(0.2)"
"move_mode": "walk",
"action_params": "attack(0.2)",
"type": "path"
},
{
"id": 5,
"x": 3243.728515625,
"y": -669.79833984375,
"type": "target",
"move_mode": "walk",
"x": 3243.59375,
"y": -669.6561946673019,
"action": "combat_script",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.5)"
"move_mode": "walk",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),wait(0.5)",
"type": "target"
},
{
"id": 6,
"x": 3243.083984375,
"y": -667.75537109375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "须弥-天臂池西北4",
"name": "405须弥-天臂池西北4",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "4须弥-卡萨扎莱宫南2",
"name": "406须弥-卡萨扎莱宫南2",
"type": "collect",
"author": "汐",
"version": "",
@@ -46,10 +46,10 @@
"id": 5,
"x": 2595.68359375,
"y": -117.46630859375,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
"move_mode": "walk",
"action_params": "",
"type": "path"
},
{
"id": 6,
@@ -79,6 +79,15 @@
},
{
"id": 9,
"x": 2655.576171875,
"y": -147.93994140625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
},
{
"id": 10,
"x": 2649.9794921875,
"y": -146.8349609375,
"action": "combat_script",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "须弥-无郁稠林3",
"name": "407须弥-无郁稠林3",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "须弥-桓那兰那村9",
"name": "408须弥-桓那兰那村9",
"type": "collect",
"author": "Tim",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "须弥-阿如村3",
"name": "412须弥-阿如村3",
"type": "collect",
"author": "汐",
"version": "1",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "须弥-阿如村西2",
"name": "413须弥-阿如村西2",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "须弥-圣显厅北3",
"name": "415须弥-圣显厅北3",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "须弥-甘露花海4",
"name": "418须弥-甘露花海4",
"type": "collect",
"author": "汐",
"version": "1.0",
@@ -146,12 +146,12 @@
},
{
"id": 16,
"x": 5559.01220703125,
"y": 874.2119140625,
"x": 5564.4033203125,
"y": 881.07861328125,
"type": "path",
"move_mode": "jump",
"action": "",
"move_mode": "dash",
"action_params": "",
"type": "path"
"action_params": ""
},
{
"id": 17,

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "枫丹-中部塔内8",
"name": "509枫丹-中部塔内8",
"type": "collect",
"author": "汐",
"version": "1",
@@ -182,7 +182,7 @@
"y": 4921.052734375,
"action": "combat_script",
"move_mode": "walk",
"action_params": "w(0.2),keypress(f),wait(0.2),keypress(f)",
"action_params": "wait(0.3),keypress(VK_SPACE),wait(0.5),keypress(VK_SPACE)",
"type": "target"
},
{

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "枫丹-莫尔泰神像1",
"name": "514枫丹-莫尔泰神像1",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "纳塔-圣火竞技场东1",
"name": "601纳塔-圣火竞技场东1",
"type": "collect",
"author": "汐",
"version": "1.0",
@@ -29,12 +29,12 @@
},
{
"id": 3,
"x": 8995.279296875,
"y": -1904.0908203125,
"type": "path",
"move_mode": "run",
"x": 8997.562646153068,
"y": -1895.8145008511774,
"action": "",
"action_params": ""
"move_mode": "run",
"action_params": "",
"type": "path"
},
{
"id": 4,

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "纳塔-悬木人西神像2",
"name": "604纳塔-悬木人西神像2",
"type": "collect",
"author": "汐",
"version": "1.0",
@@ -125,7 +125,7 @@
"type": "target",
"move_mode": "walk",
"action": "combat_script",
"action_params": "keypress(f),w(0.2),keypress(f),w(0.2),keypress(f),"
"action_params": "keypress(f),w(0.2),keypress(f),w(0.2),keypress(f),d(0.6)"
}
]
}

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "纳塔-回声之子北山顶1",
"name": "606纳塔-回声之子北山顶1",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "纳塔-柴薪之丘1",
"name": "607纳塔-柴薪之丘1",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "纳塔-安饶之野1",
"name": "610纳塔-安饶之野1",
"type": "collect",
"author": "汐",
"version": "1.0",
@@ -38,12 +38,21 @@
},
{
"id": 4,
"x": 9606.9619140625,
"y": -2188.9716796875,
"x": 9607.53125197504,
"y": -2187.468954632506,
"action": "combat_script",
"move_mode": "walk",
"action_params": "keypress(f),w(0.4),keypress(f),a(0.3),keypress(f),",
"action_params": "keypress(f),w(0.5),keypress(f),d(0.4),keypress(f),",
"type": "target"
},
{
"id": 5,
"x": 9610.2353515625,
"y": -2189.056640625,
"type": "path",
"move_mode": "walk",
"action": "",
"action_params": ""
}
]
}

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "纳塔-空梦起始东1",
"name": "616纳塔-空梦起始东1",
"type": "collect",
"author": "汐",
"version": "1.0",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "纳塔-拖佐兹岛6",
"name": "617纳塔-拖佐兹岛6",
"type": "collect",
"author": "Yang-z",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "纳塔-石火坠陨处1",
"name": "618纳塔-石火坠陨处1",
"type": "collect",
"author": "汐",
"version": "1.0",
@@ -52,7 +52,7 @@
"type": "target",
"move_mode": "walk",
"action": "combat_script",
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),"
"action_params": "keypress(f),wait(0.2),keypress(f),wait(0.2),keypress(f),w(0.4)"
}
]
}

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "【收尾】稻妻-清籁丸20",
"name": "310【收尾】稻妻-清籁丸20",
"type": "collect",
"author": "汐",
"version": "",

View File

@@ -1,6 +1,6 @@
{
"info": {
"name": "【额外】纳塔-鸡屁股9",
"name": "05【额外】纳塔-鸡屁股9",
"type": "collect",
"author": "汐",
"version": "",