Files
bettergi-scripts-list/repo/js/背包材料统计/settings.json
JJMdzh d99c7e56af js,背包+路径CD,更快 (#907)
v2.25 当前、后位材料识别(加速扫描), 新增只扫描路径材料名选项(内存占用更小)
2025-05-23 16:07:00 +08:00

91 lines
2.8 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": "targetresourceName",
"type": "input-text",
"label": "js目录下默认扫描的文件结构\n./📁BetterGI/📁User/📁JsScript/\n📁背包材料统计/\n 📁pathing/\n 📁 薄荷/\n 📄 薄荷1.json\n 📁 薄荷效率/\n 📄 薄荷-吉吉喵.json\n 📁 苹果/\n 📄 旅行者的果园.json\n-----------------\n优先级材料名不受目标数量影响。"
},
{
"name": "targetCount",
"type": "input-text",
"label": "如填入 甜甜花,薄荷,苹果\n-----------------\n\n目标数量默认5000"
},
{
"name": "onlyPathing",
"type": "select",
"label": "上2项可不填\n=============\n只扫描pathing文件夹中材料名\n的数量默认是",
"options": [
"是",
"否",
]
},
{
"name": "unselected",
"type": "checkbox",
"label": "=============\n反选材料分类"
},
{
"name": "Smithing",
"type": "checkbox",
"label": "-----------------\n锻造素材"
},
{
"name": "Drops",
"type": "checkbox",
"label": "如:矿石、原胚\n-----------------\n怪物掉落素材"
},
{
"name": "ForagedFood",
"type": "checkbox",
"label": "-----------------\n采集食物食用回血"
},
{
"name": "General",
"type": "checkbox",
"label": "如:苹果、日落果、泡泡桔\n-----------------\n一般素材"
},
{
"name": "CookingIngs",
"type": "checkbox",
"label": "如:特产、非食用素材\n-----------------\n烹饪用食材"
},
{
"name": "Weekly",
"type": "checkbox",
"label": "-----------------\n\n周本素材"
},
{
"name": "Wood",
"type": "checkbox",
"label": "-----------------\n\n木材"
},
{
"name": "CharAscension",
"type": "checkbox",
"label": "-----------------\n\n角色突破素材"
},
{
"name": "Fishing",
"type": "checkbox",
"label": "-----------------\n\n鱼饵鱼类"
},
{
"name": "Gems",
"type": "checkbox",
"label": "-----------------\n\n宝石"
},
{
"name": "Talent",
"type": "checkbox",
"label": "-----------------\n\n角色天赋素材"
},
{
"name": "WeaponAscension",
"type": "checkbox",
"label": "-----------------\n\n武器突破素材"
},
{
"name": "ImageDelay",
"type": "input-text",
"label": "数字太小可能无法识别,用?代替\n=============\n识图基准时间默认:0 毫秒)"
}
]