Files
bettergi-scripts-list/repo/js/AutoFontaineLeyLine/manifest.json
kaedelcb b1445041b0 v.3.6版本 全自动枫丹地脉花 20250818 (#1627)
* v.3.6版本 全自动枫丹地脉花 20250818

### v.3.6版本:20250818

- **新功能**:

- **优化**:
1. 领取地脉过程,优化在死亡或低血量时自动到神像回血时的异常处理。
2. 优化线路2和线路6特殊的战斗地点。
3. 加入游泳检测,检测到游泳状态返回战斗失败后,最多重试2次。
4. 48.0版本后,可选激活BGI本体的自动吃药。 -在“实时触发->自动吃药”中设置检测间隔,和吃药间隔。(建议默认就可以) -目前只支持回血和复活药功能(佩戴营养袋,JS配置中勾选“启用吃药检测”才能启用,默认关闭)。 -BUff类食物目前不稳定,本JS暂不支持BUff类食物
5. 优化相关LOG和设置中的显示。

* 注释掉没有的参数

注释掉没有的参数
2025-08-18 12:40:06 +08:00

35 lines
882 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"manifest_version": 1,
"name": "全自动枫丹地脉花",
"version": "3.6",
"bgi_version": "0.44.8",
"description": "枫丹地脉花蓝花金花通用。生存压力大请带盾奶避免纯水输出请注意说明文件。如有BUG请联系作者QQ:119996800",
"tags": [
"地脉花"
],
"authors": [
{
"name": "LCB-茶包",
"links": "https://github.com/kaedelcb"
},
{
"name": "ddaodan",
"links": "https://github.com/ddaodan"
},
{
"name": "平面镜",
"links": "https://github.com/Flatmirrr"
},
{
"name": "秋云",
"links": "https://github.com/physligl"
}
],
"settings_ui": "settings.json",
"main": "main.js",
"versionLog": {
"v2.0": [
"感谢平面镜之前的基础线路版本和D捣蛋的基础逻辑"
]
}
}