对纯小怪路线,增加区分怪物标志 (#1296)
* 更新锄地集,至少需要0.45版本 * 调整readme * 对纯小怪路线,增加区分怪物标志,来支持开启精英拾取下跳过小怪的拾取 * 删除些主仓库没有的脚本 * 给锄地脚本区分怪物增加标签
This commit is contained in:
@@ -368,7 +368,10 @@ function extractInfoFromPathingFile(filePath, parentFolders) {
|
||||
tags.unshift(minVersionTag);
|
||||
}
|
||||
}
|
||||
|
||||
// 区分怪物拾取标识
|
||||
if (contentObj.info && contentObj.info.enable_monster_loot_split) {
|
||||
tags.unshift("区分怪物拾取");
|
||||
}
|
||||
if (contentObj.positions && Array.isArray(contentObj.positions)) {
|
||||
const actions = contentObj.positions.map(pos => pos.action);
|
||||
if (actions.includes('nahida_collect')) tags.push('纳西妲');
|
||||
|
||||
Reference in New Issue
Block a user