Files
bettergi-scripts-list/repo/js/AutoFriendshipEvilBaresItsFangsGetRawMeat/settings.json
5117600049 bf201a3cae JS脚本:给兽肉好感事件添加了万叶专用的拾取模式,43min300个 (#851)
* Update main.js

* Update settings.json

* Add files via upload

* Add files via upload

* Add files via upload
2025-05-17 11:37:43 +08:00

62 lines
1.7 KiB
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.

[
{
"name": "partyName",
"type": "input-text",
"label": "需要切换的队伍名称(选填)"
},
{
"name": "getMeatMode",
"type": "select",
"label": "开启刷兽肉模式【勾选才拾取兽肉】",
"options": [
"通用拾取",
"万叶拾取"
]
},
{
"name": "inputValue",
"type": "input-text",
"label": "刷取个数选填默认为300"
},
{
"name": "waitTimeMode",
"type": "checkbox",
"label": "卡时间模式(基于运行次数、基准日期、周期确定需要运行次数)"
},
{
"name": "waitTimeModeDay",
"type": "input-text",
"label": "卡时间模式基准日期选填默认为2025-03-31"
},
{
"name": "waitTimeModePeriod",
"type": "input-text",
"label": "卡时间模式周期选填默认为7天/循环)"
},
{
"name": "maxTimes",
"type": "input-text",
"label": "最大运行次数(选填,卡时间模式下生效,默认为刷肉模式计算值)"
},
{
"name": "goStatue",
"type": "checkbox",
"label": "开启定期前往七天神像"
},
{
"name": "statueTimes",
"type": "input-text",
"label": "返回神像周期选填默认为5次/循环)"
},
{
"name": "delayTime",
"type": "input-text",
"label": "到达触发地点后的延迟时间选填默认为10秒"
},
{
"name": "ocrTimeout",
"type": "input-text",
"label": "OCR超时时间选填默认为30秒"
}
]