diff --git a/build/build.js b/build/build.js index 6d2e578d..09727981 100644 --- a/build/build.js +++ b/build/build.js @@ -56,9 +56,33 @@ function extractInfoFromJSFolder(folderPath) { function extractInfoFromPathingFile(filePath, parentFolders) { const content = JSON.parse(fs.readFileSync(filePath, 'utf8')); let tags = parentFolders.slice(2) // 从第三个元素开始,跳过 'pathing' 和下一级目录 - .map(tag => tag.split('@')[0]) // 取@符号前面的数据 + .filter(tag => !tag.includes('@')) // 跳过包含 @ 的标签 .filter((tag, index, self) => self.indexOf(tag) === index); // 去重 + // 检查positions数组中是否存在特定动作 + if (content.positions && Array.isArray(content.positions)) { + const hasNahidaCollect = content.positions.some(pos => pos.action === 'nahida_collect'); + const hasHydroCollect = content.positions.some(pos => pos.action === 'hydro_collect'); + const hasAnemoCollect = content.positions.some(pos => pos.action === 'anemo_collect'); + const hasElectroCollect = content.positions.some(pos => pos.action === 'electro_collect'); + const hasUpDownGrabLeaf = content.positions.some(pos => pos.action === 'up_down_grab_leaf'); + if (hasNahidaCollect) { + tags.push('纳西妲'); + } + if (hasHydroCollect) { + tags.push('水元素力收集'); + } + if (hasAnemoCollect) { + tags.push('风元素力收集'); + } + if (hasElectroCollect) { + tags.push('雷元素力收集'); + } + if (hasUpDownGrabLeaf) { + tags.push('四叶印'); + } + } + return { author: content.info && content.info.author ? content.info.author : '', description: convertNewlines(content.info && content.info.description ? content.info.description : ''), diff --git a/repo.json b/repo.json index bb881906..483d9fb6 100644 --- a/repo.json +++ b/repo.json @@ -1,5 +1,5 @@ { - "time": "20241030101653", + "time": "20241106183717", "url": "https://github.com/babalae/bettergi-scripts-list/archive/refs/heads/main.zip", "file": "repo.json", "indexes": [ @@ -12,91 +12,247 @@ "type": "directory", "children": [ { - "name": "劫波莲 化城郭.json", - "type": "file", - "hash": "adf5bad4aff2f6c10455aaea88409dcd2163c717", - "version": "adf5bad", - "author": "jbcaaa", - "description": "", - "tags": [ - "劫波莲" + "name": "劫波莲@jbcaaa", + "type": "directory", + "children": [ + { + "name": "劫波莲 化城郭.json", + "type": "file", + "hash": "21e00416ab61fcce4a81bd779bf7a77fffa801a4", + "version": "21e0041", + "author": "jbcaaa", + "description": "", + "tags": [ + "劫波莲" + ] + }, + { + "name": "劫波莲 天臂池左上.json", + "type": "file", + "hash": "d039f16bc41754e4327353a476adc842ad18532c", + "version": "d039f16", + "author": "jbcaaa", + "description": "", + "tags": [ + "劫波莲" + ] + }, + { + "name": "劫波莲 桓那兰那左侧.json", + "type": "file", + "hash": "62c95cc488e41f9d083cb89d0175c302d751af5b", + "version": "62c95cc", + "author": "jbcaaa", + "description": "", + "tags": [ + "劫波莲" + ] + }, + { + "name": "劫波莲 水田丛林.json", + "type": "file", + "hash": "34d2973deaefee298b2cbfa5bd54158e1ef22b84", + "version": "34d2973", + "author": "jbcaaa", + "description": "", + "tags": [ + "劫波莲" + ] + }, + { + "name": "劫波莲 水田丛林左上.json", + "type": "file", + "hash": "0255bcb220659c94f459ec95f81683e8048228bf", + "version": "0255bcb", + "author": "jbcaaa", + "description": "", + "tags": [ + "劫波莲" + ] + }, + { + "name": "劫波莲 维摩庄下方.json", + "type": "file", + "hash": "a62dbec830a5c770d1709fc25e4f233da9429466", + "version": "a62dbec", + "author": "jbcaaa", + "description": "", + "tags": [ + "劫波莲" + ] + }, + { + "name": "劫波莲 觉王之殿上方.json", + "type": "file", + "hash": "7f6ce1dafd47578a5349f27fe3f82b0c4faa22ae", + "version": "7f6ce1d", + "author": "jbcaaa", + "description": "", + "tags": [ + "劫波莲" + ] + }, + { + "name": "劫波莲 降诸魔山右下.json", + "type": "file", + "hash": "e7c01793c3858dda9e0487060c1b6527d98afde5", + "version": "e7c0179", + "author": "jbcaaa", + "description": "", + "tags": [ + "劫波莲" + ] + } ] }, { - "name": "劫波莲 天臂池左上.json", - "type": "file", - "hash": "15513934dbfaa6ec35cf658485e6d0dbded2a1d9", - "version": "1551393", - "author": "jbcaaa", - "description": "", - "tags": [ - "劫波莲" - ] - }, - { - "name": "劫波莲 桓那兰那左侧.json", - "type": "file", - "hash": "e7b8c86ed0c36e7ee028a7fd6bc67cf79eef7008", - "version": "e7b8c86", - "author": "jbcaaa", - "description": "", - "tags": [ - "劫波莲" - ] - }, - { - "name": "劫波莲 水田丛林.json", - "type": "file", - "hash": "140dcf90ff7fbcfa24762d5c958f13f33baff0ea", - "version": "140dcf9", - "author": "jbcaaa", - "description": "", - "tags": [ - "劫波莲" - ] - }, - { - "name": "劫波莲 水田丛林左上.json", - "type": "file", - "hash": "4ab4ea7eee8839e9d3258af68416923e9ceb5cc9", - "version": "4ab4ea7", - "author": "jbcaaa", - "description": "", - "tags": [ - "劫波莲" - ] - }, - { - "name": "劫波莲 维摩庄下方.json", - "type": "file", - "hash": "b96b105a330b3a337c0d3575a61e3c963960f0b0", - "version": "b96b105", - "author": "jbcaaa", - "description": "", - "tags": [ - "劫波莲" - ] - }, - { - "name": "劫波莲 觉王之殿上方.json", - "type": "file", - "hash": "057f1f4571f4cdef974791b57e9dd0214e3c65bb", - "version": "057f1f4", - "author": "jbcaaa", - "description": "", - "tags": [ - "劫波莲" - ] - }, - { - "name": "劫波莲 降诸魔山右下.json", - "type": "file", - "hash": "1361e796a2b0b4fbf5dbed10cd1b2f4e798bc730", - "version": "1361e79", - "author": "jbcaaa", - "description": "", - "tags": [ - "劫波莲" + "name": "劫波莲(纳西妲采集)@lifrom", + "type": "directory", + "children": [ + { + "name": "001劫波莲 化城郭6个.json", + "type": "file", + "hash": "f7823e2495655eacf386c572c23fc647163eb30e", + "version": "f7823e2", + "author": "lifrom", + "description": "成熟的纳西妲要学会自己采材料。感谢米游社大佬“@吃瓜的喵”的优质路线!(本引导的所有路线均已精修过,请放心使用)", + "tags": [ + "劫波莲", + "纳西妲" + ] + }, + { + "name": "002劫波莲 降诸魔山4个.json", + "type": "file", + "hash": "489b07a27f9d9acfb33112fb39aa963c6ae8211e", + "version": "489b07a", + "author": "lifrom", + "description": "", + "tags": [ + "劫波莲", + "纳西妲" + ] + }, + { + "name": "003劫波莲 降诸魔山2个.json", + "type": "file", + "hash": "3dfa03816646915c99e949e63af404c8338aeb1c", + "version": "3dfa038", + "author": "lifrom", + "description": "", + "tags": [ + "劫波莲", + "纳西妲" + ] + }, + { + "name": "004劫波莲 维摩庄西南7个.json", + "type": "file", + "hash": "4fc0e401970a2321ba3205d68b04f2eed06d1ed7", + "version": "4fc0e40", + "author": "lifrom", + "description": "", + "tags": [ + "劫波莲", + "纳西妲" + ] + }, + { + "name": "005劫波莲 水天丛林7个.json", + "type": "file", + "hash": "f38e0c3e766fa54bee47f065a19544d4372e14bc", + "version": "f38e0c3", + "author": "lifrom", + "description": "", + "tags": [ + "劫波莲", + "纳西妲" + ] + }, + { + "name": "006劫波莲 谒颂幽境14个.json", + "type": "file", + "hash": "c8e89cef6fb8ed898aa01eac48243bc4f86092ac", + "version": "c8e89ce", + "author": "lifrom", + "description": "", + "tags": [ + "劫波莲", + "纳西妲" + ] + }, + { + "name": "007劫波莲 觉王之殿3个.json", + "type": "file", + "hash": "4e51a37e1ef680d784f45cd7565444a34caa0798", + "version": "4e51a37", + "author": "lifrom", + "description": "", + "tags": [ + "劫波莲", + "纳西妲" + ] + }, + { + "name": "008劫波莲 须弥城西边7个.json", + "type": "file", + "hash": "33cb131aa8ca515a37b05868365a49d6087015fc", + "version": "33cb131", + "author": "lifrom", + "description": "", + "tags": [ + "劫波莲", + "纳西妲" + ] + }, + { + "name": "009劫波莲 觉王之殿北边5个.json", + "type": "file", + "hash": "b22585ca3c3a26d2c8b4a843cd3a9207ed79faa1", + "version": "b22585c", + "author": "lifrom", + "description": "", + "tags": [ + "劫波莲", + "纳西妲" + ] + }, + { + "name": "010劫波莲 翠翎恐蕈西南2个.json", + "type": "file", + "hash": "5392e9dd6222a19c1b8d340707eb4d894254c994", + "version": "5392e9d", + "author": "lifrom", + "description": "", + "tags": [ + "劫波莲", + "纳西妲" + ] + }, + { + "name": "011劫波莲 无郁稠林西边1个.json", + "type": "file", + "hash": "00b44aa5a535f81bb41ba084aa45c19879572905", + "version": "00b44aa", + "author": "lifrom", + "description": "", + "tags": [ + "劫波莲", + "纳西妲" + ] + }, + { + "name": "012劫波莲 无郁稠林东边6个.json", + "type": "file", + "hash": "9657ca000885f4ec809aebf837730c969b66fa94", + "version": "9657ca0", + "author": "lifrom", + "description": "", + "tags": [ + "劫波莲", + "纳西妲" + ] + } ] } ] @@ -113,7 +269,8 @@ "author": "yulalaa&不瘦五十斤不改名", "description": "", "tags": [ - "嘟嘟莲" + "嘟嘟莲", + "纳西妲" ] }, { @@ -124,7 +281,8 @@ "author": "yulalaa&不瘦五十斤不改名", "description": "", "tags": [ - "嘟嘟莲" + "嘟嘟莲", + "纳西妲" ] }, { @@ -135,7 +293,8 @@ "author": "yulalaa&不瘦五十斤不改名", "description": "", "tags": [ - "嘟嘟莲" + "嘟嘟莲", + "纳西妲" ] }, { @@ -146,7 +305,8 @@ "author": "yulalaa&不瘦五十斤不改名", "description": "", "tags": [ - "嘟嘟莲" + "嘟嘟莲", + "纳西妲" ] }, { @@ -157,7 +317,8 @@ "author": "yulalaa&不瘦五十斤不改名", "description": "", "tags": [ - "嘟嘟莲" + "嘟嘟莲", + "纳西妲" ] }, { @@ -168,7 +329,8 @@ "author": "yulalaa&不瘦五十斤不改名", "description": "", "tags": [ - "嘟嘟莲" + "嘟嘟莲", + "纳西妲" ] } ] @@ -1445,7 +1607,8 @@ "author": "yulalaa", "description": "", "tags": [ - "慕风蘑菇" + "慕风蘑菇", + "纳西妲" ] }, { @@ -1456,7 +1619,8 @@ "author": "yulalaa", "description": "", "tags": [ - "慕风蘑菇" + "慕风蘑菇", + "纳西妲" ] }, { @@ -1467,7 +1631,8 @@ "author": "yulalaa", "description": "", "tags": [ - "慕风蘑菇" + "慕风蘑菇", + "纳西妲" ] } ] @@ -1484,7 +1649,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1495,7 +1661,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1506,7 +1673,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1517,7 +1685,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1528,7 +1697,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1539,7 +1709,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1550,7 +1721,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1561,7 +1733,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1572,7 +1745,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1583,7 +1757,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1594,7 +1769,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1605,7 +1781,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1616,7 +1793,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1627,7 +1805,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1638,7 +1817,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1649,7 +1829,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1660,7 +1841,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1671,7 +1853,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1682,7 +1865,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] }, { @@ -1693,7 +1877,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "日落果" + "日落果", + "纳西妲" ] } ] @@ -1887,7 +2072,8 @@ "author": "玛卡巴卡", "description": "", "tags": [ - "松果" + "松果", + "纳西妲" ] }, { @@ -1898,7 +2084,8 @@ "author": "玛卡巴卡", "description": "", "tags": [ - "松果" + "松果", + "纳西妲" ] }, { @@ -1909,7 +2096,8 @@ "author": "玛卡巴卡", "description": "", "tags": [ - "松果" + "松果", + "纳西妲" ] }, { @@ -1920,7 +2108,8 @@ "author": "玛卡巴卡", "description": "", "tags": [ - "松果" + "松果", + "纳西妲" ] }, { @@ -1931,7 +2120,8 @@ "author": "玛卡巴卡", "description": "", "tags": [ - "松果" + "松果", + "纳西妲" ] }, { @@ -1942,7 +2132,8 @@ "author": "玛卡巴卡", "description": "", "tags": [ - "松果" + "松果", + "纳西妲" ] }, { @@ -1953,7 +2144,8 @@ "author": "玛卡巴卡", "description": "", "tags": [ - "松果" + "松果", + "纳西妲" ] } ] @@ -1970,7 +2162,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -1981,7 +2174,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -1992,7 +2186,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2003,7 +2198,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2014,7 +2210,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2025,7 +2222,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2036,7 +2234,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2047,7 +2246,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2058,7 +2258,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2069,7 +2270,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2080,7 +2282,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2091,7 +2294,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2102,7 +2306,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2113,7 +2318,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2124,7 +2330,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2135,7 +2342,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2146,7 +2354,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2157,7 +2366,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2168,7 +2378,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2179,7 +2390,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2190,7 +2402,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2201,7 +2414,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2212,7 +2426,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2223,7 +2438,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2234,7 +2450,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2245,7 +2462,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2256,7 +2474,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2267,7 +2486,8 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" ] }, { @@ -2278,7 +2498,86 @@ "author": "", "description": "", "tags": [ - "松茸" + "松茸", + "纳西妲" + ] + } + ] + }, + { + "name": "枣椰", + "type": "directory", + "children": [ + { + "name": "枣椰01-活力之家(死域)-须弥4个.json", + "type": "file", + "hash": "1487601b8c3b47a51b2173893e2d161df6a92993", + "version": "1487601", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "枣椰", + "纳西妲" + ] + }, + { + "name": "枣椰02-活力之家-须弥5个.json", + "type": "file", + "hash": "18538415ec27b845720712ae8709f1d2b3288aa7", + "version": "1853841", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "枣椰", + "纳西妲" + ] + }, + { + "name": "枣椰03-阿如村-须弥2个.json", + "type": "file", + "hash": "b6fafcc45dbf655b171229bfb295026efb5188ed", + "version": "b6fafcc", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "枣椰", + "纳西妲" + ] + }, + { + "name": "枣椰04-阿如村-须弥2个.json", + "type": "file", + "hash": "69aacc415c6cd88098de0748b56aa692c8e7bf89", + "version": "69aacc4", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "枣椰", + "纳西妲" + ] + }, + { + "name": "枣椰05-饱饮之丘-须弥5个.json", + "type": "file", + "hash": "e95e6beb37f612b8080a9d3e704a982e72922ab2", + "version": "e95e6be", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "枣椰", + "纳西妲" + ] + }, + { + "name": "枣椰06-丰饶绿洲-须弥8个.json", + "type": "file", + "hash": "fc6daaaa84b6cdb5176255cca3c026c597980e71", + "version": "fc6daaa", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "枣椰", + "纳西妲" ] } ] @@ -2388,6 +2687,166 @@ } ] }, + { + "name": "树莓", + "type": "directory", + "children": [ + { + "name": "树莓1.json", + "type": "file", + "hash": "a293c050b3c400e7c4c728e3d56c1b41f39607f2", + "version": "a293c05", + "author": "风埠", + "description": "树莓", + "tags": [ + "树莓" + ] + }, + { + "name": "树莓10.json", + "type": "file", + "hash": "e77c7290692c6b65b6ce97e68861754c2525b5ce", + "version": "e77c729", + "author": "风埠", + "description": "树莓", + "tags": [ + "树莓" + ] + }, + { + "name": "树莓11.json", + "type": "file", + "hash": "571cbdf3e41dbd55688d99651084e2943ff00783", + "version": "571cbdf", + "author": "风埠", + "description": "树莓", + "tags": [ + "树莓" + ] + }, + { + "name": "树莓12.json", + "type": "file", + "hash": "69afa088d6f8728854591cc807f2a91a4d96dc3f", + "version": "69afa08", + "author": "风埠", + "description": "树莓", + "tags": [ + "树莓" + ] + }, + { + "name": "树莓13.json", + "type": "file", + "hash": "b53ec861fe8a8516575b21a534bf69f749fb627a", + "version": "b53ec86", + "author": "", + "description": "树莓", + "tags": [ + "树莓" + ] + }, + { + "name": "树莓14.json", + "type": "file", + "hash": "28e506d6a874874a75507ec0aa320cf561d163bc", + "version": "28e506d", + "author": "风埠", + "description": "树莓", + "tags": [ + "树莓" + ] + }, + { + "name": "树莓2.json", + "type": "file", + "hash": "9aeb3007e8229e9736e75ffa2b1bc4d78c236d90", + "version": "9aeb300", + "author": "风埠", + "description": "树莓", + "tags": [ + "树莓" + ] + }, + { + "name": "树莓3.json", + "type": "file", + "hash": "d70e59da58540041d1b3c87e7efddc093ea5a14b", + "version": "d70e59d", + "author": "风埠", + "description": "树莓", + "tags": [ + "树莓" + ] + }, + { + "name": "树莓4.json", + "type": "file", + "hash": "e784e3b54567b78887217af736bd648cd9613e0c", + "version": "e784e3b", + "author": "风埠", + "description": "树莓", + "tags": [ + "树莓" + ] + }, + { + "name": "树莓5.json", + "type": "file", + "hash": "995f8a39b334f4857303d60b061d6964e74b0b62", + "version": "995f8a3", + "author": "风埠", + "description": "树莓", + "tags": [ + "树莓" + ] + }, + { + "name": "树莓6.json", + "type": "file", + "hash": "1e739becf908fea82147fdeb9d80ebe1609f4648", + "version": "1e739be", + "author": "风埠", + "description": "树莓", + "tags": [ + "树莓" + ] + }, + { + "name": "树莓7.json", + "type": "file", + "hash": "7d20b885baa10ec2545242a05ee777fb4ab8d90c", + "version": "7d20b88", + "author": "风埠", + "description": "树莓", + "tags": [ + "树莓" + ] + }, + { + "name": "树莓8.json", + "type": "file", + "hash": "b1385c1f8e01a977a901b686e5b8092ecc5e47b4", + "version": "b1385c1", + "author": "风埠", + "description": "树莓", + "tags": [ + "树莓" + ] + }, + { + "name": "树莓9.json", + "type": "file", + "hash": "cf9cd1765f748d7371ff9c1e4a5b934fbd12732c", + "version": "cf9cd17", + "author": "风埠", + "description": "树莓", + "tags": [ + "树莓" + ] + } + ] + }, { "name": "沉玉仙茗", "type": "directory", @@ -2471,6 +2930,143 @@ } ] }, + { + "name": "泡泡桔", + "type": "directory", + "children": [ + { + "name": "泡泡桔01-厄里纳斯-枫丹6个.json", + "type": "file", + "hash": "a432b4264bc3bd55acf3504de66afdac5af3267c", + "version": "a432b42", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "泡泡桔", + "纳西妲" + ] + }, + { + "name": "泡泡桔02-厄里纳斯-枫丹9个.json", + "type": "file", + "hash": "1fc724adba3f4af811f191d77319905dcfae9cb6", + "version": "1fc724a", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "泡泡桔", + "纳西妲" + ] + }, + { + "name": "泡泡桔03-厄里纳斯-枫丹6个.json", + "type": "file", + "hash": "deb93b25c59028247cc8755fdedd38ab83119b44", + "version": "deb93b2", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "泡泡桔", + "纳西妲" + ] + }, + { + "name": "泡泡桔04-枫丹廷-枫丹18个.json", + "type": "file", + "hash": "a0ce934a547fe8b2eaeede2f34393e830b41d855", + "version": "a0ce934", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "泡泡桔", + "纳西妲" + ] + }, + { + "name": "泡泡桔05-枫丹廷(高危)-枫丹20个.json", + "type": "file", + "hash": "08836ae383a27d556fce50c316766e0661b78887", + "version": "08836ae", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "泡泡桔", + "纳西妲" + ] + }, + { + "name": "泡泡桔06-枫丹科学院-枫丹4个.json", + "type": "file", + "hash": "0bd1f05ae5d98774b95a71530309d7d6e04384db", + "version": "0bd1f05", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "泡泡桔", + "纳西妲" + ] + }, + { + "name": "泡泡桔07-中央实验室遗址-枫丹3个.json", + "type": "file", + "hash": "0559ef508e5cda1d64bd82d339bb754448db8231", + "version": "0559ef5", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "泡泡桔", + "纳西妲" + ] + }, + { + "name": "泡泡桔08-茉洁站上-枫丹5个.json", + "type": "file", + "hash": "a3dfe1196f918b780d3d703a4df66eddb0ec301e", + "version": "a3dfe11", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "泡泡桔", + "纳西妲" + ] + }, + { + "name": "泡泡桔09-优兰尼娅湖-枫丹3个.json", + "type": "file", + "hash": "8e79408af3a425ad312a6ca05d9a6771fa87809b", + "version": "8e79408", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "泡泡桔", + "纳西妲" + ] + }, + { + "name": "泡泡桔10-茉洁站-枫丹3个.json", + "type": "file", + "hash": "e27d8375aa5f326a1a04b1a337674f03aa8a5660", + "version": "e27d837", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "泡泡桔" + ] + }, + { + "name": "泡泡桔11-茉洁站-枫丹9个.json", + "type": "file", + "hash": "32baacae1084dbff6014d383a998c16f57bfb4f1", + "version": "32baaca", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "泡泡桔", + "纳西妲" + ] + } + ] + }, { "name": "浪沫羽鳃", "type": "directory", @@ -2580,39 +3176,6 @@ "海灵芝" ] }, - { - "name": "海灵芝_天云峠右上2_稻妻_3个.json", - "type": "file", - "hash": "db15e0cbb318f7205728f373c36bdb4daa510771", - "version": "db15e0c", - "author": "tignioj", - "description": "", - "tags": [ - "海灵芝" - ] - }, - { - "name": "海灵芝_天云峠右上_稻妻_4个.json", - "type": "file", - "hash": "239459115f5ee621736618e91f8fcb6dbbbd9eca", - "version": "2394591", - "author": "tignioj", - "description": "", - "tags": [ - "海灵芝" - ] - }, - { - "name": "海灵芝_天云峠右下_稻妻_10个.json", - "type": "file", - "hash": "d149a71273057b835255197963c067b22959c79f", - "version": "d149a71", - "author": "tignioj", - "description": "", - "tags": [ - "海灵芝" - ] - }, { "name": "海灵芝_曚云神社西_稻妻_6个.json", "type": "file", @@ -2690,17 +3253,6 @@ "海灵芝" ] }, - { - "name": "海灵芝_神里屋敷右小角小岛_稻妻_5个.json", - "type": "file", - "hash": "9b2f6b6804581d4e111f3b005f125f1110015487", - "version": "9b2f6b6", - "author": "tignioj", - "description": "", - "tags": [ - "海灵芝" - ] - }, { "name": "海灵芝_绀田村左上角_稻妻_5个.json", "type": "file", @@ -2712,17 +3264,6 @@ "海灵芝" ] }, - { - "name": "海灵芝_荒海右边_稻妻_4个.json", - "type": "file", - "hash": "23cf5e1d15c02845bd80433a52f291747a3babaa", - "version": "23cf5e1", - "author": "tignioj", - "description": "", - "tags": [ - "海灵芝" - ] - }, { "name": "海灵芝_蛇神之首右_稻妻_5个.json", "type": "file", @@ -2781,7 +3322,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] }, { @@ -2792,7 +3334,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] }, { @@ -2803,7 +3346,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] }, { @@ -2814,7 +3358,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] }, { @@ -2825,7 +3370,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] }, { @@ -2836,7 +3382,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] }, { @@ -2847,7 +3394,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] }, { @@ -2858,7 +3406,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] }, { @@ -2869,7 +3418,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] }, { @@ -2880,7 +3430,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] }, { @@ -2891,7 +3442,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] }, { @@ -2902,7 +3454,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] }, { @@ -2913,7 +3466,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] }, { @@ -2924,7 +3478,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] }, { @@ -2935,7 +3490,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] }, { @@ -2946,7 +3502,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] }, { @@ -2957,7 +3514,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] }, { @@ -2968,7 +3526,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "海草" + "海草", + "纳西妲" ] } ] @@ -3339,7 +3898,8 @@ "author": "yulalaa", "description": "", "tags": [ - "琉璃袋" + "琉璃袋", + "纳西妲" ] }, { @@ -3350,7 +3910,8 @@ "author": "yulalaa", "description": "", "tags": [ - "琉璃袋" + "琉璃袋", + "纳西妲" ] }, { @@ -3361,7 +3922,8 @@ "author": "yulalaa", "description": "", "tags": [ - "琉璃袋" + "琉璃袋", + "纳西妲" ] }, { @@ -3372,7 +3934,8 @@ "author": "yulalaa", "description": "", "tags": [ - "琉璃袋" + "琉璃袋", + "纳西妲" ] }, { @@ -3383,7 +3946,8 @@ "author": "yulalaa", "description": "", "tags": [ - "琉璃袋" + "琉璃袋", + "纳西妲" ] }, { @@ -3394,7 +3958,8 @@ "author": "yulalaa", "description": "", "tags": [ - "琉璃袋" + "琉璃袋", + "纳西妲" ] }, { @@ -3405,7 +3970,8 @@ "author": "yulalaa", "description": "", "tags": [ - "琉璃袋" + "琉璃袋", + "纳西妲" ] }, { @@ -3416,7 +3982,8 @@ "author": "yulalaa", "description": "", "tags": [ - "琉璃袋" + "琉璃袋", + "纳西妲" ] }, { @@ -3427,7 +3994,8 @@ "author": "yulalaa", "description": "", "tags": [ - "琉璃袋" + "琉璃袋", + "纳西妲" ] } ] @@ -3560,7 +4128,8 @@ "author": "yulalaa", "description": "", "tags": [ - "石珀" + "石珀", + "纳西妲" ] }, { @@ -3571,7 +4140,8 @@ "author": "yulalaa", "description": "", "tags": [ - "石珀" + "石珀", + "纳西妲" ] }, { @@ -3582,7 +4152,8 @@ "author": "yulalaa", "description": "", "tags": [ - "石珀" + "石珀", + "纳西妲" ] }, { @@ -3593,7 +4164,8 @@ "author": "yulalaa", "description": "", "tags": [ - "石珀" + "石珀", + "纳西妲" ] }, { @@ -3604,7 +4176,8 @@ "author": "yulalaa", "description": "", "tags": [ - "石珀" + "石珀", + "纳西妲" ] }, { @@ -3615,7 +4188,8 @@ "author": "yulalaa", "description": "", "tags": [ - "石珀" + "石珀", + "纳西妲" ] }, { @@ -3626,7 +4200,8 @@ "author": "yulalaa", "description": "", "tags": [ - "石珀" + "石珀", + "纳西妲" ] }, { @@ -3637,7 +4212,8 @@ "author": "yulalaa", "description": "", "tags": [ - "石珀" + "石珀", + "纳西妲" ] }, { @@ -3648,7 +4224,8 @@ "author": "yulalaa", "description": "", "tags": [ - "石珀" + "石珀", + "纳西妲" ] }, { @@ -3659,7 +4236,8 @@ "author": "yulalaa", "description": "", "tags": [ - "石珀" + "石珀", + "纳西妲" ] }, { @@ -3670,7 +4248,8 @@ "author": "yulalaa", "description": "", "tags": [ - "石珀" + "石珀", + "纳西妲" ] } ] @@ -3708,80 +4287,136 @@ "type": "directory", "children": [ { - "name": "绝云椒椒-奥藏山(一)-璃月1×3个.json", - "type": "file", - "hash": "c1ba4a6b96964ecb08a19556011db4d6073770fc", - "version": "c1ba4a6", - "author": "不瘦五十斤不改名", - "description": "", - "tags": [ - "绝云椒椒" + "name": "绝云椒椒@jbcaaa", + "type": "directory", + "children": [ + { + "name": "绝云椒椒_地中之盐上方.json", + "type": "file", + "hash": "655bc26eabcd9595d6290e5856ab03928e946d45", + "version": "655bc26", + "author": "jbcaaa", + "description": "", + "tags": [ + "绝云椒椒" + ] + }, + { + "name": "绝云椒椒_绝云间上方.json", + "type": "file", + "hash": "690fd9084d1bf8d6bd4c5b416e4e8f5cb46b7be0", + "version": "690fd90", + "author": "jbcaaa", + "description": "", + "tags": [ + "绝云椒椒" + ] + }, + { + "name": "绝云椒椒_轻策庄.json", + "type": "file", + "hash": "3f718193a5978388bf04c7e1bcfe6d3d9f9e84af", + "version": "3f71819", + "author": "jbcaaa", + "description": "", + "tags": [ + "绝云椒椒" + ] + }, + { + "name": "绝云椒椒_轻策庄左侧.json", + "type": "file", + "hash": "02013feb97fcaa045df97b54cc7b02a707c3c977", + "version": "02013fe", + "author": "jbcaaa", + "description": "", + "tags": [ + "绝云椒椒" + ] + } ] }, { - "name": "绝云椒椒-奥藏山(二)-璃月6×3个.json", - "type": "file", - "hash": "5e50bee3df069d929a690a00197f0db101e9f332", - "version": "5e50bee", - "author": "不瘦五十斤不改名", - "description": "", - "tags": [ - "绝云椒椒" - ] - }, - { - "name": "绝云椒椒-宗室本-璃月4×3个.json", - "type": "file", - "hash": "6121853f58efbfd2da2b460f4d837be7cb6232b2", - "version": "6121853", - "author": "不瘦五十斤不改名", - "description": "", - "tags": [ - "绝云椒椒" - ] - }, - { - "name": "绝云椒椒-苍白本-璃月7×3个.json", - "type": "file", - "hash": "42fd102f24ab486920f40b7116b49054d973a0f7", - "version": "42fd102", - "author": "不瘦五十斤不改名", - "description": "", - "tags": [ - "绝云椒椒" - ] - }, - { - "name": "绝云椒椒-轻策庄(一)-璃月1×3个.json", - "type": "file", - "hash": "6ffb99454fb1f65f19aa4e966a1f2635fdbafc72", - "version": "6ffb994", - "author": "不瘦五十斤不改名", - "description": "", - "tags": [ - "绝云椒椒" - ] - }, - { - "name": "绝云椒椒-轻策庄(三)-璃月1×3个.json", - "type": "file", - "hash": "910d7711ff91a31e20297c8b0baca05b221b2232", - "version": "910d771", - "author": "不瘦五十斤不改名", - "description": "", - "tags": [ - "绝云椒椒" - ] - }, - { - "name": "绝云椒椒-轻策庄(二)-璃月7×3个.json", - "type": "file", - "hash": "15598e7a2e3fe300a3340a86dc88ce5c1800e151", - "version": "15598e7", - "author": "不瘦五十斤不改名", - "description": "", - "tags": [ - "绝云椒椒" + "name": "绝云椒椒@不瘦五十斤不改名", + "type": "directory", + "children": [ + { + "name": "绝云椒椒-奥藏山(一)-璃月1×3个.json", + "type": "file", + "hash": "c1ba4a6b96964ecb08a19556011db4d6073770fc", + "version": "c1ba4a6", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "绝云椒椒" + ] + }, + { + "name": "绝云椒椒-奥藏山(二)-璃月6×3个.json", + "type": "file", + "hash": "5e50bee3df069d929a690a00197f0db101e9f332", + "version": "5e50bee", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "绝云椒椒" + ] + }, + { + "name": "绝云椒椒-宗室本-璃月4×3个.json", + "type": "file", + "hash": "6121853f58efbfd2da2b460f4d837be7cb6232b2", + "version": "6121853", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "绝云椒椒" + ] + }, + { + "name": "绝云椒椒-苍白本-璃月7×3个.json", + "type": "file", + "hash": "42fd102f24ab486920f40b7116b49054d973a0f7", + "version": "42fd102", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "绝云椒椒" + ] + }, + { + "name": "绝云椒椒-轻策庄(一)-璃月1×3个.json", + "type": "file", + "hash": "6ffb99454fb1f65f19aa4e966a1f2635fdbafc72", + "version": "6ffb994", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "绝云椒椒" + ] + }, + { + "name": "绝云椒椒-轻策庄(三)-璃月1×3个.json", + "type": "file", + "hash": "910d7711ff91a31e20297c8b0baca05b221b2232", + "version": "910d771", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "绝云椒椒" + ] + }, + { + "name": "绝云椒椒-轻策庄(二)-璃月7×3个.json", + "type": "file", + "hash": "15598e7a2e3fe300a3340a86dc88ce5c1800e151", + "version": "15598e7", + "author": "不瘦五十斤不改名", + "description": "", + "tags": [ + "绝云椒椒" + ] + } ] } ] @@ -4559,7 +5194,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "莲蓬" + "莲蓬", + "纳西妲" ] }, { @@ -4570,7 +5206,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "莲蓬" + "莲蓬", + "纳西妲" ] }, { @@ -4581,7 +5218,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "莲蓬" + "莲蓬", + "纳西妲" ] }, { @@ -4592,7 +5230,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "莲蓬" + "莲蓬", + "纳西妲" ] }, { @@ -4603,7 +5242,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "莲蓬" + "莲蓬", + "纳西妲" ] }, { @@ -4614,7 +5254,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "莲蓬" + "莲蓬", + "纳西妲" ] }, { @@ -4625,7 +5266,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "莲蓬" + "莲蓬", + "纳西妲" ] }, { @@ -4636,7 +5278,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "莲蓬" + "莲蓬", + "纳西妲" ] }, { @@ -4647,7 +5290,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "莲蓬" + "莲蓬", + "纳西妲" ] } ] @@ -4825,183 +5469,199 @@ ] }, { - "name": "赤念果(纳西妲)", + "name": "赤念果", "type": "directory", "children": [ { "name": "赤念果.json", "type": "file", - "hash": "f161c64f893ec4fe5405a7317d46a92659df5b4a", - "version": "f161c64", + "hash": "ca194dc53420f8459e0c7206a70e0aa7a6542ebf", + "version": "ca194dc", "author": "½", "description": "需要纳西妲", "tags": [ - "赤念果(纳西妲)" + "赤念果", + "纳西妲" ] }, { "name": "赤念果10.json", "type": "file", - "hash": "1741ba447f62f0e588357a8291e9af2d6744083e", - "version": "1741ba4", + "hash": "e114a6d0185faec48afb372c03eda59498816775", + "version": "e114a6d", "author": "½", "description": "需要纳西妲", "tags": [ - "赤念果(纳西妲)" + "赤念果", + "纳西妲" ] }, { "name": "赤念果11.json", "type": "file", - "hash": "30865cc47f5987b07296d7c9db4e5350f8a7561d", - "version": "30865cc", + "hash": "34d64b5e15b3d1562dfd00a63322571a965d9710", + "version": "34d64b5", "author": "½", "description": "需要纳西妲", "tags": [ - "赤念果(纳西妲)" + "赤念果", + "纳西妲" ] }, { "name": "赤念果12.json", "type": "file", - "hash": "d6e7d2b54119eeae7a7b5e76a7a03924d26ff55c", - "version": "d6e7d2b", + "hash": "d7d66630f13f0397f4aa37fd4d20ac947342b916", + "version": "d7d6663", "author": "½", "description": "需要纳西妲", "tags": [ - "赤念果(纳西妲)" + "赤念果", + "纳西妲" ] }, { "name": "赤念果13.json", "type": "file", - "hash": "a336d1a4d3037ad4d51c2239584619c0f29df5b1", - "version": "a336d1a", + "hash": "693f7c6610abd19d7136d30acb51d5e52f86c1fd", + "version": "693f7c6", "author": "½", "description": "需要纳西妲", "tags": [ - "赤念果(纳西妲)" + "赤念果", + "纳西妲" ] }, { "name": "赤念果14.json", "type": "file", - "hash": "fbea538abe01ce96ea1250eded25e3895f3498e9", - "version": "fbea538", + "hash": "80b86ef78393e9bb2c16f910f62f4bdb2fd060e7", + "version": "80b86ef", "author": "½", "description": "需要纳西妲", "tags": [ - "赤念果(纳西妲)" + "赤念果", + "纳西妲" ] }, { "name": "赤念果15.json", "type": "file", - "hash": "a6ca08cacaebd2c539527addc661967412ae0fab", - "version": "a6ca08c", + "hash": "0e0afbff0f7eaf5079c3af9c15cd2e48ffe957ce", + "version": "0e0afbf", "author": "½", "description": "需要纳西妲", "tags": [ - "赤念果(纳西妲)" + "赤念果", + "纳西妲" ] }, { "name": "赤念果16.json", "type": "file", - "hash": "40e07529a2cb406fc9cd376434ece7b1c0e7b50c", - "version": "40e0752", + "hash": "0ab27a5943effcc9540d9769ba74be386b94d525", + "version": "0ab27a5", "author": "½", "description": "需要纳西妲", "tags": [ - "赤念果(纳西妲)" + "赤念果", + "纳西妲" ] }, { "name": "赤念果2.json", "type": "file", - "hash": "a310a94645bd29acc6df5a663c5b893a07d7986a", - "version": "a310a94", + "hash": "57e22ecd87edbbb7ae111cdc7cc5b1364b5891b5", + "version": "57e22ec", "author": "½", "description": "需要纳西妲", "tags": [ - "赤念果(纳西妲)" + "赤念果", + "纳西妲" ] }, { "name": "赤念果3.json", "type": "file", - "hash": "fd3a85c6e88e9486648453c5c2962bf456e86a71", - "version": "fd3a85c", + "hash": "074524a2fd3ca35600ad146efefa7c03cfc8f1da", + "version": "074524a", "author": "½", "description": "需要纳西妲", "tags": [ - "赤念果(纳西妲)" + "赤念果", + "纳西妲" ] }, { "name": "赤念果4.json", "type": "file", - "hash": "4a11d26209071e15688b8c48d1eb360e876d6dea", - "version": "4a11d26", + "hash": "a9ffa0c10476f7de006c562d57a8b83aa6607a1e", + "version": "a9ffa0c", "author": "½", "description": "需要纳西妲", "tags": [ - "赤念果(纳西妲)" + "赤念果", + "纳西妲" ] }, { "name": "赤念果5.json", "type": "file", - "hash": "1179ea8791e07df2e52465c22dc6ac4b63f38faa", - "version": "1179ea8", + "hash": "97dc4843e5422aa9acfa2fd10500d884971b055a", + "version": "97dc484", "author": "½", "description": "需要纳西妲", "tags": [ - "赤念果(纳西妲)" + "赤念果", + "纳西妲" ] }, { "name": "赤念果6.json", "type": "file", - "hash": "558ae2d829a507e2ee91e1b696c378d35258d919", - "version": "558ae2d", + "hash": "6830322f6bdff405255fd04983762d899cb796e7", + "version": "6830322", "author": "½", "description": "需要纳西妲", "tags": [ - "赤念果(纳西妲)" + "赤念果", + "纳西妲" ] }, { "name": "赤念果7.json", "type": "file", - "hash": "ced724688bcf282df5d87b5793c96b51c3af0635", - "version": "ced7246", + "hash": "7f9916009a9d9d95abcb07d87be0edc52661054c", + "version": "7f99160", "author": "½", "description": "需要纳西妲", "tags": [ - "赤念果(纳西妲)" + "赤念果", + "纳西妲" ] }, { "name": "赤念果8.json", "type": "file", - "hash": "76620f285c4d88d95916a9c10af36b674ce5e5d5", - "version": "76620f2", + "hash": "248de2f2e34d568c74be4ad6b39e146d566f0a2d", + "version": "248de2f", "author": "½", "description": "需要纳西妲", "tags": [ - "赤念果(纳西妲)" + "赤念果", + "纳西妲" ] }, { "name": "赤念果9.json", "type": "file", - "hash": "0bae37ec226d3ed94fa9cb151bed34545bc5eed1", - "version": "0bae37e", + "hash": "67b45027aea5a60b5f5176ff8e014997f40a359f", + "version": "67b4502", "author": "½", "description": "需要纳西妲", "tags": [ - "赤念果(纳西妲)" + "赤念果", + "纳西妲" ] } ] @@ -5343,7 +6003,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "钩钩果" + "钩钩果", + "纳西妲" ] } ] @@ -5460,7 +6121,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "须弥蔷薇" + "须弥蔷薇", + "纳西妲" ] }, { @@ -5471,7 +6133,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "须弥蔷薇" + "须弥蔷薇", + "纳西妲" ] }, { @@ -5482,7 +6145,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "须弥蔷薇" + "须弥蔷薇", + "纳西妲" ] }, { @@ -5493,7 +6157,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "须弥蔷薇" + "须弥蔷薇", + "纳西妲" ] }, { @@ -5504,7 +6169,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "须弥蔷薇" + "须弥蔷薇", + "纳西妲" ] }, { @@ -5515,7 +6181,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "须弥蔷薇" + "须弥蔷薇", + "纳西妲" ] }, { @@ -5526,7 +6193,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "须弥蔷薇" + "须弥蔷薇", + "纳西妲" ] } ] @@ -5670,7 +6338,8 @@ "author": "玛卡巴卡", "description": "", "tags": [ - "香辛果" + "香辛果", + "纳西妲" ] }, { @@ -5681,7 +6350,8 @@ "author": "玛卡巴卡", "description": "", "tags": [ - "香辛果" + "香辛果", + "纳西妲" ] }, { @@ -5692,7 +6362,8 @@ "author": "玛卡巴卡", "description": "", "tags": [ - "香辛果" + "香辛果", + "纳西妲" ] } ] @@ -5709,7 +6380,8 @@ "author": "玛卡巴卡", "description": "", "tags": [ - "马尾" + "马尾", + "纳西妲" ] }, { @@ -5720,7 +6392,8 @@ "author": "玛卡巴卡", "description": "", "tags": [ - "马尾" + "马尾", + "纳西妲" ] }, { @@ -5731,7 +6404,8 @@ "author": "玛卡巴卡", "description": "", "tags": [ - "马尾" + "马尾", + "纳西妲" ] } ] @@ -5759,7 +6433,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "鸟蛋" + "鸟蛋", + "纳西妲" ] }, { @@ -5781,7 +6456,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "鸟蛋" + "鸟蛋", + "纳西妲" ] }, { @@ -5792,7 +6468,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "鸟蛋" + "鸟蛋", + "纳西妲" ] }, { @@ -5803,7 +6480,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "鸟蛋" + "鸟蛋", + "纳西妲" ] }, { @@ -5814,7 +6492,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "鸟蛋" + "鸟蛋", + "纳西妲" ] }, { @@ -5825,7 +6504,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "鸟蛋" + "鸟蛋", + "纳西妲" ] }, { @@ -5836,7 +6516,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "鸟蛋" + "鸟蛋", + "纳西妲" ] }, { @@ -5847,7 +6528,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "鸟蛋" + "鸟蛋", + "纳西妲" ] }, { @@ -5858,7 +6540,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "鸟蛋" + "鸟蛋", + "纳西妲" ] }, { @@ -5869,7 +6552,8 @@ "author": "不瘦五十斤不改名", "description": "", "tags": [ - "鸟蛋" + "鸟蛋", + "纳西妲" ] } ] @@ -5968,6 +6652,15 @@ "description": "传送并自动秘境~|~BetterGI自带脚本,用于传送后并执行自动秘境", "tags": [] }, + { + "name": "AutoWoodmen", + "type": "directory", + "hash": "d984814dcd277711da08a424afff9964afdb54ec", + "version": "1.0", + "author": "½", + "description": "自动伐木-全树种收集计划~|~小道具自动伐木,单个树种满后,前往下一个树种,垂香木,悬铃木,桃椰子木,炬木,白栗栎木,燃爆木因路线问题无法获取.所有树种默认刷满2000", + "tags": [] + }, { "name": "Back", "type": "directory", @@ -6094,6 +6787,15 @@ "description": "领取邮件~|~用于领取邮件", "tags": [] }, + { + "name": "MeetKatheryne", + "type": "directory", + "hash": "33304861b4990790cfee96e27a4495612c26d58d", + "version": "1.1", + "author": "Lix", + "description": "传送到凯瑟琳~|~传送到枫丹凯瑟琳旁边,可搭配领取每日奖励或重新派遣", + "tags": [] + }, { "name": "NextParty", "type": "directory", @@ -6103,6 +6805,15 @@ "description": "切换下一队~|~用于切换到下一队", "tags": [] }, + { + "name": "PathingBenchmark", + "type": "directory", + "hash": "01ae361f9862a9bb0e5bd1a9d14fcab5014f7d4f", + "version": "1.0", + "author": "HZYgrandma", + "description": "路径追踪配队跑分~|~对配队的路径追踪性能进行量化呈现", + "tags": [] + }, { "name": "QuitGame", "type": "directory", @@ -6157,6 +6868,15 @@ "description": "切换队伍~|~按顺序切换至队伍", "tags": [] }, + { + "name": "TheTable", + "type": "directory", + "hash": "6f6cc2a7c6cb6f0a963f6465bf283fb3ebe4a82e", + "version": "1.1", + "author": "Lix", + "description": "传送到合成台~|~传送到枫丹合成台旁边,可搭配合成浓缩树脂", + "tags": [] + }, { "name": "Wait 10s", "type": "directory", diff --git a/repo/js/MeetKatheryne/main.js b/repo/js/MeetKatheryne/main.js new file mode 100644 index 00000000..70490d2a --- /dev/null +++ b/repo/js/MeetKatheryne/main.js @@ -0,0 +1,16 @@ +(async function () { + setGameMetrics(1920, 1080, 2); + // 传送到枫丹冒险家公会附近传送点 + await genshin.tp(4514.18, 3630.4); + keyDown("w"); + await sleep(1750); + keyUp("w"); + keyDown("a"); + await sleep(1330); + keyUp("a"); + keyDown("w"); + await sleep(1200); + keyUp("w"); + + log.info("已到达凯瑟琳旁"); +})(); \ No newline at end of file diff --git a/repo/js/MeetKatheryne/manifest.json b/repo/js/MeetKatheryne/manifest.json new file mode 100644 index 00000000..3ae2bc99 --- /dev/null +++ b/repo/js/MeetKatheryne/manifest.json @@ -0,0 +1,13 @@ +{ + "manifest_version": 1, + "name": "传送到凯瑟琳", + "version": "1.1", + "description": "传送到枫丹凯瑟琳旁边,可搭配领取每日奖励或重新派遣", + "authors": [ + { + "name": "Lix", + "link": "https://github.com/iclae" + } + ], + "main": "main.js" +} \ No newline at end of file diff --git a/repo/js/PathingBenchmark/assets/Benchmark/传送速度测试.json b/repo/js/PathingBenchmark/assets/Benchmark/传送速度测试.json new file mode 100644 index 00000000..315bf3b3 --- /dev/null +++ b/repo/js/PathingBenchmark/assets/Benchmark/传送速度测试.json @@ -0,0 +1,36 @@ +{ + "info": { + "name": "传送速度测试", + "type": "collect", + "author": "HZYgrandma", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -1629.36328125, + "y": 2834.419921875 + }, + { + "id": 9, + "x": -321.7978515625, + "y": 1473.583984375, + "type": "teleport", + "move_mode": "walk", + "action": "" + }, + { + "id": 3, + "x": -1999.125, + "y": 1434.90380859375, + "type": "teleport", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/PathingBenchmark/assets/Benchmark/寻路速度测试.json b/repo/js/PathingBenchmark/assets/Benchmark/寻路速度测试.json new file mode 100644 index 00000000..2cb7f44e --- /dev/null +++ b/repo/js/PathingBenchmark/assets/Benchmark/寻路速度测试.json @@ -0,0 +1,76 @@ +{ + "info": { + "name": "寻路速度测试", + "type": "collect", + "author": "HZYgrandma", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 1, + "x": -1999.0830078125, + "y": 1434.9326171875, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": -2070.6396484375, + "y": 1413.53515625, + "action": "", + "move_mode": "walk", + "type": "path" + }, + { + "id": 3, + "x": -2143.72265625, + "y": 1485.27880859375, + "action": "", + "move_mode": "walk", + "type": "target" + }, + { + "id": 4, + "x": -2140.0869140625, + "y": 1547.9375, + "action": "", + "move_mode": "run", + "type": "path" + }, + { + "id": 5, + "x": -2065.7763671875, + "y": 1586.3212890625, + "action": "", + "move_mode": "walk", + "type": "target" + }, + { + "id": 6, + "x": -2021.23046875, + "y": 1536.51171875, + "action": "", + "move_mode": "walk", + "type": "path" + }, + { + "id": 7, + "x": -1995.1162109375, + "y": 1483.43212890625, + "action": "", + "move_mode": "walk", + "type": "path" + }, + { + "id": 8, + "x": -2002.0029296875, + "y": 1442.0478515625, + "action": "", + "move_mode": "run", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/js/PathingBenchmark/assets/Benchmark/抗打断测试.json b/repo/js/PathingBenchmark/assets/Benchmark/抗打断测试.json new file mode 100644 index 00000000..564b67eb --- /dev/null +++ b/repo/js/PathingBenchmark/assets/Benchmark/抗打断测试.json @@ -0,0 +1,100 @@ +{ + "info": { + "name": "抗打断测试", + "type": "collect", + "author": "HZYgrandma", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 4, + "x": -1273.7822265625, + "y": 2721.7109375, + "type": "teleport", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": -1275.470703125, + "y": 2754.51025390625, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 6, + "x": -1289.6181640625, + "y": 2780.678955078125, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 7, + "x": -1276.720703125, + "y": 2784.83203125, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 8, + "x": -1225.1103515625, + "y": 2792.60009765625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 9, + "x": -1219.517578125, + "y": 2788.16259765625, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 10, + "x": -1208.072265625, + "y": 2776.15966796875, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 11, + "x": -1187.6162109375, + "y": 2752.934326171875, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 12, + "x": -1173.4970703125, + "y": 2741.677978515625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 13, + "x": -1180.5546875, + "y": 2738.550537109375, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 14, + "x": -1172.67578125, + "y": 2714.897705078125, + "type": "target", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/PathingBenchmark/assets/Benchmark/攀爬速度测试.json b/repo/js/PathingBenchmark/assets/Benchmark/攀爬速度测试.json new file mode 100644 index 00000000..719d5d40 --- /dev/null +++ b/repo/js/PathingBenchmark/assets/Benchmark/攀爬速度测试.json @@ -0,0 +1,36 @@ +{ + "info": { + "name": "攀爬速度测试", + "type": "collect", + "author": "HZYgrandma", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -1629.373046875, + "y": 2834.40283203125 + }, + { + "id": 2, + "x": -1611.1640625, + "y": 2823.08056640625, + "type": "path", + "move_mode": "climb", + "action": "" + }, + { + "id": 3, + "x": -1602.9296875, + "y": 2819.64990234375, + "type": "path", + "move_mode": "climb", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/PathingBenchmark/assets/Benchmark/游泳速度测试.json b/repo/js/PathingBenchmark/assets/Benchmark/游泳速度测试.json new file mode 100644 index 00000000..9106dac9 --- /dev/null +++ b/repo/js/PathingBenchmark/assets/Benchmark/游泳速度测试.json @@ -0,0 +1,36 @@ +{ + "info": { + "name": "游泳速度测试", + "type": "collect", + "author": "HZYgrandma", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -1120.90234375, + "y": 2190.519287109375 + }, + { + "id": 2, + "x": -1078.2978515625, + "y": 2216.023681640625, + "type": "path", + "move_mode": "swim", + "action": "" + }, + { + "id": 3, + "x": -979.3251953125, + "y": 2283.71728515625, + "type": "path", + "move_mode": "swim", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/js/PathingBenchmark/assets/Benchmark/飞行速度测试.json b/repo/js/PathingBenchmark/assets/Benchmark/飞行速度测试.json new file mode 100644 index 00000000..10dc8b4f --- /dev/null +++ b/repo/js/PathingBenchmark/assets/Benchmark/飞行速度测试.json @@ -0,0 +1,36 @@ +{ + "info": { + "name": "飞行速度测试", + "type": "collect", + "author": "HZYgrandma", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -1536.8916015625, + "y": 1978.646484375 + }, + { + "id": 2, + "x": -1479.0283203125, + "y": 1869.71875, + "type": "path", + "move_mode": "fly", + "action": "" + }, + { + "id": 3, + "x": -1476.4248046875, + "y": 1864.8203125, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + } + ] +} \ No newline at end of file diff --git a/repo/js/PathingBenchmark/main.js b/repo/js/PathingBenchmark/main.js new file mode 100644 index 00000000..fb5f94bc --- /dev/null +++ b/repo/js/PathingBenchmark/main.js @@ -0,0 +1,56 @@ +(async function () { + dispatcher.addTimer(new RealtimeTimer("AutoPick")); + + async function AutoPath(locationName) { + let filePath = `assets/Benchmark/${locationName}.json`; + await pathingScript.runFile(filePath); + await sleep(1000); + } + + function logScore(startTime, testName) { + const endTime = Date.now(); + const timeTaken = (endTime - startTime) / 1000; + const presetTimes = { + '传送速度测试': 4500, + '飞行速度测试': 3000, + '游泳速度测试': 6000, + '攀爬速度测试': 7000, + '寻路速度测试': 12000, + '抗打断测试': 9000 + }; + const score = presetTimes[testName] / timeTaken; + log.info(`完成 ${testName} ,得分 ${score.toFixed(2)}`); + return score; + } + + async function runTest(testName, weight) { + const startTime = Date.now(); + log.info('进行 {name}', testName); + await AutoPath(testName); + const score = await logScore(startTime, testName); + scores.push({ name: testName, score, weight }); + } + + const weights = { + '传送速度测试': 0.1, + '飞行速度测试': 0.1, + '游泳速度测试': 0.1, + '攀爬速度测试': 0.1, + '抗打断测试': 0.1, + '寻路速度测试': 0.5 + }; + + const scores = []; + + await runTest('传送速度测试', weights['传送速度测试']); + await runTest('飞行速度测试', weights['飞行速度测试']); + await runTest('游泳速度测试', weights['游泳速度测试']); + await runTest('攀爬速度测试', weights['攀爬速度测试']); + await runTest('寻路速度测试', weights['寻路速度测试']); + await runTest('抗打断测试', weights['抗打断测试']); + + // 计算加权总得分 + const totalWeightedScore = scores.reduce((sum, item) => sum + item.score * item.weight, 0); + log.info(`加权总得分:${totalWeightedScore.toFixed(2)}`); + keyPress("m"); +})(); \ No newline at end of file diff --git a/repo/js/PathingBenchmark/manifest.json b/repo/js/PathingBenchmark/manifest.json new file mode 100644 index 00000000..b35e6e90 --- /dev/null +++ b/repo/js/PathingBenchmark/manifest.json @@ -0,0 +1,12 @@ +{ + "manifest_version": 1, + "name": "路径追踪配队跑分", + "version": "1.0", + "description": "对配队的路径追踪性能进行量化呈现", + "authors": [ + { + "name": "HZYgrandma", + } + ], + "main": "main.js" +} \ No newline at end of file diff --git a/repo/js/TheTable/main.js b/repo/js/TheTable/main.js new file mode 100644 index 00000000..a7ff8e3a --- /dev/null +++ b/repo/js/TheTable/main.js @@ -0,0 +1,16 @@ +(async function () { + setGameMetrics(1920, 1080, 2); + // 传送到枫丹冒险家公会附近传送点 + await genshin.tp(4514.18, 3630.4); + keyDown("w"); + await sleep(4500); + keyUp("w"); + keyDown("d"); + await sleep(500); + keyUp("d"); + keyDown("w"); + await sleep(1450); + keyUp("w"); + + log.info("已到达合成台旁"); +})(); \ No newline at end of file diff --git a/repo/js/TheTable/manifest.json b/repo/js/TheTable/manifest.json new file mode 100644 index 00000000..cba9ca8f --- /dev/null +++ b/repo/js/TheTable/manifest.json @@ -0,0 +1,13 @@ +{ + "manifest_version": 1, + "name": "传送到合成台", + "version": "1.1", + "description": "传送到枫丹合成台旁边,可搭配合成浓缩树脂", + "authors": [ + { + "name": "Lix", + "link": "https://github.com/iclae" + } + ], + "main": "main.js" +} \ No newline at end of file diff --git a/repo/pathing/劫波莲/劫波莲 化城郭.json b/repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 化城郭.json similarity index 99% rename from repo/pathing/劫波莲/劫波莲 化城郭.json rename to repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 化城郭.json index 73dd6504..3784232a 100644 --- a/repo/pathing/劫波莲/劫波莲 化城郭.json +++ b/repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 化城郭.json @@ -41,4 +41,4 @@ "action": "" } ] -} \ No newline at end of file +} diff --git a/repo/pathing/劫波莲/劫波莲 天臂池左上.json b/repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 天臂池左上.json similarity index 99% rename from repo/pathing/劫波莲/劫波莲 天臂池左上.json rename to repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 天臂池左上.json index fe3ebd04..b099074a 100644 --- a/repo/pathing/劫波莲/劫波莲 天臂池左上.json +++ b/repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 天臂池左上.json @@ -89,4 +89,4 @@ "action": "" } ] -} \ No newline at end of file +} diff --git a/repo/pathing/劫波莲/劫波莲 桓那兰那左侧.json b/repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 桓那兰那左侧.json similarity index 99% rename from repo/pathing/劫波莲/劫波莲 桓那兰那左侧.json rename to repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 桓那兰那左侧.json index 87c65031..840ed423 100644 --- a/repo/pathing/劫波莲/劫波莲 桓那兰那左侧.json +++ b/repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 桓那兰那左侧.json @@ -57,4 +57,4 @@ "action": "" } ] -} \ No newline at end of file +} diff --git a/repo/pathing/劫波莲/劫波莲 水田丛林.json b/repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 水田丛林.json similarity index 99% rename from repo/pathing/劫波莲/劫波莲 水田丛林.json rename to repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 水田丛林.json index d915e33c..96cc217b 100644 --- a/repo/pathing/劫波莲/劫波莲 水田丛林.json +++ b/repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 水田丛林.json @@ -49,4 +49,4 @@ "action": "" } ] -} \ No newline at end of file +} diff --git a/repo/pathing/劫波莲/劫波莲 水田丛林左上.json b/repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 水田丛林左上.json similarity index 99% rename from repo/pathing/劫波莲/劫波莲 水田丛林左上.json rename to repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 水田丛林左上.json index 6d3d5faf..1c3461ad 100644 --- a/repo/pathing/劫波莲/劫波莲 水田丛林左上.json +++ b/repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 水田丛林左上.json @@ -129,4 +129,4 @@ "action": "" } ] -} \ No newline at end of file +} diff --git a/repo/pathing/劫波莲/劫波莲 维摩庄下方.json b/repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 维摩庄下方.json similarity index 99% rename from repo/pathing/劫波莲/劫波莲 维摩庄下方.json rename to repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 维摩庄下方.json index 04e9c969..89b84374 100644 --- a/repo/pathing/劫波莲/劫波莲 维摩庄下方.json +++ b/repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 维摩庄下方.json @@ -81,4 +81,4 @@ "action": "stop_flying" } ] -} \ No newline at end of file +} diff --git a/repo/pathing/劫波莲/劫波莲 觉王之殿上方.json b/repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 觉王之殿上方.json similarity index 99% rename from repo/pathing/劫波莲/劫波莲 觉王之殿上方.json rename to repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 觉王之殿上方.json index 874030f2..ae9f8431 100644 --- a/repo/pathing/劫波莲/劫波莲 觉王之殿上方.json +++ b/repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 觉王之殿上方.json @@ -88,4 +88,4 @@ "action": "" } ] -} \ No newline at end of file +} diff --git a/repo/pathing/劫波莲/劫波莲 降诸魔山右下.json b/repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 降诸魔山右下.json similarity index 99% rename from repo/pathing/劫波莲/劫波莲 降诸魔山右下.json rename to repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 降诸魔山右下.json index aea3f26c..a27642af 100644 --- a/repo/pathing/劫波莲/劫波莲 降诸魔山右下.json +++ b/repo/pathing/劫波莲/劫波莲@jbcaaa/劫波莲 降诸魔山右下.json @@ -41,4 +41,4 @@ "action": "" } ] -} \ No newline at end of file +} diff --git a/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/001劫波莲 化城郭6个.json b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/001劫波莲 化城郭6个.json new file mode 100644 index 00000000..bc9a84b3 --- /dev/null +++ b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/001劫波莲 化城郭6个.json @@ -0,0 +1,36 @@ +{ + "info": { + "name": "001劫波莲 化城郭6个", + "type": "collect", + "author": "lifrom", + "version": "1.0", + "description": "成熟的纳西妲要学会自己采材料。感谢米游社大佬“@吃瓜的喵”的优质路线!(本引导的所有路线均已精修过,请放心使用)", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 1, + "action": "force_tp", + "move_mode": "walk", + "type": "teleport", + "x": 2297.626953125, + "y": -824.5341796875 + }, + { + "id": 2, + "action": "stop_flying", + "move_mode": "fly", + "type": "path", + "x": 2323.724364995559, + "y": -832.9553446697364 + }, + { + "id": 3, + "action": "nahida_collect", + "move_mode": "walk", + "type": "target", + "x": 2317.9726710525347, + "y": -841.9521971574712 + } + ] +} \ No newline at end of file diff --git a/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/002劫波莲 降诸魔山4个.json b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/002劫波莲 降诸魔山4个.json new file mode 100644 index 00000000..aa72b57e --- /dev/null +++ b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/002劫波莲 降诸魔山4个.json @@ -0,0 +1,44 @@ +{ + "info": { + "name": "劫波莲 降诸魔山6个", + "type": "collect", + "author": "lifrom", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 2241.63, + "y": -1686.13 + }, + { + "id": 2, + "action": "nahida_collect", + "move_mode": "walk", + "type": "target", + "x": 2245.37826196129, + "y": -1640.2997395321229 + }, + { + "id": 3, + "action": "", + "move_mode": "walk", + "type": "path", + "x": 2221.367420725931, + "y": -1640.2997395321227 + }, + { + "id": 4, + "action": "nahida_collect", + "move_mode": "walk", + "type": "target", + "x": 2230.3701310347706, + "y": -1626.305247678587 + } + ] +} \ No newline at end of file diff --git a/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/003劫波莲 降诸魔山2个.json b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/003劫波莲 降诸魔山2个.json new file mode 100644 index 00000000..72a810e7 --- /dev/null +++ b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/003劫波莲 降诸魔山2个.json @@ -0,0 +1,36 @@ +{ + "info": { + "name": "劫波莲 降诸魔山2个", + "type": "collect", + "author": "lifrom", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 2241.63, + "y": -1686.13 + }, + { + "id": 2, + "action": "", + "move_mode": "walk", + "type": "path", + "x": 2237.474252066024, + "y": -1662.941279224301 + }, + { + "id": 3, + "action": "nahida_collect", + "move_mode": "walk", + "type": "target", + "x": 2179.9482782729783, + "y": -1681.9338038826718 + } + ] +} \ No newline at end of file diff --git a/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/004劫波莲 维摩庄西南7个.json b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/004劫波莲 维摩庄西南7个.json new file mode 100644 index 00000000..44413c5e --- /dev/null +++ b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/004劫波莲 维摩庄西南7个.json @@ -0,0 +1,60 @@ +{ + "info": { + "name": "004劫波莲 维摩庄西南7个", + "type": "collect", + "author": "lifrom", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 2794.43, + "y": -1219.84 + }, + { + "id": 2, + "action": "stop_flying", + "move_mode": "fly", + "type": "path", + "x": 2735.4959345367406, + "y": -1309.3251163497616 + }, + { + "id": 3, + "action": "stop_flying", + "move_mode": "fly", + "type": "target", + "x": 2719.488707046502, + "y": -1318.3215753984632 + }, + { + "id": 4, + "action": "nahida_collect", + "move_mode": "walk", + "type": "target", + "x": 2710.990062200922, + "y": -1327.908230345516 + }, + { + "id": 5, + "x": 2662.940486135064, + "y": -1291.2227543469535, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 6, + "x": 2662.940486135064, + "y": -1291.2227543469535, + "type": "target", + "move_mode": "walk", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/005劫波莲 水天丛林7个.json b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/005劫波莲 水天丛林7个.json new file mode 100644 index 00000000..6874b10e --- /dev/null +++ b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/005劫波莲 水天丛林7个.json @@ -0,0 +1,84 @@ +{ + "info": { + "name": "005劫波莲 水天丛林7个", + "type": "collect", + "author": "lifrom", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 3436, + "y": -1469.97 + }, + { + "id": 2, + "action": "stop_flying", + "move_mode": "fly", + "type": "path", + "x": 3349.2331734992877, + "y": -1518.6901972669602 + }, + { + "id": 3, + "x": 3349.2331734992877, + "y": -1518.6901972669602, + "type": "target", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 4, + "action": "", + "move_mode": "walk", + "type": "path", + "x": 3327.722106404859, + "y": -1510.6925579011586 + }, + { + "id": 5, + "action": "", + "move_mode": "walk", + "type": "target", + "x": 3306.713975478341, + "y": -1507.6945250963245 + }, + { + "id": 6, + "action": "nahida_collect", + "move_mode": "walk", + "type": "target", + "x": 3328.9740262069545, + "y": -1478.4560331880448 + }, + { + "id": 7, + "action": "", + "move_mode": "fly", + "type": "path", + "x": 3332.2254942909085, + "y": -1469.9593774198265 + }, + { + "id": 8, + "action": "stop_flying", + "move_mode": "fly", + "type": "target", + "x": 3317.4688314483446, + "y": -1492.9503283220638 + }, + { + "id": 9, + "action": "nahida_collect", + "move_mode": "walk", + "type": "target", + "x": 3316.967702152994, + "y": -1480.7075085844192 + } + ] +} \ No newline at end of file diff --git a/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/006劫波莲 谒颂幽境14个.json b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/006劫波莲 谒颂幽境14个.json new file mode 100644 index 00000000..b10a43c3 --- /dev/null +++ b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/006劫波莲 谒颂幽境14个.json @@ -0,0 +1,68 @@ +{ + "info": { + "name": "006劫波莲 谒颂幽境14个", + "type": "collect", + "author": "lifrom", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 1, + "x": 3646.3199999999997, + "y": -1418.4099999999999, + "type": "teleport", + "move_mode": "walk", + "action": "" + }, + { + "id": 2, + "x": 3666.925466506912, + "y": -1348.909312302857, + "action": "nahida_collect", + "move_mode": "walk", + "type": "target" + }, + { + "id": 3, + "x": 3653.925466506913, + "y": -1353.909312302857, + "action": "", + "move_mode": "walk", + "type": "path" + }, + { + "id": 4, + "x": 3640.9137218352735, + "y": -1348.409902461407, + "action": "nahida_collect", + "move_mode": "walk", + "type": "target" + }, + { + "id": 5, + "x": 3647.3119853194803, + "y": -1243.953525014209, + "type": "path", + "move_mode": "fly", + "action": "" + }, + { + "id": 6, + "x": 3653.710248803686, + "y": -1139.49714756701, + "action": "stop_flying", + "move_mode": "fly", + "type": "target" + }, + { + "id": 7, + "x": 3653.710248803686, + "y": -1139.49714756701, + "action": "nahida_collect", + "move_mode": "walk", + "type": "target" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/007劫波莲 觉王之殿3个.json b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/007劫波莲 觉王之殿3个.json new file mode 100644 index 00000000..339f747c --- /dev/null +++ b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/007劫波莲 觉王之殿3个.json @@ -0,0 +1,28 @@ +{ + "info": { + "name": "007劫波莲 觉王之殿3个", + "type": "collect", + "author": "lifrom", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 3484.48, + "y": -608.26 + }, + { + "id": 2, + "action": "nahida_collect", + "move_mode": "walk", + "type": "target", + "x": 3451.403784036196, + "y": -628.9175745225539 + } + ] +} \ No newline at end of file diff --git a/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/008劫波莲 须弥城西边7个.json b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/008劫波莲 须弥城西边7个.json new file mode 100644 index 00000000..4bfc5e68 --- /dev/null +++ b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/008劫波莲 须弥城西边7个.json @@ -0,0 +1,60 @@ +{ + "info": { + "name": "008劫波莲 须弥城西边7个", + "type": "collect", + "author": "lifrom", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 3100.46, + "y": -354.62 + }, + { + "id": 2, + "action": "", + "move_mode": "walk", + "type": "path", + "x": 3169.5472045456227, + "y": -429.89731241234585 + }, + { + "id": 3, + "action": "stop_flying", + "move_mode": "fly", + "type": "target", + "x": 3183.2769901588617, + "y": -447.4465906512487 + }, + { + "id": 4, + "x": 3183.2769901588617, + "y": -447.4465906512487, + "type": "target", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 5, + "action": "stop_flying", + "move_mode": "fly", + "type": "path", + "x": 3176.2729246956014, + "y": -470.68724647421186 + }, + { + "id": 6, + "x": 3176.2729246956014, + "y": -470.68724647421186, + "type": "target", + "move_mode": "walk", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/009劫波莲 觉王之殿北边5个.json b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/009劫波莲 觉王之殿北边5个.json new file mode 100644 index 00000000..6ccd0a57 --- /dev/null +++ b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/009劫波莲 觉王之殿北边5个.json @@ -0,0 +1,68 @@ +{ + "info": { + "name": "009劫波莲 觉王之殿北边5个", + "type": "collect", + "author": "lifrom", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 3707.4550540450773, + "y": -484.40950902237364 + }, + { + "id": 2, + "action": "stop_flying", + "move_mode": "fly", + "type": "target", + "x": 3598.906042626895, + "y": -435.42878753499826 + }, + { + "id": 3, + "x": 3598.906042626895, + "y": -435.42878753499826, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 4, + "action": "stop_flying", + "move_mode": "fly", + "type": "path", + "x": 3547.8830050017586, + "y": -441.42721377886573 + }, + { + "id": 5, + "action": "nahida_collect", + "move_mode": "walk", + "type": "target", + "x": 3554.4445515983234, + "y": -441.21606588339 + }, + { + "id": 6, + "x": 3560.306459724292, + "y": -434.73154779420753, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 7, + "x": 3554.4445515983234, + "y": -441.21606588339, + "type": "target", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/010劫波莲 翠翎恐蕈西南2个.json b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/010劫波莲 翠翎恐蕈西南2个.json new file mode 100644 index 00000000..d158479e --- /dev/null +++ b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/010劫波莲 翠翎恐蕈西南2个.json @@ -0,0 +1,60 @@ +{ + "info": { + "name": "010劫波莲 翠翎恐蕈西南2个", + "type": "collect", + "author": "lifrom", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 1, + "x": 4046.91, + "y": -239.60999999999967, + "type": "teleport", + "move_mode": "walk", + "action": "" + }, + { + "id": 2, + "x": 3972.5, + "y": -229.00314751226506, + "type": "path", + "move_mode": "fly", + "action": "" + }, + { + "id": 3, + "x": 3894.3883239666284, + "y": -218.82601784123563, + "type": "path", + "move_mode": "fly", + "action": "" + }, + { + "id": 4, + "x": 3823.431231551558, + "y": -209.1567630759664, + "type": "path", + "move_mode": "fly", + "action": "" + }, + { + "id": 5, + "action": "stop_flying", + "move_mode": "fly", + "type": "target", + "x": 3751.4741391364887, + "y": -195.48750831069717 + }, + { + "id": 6, + "action": "nahida_collect", + "move_mode": "walk", + "type": "target", + "x": 3750.4741391364887, + "y": -195.48750831069717 + } + ] +} \ No newline at end of file diff --git a/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/011劫波莲 无郁稠林西边1个.json b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/011劫波莲 无郁稠林西边1个.json new file mode 100644 index 00000000..baf8ac50 --- /dev/null +++ b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/011劫波莲 无郁稠林西边1个.json @@ -0,0 +1,76 @@ +{ + "info": { + "name": "011劫波莲 无郁稠林西边1个", + "type": "collect", + "author": "lifrom", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 2401.45, + "y": 150.64 + }, + { + "id": 2, + "action": "stop_flying", + "move_mode": "fly", + "type": "target", + "x": 2489, + "y": 216.04721268397861 + }, + { + "id": 3, + "action": "", + "move_mode": "walk", + "type": "target", + "x": 2560, + "y": 266.54957331817786 + }, + { + "id": 4, + "action": "", + "move_mode": "walk", + "type": "target", + "x": 2536, + "y": 315.53029480555324 + }, + { + "id": 5, + "action": "", + "move_mode": "walk", + "type": "target", + "x": 2531.5, + "y": 337.02183586634055 + }, + { + "id": 6, + "action": "", + "move_mode": "walk", + "type": "target", + "x": 2504, + "y": 306.53383575685166 + }, + { + "id": 7, + "action": "", + "move_mode": "walk", + "type": "target", + "x": 2468, + "y": 299.03678654960004 + }, + { + "id": 8, + "action": "nahida_collect", + "move_mode": "walk", + "type": "target", + "x": 2438.25, + "y": 262.02085226875715 + } + ] +} \ No newline at end of file diff --git a/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/012劫波莲 无郁稠林东边6个.json b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/012劫波莲 无郁稠林东边6个.json new file mode 100644 index 00000000..37db093c --- /dev/null +++ b/repo/pathing/劫波莲/劫波莲(纳西妲采集)@lifrom/012劫波莲 无郁稠林东边6个.json @@ -0,0 +1,132 @@ +{ + "info": { + "name": "012劫波莲 无郁稠林东边6个", + "type": "collect", + "author": "lifrom", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.0" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 2415.5, + "y": 351.6030810266875 + }, + { + "id": 2, + "x": 2317.25, + "y": 337.57814682796106, + "type": "path", + "move_mode": "fly", + "action": "" + }, + { + "id": 3, + "action": "stop_flying", + "move_mode": "fly", + "type": "target", + "x": 2219, + "y": 323.5532126292346 + }, + { + "id": 4, + "x": 2202.5, + "y": 317.0009835975825, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": 2186, + "y": 310.00216391468257, + "type": "path", + "move_mode": "climb", + "action": "" + }, + { + "id": 6, + "x": 2169.125, + "y": 307.3705076674505, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 7, + "action": "", + "move_mode": "climb", + "type": "target", + "x": 2152.5, + "y": 305.3096060135231 + }, + { + "id": 8, + "action": "", + "move_mode": "walk", + "type": "target", + "x": 2144.5, + "y": 287.067573153945 + }, + { + "id": 9, + "action": "", + "move_mode": "walk", + "type": "target", + "x": 2149, + "y": 216.34540896554063 + }, + { + "id": 10, + "action": "nahida_collect", + "move_mode": "walk", + "type": "target", + "x": 2164.25, + "y": 222.34304833134138 + }, + { + "id": 11, + "action": "", + "move_mode": "climb", + "type": "target", + "x": 2149, + "y": 216.34540896554063 + }, + { + "id": 12, + "action": "", + "move_mode": "walk", + "type": "path", + "x": 2155.25, + "y": 191.35524494137007 + }, + { + "id": 13, + "action": "", + "move_mode": "walk", + "type": "target", + "x": 2175.75, + "y": 181.10927769145928 + }, + { + "id": 14, + "action": "", + "move_mode": "climb", + "type": "target", + "x": 2185.75, + "y": 121.63268731393237 + }, + { + "id": 15, + "action": "nahida_collect", + "move_mode": "walk", + "type": "target", + "x": 2200.5, + "y": 120.88298239320739 + } + ] +} \ No newline at end of file diff --git a/repo/pathing/枣椰/枣椰01-活力之家(死域)-须弥4个.json b/repo/pathing/枣椰/枣椰01-活力之家(死域)-须弥4个.json new file mode 100644 index 00000000..44e2a4b8 --- /dev/null +++ b/repo/pathing/枣椰/枣椰01-活力之家(死域)-须弥4个.json @@ -0,0 +1,28 @@ +{ + "info": { + "name": "枣椰01-活力之家(死域)-须弥4个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "x": 4036.22509765625, + "y": -2465.103515625, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": 3946.5859375, + "y": -2461.8232421875, + "action": "nahida_collect", + "move_mode": "walk", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/枣椰/枣椰02-活力之家-须弥5个.json b/repo/pathing/枣椰/枣椰02-活力之家-须弥5个.json new file mode 100644 index 00000000..62720c65 --- /dev/null +++ b/repo/pathing/枣椰/枣椰02-活力之家-须弥5个.json @@ -0,0 +1,44 @@ +{ + "info": { + "name": "枣椰02-活力之家-须弥5个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 4036.23388671875, + "y": -2464.9931640625 + }, + { + "id": 2, + "x": 4195.82470703125, + "y": -2454.8876953125, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 3, + "x": 4197.03466796875, + "y": -2457.1220703125, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 4, + "x": 4211.4931640625, + "y": -2473.4228515625, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/枣椰/枣椰03-阿如村-须弥2个.json b/repo/pathing/枣椰/枣椰03-阿如村-须弥2个.json new file mode 100644 index 00000000..96fa64a2 --- /dev/null +++ b/repo/pathing/枣椰/枣椰03-阿如村-须弥2个.json @@ -0,0 +1,44 @@ +{ + "info": { + "name": "枣椰03-阿如村-须弥2个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 3993.14501953125, + "y": -1989.54296875 + }, + { + "id": 2, + "x": 3949.0908203125, + "y": -1961.970703125, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 3, + "x": 3941.435546875, + "y": -1928.69873046875, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 4, + "x": 3976.64111328125, + "y": -1875.18505859375, + "type": "path", + "move_mode": "run", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/枣椰/枣椰04-阿如村-须弥2个.json b/repo/pathing/枣椰/枣椰04-阿如村-须弥2个.json new file mode 100644 index 00000000..b9c1199f --- /dev/null +++ b/repo/pathing/枣椰/枣椰04-阿如村-须弥2个.json @@ -0,0 +1,28 @@ +{ + "info": { + "name": "枣椰04-阿如村-须弥2个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 4096.048828125, + "y": -2025.97900390625 + }, + { + "id": 2, + "x": 4108.111328125, + "y": -2000.1328125, + "type": "path", + "move_mode": "run", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/枣椰/枣椰05-饱饮之丘-须弥5个.json b/repo/pathing/枣椰/枣椰05-饱饮之丘-须弥5个.json new file mode 100644 index 00000000..3a095565 --- /dev/null +++ b/repo/pathing/枣椰/枣椰05-饱饮之丘-须弥5个.json @@ -0,0 +1,28 @@ +{ + "info": { + "name": "枣椰05-饱饮之丘-须弥5个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 5047.96337890625, + "y": -1794.52734375 + }, + { + "id": 2, + "x": 5086.76513671875, + "y": -1746.025390625, + "type": "path", + "move_mode": "fly", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/枣椰/枣椰06-丰饶绿洲-须弥8个.json b/repo/pathing/枣椰/枣椰06-丰饶绿洲-须弥8个.json new file mode 100644 index 00000000..f2a27c3e --- /dev/null +++ b/repo/pathing/枣椰/枣椰06-丰饶绿洲-须弥8个.json @@ -0,0 +1,60 @@ +{ + "info": { + "name": "枣椰06-丰饶绿洲-须弥8个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 4794.99267578125, + "y": -2577.224609375 + }, + { + "id": 2, + "x": 4865.3046875, + "y": -2531.90625, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 3, + "x": 4868.34326171875, + "y": -2531.7041015625, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 4, + "x": 4819.38623046875, + "y": -2500.2607421875, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 5, + "x": 4811.634765625, + "y": -2477.826171875, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 6, + "x": 4775.2431640625, + "y": -2482.8134765625, + "type": "path", + "move_mode": "run", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/树莓/树莓1.json b/repo/pathing/树莓/树莓1.json new file mode 100644 index 00000000..ddcc8d49 --- /dev/null +++ b/repo/pathing/树莓/树莓1.json @@ -0,0 +1,84 @@ +{ + "info": { + "name": "树莓", + "type": "collect", + "author": "风埠", + "version": "1.0", + "description": "树莓", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -440.140625, + "y": 2580.892578125 + }, + { + "id": 2, + "x": -458.154296875, + "y": 2566.329833984375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 3, + "x": -481.4853515625, + "y": 2554.830322265625, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 4, + "x": -472.458984375, + "y": 2554.12744140625, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": -553.4375, + "y": 2618.07177734375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 6, + "x": -497.876953125, + "y": 2646.230712890625, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 7, + "x": -476.1875, + "y": 2665.854248046875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 8, + "x": -455.61328125, + "y": 2692.27490234375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 9, + "x": -459.099609375, + "y": 2702.3642578125, + "type": "target", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/树莓/树莓10.json b/repo/pathing/树莓/树莓10.json new file mode 100644 index 00000000..e3349b90 --- /dev/null +++ b/repo/pathing/树莓/树莓10.json @@ -0,0 +1,68 @@ +{ + "info": { + "name": "树莓10", + "type": "collect", + "author": "风埠", + "version": "1.0", + "description": "树莓", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 978.7841796875, + "y": -353.48291015625 + }, + { + "id": 2, + "x": 979.0458984375, + "y": -332.5927734375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 3, + "x": 999.8876953125, + "y": -329.88134765625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 4, + "x": 1026.7998046875, + "y": -335.85888671875, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": 1028.2080078125, + "y": -304.42333984375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 6, + "x": 1027.201171875, + "y": -295.67724609375, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 7, + "x": 1024.10546875, + "y": -286.58544921875, + "type": "target", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/树莓/树莓11.json b/repo/pathing/树莓/树莓11.json new file mode 100644 index 00000000..9629d561 --- /dev/null +++ b/repo/pathing/树莓/树莓11.json @@ -0,0 +1,76 @@ +{ + "info": { + "name": "树莓11", + "type": "collect", + "author": "风埠", + "version": "1.0", + "description": "树莓", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 828.2099609375, + "y": -583.390625 + }, + { + "id": 2, + "x": 817.8427734375, + "y": -591.6796875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 3, + "x": 813.125, + "y": -609.84033203125, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 4, + "x": 824.4482421875, + "y": -687.1884765625, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 5, + "x": 840.810546875, + "y": -681.93505859375, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 6, + "x": 825.341796875, + "y": -695.36328125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 7, + "x": 803.6474609375, + "y": -718.00341796875, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 8, + "x": 802.0390625, + "y": -721.8525390625, + "type": "target", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/树莓/树莓12.json b/repo/pathing/树莓/树莓12.json new file mode 100644 index 00000000..858775fb --- /dev/null +++ b/repo/pathing/树莓/树莓12.json @@ -0,0 +1,84 @@ +{ + "info": { + "name": "树莓12", + "type": "collect", + "author": "风埠", + "version": "1.0", + "description": "树莓", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -2533.3896484375, + "y": -3539.6142578125 + }, + { + "id": 2, + "x": -2561.8388671875, + "y": -3511.7470703125, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 3, + "x": -2672.55078125, + "y": -3513.25390625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 4, + "x": -2653.22265625, + "y": -3475.1123046875, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": -2738.26953125, + "y": -3414.6591796875, + "type": "teleport", + "move_mode": "walk", + "action": "" + }, + { + "id": 6, + "x": -2770.7275390625, + "y": -3442.1640625, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 7, + "x": -2785.7978515625, + "y": -3434.498046875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 8, + "x": -2793.5556640625, + "y": -3474.6923828125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 9, + "x": -2735.2451171875, + "y": -3549.1064453125, + "type": "target", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/树莓/树莓13.json b/repo/pathing/树莓/树莓13.json new file mode 100644 index 00000000..e4148eb6 --- /dev/null +++ b/repo/pathing/树莓/树莓13.json @@ -0,0 +1,52 @@ +{ + "info": { + "name": "树莓13", + "type": "collect", + "author": "", + "version": "1.0", + "description": "树莓", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -3684.861328125, + "y": -4278.6240234375 + }, + { + "id": 2, + "x": -3694.5283203125, + "y": -4307.326171875, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 3, + "x": -3738.2998046875, + "y": -4346.5146484375, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 4, + "x": -3729.427734375, + "y": -4353.60546875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": -3755.908203125, + "y": -4401.4013671875, + "type": "target", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/树莓/树莓14.json b/repo/pathing/树莓/树莓14.json new file mode 100644 index 00000000..b973f933 --- /dev/null +++ b/repo/pathing/树莓/树莓14.json @@ -0,0 +1,60 @@ +{ + "info": { + "name": "树莓14", + "type": "collect", + "author": "风埠", + "version": "1.0", + "description": "树莓", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -2598.38671875, + "y": -6690.4384765625 + }, + { + "id": 2, + "x": -2599.11328125, + "y": -6698.841796875, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 3, + "x": -2665.3232421875, + "y": -6745.208984375, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 4, + "x": -2712.5419921875, + "y": -6765.7197265625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": -2739.98046875, + "y": -6742.015625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 6, + "x": -2734.15625, + "y": -6732.6826171875, + "type": "target", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/树莓/树莓2.json b/repo/pathing/树莓/树莓2.json new file mode 100644 index 00000000..930aff1f --- /dev/null +++ b/repo/pathing/树莓/树莓2.json @@ -0,0 +1,84 @@ +{ + "info": { + "name": "树莓2", + "type": "collect", + "author": "风埠", + "version": "1.0", + "description": "树莓", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -1120.8740234375, + "y": 2190.460693359375 + }, + { + "id": 2, + "x": -1084.7392578125, + "y": 2173.6767578125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 3, + "x": -1070.576171875, + "y": 2125.8359375, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 4, + "x": -1120.8046875, + "y": 2190.542236328125, + "type": "teleport", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": -1091.6337890625, + "y": 2202.30029296875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 6, + "x": -1087.1123046875, + "y": 2221.42236328125, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 7, + "x": -1104.8203125, + "y": 2257.154296875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 8, + "x": -1118.33203125, + "y": 2285.37060546875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 9, + "x": -1096.1064453125, + "y": 2286.11181640625, + "type": "target", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/树莓/树莓3.json b/repo/pathing/树莓/树莓3.json new file mode 100644 index 00000000..e1df632b --- /dev/null +++ b/repo/pathing/树莓/树莓3.json @@ -0,0 +1,68 @@ +{ + "info": { + "name": "树莓3", + "type": "collect", + "author": "风埠", + "version": "1.0", + "description": "树莓", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -1273.78125, + "y": 2721.680908203125 + }, + { + "id": 2, + "x": -1259.87109375, + "y": 2653.366455078125, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 3, + "x": -1329.9423828125, + "y": 2563.93115234375, + "type": "teleport", + "move_mode": "walk", + "action": "" + }, + { + "id": 4, + "x": -1359.158203125, + "y": 2600.465576171875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": -1388.185546875, + "y": 2636.631591796875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 6, + "x": -1419.94921875, + "y": 2650.991455078125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 10, + "x": -1329.947265625, + "y": 2563.903076171875, + "type": "teleport", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/树莓/树莓4.json b/repo/pathing/树莓/树莓4.json new file mode 100644 index 00000000..2e477f6b --- /dev/null +++ b/repo/pathing/树莓/树莓4.json @@ -0,0 +1,76 @@ +{ + "info": { + "name": "树莓4", + "type": "collect", + "author": "风埠", + "version": "1.0", + "description": "树莓", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 8, + "x": -1505.896484375, + "y": 2296.20263671875, + "type": "teleport", + "move_mode": "walk", + "action": "" + }, + { + "id": 9, + "x": -1392.8505859375, + "y": 2266.16064453125, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 10, + "x": -1348.734375, + "y": 2239.318359375, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 11, + "x": -1361.55859375, + "y": 2315.42236328125, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 12, + "x": -1296.5654296875, + "y": 2304.9775390625, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 13, + "x": -1276.068359375, + "y": 2308.185546875, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 14, + "x": -1242.84375, + "y": 2257.47802734375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 15, + "x": -1230.4375, + "y": 2257.553955078125, + "type": "target", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/树莓/树莓5.json b/repo/pathing/树莓/树莓5.json new file mode 100644 index 00000000..26323a9d --- /dev/null +++ b/repo/pathing/树莓/树莓5.json @@ -0,0 +1,52 @@ +{ + "info": { + "name": "树莓5", + "type": "collect", + "author": "风埠", + "version": "1.0", + "description": "树莓", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -1505.8935546875, + "y": 2296.187255859375 + }, + { + "id": 2, + "x": -1483.7490234375, + "y": 2342.124267578125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 3, + "x": -1451.5439453125, + "y": 2364.34228515625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 4, + "x": -1472.453125, + "y": 2383.34619140625, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": -1507.541015625, + "y": 2433.373779296875, + "type": "target", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/树莓/树莓6.json b/repo/pathing/树莓/树莓6.json new file mode 100644 index 00000000..5c540c68 --- /dev/null +++ b/repo/pathing/树莓/树莓6.json @@ -0,0 +1,68 @@ +{ + "info": { + "name": "树莓6", + "type": "collect", + "author": "风埠", + "version": "1.0", + "description": "树莓", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -1505.873046875, + "y": 2296.2001953125 + }, + { + "id": 2, + "x": -1516.978515625, + "y": 2291.902099609375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 3, + "x": -1556.4501953125, + "y": 2345.112060546875, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 4, + "x": -1624.7958984375, + "y": 2370.252685546875, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": -1608.419921875, + "y": 2320.009521484375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 6, + "x": -1610.146484375, + "y": 2303.319580078125, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 7, + "x": -1603.9306640625, + "y": 2302.307861328125, + "type": "target", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/树莓/树莓7.json b/repo/pathing/树莓/树莓7.json new file mode 100644 index 00000000..b4945158 --- /dev/null +++ b/repo/pathing/树莓/树莓7.json @@ -0,0 +1,28 @@ +{ + "info": { + "name": "树莓7", + "type": "collect", + "author": "风埠", + "version": "1.0", + "description": "树莓", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -578.841796875, + "y": 1853.31298828125 + }, + { + "id": 2, + "x": -518.5947265625, + "y": 1869.46630859375, + "type": "target", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/树莓/树莓8.json b/repo/pathing/树莓/树莓8.json new file mode 100644 index 00000000..83ffdbf2 --- /dev/null +++ b/repo/pathing/树莓/树莓8.json @@ -0,0 +1,36 @@ +{ + "info": { + "name": "树莓8", + "type": "collect", + "author": "风埠", + "version": "1.0", + "description": "树莓", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -578.724609375, + "y": 1853.4091796875 + }, + { + "id": 2, + "x": -587.45703125, + "y": 1835.50732421875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 3, + "x": -602.7353515625, + "y": 1797.6279296875, + "type": "target", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/树莓/树莓9.json b/repo/pathing/树莓/树莓9.json new file mode 100644 index 00000000..f7d2eb2f --- /dev/null +++ b/repo/pathing/树莓/树莓9.json @@ -0,0 +1,60 @@ +{ + "info": { + "name": "树莓9", + "type": "collect", + "author": "风埠", + "version": "1.0", + "description": "树莓", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -663.5947265625, + "y": 1709.68994140625 + }, + { + "id": 2, + "x": -681.1875, + "y": 1717.82861328125, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 3, + "x": -715.0439453125, + "y": 1737.62060546875, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 4, + "x": -735.3017578125, + "y": 1750.03662109375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": -747.3662109375, + "y": 1758.8681640625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 6, + "x": -761.2607421875, + "y": 1757.07666015625, + "type": "target", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/泡泡桔/泡泡桔01-厄里纳斯-枫丹6个.json b/repo/pathing/泡泡桔/泡泡桔01-厄里纳斯-枫丹6个.json new file mode 100644 index 00000000..9f469599 --- /dev/null +++ b/repo/pathing/泡泡桔/泡泡桔01-厄里纳斯-枫丹6个.json @@ -0,0 +1,36 @@ +{ + "info": { + "name": "泡泡桔01-厄里纳斯-枫丹6个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 4626.0869140625, + "y": 2182.316162109375 + }, + { + "id": 2, + "x": 4594.5126953125, + "y": 2152.251220703125, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 3, + "x": 4578.5517578125, + "y": 2136.3623046875, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/泡泡桔/泡泡桔02-厄里纳斯-枫丹9个.json b/repo/pathing/泡泡桔/泡泡桔02-厄里纳斯-枫丹9个.json new file mode 100644 index 00000000..bd7de44e --- /dev/null +++ b/repo/pathing/泡泡桔/泡泡桔02-厄里纳斯-枫丹9个.json @@ -0,0 +1,60 @@ +{ + "info": { + "name": "泡泡桔02-厄里纳斯-枫丹9个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 4876.5380859375, + "y": 2255.26953125 + }, + { + "id": 2, + "x": 4912.98681640625, + "y": 2196.415283203125, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 3, + "x": 4913.46630859375, + "y": 2195.17138671875, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 4, + "x": 4917.40087890625, + "y": 2176.373779296875, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 5, + "x": 4931.93994140625, + "y": 2132.56494140625, + "type": "path", + "move_mode": "run", + "action": "nahida_collect" + }, + { + "id": 6, + "x": 4949.98681640625, + "y": 2134.1630859375, + "type": "path", + "move_mode": "run", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/泡泡桔/泡泡桔03-厄里纳斯-枫丹6个.json b/repo/pathing/泡泡桔/泡泡桔03-厄里纳斯-枫丹6个.json new file mode 100644 index 00000000..12325d46 --- /dev/null +++ b/repo/pathing/泡泡桔/泡泡桔03-厄里纳斯-枫丹6个.json @@ -0,0 +1,44 @@ +{ + "info": { + "name": "泡泡桔03-厄里纳斯-枫丹6个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 4954.9931640625, + "y": 2760.087158203125 + }, + { + "id": 2, + "x": 4950.392578125, + "y": 2673.154296875, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 3, + "x": 4948.3779296875, + "y": 2676.48486328125, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 4, + "x": 4982.79833984375, + "y": 2693.951416015625, + "type": "path", + "move_mode": "run", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/泡泡桔/泡泡桔04-枫丹廷-枫丹18个.json b/repo/pathing/泡泡桔/泡泡桔04-枫丹廷-枫丹18个.json new file mode 100644 index 00000000..47d0a5d8 --- /dev/null +++ b/repo/pathing/泡泡桔/泡泡桔04-枫丹廷-枫丹18个.json @@ -0,0 +1,76 @@ +{ + "info": { + "name": "泡泡桔04-枫丹廷-枫丹18个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 4701.3623046875, + "y": 3958.6357421875 + }, + { + "id": 2, + "x": 4732.85009765625, + "y": 3964.16845703125, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 3, + "x": 4769.99560546875, + "y": 3910.095458984375, + "type": "path", + "move_mode": "run", + "action": "nahida_collect" + }, + { + "id": 4, + "x": 4762.34716796875, + "y": 3896.97216796875, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 5, + "x": 4767.31884765625, + "y": 3850.37060546875, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 6, + "x": 4751.9033203125, + "y": 3807.768310546875, + "type": "path", + "move_mode": "run", + "action": "nahida_collect" + }, + { + "id": 7, + "x": 4760.1787109375, + "y": 3794.306396484375, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 8, + "x": 4736.3740234375, + "y": 3754.123779296875, + "type": "path", + "move_mode": "run", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/泡泡桔/泡泡桔05-枫丹廷(高危)-枫丹20个.json b/repo/pathing/泡泡桔/泡泡桔05-枫丹廷(高危)-枫丹20个.json new file mode 100644 index 00000000..28c6ec10 --- /dev/null +++ b/repo/pathing/泡泡桔/泡泡桔05-枫丹廷(高危)-枫丹20个.json @@ -0,0 +1,84 @@ +{ + "info": { + "name": "泡泡桔05-枫丹廷(高危)-枫丹20个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 4703.078125, + "y": 3958.392578125 + }, + { + "id": 2, + "x": 4664.9169921875, + "y": 3952.274658203125, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 3, + "x": 4647.29443359375, + "y": 3892.216552734375, + "type": "path", + "move_mode": "run", + "action": "nahida_collect" + }, + { + "id": 4, + "x": 4613.89697265625, + "y": 3876.253173828125, + "type": "path", + "move_mode": "run", + "action": "nahida_collect" + }, + { + "id": 5, + "x": 4596.505859375, + "y": 3857.361328125, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 6, + "x": 4596.32373046875, + "y": 3869.88623046875, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 7, + "x": 4603.58935546875, + "y": 3893.351318359375, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 8, + "x": 4591.466796875, + "y": 3894.532958984375, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 9, + "x": 4577.32373046875, + "y": 3894.48876953125, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/泡泡桔/泡泡桔06-枫丹科学院-枫丹4个.json b/repo/pathing/泡泡桔/泡泡桔06-枫丹科学院-枫丹4个.json new file mode 100644 index 00000000..6b6f87eb --- /dev/null +++ b/repo/pathing/泡泡桔/泡泡桔06-枫丹科学院-枫丹4个.json @@ -0,0 +1,28 @@ +{ + "info": { + "name": "泡泡桔06-枫丹科学院-枫丹4个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 4498.203125, + "y": 4710.783203125 + }, + { + "id": 3, + "x": 4509.05419921875, + "y": 4663.73681640625, + "type": "path", + "move_mode": "run", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/泡泡桔/泡泡桔07-中央实验室遗址-枫丹3个.json b/repo/pathing/泡泡桔/泡泡桔07-中央实验室遗址-枫丹3个.json new file mode 100644 index 00000000..f1596e3a --- /dev/null +++ b/repo/pathing/泡泡桔/泡泡桔07-中央实验室遗址-枫丹3个.json @@ -0,0 +1,28 @@ +{ + "info": { + "name": "泡泡桔07-中央实验室遗址-枫丹3个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "x": 3636.02001953125, + "y": 4796.115234375, + "action": "", + "move_mode": "walk", + "type": "teleport" + }, + { + "id": 2, + "x": 3669.2484003792415, + "y": 4768.25343654873, + "action": "nahida_collect", + "move_mode": "run", + "type": "path" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/泡泡桔/泡泡桔08-茉洁站上-枫丹5个.json b/repo/pathing/泡泡桔/泡泡桔08-茉洁站上-枫丹5个.json new file mode 100644 index 00000000..e37dee62 --- /dev/null +++ b/repo/pathing/泡泡桔/泡泡桔08-茉洁站上-枫丹5个.json @@ -0,0 +1,52 @@ +{ + "info": { + "name": "泡泡桔08-茉洁站上-枫丹5个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 3923.05517578125, + "y": 4233.83203125 + }, + { + "id": 2, + "x": 3915.46826171875, + "y": 4245.7431640625, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 3, + "x": 3893.8681640625, + "y": 4267.53955078125, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 4, + "x": 3834.8701171875, + "y": 4267.54443359375, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 5, + "x": 3824.71142578125, + "y": 4265.376953125, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/泡泡桔/泡泡桔09-优兰尼娅湖-枫丹3个.json b/repo/pathing/泡泡桔/泡泡桔09-优兰尼娅湖-枫丹3个.json new file mode 100644 index 00000000..1dbd83d1 --- /dev/null +++ b/repo/pathing/泡泡桔/泡泡桔09-优兰尼娅湖-枫丹3个.json @@ -0,0 +1,28 @@ +{ + "info": { + "name": "泡泡桔09-优兰尼娅湖-枫丹3个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 3618.27392578125, + "y": 4057.899169921875 + }, + { + "id": 2, + "x": 3589.734375, + "y": 4073.52880859375, + "type": "path", + "move_mode": "run", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/泡泡桔/泡泡桔10-茉洁站-枫丹3个.json b/repo/pathing/泡泡桔/泡泡桔10-茉洁站-枫丹3个.json new file mode 100644 index 00000000..a2276e7d --- /dev/null +++ b/repo/pathing/泡泡桔/泡泡桔10-茉洁站-枫丹3个.json @@ -0,0 +1,44 @@ +{ + "info": { + "name": "泡泡桔10-茉洁站-枫丹3个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 3774.02685546875, + "y": 3783.8818359375 + }, + { + "id": 2, + "x": 3813.71484375, + "y": 3804.054931640625, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 3, + "x": 3816.53173828125, + "y": 3805.42431640625, + "type": "path", + "move_mode": "run", + "action": "" + }, + { + "id": 4, + "x": 3828.49658203125, + "y": 3822.245361328125, + "type": "path", + "move_mode": "run", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/泡泡桔/泡泡桔11-茉洁站-枫丹9个.json b/repo/pathing/泡泡桔/泡泡桔11-茉洁站-枫丹9个.json new file mode 100644 index 00000000..17911b1d --- /dev/null +++ b/repo/pathing/泡泡桔/泡泡桔11-茉洁站-枫丹9个.json @@ -0,0 +1,60 @@ +{ + "info": { + "name": "泡泡桔11-茉洁站-枫丹9个", + "type": "collect", + "author": "不瘦五十斤不改名", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 3774.09912109375, + "y": 3783.984130859375 + }, + { + "id": 4, + "x": 3802.76806640625, + "y": 3759.806396484375, + "type": "path", + "move_mode": "run", + "action": "nahida_collect" + }, + { + "id": 3, + "x": 3861.291015625, + "y": 3722.5625, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 4, + "x": 3864.10498046875, + "y": 3722.2578125, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + }, + { + "id": 5, + "x": 3902.77392578125, + "y": 3717.097412109375, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 6, + "x": 3902.685546875, + "y": 3716.814697265625, + "type": "path", + "move_mode": "walk", + "action": "nahida_collect" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/海灵芝/海灵芝_天云峠右上2_稻妻_3个.json b/repo/pathing/海灵芝/海灵芝_天云峠右上2_稻妻_3个.json deleted file mode 100644 index f032150b..00000000 --- a/repo/pathing/海灵芝/海灵芝_天云峠右上2_稻妻_3个.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "info":{ - "name":"海灵芝_天云峠右上2", - "type":"collect", - "author":"tignioj" - }, - "positions":[ - { - "x":-4478.146484375, - "y":-4576.683789253235, - "type":"teleport", - "move_mode":"walk", - "action":"" - }, - { - "x":-4494.38671875, - "y":-4528.036914825439, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4503.6318359375, - "y":-4500.936328887939, - "type":"path", - "move_mode":"jump", - "action":"" - }, - { - "x":-4523.2099609375, - "y":-4479.918750762939, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4531.0048828125, - "y":-4472.203906059265, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4548.2138671875, - "y":-4447.970508575439, - "type":"path", - "move_mode":"swim", - "action":"" - }, - { - "x":-4576.125, - "y":-4443.105274200439, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4576.8818359375, - "y":-4417.280921936035, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4554.955078125, - "y":-4397.444454193115, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4540.7744140625, - "y":-4398.130001068115, - "type":"target", - "move_mode":"walk", - "action":"" - } - ] -} \ No newline at end of file diff --git a/repo/pathing/海灵芝/海灵芝_天云峠右上_稻妻_4个.json b/repo/pathing/海灵芝/海灵芝_天云峠右上_稻妻_4个.json deleted file mode 100644 index 028fa0de..00000000 --- a/repo/pathing/海灵芝/海灵芝_天云峠右上_稻妻_4个.json +++ /dev/null @@ -1,135 +0,0 @@ -{ - "info":{ - "name":"海灵芝_天云峠右上", - "type":"collect", - "author":"tignioj" - }, - "positions":[ - { - "x":-4477.16796875, - "y":-4577.01953125, - "type":"teleport", - "move_mode":"walk", - "action":"" - }, - { - "x":-4482.3134765625, - "y":-4554.097461700439, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4512.396484375, - "y":-4550.932422637939, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4527.7880859375, - "y":-4547.660938262939, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4542.0654296875, - "y":-4558.051563262939, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4561.7861328125, - "y":-4550.412891387939, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4589.017578125, - "y":-4543.534961700439, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4605.7041015625, - "y":-4557.66015625, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4627.162109375, - "y":-4548.934375762939, - "type":"path", - "move_mode":"swim", - "action":"" - }, - { - "x":-4653.162109375, - "y":-4540.934375762939, - "type":"path", - "move_mode":"swim", - "action":"" - }, - { - "x":-4680.7783203125, - "y":-4535.5771484375, - "type":"path", - "move_mode":"swim", - "action":"" - }, - { - "x":-4690.1201171875, - "y":-4549.0390625, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4713.0400390625, - "y":-4567.55859375, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4731.6083984375, - "y":-4567.7333984375, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4743.4716796875, - "y":-4542.3291015625, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4742.5361328125, - "y":-4516.712890625, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4741.0205078125, - "y":-4502.2099609375, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4709.49609375, - "y":-4481.6455078125, - "type":"target", - "move_mode":"walk", - "action":"" - } - ] -} \ No newline at end of file diff --git a/repo/pathing/海灵芝/海灵芝_天云峠右下_稻妻_10个.json b/repo/pathing/海灵芝/海灵芝_天云峠右下_稻妻_10个.json deleted file mode 100644 index 3acd7c3f..00000000 --- a/repo/pathing/海灵芝/海灵芝_天云峠右下_稻妻_10个.json +++ /dev/null @@ -1,261 +0,0 @@ -{ - "info":{ - "name":"海灵芝_天云峠右下", - "type":"collect", - "author":"tignioj" - }, - "positions":[ - { - "x":-4478.611328125, - "y":-4577.7685546875, - "type":"teleport", - "move_mode":"walk", - "action":"" - }, - { - "x":-4498.3310546875, - "y":-4605.6259765625, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4529.728515625, - "y":-4646.0234375, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4535.779296875, - "y":-4682.5126953125, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4529.4609375, - "y":-4732.458984375, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4532.703125, - "y":-4754.0341796875, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4538.5537109375, - "y":-4760.404296875, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4531.205078125, - "y":-4766.3056640625, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4552.3193359375, - "y":-4768.7587890625, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4579.1591796875, - "y":-4779.1630859375, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4598.5908203125, - "y":-4787.2314453125, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4604.853515625, - "y":-4807.9033203125, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4596.392578125, - "y":-4841.365234375, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4596.427734375, - "y":-4857.6943359375, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4596.27734375, - "y":-4866.490234375, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4602.9326171875, - "y":-4873.8984375, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4607.0673828125, - "y":-4895.5283203125, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4608.2763671875, - "y":-4920.421875, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4615.9736328125, - "y":-4940.015625, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4625.767578125, - "y":-4954.6796875, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4650.068359375, - "y":-4959.818359375, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4671.4775390625, - "y":-4966.884765625, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4701.3994140625, - "y":-4949.7724609375, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4723.4833984375, - "y":-4933.8046875, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4736.4404296875, - "y":-4913.2578125, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4738.455078125, - "y":-4887.9462890625, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4756.3984375, - "y":-4869.708984375, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4762.064453125, - "y":-4853.04296875, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4784.1044921875, - "y":-4847.779296875, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4792.13671875, - "y":-4855.6201171875, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4788.6826171875, - "y":-4870.1162109375, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4791.6181640625, - "y":-4874.79296875, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4786.4658203125, - "y":-4874.4267578125, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4809.349609375, - "y":-4890.7158203125, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4839.4853515625, - "y":-4878.890625, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4841.234375, - "y":-4857.1103515625, - "type":"target", - "move_mode":"walk", - "action":"" - } - ] -} \ No newline at end of file diff --git a/repo/pathing/海灵芝/海灵芝_神里屋敷右小角小岛_稻妻_5个.json b/repo/pathing/海灵芝/海灵芝_神里屋敷右小角小岛_稻妻_5个.json deleted file mode 100644 index 720b9249..00000000 --- a/repo/pathing/海灵芝/海灵芝_神里屋敷右小角小岛_稻妻_5个.json +++ /dev/null @@ -1,86 +0,0 @@ -{ - "info":{ - "name":"海灵芝_神里屋敷右小角小岛", - "type":"collect", - "author":"tignioj" - }, - "positions":[ - { - "x":-4583.2001953125, - "y":-2580.001953125, - "type":"teleport", - "move_mode":"walk", - "action":"" - }, - { - "x":-4569.3037109375, - "y":-2596.681640625, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4571.4404296875, - "y":-2626.9951171875, - "type":"path", - "move_mode":"fly", - "action":"stop_flying" - }, - { - "x":-4577.173828125, - "y":-2641.333984375, - "type":"path", - "move_mode":"fly", - "action":"stop_flying" - }, - { - "x":-4608.431640625, - "y":-2657.3544921875, - "type":"path", - "move_mode":"fly", - "action":"" - }, - { - "x":-4624.931640625, - "y":-2663.37890625, - "type":"path", - "move_mode":"fly", - "action":"stop_flying" - }, - { - "x":-4634.6220703125, - "y":-2665.931640625, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4639.6513671875, - "y":-2678.2626953125, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4626.583984375, - "y":-2684.63671875, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4621.8583984375, - "y":-2686.3388671875, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4609.1650390625, - "y":-2716.9792976379395, - "type":"target", - "move_mode":"walk", - "action":"" - } - ] -} \ No newline at end of file diff --git a/repo/pathing/海灵芝/海灵芝_荒海右边_稻妻_4个.json b/repo/pathing/海灵芝/海灵芝_荒海右边_稻妻_4个.json deleted file mode 100644 index e9ff54f0..00000000 --- a/repo/pathing/海灵芝/海灵芝_荒海右边_稻妻_4个.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "info":{ - "name":"海灵芝_荒海右边", - "type":"collect", - "author":"tignioj" - }, - "positions":[ - { - "x":-4406.486328125, - "y":-2398.90625, - "type":"teleport", - "move_mode":"walk", - "action":"" - }, - { - "x":-4409.8740234375, - "y":-2381.416015625, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4400.58984375, - "y":-2358.15234375, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4393.5537109375, - "y":-2345.701171875, - "type":"path", - "move_mode":"walk", - "action":"" - }, - { - "x":-4376.990234375, - "y":-2335.0310554504395, - "type":"target", - "move_mode":"fly", - "action":"stop_flying" - }, - { - "x":-4372.9033203125, - "y":-2312.0341796875, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4409.927734375, - "y":-2316.46875, - "type":"target", - "move_mode":"walk", - "action":"" - }, - { - "x":-4419.5126953125, - "y":-2321.8212890625, - "type":"target", - "move_mode":"walk", - "action":"" - } - ] -} \ No newline at end of file diff --git a/repo/pathing/绝云椒椒/绝云椒椒@jbcaaa/绝云椒椒_地中之盐上方.json b/repo/pathing/绝云椒椒/绝云椒椒@jbcaaa/绝云椒椒_地中之盐上方.json new file mode 100644 index 00000000..544eb7e7 --- /dev/null +++ b/repo/pathing/绝云椒椒/绝云椒椒@jbcaaa/绝云椒椒_地中之盐上方.json @@ -0,0 +1,348 @@ +{ + "info": { + "name": "绝云椒椒_地中之盐上方", + "type": "collect", + "author": "jbcaaa", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": -321.6044921875, + "y": 1473.31201171875 + }, + { + "id": 2, + "x": -267.5185546875, + "y": 1517.47021484375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 3, + "x": -230.1494140625, + "y": 1520.0478515625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 4, + "x": -208.4033203125, + "y": 1510.91064453125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": -156.26953125, + "y": 1523.2138671875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 6, + "x": -106.3583984375, + "y": 1524.375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 7, + "x": -89.591796875, + "y": 1538.97509765625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 8, + "x": -57.6416015625, + "y": 1528.82177734375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 9, + "x": -45.9033203125, + "y": 1501.32470703125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 10, + "x": -32.42578125, + "y": 1503.21240234375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 11, + "x": -30.3564453125, + "y": 1501.13525390625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 12, + "x": -30.3564453125, + "y": 1501.13525390625, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 13, + "x": -29.94140625, + "y": 1500.32275390625, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 14, + "x": -29.1083984375, + "y": 1512.37939453125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 15, + "x": -12.28515625, + "y": 1557.740234375, + "type": "path", + "move_mode": "fly", + "action": "" + }, + { + "id": 16, + "x": -6.94921875, + "y": 1557.6708984375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 17, + "x": -5.23046875, + "y": 1557.43701171875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 18, + "x": -4.2802734375, + "y": 1557.69384765625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 19, + "x": -4.283203125, + "y": 1557.74609375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 20, + "x": -5.2900390625, + "y": 1557.41943359375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 21, + "x": -5.921875, + "y": 1555.8828125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 22, + "x": -5.04296875, + "y": 1556.4970703125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 23, + "x": -4.2001953125, + "y": 1557.0576171875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 24, + "x": -25.939453125, + "y": 1560.60205078125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 25, + "x": -27.36328125, + "y": 1567.19482421875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 26, + "x": -36.873046875, + "y": 1579.0615234375, + "type": "path", + "move_mode": "fly", + "action": "" + }, + { + "id": 27, + "x": -29.8876953125, + "y": 1584.14453125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 28, + "x": -28.0400390625, + "y": 1583.7685546875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 29, + "x": -27.123046875, + "y": 1583.28515625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 30, + "x": -27.6201171875, + "y": 1581.392578125, + "type": "target", + "move_mode": "walk", + "action": "" + }, + { + "id": 31, + "x": -27.609375, + "y": 1581.39111328125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 32, + "x": -27.47265625, + "y": 1583.00830078125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 33, + "x": -32.4150390625, + "y": 1598.275390625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 34, + "x": -37.6708984375, + "y": 1610.052734375, + "type": "path", + "move_mode": "climb", + "action": "" + }, + { + "id": 35, + "x": -42.7578125, + "y": 1642.75439453125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 36, + "x": 4.3125, + "y": 1670.734375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 37, + "x": 5.8154296875, + "y": 1669.9541015625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 38, + "x": 5.861328125, + "y": 1671.9169921875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 39, + "x": 4.783203125, + "y": 1672.2431640625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 40, + "x": 4.736328125, + "y": 1670.20703125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 41, + "x": 4.7216796875, + "y": 1670.20361328125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 42, + "x": 5.34375, + "y": 1673.09130859375, + "type": "path", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/绝云椒椒/绝云椒椒@jbcaaa/绝云椒椒_绝云间上方.json b/repo/pathing/绝云椒椒/绝云椒椒@jbcaaa/绝云椒椒_绝云间上方.json new file mode 100644 index 00000000..0705c72d --- /dev/null +++ b/repo/pathing/绝云椒椒/绝云椒椒@jbcaaa/绝云椒椒_绝云间上方.json @@ -0,0 +1,484 @@ +{ + "info": { + "name": "绝云椒椒_绝云间上方", + "type": "collect", + "author": "jbcaaa", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 1045.5791015625, + "y": 950.6513671875 + }, + { + "id": 2, + "x": 1111.2880859375, + "y": 981.67578125, + "type": "path", + "move_mode": "fly", + "action": "" + }, + { + "id": 3, + "x": 1111.2880859375, + "y": 981.66455078125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 4, + "x": 1111.2880859375, + "y": 981.66455078125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": 1115.546875, + "y": 964.2978515625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 6, + "x": 1134.3447265625, + "y": 956.57080078125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 7, + "x": 1159.212890625, + "y": 948.50830078125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 8, + "x": 1200.1533203125, + "y": 949.99462890625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 9, + "x": 1231.326171875, + "y": 979.9248046875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 10, + "x": 1277.2587890625, + "y": 1008.583984375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 11, + "x": 1277.2587890625, + "y": 1008.58349609375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 12, + "x": 1277.2626953125, + "y": 1008.57666015625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 13, + "x": 1315.26171875, + "y": 975.55078125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 14, + "x": 1317.7265625, + "y": 973.79931640625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 15, + "x": 1317.7138671875, + "y": 973.77880859375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 16, + "x": 1317.689453125, + "y": 973.76171875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 17, + "x": 1312.2041015625, + "y": 1003.16064453125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 18, + "x": 1321.2373046875, + "y": 1009.46044921875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 19, + "x": 1321.23828125, + "y": 1009.4482421875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 20, + "x": 1321.2431640625, + "y": 1009.45458984375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 21, + "x": 1338.341796875, + "y": 1039.11669921875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 22, + "x": 1373.4765625, + "y": 1031.623046875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 23, + "x": 1401.5693359375, + "y": 1036.73193359375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 24, + "x": 1404.8623046875, + "y": 1026.6064453125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 25, + "x": 1404.8623046875, + "y": 1026.6064453125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 26, + "x": 1404.8623046875, + "y": 1026.6064453125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 27, + "x": 1376.212890625, + "y": 982.87451171875, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 28, + "x": 1377.2529296875, + "y": 982.60791015625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 29, + "x": 1377.244140625, + "y": 982.623046875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 30, + "x": 1364.181640625, + "y": 973.44287109375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 31, + "x": 1295.6806640625, + "y": 946.77197265625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 32, + "x": 1282.2392578125, + "y": 928.244140625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 33, + "x": 1238.076171875, + "y": 898.40625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 34, + "x": 1225.50390625, + "y": 895.36962890625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 35, + "x": 1226.7705078125, + "y": 876.3076171875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 36, + "x": 1226.7509765625, + "y": 876.2626953125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 37, + "x": 1226.751953125, + "y": 876.26318359375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 38, + "x": 1221.251953125, + "y": 855.884765625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 39, + "x": 1225.6708984375, + "y": 849.55712890625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 40, + "x": 1228.2451171875, + "y": 814.3134765625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 41, + "x": 1204.7783203125, + "y": 797.19091796875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 42, + "x": 1204.7783203125, + "y": 797.19091796875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 43, + "x": 1204.7783203125, + "y": 797.19140625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 44, + "x": 1172.23828125, + "y": 766.20556640625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 45, + "x": 1170.27734375, + "y": 763.9013671875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 46, + "x": 1170.2763671875, + "y": 763.90185546875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 47, + "x": 1170.291015625, + "y": 763.90478515625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 48, + "x": 1180.419921875, + "y": 756.2978515625, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 49, + "x": 1185.55859375, + "y": 746.4052734375, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 50, + "x": 1158.80078125, + "y": 741.47705078125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 51, + "x": 1127.12109375, + "y": 762.95703125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 52, + "x": 1104.1318359375, + "y": 756.6181640625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 53, + "x": 1104.150390625, + "y": 756.60546875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 54, + "x": 1104.1279296875, + "y": 756.6201171875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 55, + "x": 1085.1181640625, + "y": 743.001953125, + "type": "path", + "move_mode": "climb", + "action": "" + }, + { + "id": 56, + "x": 1093.1826171875, + "y": 703.5947265625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 57, + "x": 1101.3056640625, + "y": 657.65185546875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 58, + "x": 1101.30078125, + "y": 657.67333984375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 59, + "x": 1101.322265625, + "y": 657.7080078125, + "type": "path", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/绝云椒椒/绝云椒椒@jbcaaa/绝云椒椒_轻策庄.json b/repo/pathing/绝云椒椒/绝云椒椒@jbcaaa/绝云椒椒_轻策庄.json new file mode 100644 index 00000000..3666b8ea --- /dev/null +++ b/repo/pathing/绝云椒椒/绝云椒椒@jbcaaa/绝云椒椒_轻策庄.json @@ -0,0 +1,372 @@ +{ + "info": { + "name": "绝云椒椒_轻策庄", + "type": "collect", + "author": "jbcaaa", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 547.6884765625, + "y": 1766.83740234375 + }, + { + "id": 2, + "x": 551.0166015625, + "y": 1790.34375, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 3, + "x": 551.0029296875, + "y": 1790.3203125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 4, + "x": 551.0087890625, + "y": 1790.31201171875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": 547.7001953125, + "y": 1766.79150390625, + "type": "teleport", + "move_mode": "walk", + "action": "" + }, + { + "id": 6, + "x": 556.923828125, + "y": 1748.4248046875, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 7, + "x": 556.923828125, + "y": 1748.423828125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 8, + "x": 556.923828125, + "y": 1748.42529296875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 9, + "x": 563.7763671875, + "y": 1744.6787109375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 10, + "x": 563.4658203125, + "y": 1734.6044921875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 11, + "x": 563.724609375, + "y": 1730.4609375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 12, + "x": 588.0018111723457, + "y": 1726.5, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 13, + "x": 592.08984375, + "y": 1718.1748046875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 14, + "x": 634.0166015625, + "y": 1716.20654296875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 15, + "x": 640.8525390625, + "y": 1706.287109375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 16, + "x": 638.6171875, + "y": 1704.31298828125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 17, + "x": 639.4873046875, + "y": 1704.83740234375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 18, + "x": 639.455078125, + "y": 1704.82763671875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 19, + "x": 658.7978515625, + "y": 1694.1533203125, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 20, + "x": 658.7685546875, + "y": 1694.15185546875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 21, + "x": 658.802734375, + "y": 1694.13720703125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 22, + "x": 659.60546875, + "y": 1706.345703125, + "type": "path", + "move_mode": "fly", + "action": "" + }, + { + "id": 23, + "x": 667.498046875, + "y": 1717.4921875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 24, + "x": 680.0390625, + "y": 1724.67041015625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 25, + "x": 678.09765625, + "y": 1756.0625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 26, + "x": 661.8154296875, + "y": 1774.5830078125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 27, + "x": 658.328125, + "y": 1776.57568359375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 28, + "x": 658.3212890625, + "y": 1776.56640625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 29, + "x": 658.3193359375, + "y": 1776.5595703125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 30, + "x": 669.3232421875, + "y": 1787.07373046875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 31, + "x": 678.1513671875, + "y": 1803.29150390625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 32, + "x": 685.037109375, + "y": 1798.6025390625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 33, + "x": 685.0341796875, + "y": 1798.60302734375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 34, + "x": 685.0361328125, + "y": 1798.6064453125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 35, + "x": 691.7119140625, + "y": 1816.994140625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 36, + "x": 705.5625, + "y": 1822.63525390625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 37, + "x": 703.578125, + "y": 1851.5712890625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 38, + "x": 707.1669921875, + "y": 1852.26953125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 39, + "x": 707.1611328125, + "y": 1852.26806640625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 40, + "x": 707.1728515625, + "y": 1852.2490234375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 41, + "x": 700.90234375, + "y": 1849.9921875, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 42, + "x": 719.5048828125, + "y": 1878.87939453125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 43, + "x": 711.4814453125, + "y": 1883.5859375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 44, + "x": 711.478515625, + "y": 1883.583984375, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 45, + "x": 711.4775390625, + "y": 1883.59814453125, + "type": "path", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/绝云椒椒/绝云椒椒@jbcaaa/绝云椒椒_轻策庄左侧.json b/repo/pathing/绝云椒椒/绝云椒椒@jbcaaa/绝云椒椒_轻策庄左侧.json new file mode 100644 index 00000000..e269bf36 --- /dev/null +++ b/repo/pathing/绝云椒椒/绝云椒椒@jbcaaa/绝云椒椒_轻策庄左侧.json @@ -0,0 +1,116 @@ +{ + "info": { + "name": "绝云椒椒_轻策庄左侧", + "type": "collect", + "author": "jbcaaa", + "version": "1.0", + "description": "", + "bgiVersion": "0.35.1" + }, + "positions": [ + { + "id": 1, + "action": "", + "move_mode": "walk", + "type": "teleport", + "x": 801.5869140625, + "y": 1796.103515625 + }, + { + "id": 2, + "x": 821.69921875, + "y": 1797.224609375, + "type": "path", + "move_mode": "fly", + "action": "stop_flying" + }, + { + "id": 3, + "x": 822.03125, + "y": 1798.0986328125, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 4, + "x": 822.078125, + "y": 1798.072265625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 5, + "x": 801.5947265625, + "y": 1796.1025390625, + "type": "teleport", + "move_mode": "walk", + "action": "" + }, + { + "id": 6, + "x": 795.369140625, + "y": 1771.47509765625, + "type": "path", + "move_mode": "climb", + "action": "" + }, + { + "id": 7, + "x": 804.2495472069131, + "y": 1773.25, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 8, + "x": 809.5007244689386, + "y": 1767.5, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 9, + "x": 806.9287109375, + "y": 1746.3994140625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 10, + "x": 760.28515625, + "y": 1696.44384765625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 11, + "x": 750.7607421875, + "y": 1645.5478515625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 12, + "x": 750.791015625, + "y": 1645.59765625, + "type": "path", + "move_mode": "walk", + "action": "" + }, + { + "id": 13, + "x": 750.7802734375, + "y": 1645.58447265625, + "type": "path", + "move_mode": "walk", + "action": "" + } + ] +} \ No newline at end of file diff --git a/repo/pathing/绝云椒椒/绝云椒椒-奥藏山(一)-璃月1×3个.json b/repo/pathing/绝云椒椒/绝云椒椒@不瘦五十斤不改名/绝云椒椒-奥藏山(一)-璃月1×3个.json similarity index 100% rename from repo/pathing/绝云椒椒/绝云椒椒-奥藏山(一)-璃月1×3个.json rename to repo/pathing/绝云椒椒/绝云椒椒@不瘦五十斤不改名/绝云椒椒-奥藏山(一)-璃月1×3个.json diff --git a/repo/pathing/绝云椒椒/绝云椒椒-奥藏山(二)-璃月6×3个.json b/repo/pathing/绝云椒椒/绝云椒椒@不瘦五十斤不改名/绝云椒椒-奥藏山(二)-璃月6×3个.json similarity index 100% rename from repo/pathing/绝云椒椒/绝云椒椒-奥藏山(二)-璃月6×3个.json rename to repo/pathing/绝云椒椒/绝云椒椒@不瘦五十斤不改名/绝云椒椒-奥藏山(二)-璃月6×3个.json diff --git a/repo/pathing/绝云椒椒/绝云椒椒-宗室本-璃月4×3个.json b/repo/pathing/绝云椒椒/绝云椒椒@不瘦五十斤不改名/绝云椒椒-宗室本-璃月4×3个.json similarity index 100% rename from repo/pathing/绝云椒椒/绝云椒椒-宗室本-璃月4×3个.json rename to repo/pathing/绝云椒椒/绝云椒椒@不瘦五十斤不改名/绝云椒椒-宗室本-璃月4×3个.json diff --git a/repo/pathing/绝云椒椒/绝云椒椒-苍白本-璃月7×3个.json b/repo/pathing/绝云椒椒/绝云椒椒@不瘦五十斤不改名/绝云椒椒-苍白本-璃月7×3个.json similarity index 100% rename from repo/pathing/绝云椒椒/绝云椒椒-苍白本-璃月7×3个.json rename to repo/pathing/绝云椒椒/绝云椒椒@不瘦五十斤不改名/绝云椒椒-苍白本-璃月7×3个.json diff --git a/repo/pathing/绝云椒椒/绝云椒椒-轻策庄(一)-璃月1×3个.json b/repo/pathing/绝云椒椒/绝云椒椒@不瘦五十斤不改名/绝云椒椒-轻策庄(一)-璃月1×3个.json similarity index 100% rename from repo/pathing/绝云椒椒/绝云椒椒-轻策庄(一)-璃月1×3个.json rename to repo/pathing/绝云椒椒/绝云椒椒@不瘦五十斤不改名/绝云椒椒-轻策庄(一)-璃月1×3个.json diff --git a/repo/pathing/绝云椒椒/绝云椒椒-轻策庄(三)-璃月1×3个.json b/repo/pathing/绝云椒椒/绝云椒椒@不瘦五十斤不改名/绝云椒椒-轻策庄(三)-璃月1×3个.json similarity index 100% rename from repo/pathing/绝云椒椒/绝云椒椒-轻策庄(三)-璃月1×3个.json rename to repo/pathing/绝云椒椒/绝云椒椒@不瘦五十斤不改名/绝云椒椒-轻策庄(三)-璃月1×3个.json diff --git a/repo/pathing/绝云椒椒/绝云椒椒-轻策庄(二)-璃月7×3个.json b/repo/pathing/绝云椒椒/绝云椒椒@不瘦五十斤不改名/绝云椒椒-轻策庄(二)-璃月7×3个.json similarity index 100% rename from repo/pathing/绝云椒椒/绝云椒椒-轻策庄(二)-璃月7×3个.json rename to repo/pathing/绝云椒椒/绝云椒椒@不瘦五十斤不改名/绝云椒椒-轻策庄(二)-璃月7×3个.json