对纯小怪路线,增加区分怪物标志 (#1296)

* 更新锄地集,至少需要0.45版本

* 调整readme

* 对纯小怪路线,增加区分怪物标志,来支持开启精英拾取下跳过小怪的拾取

* 删除些主仓库没有的脚本

* 给锄地脚本区分怪物增加标签
This commit is contained in:
mfkvfhpdx
2025-07-07 20:30:42 +08:00
committed by GitHub
parent 3f55bcca72
commit 482e7e2527
108 changed files with 218 additions and 108 deletions

View File

@@ -368,7 +368,10 @@ function extractInfoFromPathingFile(filePath, parentFolders) {
tags.unshift(minVersionTag); tags.unshift(minVersionTag);
} }
} }
// 区分怪物拾取标识
if (contentObj.info && contentObj.info.enable_monster_loot_split) {
tags.unshift("区分怪物拾取");
}
if (contentObj.positions && Array.isArray(contentObj.positions)) { if (contentObj.positions && Array.isArray(contentObj.positions)) {
const actions = contentObj.positions.map(pos => pos.action); const actions = contentObj.positions.map(pos => pos.action);
if (actions.includes('nahida_collect')) tags.push('纳西妲'); if (actions.includes('nahida_collect')) tags.push('纳西妲');

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6101--纳塔_镜璧山_西海岸1_(8-13)", "name": "6101--纳塔_镜璧山_西海岸1_(8-13)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.5", "version": "1.5",
@@ -212,4 +213,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6102--纳塔_镜璧山_西海岸2_(8-6)", "name": "6102--纳塔_镜璧山_西海岸2_(8-6)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.3", "version": "1.3",
@@ -204,4 +205,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6103--纳塔_镜璧山_西海岸3_(5-3)", "name": "6103--纳塔_镜璧山_西海岸3_(5-3)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&mno", "author": "Demo&mno",
"version": "1.4", "version": "1.4",
@@ -82,4 +83,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6104--纳塔_镜璧山_中部1_(8-6)", "name": "6104--纳塔_镜璧山_中部1_(8-6)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.2", "version": "1.2",
@@ -248,4 +249,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6105--纳塔_镜璧山_神像1_(4-0)", "name": "6105--纳塔_镜璧山_神像1_(4-0)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.4", "version": "1.4",
@@ -67,4 +68,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6106--纳塔_镜璧山_中部2", "name": "6106--纳塔_镜璧山_中部2",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.4", "version": "1.4",
@@ -141,4 +142,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6107--纳塔_镜璧山_神像2_(9-6)", "name": "6107--纳塔_镜璧山_神像2_(9-6)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.6", "version": "1.6",
@@ -140,4 +141,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6201--纳塔_奥奇_西北海岸_(8-1)", "name": "6201--纳塔_奥奇_西北海岸_(8-1)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.7", "version": "1.7",
@@ -149,4 +150,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6204--纳塔_奥奇_神像_(7-1)", "name": "6204--纳塔_奥奇_神像_(7-1)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.2", "version": "1.2",
@@ -122,4 +123,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6205--纳塔_奥奇_东北岛屿_(5-1)", "name": "6205--纳塔_奥奇_东北岛屿_(5-1)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐@mno", "author": "Demo&汐@mno",
"version": "1.3", "version": "1.3",
@@ -118,4 +119,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6301--纳塔_翘枝崖_神像_(8-3)", "name": "6301--纳塔_翘枝崖_神像_(8-3)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.4", "version": "1.4",
@@ -149,4 +150,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6302--纳塔_翘枝崖_北海岸_(3-5)", "name": "6302--纳塔_翘枝崖_北海岸_(3-5)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -113,4 +114,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6303--纳塔_翘枝崖_花语会南_(3-6)", "name": "6303--纳塔_翘枝崖_花语会南_(3-6)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.2", "version": "1.2",
@@ -131,4 +132,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6304--纳塔_翘枝崖_花语会南2_(3-9)", "name": "6304--纳塔_翘枝崖_花语会南2_(3-9)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.2", "version": "1.2",
@@ -176,4 +177,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6305--纳塔_翘枝崖_花语会南3_(4-4)", "name": "6305--纳塔_翘枝崖_花语会南3_(4-4)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.2", "version": "1.2",
@@ -149,4 +150,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6306--纳塔_翘枝崖_柴薪之丘_(11-18)", "name": "6306--纳塔_翘枝崖_柴薪之丘_(11-18)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.5", "version": "1.5",
@@ -284,4 +285,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6401--纳塔_万火之瓯_竞技场_(14-17)", "name": "6401--纳塔_万火之瓯_竞技场_(14-17)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐", "author": "Demo&汐",
"version": "1.1", "version": "1.1",
@@ -298,4 +299,4 @@
"type": "path" "type": "path"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6402--纳塔_万火之瓯_竞技场2_(3-4)", "name": "6402--纳塔_万火之瓯_竞技场2_(3-4)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -114,4 +115,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6403--纳塔_万火之瓯_竞技场3_(4-3)", "name": "6403--纳塔_万火之瓯_竞技场3_(4-3)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.0", "version": "1.0",
@@ -77,4 +78,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6404--纳塔_万火之瓯_竞技场4_(12-11)", "name": "6404--纳塔_万火之瓯_竞技场4_(12-11)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.2", "version": "1.2",
@@ -223,4 +224,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6405--纳塔_万火之瓯_竞技场5_(3-5)", "name": "6405--纳塔_万火之瓯_竞技场5_(3-5)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -76,4 +77,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6406--纳塔_万火之瓯_悬木人_(6-6)", "name": "6406--纳塔_万火之瓯_悬木人_(6-6)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -132,4 +133,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6407--纳塔_万火之瓯_悬木人_(5-4)", "name": "6407--纳塔_万火之瓯_悬木人_(5-4)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.2", "version": "1.2",
@@ -142,4 +143,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6501--纳塔_坚岩隘谷_硫晶支脉_(6-4)", "name": "6501--纳塔_坚岩隘谷_硫晶支脉_(6-4)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.2", "version": "1.2",
@@ -151,4 +152,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6502--纳塔_坚岩隘谷_硫晶支脉2_(4-9)", "name": "6502--纳塔_坚岩隘谷_硫晶支脉2_(4-9)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -150,4 +151,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6503--纳塔_坚岩隘谷_隆崛坡_(6-1)", "name": "6503--纳塔_坚岩隘谷_隆崛坡_(6-1)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -167,4 +168,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6504--纳塔_坚岩隘谷_硫晶支脉3_(16-13)", "name": "6504--纳塔_坚岩隘谷_硫晶支脉3_(16-13)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -347,4 +348,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6505--纳塔_坚岩隘谷_回声之子_(7-13)", "name": "6505--纳塔_坚岩隘谷_回声之子_(7-13)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.2", "version": "1.2",
@@ -179,4 +180,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6506--纳塔_坚岩隘谷_回声之子_(8-9)", "name": "6506--纳塔_坚岩隘谷_回声之子_(8-9)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -158,4 +159,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6507--纳塔_坚岩隘谷_中部河流_(15-9)", "name": "6507--纳塔_坚岩隘谷_中部河流_(15-9)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -231,4 +232,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6508--纳塔_坚岩隘谷_硫晶支脉4_(6-2)", "name": "6508--纳塔_坚岩隘谷_硫晶支脉4_(6-2)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -122,4 +123,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6509--纳塔_坚岩隘谷_南侧崖壁_(5-5)", "name": "6509--纳塔_坚岩隘谷_南侧崖壁_(5-5)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -131,4 +132,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6510--纳塔_坚岩隘谷_南侧崖壁_(8-13)", "name": "6510--纳塔_坚岩隘谷_南侧崖壁_(8-13)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -185,4 +186,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6511--纳塔_坚岩隘谷_隆崛坡2_(2-3)", "name": "6511--纳塔_坚岩隘谷_隆崛坡2_(2-3)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -104,4 +105,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6601--纳塔_涌流地_北侧山脉_(2-4)", "name": "6601--纳塔_涌流地_北侧山脉_(2-4)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -86,4 +87,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6603--纳塔_涌流地_秘境西侧_(2-7)", "name": "6603--纳塔_涌流地_秘境西侧_(2-7)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -95,4 +96,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6604--纳塔_涌流地_秘境南侧_(2-7)", "name": "6604--纳塔_涌流地_秘境南侧_(2-7)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -131,4 +132,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6605--纳塔_涌流地_溶水域_(6-0)", "name": "6605--纳塔_涌流地_溶水域_(6-0)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -113,4 +114,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6606--纳塔_涌流地_溶水域2_(4-3)", "name": "6606--纳塔_涌流地_溶水域2_(4-3)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -104,4 +105,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6607--纳塔_涌流地_溶水域3_(11-5)", "name": "6607--纳塔_涌流地_溶水域3_(11-5)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -149,4 +150,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6608--纳塔_涌流地_溶水域4_(2-3)", "name": "6608--纳塔_涌流地_溶水域4_(2-3)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.0", "version": "1.0",
@@ -114,4 +115,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6609--纳塔_涌流地_南侧小岛_(5-8)", "name": "6609--纳塔_涌流地_南侧小岛_(5-8)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -86,4 +87,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6610--纳塔_涌流地_东侧小岛_(10-14)", "name": "6610--纳塔_涌流地_东侧小岛_(10-14)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -222,4 +223,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6611--纳塔_涌流地_中央神像_(9-8)", "name": "6611--纳塔_涌流地_中央神像_(9-8)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -178,4 +179,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6701--纳塔_踞石山_庙宇北侧_(3-5)", "name": "6701--纳塔_踞石山_庙宇北侧_(3-5)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -124,4 +125,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6704--纳塔_踞石山_东侧海边_(3-7)", "name": "6704--纳塔_踞石山_东侧海边_(3-7)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -112,4 +113,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6705--纳塔_踞石山_彩石顶_(10-4)", "name": "6705--纳塔_踞石山_彩石顶_(10-4)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -252,4 +253,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6707--纳塔_踞石山_庙宇_(9-11)", "name": "6707--纳塔_踞石山_庙宇_(9-11)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.1", "version": "1.1",
@@ -248,4 +249,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6708--纳塔_踞石山_彩石顶3_(6-9)", "name": "6708--纳塔_踞石山_彩石顶3_(6-9)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "Demo&汐&mno", "author": "Demo&汐&mno",
"version": "1.2", "version": "1.2",
@@ -149,4 +150,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6802--纳塔_安饶之野_镜壁山西南_(23)", "name": "6802--纳塔_安饶之野_镜壁山西南_(23)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "汐&mno", "author": "汐&mno",
"version": "1.0", "version": "1.0",
@@ -338,4 +339,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6803--纳塔_熔岩辉龙像东南_(5)", "name": "6803--纳塔_熔岩辉龙像东南_(5)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "汐&mno", "author": "汐&mno",
"version": "1.0", "version": "1.0",
@@ -139,4 +140,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6804--纳塔_安饶之野东北海岸_(8)", "name": "6804--纳塔_安饶之野东北海岸_(8)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "汐&mno", "author": "汐&mno",
"version": "1.0", "version": "1.0",
@@ -166,4 +167,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6805--纳塔_安饶之野东岩浆池_(5)", "name": "6805--纳塔_安饶之野东岩浆池_(5)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "汐&mno", "author": "汐&mno",
"version": "1.0", "version": "1.0",
@@ -92,4 +93,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6806--纳塔_安饶之野东斜坡_(16)", "name": "6806--纳塔_安饶之野东斜坡_(16)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "汐&mno", "author": "汐&mno",
"version": "1.0", "version": "1.0",
@@ -139,4 +140,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6807--纳塔_安饶之野神像_(8)", "name": "6807--纳塔_安饶之野神像_(8)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "汐&mno", "author": "汐&mno",
"version": "1.0", "version": "1.0",
@@ -112,4 +113,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6808--纳塔_安饶之野_沃陆之邦北小岛_(14)", "name": "6808--纳塔_安饶之野_沃陆之邦北小岛_(14)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "汐&mno", "author": "汐&mno",
"version": "1.0", "version": "1.0",
@@ -128,4 +129,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6809--纳塔_安饶之野_石火坠陨处_(12)", "name": "6809--纳塔_安饶之野_石火坠陨处_(12)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "汐&mno", "author": "汐&mno",
"version": "1.0", "version": "1.0",
@@ -100,4 +101,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6810--纳塔_安饶之野西南_(21)", "name": "6810--纳塔_安饶之野西南_(21)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "汐&mno", "author": "汐&mno",
"version": "1.0", "version": "1.0",
@@ -237,4 +238,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6811--纳塔_安饶之野_荒废弃造坞_(10)", "name": "6811--纳塔_安饶之野_荒废弃造坞_(10)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "汐&mno", "author": "汐&mno",
"version": "1.0", "version": "1.0",
@@ -139,4 +140,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6812--纳塔_安饶之野_孑遗的留迹东南_(20)", "name": "6812--纳塔_安饶之野_孑遗的留迹东南_(20)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "汐&mno", "author": "汐&mno",
"version": "1.0", "version": "1.0",
@@ -193,4 +194,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "6813--纳塔_安饶之野西北_(8)", "name": "6813--纳塔_安饶之野西北_(8)",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "汐&mno", "author": "汐&mno",
"version": "1.0", "version": "1.0",
@@ -83,4 +84,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "1103(0-22)蒙德望风山地", "name": "1103(0-22)蒙德望风山地",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -330,4 +331,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "1104(0-18)蒙德千风西", "name": "1104(0-18)蒙德千风西",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -195,4 +196,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "2201璃月明蕴镇西北", "name": "2201璃月明蕴镇西北",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -69,4 +70,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "2301璃月太山府", "name": "2301璃月太山府",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -78,4 +79,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "2302璃月珉林", "name": "2302璃月珉林",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -69,4 +70,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "2401(高危)璃月地面矿区", "name": "2401(高危)璃月地面矿区",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -204,4 +205,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "2501璃月遁玉陵", "name": "2501璃月遁玉陵",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -231,4 +232,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "2601地下水泽西南三飞萤", "name": "2601地下水泽西南三飞萤",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -126,4 +127,4 @@
"action_params": "wait(1)" "action_params": "wait(1)"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "2602层岩地下主矿道东", "name": "2602层岩地下主矿道东",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -143,4 +144,4 @@
"action_params": "" "action_params": ""
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "2605璃月临时主矿道西", "name": "2605璃月临时主矿道西",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -126,4 +127,4 @@
"action_params": "" "action_params": ""
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "2608璃月巨渊主矿区", "name": "2608璃月巨渊主矿区",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -174,4 +175,4 @@
"action_params": "wait(1)" "action_params": "wait(1)"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3102稻妻绀田村南", "name": "3102稻妻绀田村南",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -222,4 +223,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3105(水免)稻妻镇守之森", "name": "3105(水免)稻妻镇守之森",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -168,4 +169,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3106(水免)稻妻神里屋敷", "name": "3106(水免)稻妻神里屋敷",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -150,4 +151,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3108稻妻荒海南", "name": "3108稻妻荒海南",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -204,4 +205,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3202稻妻踏鞴东北", "name": "3202稻妻踏鞴东北",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -60,4 +61,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3204稻妻踏鞴神像2", "name": "3204稻妻踏鞴神像2",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -123,4 +124,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3205(高危)稻妻踏鞴反应炉东三骗骗花", "name": "3205(高危)稻妻踏鞴反应炉东三骗骗花",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -150,4 +151,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3207稻妻踏鞴浪船", "name": "3207稻妻踏鞴浪船",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -69,4 +70,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3208稻妻借景之馆", "name": "3208稻妻借景之馆",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -78,4 +79,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3209稻妻踏鞴公义东南", "name": "3209稻妻踏鞴公义东南",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -168,4 +169,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3210稻妻公义飞萤", "name": "3210稻妻公义飞萤",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -96,4 +97,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3212稻妻名椎滩西", "name": "3212稻妻名椎滩西",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -87,4 +88,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3301稻妻绯木村神像", "name": "3301稻妻绯木村神像",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -366,4 +367,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3302稻妻蛇骨矿洞南", "name": "3302稻妻蛇骨矿洞南",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -51,4 +52,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3303(水免)稻妻剑鬼东2", "name": "3303(水免)稻妻剑鬼东2",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -141,4 +142,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3304稻妻剑鬼东3", "name": "3304稻妻剑鬼东3",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -141,4 +142,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3305稻妻剑鬼东1", "name": "3305稻妻剑鬼东1",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -294,4 +295,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3501稻妻渊下蛇肠之路", "name": "3501稻妻渊下蛇肠之路",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -135,4 +136,4 @@
"action_params": "wait(1)" "action_params": "wait(1)"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3502稻妻狭间之街西南", "name": "3502稻妻狭间之街西南",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -43,4 +44,4 @@
"action_params": "wait(1)" "action_params": "wait(1)"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3610稻妻大日御舆东", "name": "3610稻妻大日御舆东",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -53,4 +54,4 @@
"action_params": "wait(1)" "action_params": "wait(1)"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3702稻妻鹤观东", "name": "3702稻妻鹤观东",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -108,4 +109,4 @@
"action_params": "wait(1)" "action_params": "wait(1)"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3803稻妻平海砦", "name": "3803稻妻平海砦",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -62,4 +63,4 @@
"action_params": "wait(1)" "action_params": "wait(1)"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3804稻妻平海砦", "name": "3804稻妻平海砦",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -198,4 +199,4 @@
"action_params": "wait(1)" "action_params": "wait(1)"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3805稻妻平海砦东", "name": "3805稻妻平海砦东",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -108,4 +109,4 @@
"action_params": "wait(1)" "action_params": "wait(1)"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "3806稻妻平海砦南", "name": "3806稻妻平海砦南",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -163,4 +164,4 @@
"action_params": "wait(1)" "action_params": "wait(1)"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "5203枫丹垂柳东南", "name": "5203枫丹垂柳东南",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -150,4 +151,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

View File

@@ -1,6 +1,7 @@
{ {
"info": { "info": {
"name": "5204(水免)枫丹垂柳东南", "name": "5204(水免)枫丹垂柳东南",
"enable_monster_loot_split": true,
"type": "collect", "type": "collect",
"author": "mno", "author": "mno",
"version": "1.0", "version": "1.0",
@@ -96,4 +97,4 @@
"type": "orientation" "type": "orientation"
} }
] ]
} }

Some files were not shown because too many files have changed in this diff Show More